Uses of Class
org.restlet.engine.connector.ConnectionState

Packages that use ConnectionState
org.restlet.engine.connector New advanced internal HTTP connector. 
 

Uses of ConnectionState in org.restlet.engine.connector
 

Methods in org.restlet.engine.connector that return ConnectionState
 ConnectionState Connection.getState()
          Returns the state of the connection.
static ConnectionState ConnectionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConnectionState[] ConnectionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.restlet.engine.connector with parameters of type ConnectionState
 void Connection.setState(ConnectionState state)
          Sets the state of the connection.
 



Copyright © 2005-2013 Restlet.