public interface DisconnectCause
| Modifier and Type | Field and Description |
|---|---|
static int |
BUSY
The peer's internal resources are constrained, and it has
determined that the transport connection needs to be closed.
|
static int |
DO_NOT_WANT_TO_TALK_TO_YOU
The peer has determined that it does not see a need for the
transport connection to exist, since it does not expect any
messages to be exchanged in the near future.
|
static int |
REBOOTING
A scheduled reboot is imminent.
|
static final int REBOOTING
static final int BUSY
static final int DO_NOT_WANT_TO_TALK_TO_YOU
Copyright © 2016. All Rights Reserved.