|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChannelState | |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
Uses of ChannelState in com.genesyslab.platform.commons.protocol |
Fields in com.genesyslab.platform.commons.protocol declared as ChannelState | |
static ChannelState |
ChannelState.Opening
|
static ChannelState |
ChannelState.Opened
|
static ChannelState |
ChannelState.Closing
|
static ChannelState |
ChannelState.Closed
|
Methods in com.genesyslab.platform.commons.protocol that return ChannelState | |
ChannelState |
AbstractChannel.getState()
|
ChannelState |
AsyncChannel.getState()
Return channel state. |
ChannelState |
ChannelClosedEvent.getPreviousChannelState()
Return channel state before close operation triggered. |
Constructors in com.genesyslab.platform.commons.protocol with parameters of type ChannelState | |
ChannelClosedEvent(Channel source,
java.lang.Throwable cause,
ChannelState prevState)
Constructs an event about closed channel. |
|
ChannelClosedEvent(Channel source,
ConnectionClosedEvent ccEvent,
ChannelState prevState)
Constructs an Event. |
|
Configuration Platform SDK 7.6 API Reference | ||||||||||
PREV NEXT | FRAMES NO FRAMES |