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

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

Introduction

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

The text is from its open source code.

Constructor

TextMessage(CharSequence payload)
Create a new text WebSocket message from the given CharSequence payload.
TextMessage(byte[] payload)
Create a new text WebSocket message from the given byte[].
TextMessage(CharSequence payload, boolean isLast)
Create a new text WebSocket message with the given payload representing the full or partial message content.

Method

StringtoString()
Returns a string representation of the object.