- ServerWebSocketContainer - Class in org.springframework.integration.websocket
-
- ServerWebSocketContainer(String...) - Constructor for class org.springframework.integration.websocket.ServerWebSocketContainer
-
- ServerWebSocketContainer.SockJsServiceOptions - Class in org.springframework.integration.websocket
-
- ServerWebSocketContainer.SockJsServiceOptions() - Constructor for class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- ServerWebSocketContainerParser - Class in org.springframework.integration.websocket.config
-
The AbstractSingleBeanDefinitionParser
implementation for
the <websocket:server-container/>
element.
- ServerWebSocketContainerParser() - Constructor for class org.springframework.integration.websocket.config.ServerWebSocketContainerParser
-
- SessionErrorEvent - Class in org.springframework.integration.websocket
-
The ApplicationEvent
implementation to represent the
WebSocketSession
errors.
- SessionErrorEvent(Object, String, Throwable) - Constructor for class org.springframework.integration.websocket.SessionErrorEvent
-
Create a new ApplicationEvent
represented the error on the session.
- sessions - Variable in class org.springframework.integration.websocket.IntegrationWebSocketContainer
-
- setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.integration.websocket.IntegrationWebSocketContainer
-
- setAutoStartup(boolean) - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- setClientLibraryUrl(String) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setDisconnectDelay(long) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setHandshakeHandler(HandshakeHandler) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer
-
- setHeaders(HttpHeaders) - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- setHeadersMap(Map<String, String>) - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- setHeartbeatTime(long) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setHttpMessageCacheSize(int) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setInterceptors(HandshakeInterceptor[]) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer
-
- setMergeWithDefaultConverters(boolean) - Method in class org.springframework.integration.websocket.inbound.WebSocketInboundChannelAdapter
-
Flag which determines if the default converters should be available after
custom converters.
- setMergeWithDefaultConverters(boolean) - Method in class org.springframework.integration.websocket.outbound.WebSocketOutboundMessageHandler
-
Flag which determines if the default converters should be available after
custom converters.
- setMessageCodec(SockJsMessageCodec) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setMessageConverters(List<MessageConverter>) - Method in class org.springframework.integration.websocket.inbound.WebSocketInboundChannelAdapter
-
Set the message converters to use.
- setMessageConverters(List<MessageConverter>) - Method in class org.springframework.integration.websocket.outbound.WebSocketOutboundMessageHandler
-
Set the message converters to use.
- setMessageListener(WebSocketListener) - Method in class org.springframework.integration.websocket.IntegrationWebSocketContainer
-
- setOrigin(String) - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- setPayloadType(Class<?>) - Method in class org.springframework.integration.websocket.inbound.WebSocketInboundChannelAdapter
-
Set the type for target message payload to convert the WebSocket message body to.
- setPhase(int) - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- setSendBufferSizeLimit(int) - Method in class org.springframework.integration.websocket.IntegrationWebSocketContainer
-
- setSendTimeLimit(int) - Method in class org.springframework.integration.websocket.IntegrationWebSocketContainer
-
- setSessionCookieNeeded(boolean) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setSockJsServiceOptions(ServerWebSocketContainer.SockJsServiceOptions) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer
-
- setStreamBytesLimit(int) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setSupportedProtocols(String...) - Method in class org.springframework.integration.websocket.IntegrationWebSocketContainer
-
- setSupportedProtocols(String...) - Method in class org.springframework.integration.websocket.support.PassThruSubProtocolHandler
-
- setTaskScheduler(TaskScheduler) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setTransportHandlers(TransportHandler...) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- setUseBroker(boolean) - Method in class org.springframework.integration.websocket.inbound.WebSocketInboundChannelAdapter
-
Specify if this adapter should use an existing single AbstractBrokerMessageHandler
bean for non-MESSAGE
WebSocketMessage
s
and to route messages with broker destinations.
- setWebSocketEnabled(boolean) - Method in class org.springframework.integration.websocket.ServerWebSocketContainer.SockJsServiceOptions
-
- shouldGenerateIdAsFallback() - Method in class org.springframework.integration.websocket.config.ClientWebSocketContainerParser
-
- shouldGenerateIdAsFallback() - Method in class org.springframework.integration.websocket.config.ServerWebSocketContainerParser
-
- start() - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- stop() - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- stop(Runnable) - Method in class org.springframework.integration.websocket.ClientWebSocketContainer
-
- SubProtocolHandlerRegistry - Class in org.springframework.integration.websocket.support
-
The utility class to encapsulate search algorithms for a set of provided SubProtocolHandler
s.
- SubProtocolHandlerRegistry(List<SubProtocolHandler>) - Constructor for class org.springframework.integration.websocket.support.SubProtocolHandlerRegistry
-
- SubProtocolHandlerRegistry(SubProtocolHandler) - Constructor for class org.springframework.integration.websocket.support.SubProtocolHandlerRegistry
-
- SubProtocolHandlerRegistry(List<SubProtocolHandler>, SubProtocolHandler) - Constructor for class org.springframework.integration.websocket.support.SubProtocolHandlerRegistry
-