Uses of Class
org.restlet.ext.nio.internal.state.MessageState
-
Packages that use MessageState Package Description org.restlet.ext.nio.internal.state org.restlet.ext.nio.internal.way -
-
Uses of MessageState in org.restlet.ext.nio.internal.state
Methods in org.restlet.ext.nio.internal.state that return MessageState Modifier and Type Method Description static MessageStateMessageState. valueOf(java.lang.String name)Deprecated.Returns the enum constant of this type with the specified name.static MessageState[]MessageState. values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MessageState in org.restlet.ext.nio.internal.way
Fields in org.restlet.ext.nio.internal.way declared as MessageState Modifier and Type Field Description private MessageStateWay. messageStateDeprecated.The message state.Methods in org.restlet.ext.nio.internal.way that return MessageState Modifier and Type Method Description MessageStateWay. getMessageState()Deprecated.Returns the message state.Methods in org.restlet.ext.nio.internal.way with parameters of type MessageState Modifier and Type Method Description protected voidWay. setMessageState(MessageState messageState)Deprecated.Sets the message state.
-