Uses of Class
org.apache.http.nio.protocol.MessageState
-
Packages that use MessageState Package Description org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication. -
-
Uses of MessageState in org.apache.http.nio.protocol
Fields in org.apache.http.nio.protocol declared as MessageState Modifier and Type Field Description private MessageStateHttpAsyncRequestExecutor.State. requestStateprivate MessageStateHttpAsyncService.State. requestStateprivate MessageStateHttpAsyncRequestExecutor.State. responseStateprivate MessageStateHttpAsyncService.State. responseStateMethods in org.apache.http.nio.protocol that return MessageState Modifier and Type Method Description MessageStateHttpAsyncRequestExecutor.State. getRequestState()MessageStateHttpAsyncService.State. getRequestState()MessageStateHttpAsyncRequestExecutor.State. getResponseState()MessageStateHttpAsyncService.State. getResponseState()static MessageStateMessageState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MessageState[]MessageState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.http.nio.protocol with parameters of type MessageState Modifier and Type Method Description voidHttpAsyncRequestExecutor.State. setRequestState(MessageState state)voidHttpAsyncService.State. setRequestState(MessageState state)voidHttpAsyncRequestExecutor.State. setResponseState(MessageState state)voidHttpAsyncService.State. setResponseState(MessageState state)
-