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 for
WebSocketHandler
implementation with empty methods.Enum for options of what to do when the buffer fills up.Wraps anotherWebSocketHandler
instance and delegates to it.Wraps anotherWebSocketSession
instance and delegates to it. -
Classes in org.springframework.web.socket.handler used by org.springframework.web.socket.sockjs.transport.handlerClassDescriptionA convenient base class for
WebSocketHandler
implementation with empty methods.A convenient base class forWebSocketHandler
implementations that process text messages only.