Uses of Class
org.springframework.integration.websocket.IntegrationWebSocketContainer
Package
Description
Provides classes used across all WebSocket components.
Provides classes which represent inbound WebSocket components.
Provides classes which represent outbound WebSocket components.
-
Uses of IntegrationWebSocketContainer in org.springframework.integration.websocket
Modifier and TypeClassDescriptionfinal class
TheIntegrationWebSocketContainer
implementation for theclient
Web-Socket connection.class
-
Uses of IntegrationWebSocketContainer in org.springframework.integration.websocket.inbound
ModifierConstructorDescriptionWebSocketInboundChannelAdapter
(IntegrationWebSocketContainer webSocketContainer) WebSocketInboundChannelAdapter
(IntegrationWebSocketContainer webSocketContainer, SubProtocolHandlerRegistry protocolHandlerRegistry) -
Uses of IntegrationWebSocketContainer in org.springframework.integration.websocket.outbound
ModifierConstructorDescriptionWebSocketOutboundMessageHandler
(IntegrationWebSocketContainer webSocketContainer) WebSocketOutboundMessageHandler
(IntegrationWebSocketContainer webSocketContainer, SubProtocolHandlerRegistry protocolHandlerRegistry)