Java org.springframework.web.socket.sockjs.transport SockJsSession fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Implementation

org.springframework.web.socket.sockjs.transport.SockJsSession has the following implementations.
Click this link to see all its implementation.

Method

voidclose()
Close the WebSocket connection with status 1000, i.e.
StringgetId()
Return a unique session identifier.
longgetTimeSinceLastActive()
Return the time (in ms) since the session was last active, or otherwise if the session is new, then the time since the session was created.