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
webSocketHandlerimplementation 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 for
webSocketHandlerimplementation with empty methods.A convenient base class forwebSocketHandlerimplementations that process text messages only.