Uses of Class
org.opcfoundation.ua.utils.asyncsocket.ServerSocketState

Packages that use ServerSocketState
org.opcfoundation.ua.utils.asyncsocket Small java NIO based library that enables asynchronous and event based socket operations 
 

Uses of ServerSocketState in org.opcfoundation.ua.utils.asyncsocket
 

Fields in org.opcfoundation.ua.utils.asyncsocket with type parameters of type ServerSocketState
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
           
 

Methods in org.opcfoundation.ua.utils.asyncsocket that return ServerSocketState
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 © 2018. All rights reserved.