See: Description
Class | Description |
---|---|
AnnotatedEndpointConnectionManager |
WebSocket
connection manager that connects
to the server via WebSocketContainer and handles the session with an
@ClientEndpoint endpoint. |
EndpointConnectionManager |
WebSocket
connection manager that connects
to the server via WebSocketContainer and handles the session with an
Endpoint . |
StandardWebSocketClient |
A WebSocketClient based on standard Java WebSocket API.
|
WebSocketContainerFactoryBean |
A FactoryBean for creating and configuring a
WebSocketContainer
through Spring XML configuration. |