Package | Description |
---|---|
org.apache.mina.api |
Base API for the MINA library.
|
org.apache.mina.session |
Modifier and Type | Method and Description |
---|---|
static IoSession.SessionState |
IoSession.SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IoSession.SessionState[] |
IoSession.SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IoSession.changeState(IoSession.SessionState newState)
Changes the session's state from the current state to a new state.
|
Modifier and Type | Field and Description |
---|---|
protected IoSession.SessionState |
AbstractIoSession.state
The session's state : one of CREATED, CONNECTED, CLOSING, CLOSED, SECURING, CONNECTED_SECURED
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIoSession.changeState(IoSession.SessionState to)
Changes the session's state from the current state to a new state.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.