Uses of Class
org.restlet.ext.nio.internal.state.ConnectionState
-
Packages that use ConnectionState Package Description org.restlet.ext.nio.internal.connection org.restlet.ext.nio.internal.state -
-
Uses of ConnectionState in org.restlet.ext.nio.internal.connection
Fields in org.restlet.ext.nio.internal.connection declared as ConnectionState Modifier and Type Field Description private ConnectionStateConnection. stateDeprecated.The state of the connection.Methods in org.restlet.ext.nio.internal.connection that return ConnectionState Modifier and Type Method Description ConnectionStateConnection. getState()Deprecated.Returns the state of the connection.Methods in org.restlet.ext.nio.internal.connection with parameters of type ConnectionState Modifier and Type Method Description voidConnection. setState(ConnectionState state)Deprecated.Sets the state of the connection. -
Uses of ConnectionState in org.restlet.ext.nio.internal.state
Methods in org.restlet.ext.nio.internal.state that return ConnectionState Modifier and Type Method Description static ConnectionStateConnectionState. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static ConnectionState[]ConnectionState. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-