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..
source
Constructor and Description |
---|
SessionDisconnectEvent(Object source,
Message<byte[]> message,
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.
|
String |
getSessionId()
Return the session id.
|
String |
toString() |
getMessage
getTimestamp
getSource
public SessionDisconnectEvent(Object source, Message<byte[]> message, String sessionId, CloseStatus closeStatus)
public String getSessionId()
public CloseStatus getCloseStatus()
public String toString()
toString
in class AbstractSubProtocolEvent