Package jadex.platform.service.message.websockettransport
-
Interface Summary Interface Description IWebSocketConnection Interface representing a connection via web socket, either server- or client-side. -
Class Summary Class Description AWebsocketConnection Abstract websocket connection implements shared functionality between client and server.WebSocketConnectionClient Client-side websocket connection.WebsocketConnectionClient2 WebSocketConnectionServer Server-side websocket implemented using nanohttpd.WebSocketServer Server component of the websocket transport for incoming connections.WebSocketTransport Transport implementing communication using web sockets.WebSocketTransportAgent Agent implementing the web socket transport.