Uses of Class
org.restlet.ext.nio.internal.state.IoState
-
Packages that use IoState Package Description org.restlet.ext.nio.internal.state org.restlet.ext.nio.internal.way -
-
Uses of IoState in org.restlet.ext.nio.internal.state
Methods in org.restlet.ext.nio.internal.state that return IoState Modifier and Type Method Description static IoStateIoState. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static IoState[]IoState. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IoState in org.restlet.ext.nio.internal.way
Fields in org.restlet.ext.nio.internal.way declared as IoState Modifier and Type Field Description private IoStateWay. ioStateDeprecated.The IO state.Methods in org.restlet.ext.nio.internal.way that return IoState Modifier and Type Method Description IoStateWay. getIoState()Deprecated.Returns the IO state.Methods in org.restlet.ext.nio.internal.way with parameters of type IoState Modifier and Type Method Description voidWay. setIoState(IoState ioState)Deprecated.Sets the IO state.
-