Uses of Class
org.springframework.integration.websocket.ServerWebSocketContainer
Packages that use ServerWebSocketContainer
Package
Description
Provides classes used across all WebSocket components.
- 
Uses of ServerWebSocketContainer in org.springframework.integration.websocketMethods in org.springframework.integration.websocket that return ServerWebSocketContainerModifier and TypeMethodDescriptionServerWebSocketContainer.setAllowedOrigins(String... origins) Configure allowedOriginheader values.ServerWebSocketContainer.setDecoratorFactories(WebSocketHandlerDecoratorFactory... factories) Configure one or more factories to decorate the handler used to process WebSocket messages.ServerWebSocketContainer.setHandshakeHandler(HandshakeHandler handshakeHandler) ServerWebSocketContainer.setInterceptors(HandshakeInterceptor... interceptors) ServerWebSocketContainer.withSockJs(ServerWebSocketContainer.SockJsServiceOptions... sockJsServiceOptions)