public class SessionDisconnectEvent extends AbstractSubProtocolEvent
Note that this event may be raised more than once for a single session and therefore event consumers should be idempotent and ignore a duplicate event..
Constructor and Description |
---|
SessionDisconnectEvent(java.lang.Object source,
Message<byte[]> message,
java.lang.String sessionId,
CloseStatus closeStatus)
Create a new event.
|
Modifier and Type | Method and Description |
---|---|
CloseStatus |
getCloseStatus()
Return the status with which the session was closed.
|
java.lang.String |
getSessionId()
Return the session id.
|
java.lang.String |
toString() |
getMessage
getTimestamp
public SessionDisconnectEvent(java.lang.Object source, Message<byte[]> message, java.lang.String sessionId, CloseStatus closeStatus)
public java.lang.String getSessionId()
public CloseStatus getCloseStatus()
public java.lang.String toString()
toString
in class AbstractSubProtocolEvent