Uses of Class
org.restlet.engine.io.IoState

Packages that use IoState
org.restlet.engine.connector New advanced internal HTTP connector. 
org.restlet.engine.io Supports input and output work. 
 

Uses of IoState in org.restlet.engine.connector
 

Methods in org.restlet.engine.connector that return IoState
 IoState Way.getIoState()
          Returns the IO state.
 

Methods in org.restlet.engine.connector with parameters of type IoState
 void Way.setIoState(IoState ioState)
          Sets the IO state.
 

Uses of IoState in org.restlet.engine.io
 

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



Copyright © 2005-2013 Restlet.