Uses of Class
org.springframework.integration.websocket.support.SubProtocolHandlerRegistry
Packages that use SubProtocolHandlerRegistry
Package
Description
Provides classes which represent inbound WebSocket components.
Provides classes which represent outbound WebSocket components.
- 
Uses of SubProtocolHandlerRegistry in org.springframework.integration.websocket.inboundConstructors in org.springframework.integration.websocket.inbound with parameters of type SubProtocolHandlerRegistryModifierConstructorDescriptionWebSocketInboundChannelAdapter(IntegrationWebSocketContainer webSocketContainer, SubProtocolHandlerRegistry protocolHandlerRegistry) 
- 
Uses of SubProtocolHandlerRegistry in org.springframework.integration.websocket.outboundConstructors in org.springframework.integration.websocket.outbound with parameters of type SubProtocolHandlerRegistryModifierConstructorDescriptionWebSocketOutboundMessageHandler(IntegrationWebSocketContainer webSocketContainer, SubProtocolHandlerRegistry protocolHandlerRegistry)