org.jdiameter.api
Interface DisconnectCause


public interface DisconnectCause

Interface defining disconnect cause codes

Author:
Alexandre Mendonca

Field Summary
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.
 

Field Detail

REBOOTING

static final int REBOOTING
A scheduled reboot is imminent.

See Also:
Constant Field Values

BUSY

static final int BUSY
The peer's internal resources are constrained, and it has determined that the transport connection needs to be closed.

See Also:
Constant Field Values

DO_NOT_WANT_TO_TALK_TO_YOU

static final 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.

See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.