Uses of Interface
org.springframework.web.socket.sockjs.transport.SockJsServiceConfig
Packages that use 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
Classes in org.springframework.web.socket.sockjs.transport that implement SockJsServiceConfigModifier and TypeClassDescriptionclassA basic implementation ofSockJsServicewith support for SPI-based transport handling and session management.Methods in org.springframework.web.socket.sockjs.transport with parameters of type SockJsServiceConfigModifier and TypeMethodDescriptionvoidTransportHandler.initialize(SockJsServiceConfig serviceConfig) Initialize this handler with the given configuration. -
Uses of SockJsServiceConfig in org.springframework.web.socket.sockjs.transport.handler
Classes in org.springframework.web.socket.sockjs.transport.handler that implement SockJsServiceConfigModifier and TypeClassDescriptionclassA default implementation ofSockJsServicewith all defaultTransportHandlerimplementations pre-registered.Methods in org.springframework.web.socket.sockjs.transport.handler that return SockJsServiceConfigModifier and TypeMethodDescriptionAbstractTransportHandler.getServiceConfig()protected SockJsServiceConfigSockJsWebSocketHandler.getSockJsConfig()Methods in org.springframework.web.socket.sockjs.transport.handler with parameters of type SockJsServiceConfigModifier and TypeMethodDescriptionvoidAbstractTransportHandler.initialize(SockJsServiceConfig serviceConfig) Constructors in org.springframework.web.socket.sockjs.transport.handler with parameters of type SockJsServiceConfigModifierConstructorDescriptionSockJsWebSocketHandler(SockJsServiceConfig serviceConfig, WebSocketHandler webSocketHandler, WebSocketServerSockJsSession sockJsSession) -
Uses of SockJsServiceConfig in org.springframework.web.socket.sockjs.transport.session
Methods in org.springframework.web.socket.sockjs.transport.session that return SockJsServiceConfigConstructors in org.springframework.web.socket.sockjs.transport.session with parameters of type SockJsServiceConfigModifierConstructorDescriptionAbstractHttpSockJsSession(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)