See: Description
Class | Description |
---|---|
AnnotatedEndpointConnectionManager |
A WebSocket connection manager that is given a URI, a
ClientEndpoint -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 |
A WebSocketClient based on standard Java WebSocket API.
|
WebSocketContainerFactoryBean |
A FactoryBean for creating and configuring a
WebSocketContainer
through Spring XML configuration. |