public class SenderDisconnectedEventInfo extends Object
Information about a sender disconnected event.
Nested Class Summary
| @interface | SenderDisconnectedEventInfo.DisconnectReason | Sender disconnect reasons. | |
Public Method Summary
| boolean | |
| int |
getDisconnectReason()
Returns the sender disconnect reason.
|
| SenderInfo |
getSenderInfo()
Returns the
SenderInfo
of the disconnected sender.
|
| int |
hashCode()
|
Inherited Method Summary
Public Methods
public boolean equals (Object other)
public int getDisconnectReason ()
Returns the sender disconnect reason. The value must be one of the constants defined
in
SenderDisconnectedEventInfo.DisconnectReason.
public SenderInfo getSenderInfo ()
Returns the SenderInfo
of the disconnected sender.