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

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.web.socket.messaging.SubProtocolHandler has the following implementations.
Click this link to see all its implementation.

Method

ListgetSupportedProtocols()
Return the list of sub-protocols supported by this handler (never null ).
voidhandleMessageFromClient(WebSocketSession session, WebSocketMessage message, MessageChannel outputChannel)
Handle the given WebSocketMessage received from a client.
StringresolveSessionId(Message message)
Resolve the session id from the given message or return null .