| 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<ServerSocketState> |
ServerSocketState.BOUND_TRANSITION_STATES |
static EnumSet<ServerSocketState> |
ServerSocketState.ERROR_STATES |
static EnumSet<ServerSocketState> |
ServerSocketState.FINAL_STATES |
static EnumSet<ServerSocketState> |
ServerSocketState.INITIAL_STATES |
static EnumSet<ServerSocketState> |
ServerSocketState.OPEN_STATES |
static EnumSet<ServerSocketState> |
ServerSocketState.READY_TRANSITION_STATES |
| Modifier and Type | Method and Description |
|---|---|
static ServerSocketState |
ServerSocketState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerSocketState[] |
ServerSocketState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2026. All rights reserved.