Uses of Interface
org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
Package
Description
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
.TransportHandler
implementation classes as well as a concrete
SockJsService
.SockJS specific implementations of
WebSocketSession
.-
Uses of SockJsServiceConfig in org.springframework.web.socket.sockjs.transport
Modifier and TypeClassDescriptionclass
A basic implementation ofSockJsService
with support for SPI-based transport handling and session management.Modifier and TypeMethodDescriptionvoid
TransportHandler.initialize
(SockJsServiceConfig serviceConfig) Initialize this handler with the given configuration. -
Uses of SockJsServiceConfig in org.springframework.web.socket.sockjs.transport.handler
Modifier and TypeClassDescriptionclass
A default implementation ofSockJsService
with all defaultTransportHandler
implementations pre-registered.Modifier and TypeMethodDescriptionAbstractTransportHandler.getServiceConfig()
protected SockJsServiceConfig
SockJsWebSocketHandler.getSockJsConfig()
Modifier and TypeMethodDescriptionvoid
AbstractTransportHandler.initialize
(SockJsServiceConfig serviceConfig) ModifierConstructorDescriptionSockJsWebSocketHandler
(SockJsServiceConfig serviceConfig, WebSocketHandler webSocketHandler, WebSocketServerSockJsSession sockJsSession) -
Uses of SockJsServiceConfig in org.springframework.web.socket.sockjs.transport.session
ModifierConstructorDescriptionAbstractHttpSockJsSession
(String id, SockJsServiceConfig config, WebSocketHandler wsHandler, Map<String, Object> attributes) AbstractSockJsSession
(String id, SockJsServiceConfig config, WebSocketHandler handler, Map<String, Object> attributes) Create a new instance.PollingSockJsSession
(String sessionId, SockJsServiceConfig config, WebSocketHandler wsHandler, Map<String, Object> attributes) StreamingSockJsSession
(String sessionId, SockJsServiceConfig config, WebSocketHandler wsHandler, Map<String, Object> attributes) WebSocketServerSockJsSession
(String id, SockJsServiceConfig config, WebSocketHandler handler, Map<String, Object> attributes)