|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketState | |
|---|---|
| org.opcfoundation.ua.utils.asyncsocket | Small java NIO based library that enables asynchronous and event based socket operations |
| Uses of SocketState in org.opcfoundation.ua.utils.asyncsocket |
|---|
| Fields in org.opcfoundation.ua.utils.asyncsocket with type parameters of type SocketState | |
|---|---|
static EnumSet<SocketState> |
SocketState.CONNECTED_TRANSITION_STATES
|
static EnumSet<SocketState> |
SocketState.CONNECTING_TRANSITION_STATES
|
static EnumSet<SocketState> |
SocketState.ERROR_STATES
|
static EnumSet<SocketState> |
SocketState.FINAL_STATES
|
static EnumSet<SocketState> |
SocketState.INITIAL_STATES
|
static EnumSet<SocketState> |
SocketState.NON_FINAL_STATES
|
static EnumSet<SocketState> |
SocketState.OPEN_STATES
|
| Methods in org.opcfoundation.ua.utils.asyncsocket that return SocketState | |
|---|---|
static SocketState |
SocketState.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SocketState[] |
SocketState.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.opcfoundation.ua.utils.asyncsocket that return types with arguments of type SocketState | |
|---|---|
IStatefulObject<SocketState,IOException> |
AsyncSocketImpl.getStateMonitor()
getStateMonitor. |
IStatefulObject<SocketState,IOException> |
AsyncSocket.getStateMonitor()
getStateMonitor. |
| Methods in org.opcfoundation.ua.utils.asyncsocket with parameters of type SocketState | |
|---|---|
protected boolean |
AsyncSocketImpl.isStateTransitionAllowed(SocketState oldState,
SocketState newState)
Checks whether state transition is allowed. |
protected void |
AsyncSocketImpl.onStateTransition(SocketState oldState,
SocketState newState)
Override this. |
protected boolean |
AsyncSocketImpl.setState(SocketState state)
setState. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||