Uses of Class
net.sf.eBus.net.AsyncChannel.ConnectState
-
Packages that use AsyncChannel.ConnectState Package Description net.sf.eBus.net Provides asynchronous API for Java NIO package. -
-
Uses of AsyncChannel.ConnectState in net.sf.eBus.net
Fields in net.sf.eBus.net with type parameters of type AsyncChannel.ConnectState Modifier and Type Field Description protected java.util.concurrent.atomic.AtomicReference<AsyncChannel.ConnectState>
AbstractAsyncSocket. mState
The secure socket's current state.Methods in net.sf.eBus.net that return AsyncChannel.ConnectState Modifier and Type Method Description static AsyncChannel.ConnectState
AsyncChannel.ConnectState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AsyncChannel.ConnectState[]
AsyncChannel.ConnectState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-