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

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

Introduction

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

The text is from its open source code.

Constructor

PongMessage(ByteBuffer payload)
Create a new pong message with the given ByteBuffer payload.