Uses of Class
org.springframework.integration.websocket.IntegrationWebSocketContainer
Packages that use 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
Subclasses of IntegrationWebSocketContainer in org.springframework.integration.websocketModifier and TypeClassDescriptionfinal class
TheIntegrationWebSocketContainer
implementation for theclient
Web-Socket connection.class
-
Uses of IntegrationWebSocketContainer in org.springframework.integration.websocket.inbound
Constructors in org.springframework.integration.websocket.inbound with parameters of type IntegrationWebSocketContainerModifierConstructorDescriptionWebSocketInboundChannelAdapter
(IntegrationWebSocketContainer webSocketContainer) WebSocketInboundChannelAdapter
(IntegrationWebSocketContainer webSocketContainer, SubProtocolHandlerRegistry protocolHandlerRegistry) -
Uses of IntegrationWebSocketContainer in org.springframework.integration.websocket.outbound
Constructors in org.springframework.integration.websocket.outbound with parameters of type IntegrationWebSocketContainerModifierConstructorDescriptionWebSocketOutboundMessageHandler
(IntegrationWebSocketContainer webSocketContainer) WebSocketOutboundMessageHandler
(IntegrationWebSocketContainer webSocketContainer, SubProtocolHandlerRegistry protocolHandlerRegistry)