Uses of Enum
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 MessageState
HttpAsyncRequestExecutor.State.requestState
private MessageState
HttpAsyncService.State.requestState
private MessageState
HttpAsyncRequestExecutor.State.responseState
private MessageState
HttpAsyncService.State.responseState
Methods in org.apache.http.nio.protocol that return MessageStateModifier and TypeMethodDescriptionHttpAsyncRequestExecutor.State.getRequestState()
HttpAsyncService.State.getRequestState()
HttpAsyncRequestExecutor.State.getResponseState()
HttpAsyncService.State.getResponseState()
static MessageState
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 MessageStateModifier and TypeMethodDescriptionvoid
HttpAsyncRequestExecutor.State.setRequestState
(MessageState state) void
HttpAsyncService.State.setRequestState
(MessageState state) void
HttpAsyncRequestExecutor.State.setResponseState
(MessageState state) void
HttpAsyncService.State.setResponseState
(MessageState state)