程序包的使用
org.springframework.web.socket.sockjs.transport
使用org.springframework.web.socket.sockjs.transport的程序包 程序包 说明 org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.org.springframework.web.socket.sockjs.client SockJS client implementation ofWebSocketClient.org.springframework.web.socket.sockjs.transport Server-side support for SockJS transports includingTransportHandlerimplementations for processing incoming requests, theirsessioncounterparts for sending messages over the various transports, andDefaultSockJsService.org.springframework.web.socket.sockjs.transport.handler TransportHandlerimplementation classes as well as a concreteSockJsService.org.springframework.web.socket.sockjs.transport.session SockJS specific implementations ofWebSocketSession.org.springframework.web.socket.config.annotation使用的org.springframework.web.socket.sockjs.transport中的类 类 说明 TransportHandler Handle a SockJS session URL, i.e. transport-specific request.org.springframework.web.socket.sockjs.client使用的org.springframework.web.socket.sockjs.transport中的类 类 说明 TransportType SockJS transport types.org.springframework.web.socket.sockjs.transport使用的org.springframework.web.socket.sockjs.transport中的类 类 说明 SockJsServiceConfig Provides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJsSession SockJS extension of Spring's standardWebSocketSession.TransportHandler Handle a SockJS session URL, i.e. transport-specific request.TransportType SockJS transport types.org.springframework.web.socket.sockjs.transport.handler使用的org.springframework.web.socket.sockjs.transport中的类 类 说明 SockJsServiceConfig Provides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJsSession SockJS extension of Spring's standardWebSocketSession.SockJsSessionFactory A factory for creating a SockJS session.TransportHandler Handle a SockJS session URL, i.e. transport-specific request.TransportHandlingSockJsService A basic implementation ofSockJsServicewith support for SPI-based transport handling and session management.TransportType SockJS transport types.org.springframework.web.socket.sockjs.transport.session使用的org.springframework.web.socket.sockjs.transport中的类 类 说明 SockJsServiceConfig Provides transport handling code with access to theSockJsServiceconfiguration options they need to have access to.SockJsSession SockJS extension of Spring's standardWebSocketSession.