Package org.apache.activemq.transport.ws
-
Interface Summary Interface Description WSTransport Interface for a WebSocket Transport which provide hooks that a servlet can use to pass along WebSocket data and events.WSTransport.WSTransportSink WS Transport output sink, used to give the WS Transport implementation a way to produce output back to the WS connection without coupling it to the implementation. -
Class Summary Class Description AbstractMQTTSocket AbstractStompSocket Base implementation of a STOMP based WebSocket handler.StompWSConnection STOMP over WS based Connection classWSTransportFactory Factory for WebSocket (ws) transportWSTransportProxy A proxy class that manages sending WebSocket events to the wrapped protocol level WebSocket Transport.WSTransportServer Creates a web server and registers web socket server