See: Description
Class | Description |
---|---|
AnnotatedEndpointConnectionManager |
A WebSocket connection manager that is given a URI, a
ServerEndpoint -annotated
endpoint, connects to a WebSocket server through the ConnectionManagerSupport.start() and
ConnectionManagerSupport.stop() methods. |
EndpointConnectionManager |
A WebSocket connection manager that is given a URI, an
Endpoint , connects to a
WebSocket server through the ConnectionManagerSupport.start() and ConnectionManagerSupport.stop() methods. |
StandardWebSocketClient |
Initiates WebSocket requests to a WebSocket server programatically through the standard
Java WebSocket API.
|
WebSocketContainerFactoryBean |
A FactoryBean for creating and configuring a
WebSocketContainer
through Spring XML configuration. |