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

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

Introduction

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

The text is from its open source code.

Constructor

Method

CloseStatusgetCloseStatus()
Return the status with which the session was closed.
MessagegetMessage()
Return the Message associated with the event.
StringgetSessionId()
Return the session id.