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 | Description |
---|---|
AbstractMQTTSocket | |
AbstractStompSocket |
Base implementation of a STOMP based WebSocket handler.
|
StompWSConnection |
STOMP over WS based Connection class
|
WSTransportFactory |
Factory for WebSocket (ws) transport
|
WSTransportProxy |
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
|
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.