Package | Description |
---|---|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
org.springframework.web.socket.handler |
Convenient
WebSocketHandler
implementations and decorators. |
org.springframework.web.socket.sockjs.transport.handler |
TransportHandler
implementation classes as well as a concrete
SockJsService . |
Class and Description |
---|
WebSocketHandlerDecoratorFactory
A factory for applying decorators to a WebSocketHandler.
|
Class and Description |
---|
AbstractWebSocketHandler
A convenient base class for
WebSocketHandler implementation with empty methods. |
ConcurrentWebSocketSessionDecorator.OverflowStrategy
Enum for options of what to do when the buffer fills up.
|
WebSocketHandlerDecorator
Wraps another
WebSocketHandler
instance and delegates to it. |
WebSocketSessionDecorator
Wraps another
WebSocketSession instance
and delegates to it. |
Class and Description |
---|
AbstractWebSocketHandler
A convenient base class for
WebSocketHandler implementation with empty methods. |
TextWebSocketHandler
A convenient base class for
WebSocketHandler implementations
that process text messages only. |