Java org.springframework.web.socket.messaging SubProtocolWebSocketHandler fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.web.socket.messaging SubProtocolWebSocketHandler fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.web.socket.messaging SubProtocolWebSocketHandler.

The text is from its open source code.

Constructor

SubProtocolWebSocketHandler(MessageChannel clientInboundChannel, SubscribableChannel clientOutboundChannel)
Create a new SubProtocolWebSocketHandler for the given inbound and outbound channels.