Java org.springframework.web.reactive.socket WebSocketSession fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

HandshakeInfogetHandshakeInfo()
Return information from the handshake request.
StringgetId()
Return the id for the session.
Fluxreceive()
Provides access to the stream of inbound messages.
Monosend(Publisher messages)
Give a source of outgoing messages, write the messages and return a Mono that completes when the source completes and writing is done.