| Package | Description |
|---|---|
| com.prosysopc.ua.stack.utils.asyncsocket |
Small java NIO based library that enables asynchronous and event based socket operations
|
| Modifier and Type | Field and Description |
|---|---|
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 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
IStatefulObject<SocketState,IOException> |
AsyncSocketImpl.getStateMonitor()
getStateMonitor.
|
IStatefulObject<SocketState,IOException> |
AsyncSocket.getStateMonitor()
getStateMonitor.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2026. All rights reserved.