Uses of Package
org.springframework.web.socket.handler
Packages that use org.springframework.web.socket.handler
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
Convenient 
WebSocketHandler
 implementations and decorators.TransportHandler
 implementation classes as well as a concrete
 SockJsService.- 
Classes in org.springframework.web.socket.handler used by org.springframework.web.socket.config.annotationClassDescriptionA factory for applying decorators to a WebSocketHandler.
- 
Classes in org.springframework.web.socket.handler used by org.springframework.web.socket.handlerClassDescriptionA convenient base class forWebSocketHandlerimplementation with empty methods.Enum for options of what to do when the buffer fills up.Wraps anotherWebSocketHandlerinstance and delegates to it.Wraps anotherWebSocketSessioninstance and delegates to it.
- 
Classes in org.springframework.web.socket.handler used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionA convenient base class forWebSocketHandlerimplementation with empty methods.A convenient base class forWebSocketHandlerimplementations that process text messages only.