Uses of Enum Class
org.apache.http.nio.protocol.MessageState
Packages that use MessageState
Package
Description
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 MessageStateModifier and TypeFieldDescriptionprivate MessageStateHttpAsyncRequestExecutor.State.requestStateprivate MessageStateHttpAsyncService.State.requestStateprivate MessageStateHttpAsyncRequestExecutor.State.responseStateprivate MessageStateHttpAsyncService.State.responseStateMethods in org.apache.http.nio.protocol that return MessageStateModifier and TypeMethodDescriptionHttpAsyncRequestExecutor.State.getRequestState()HttpAsyncService.State.getRequestState()HttpAsyncRequestExecutor.State.getResponseState()HttpAsyncService.State.getResponseState()static MessageStateReturns the enum constant of this class with the specified name.static MessageState[]MessageState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.http.nio.protocol with parameters of type MessageStateModifier and TypeMethodDescriptionvoidHttpAsyncRequestExecutor.State.setRequestState(MessageState state) voidHttpAsyncService.State.setRequestState(MessageState state) voidHttpAsyncRequestExecutor.State.setResponseState(MessageState state) voidHttpAsyncService.State.setResponseState(MessageState state)