Class | Description |
---|---|
BlaubotWebsocketAcceptor |
Acceptor using netty for communication over websockets
|
BlaubotWebsocketAdapter | |
BlaubotWebsocketConnection |
Blaubot connection to work upon netty websockets.
|
BlaubotWebsocketConnector | |
WebsocketClientHandler |
WebSocketClientHandler that manages the BlaubotWebsocketConnection
After .connect() via the bootstrapper, call getConnection().
|
WebsocketConnectionMetaDataDTO |
The connection meta data for the Websocket acceptor
|
WebsocketServerHandler |
Handles handshakes and messages.
|