程序包 org.springframework.web.socket.sockjs.transport
Server-side support for SockJS transports including
TransportHandler implementations for processing incoming requests, their session counterparts for sending messages over the various transports, and DefaultSockJsService.接口概要 接口 说明 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.