程序包的使用
org.springframework.web.socket.handler
使用org.springframework.web.socket.handler的程序包 程序包 说明 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.org.springframework.web.socket.config.annotation使用的org.springframework.web.socket.handler中的类 类 说明 WebSocketHandlerDecoratorFactory A factory for applying decorators to a WebSocketHandler.org.springframework.web.socket.handler使用的org.springframework.web.socket.handler中的类 类 说明 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.org.springframework.web.socket.sockjs.transport.handler使用的org.springframework.web.socket.handler中的类 类 说明 AbstractWebSocketHandler A convenient base class forWebSocketHandlerimplementation with empty methods.TextWebSocketHandler A convenient base class forWebSocketHandlerimplementations that process text messages only.