public class SessionState extends Object
Modifier and Type | Field and Description |
---|---|
static SessionState |
ESTABLISHED
Session is fully established.
|
static SessionState |
RECONNECTING
Session is trying to be re-established.
|
static SessionState |
TERMINATED
Session is terminated.
|
static SessionState |
WAIT_FOR_CONFIRMING_TERMINATE
Session is waiting for the terminate response from the counterparty (acceptor).
|
static SessionState |
WAIT_FOR_ESTABLISHMENT_ACK
Session is waiting for the establishment response from the counterparty (acceptor).
|
static SessionState |
WAIT_FOR_NEGOTIATION_RESPONSE
Session is waiting for the negotiation response from the counterparty (acceptor).
|
static SessionState |
WAIT_FOR_RETRANSMISSION
The Retransmission Request message was sent, the session is waiting for the response.
|
public static final SessionState ESTABLISHED
public static final SessionState RECONNECTING
public static final SessionState TERMINATED
public static final SessionState WAIT_FOR_NEGOTIATION_RESPONSE
public static final SessionState WAIT_FOR_ESTABLISHMENT_ACK
public static final SessionState WAIT_FOR_CONFIRMING_TERMINATE
public static final SessionState WAIT_FOR_RETRANSMISSION
Copyright © 2005–2024 Onix Solutions. All rights reserved.