Package | Description |
---|---|
biz.onixs.cme.ilink3.handler | |
biz.onixs.cme.ilink3.handler.session | |
biz.onixs.cme.ilink3.testing |
Modifier and Type | Field and Description |
---|---|
static SessionState |
SessionState.ESTABLISHED
Session is fully established.
|
static SessionState |
SessionState.RECONNECTING
Session is trying to be re-established.
|
static SessionState |
SessionState.TERMINATED
Session is terminated.
|
static SessionState |
SessionState.WAIT_FOR_CONFIRMING_TERMINATE
Session is waiting for the terminate response from the counterparty (acceptor).
|
static SessionState |
SessionState.WAIT_FOR_ESTABLISHMENT_ACK
Session is waiting for the establishment response from the counterparty (acceptor).
|
static SessionState |
SessionState.WAIT_FOR_NEGOTIATION_RESPONSE
Session is waiting for the negotiation response from the counterparty (acceptor).
|
static SessionState |
SessionState.WAIT_FOR_RETRANSMISSION
The Retransmission Request message was sent, the session is waiting for the response.
|
Modifier and Type | Method and Description |
---|---|
SessionState |
Session.getState()
Returns session state.
|
Modifier and Type | Method and Description |
---|---|
SessionState |
StateChangeArgs.getNewState()
Returns new session state.
|
SessionState |
StateChangeArgs.getPrevState()
Returns previous session state.
|
Modifier and Type | Method and Description |
---|---|
void |
StateChangeArgs.setNewState(SessionState newState)
Sets new session state.
|
void |
StateChangeArgs.setPrevState(SessionState prevState)
Sets previous session state.
|
Constructor and Description |
---|
StateChangeArgs(SessionState newState,
SessionState prevState) |
Modifier and Type | Method and Description |
---|---|
BlockingQueue<SessionState> |
SessionStateQueue.getQueue() |
Copyright © 2005–2024 Onix Solutions. All rights reserved.