Uses of Package
org.springframework.web.socket.handler
Packages that use org.springframework.web.socket.handler Package Description org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.handler ConvenientWebSocketHandlerimplementations and decorators.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.Classes in org.springframework.web.socket.handler used by org.springframework.web.socket.config.annotation Class Description WebSocketHandlerDecoratorFactory A factory for applying decorators to a WebSocketHandler.Classes in org.springframework.web.socket.handler used by org.springframework.web.socket.handler Class Description AbstractWebSocketHandler A convenient base class forWebSocketHandlerimplementation with empty methods.ConcurrentWebSocketSessionDecorator.OverflowStrategy Enum for options of what to do when the buffer fills up.WebSocketHandlerDecorator Wraps anotherWebSocketHandlerinstance and delegates to it.WebSocketSessionDecorator Wraps anotherWebSocketSessioninstance and delegates to it.Classes in org.springframework.web.socket.handler used by org.springframework.web.socket.sockjs.transport.handler Class Description AbstractWebSocketHandler A convenient base class forWebSocketHandlerimplementation with empty methods.TextWebSocketHandler A convenient base class forWebSocketHandlerimplementations that process text messages only.