Package | Description |
---|---|
org.apache.http.nio.protocol |
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
|
Modifier and Type | Field and Description |
---|---|
private MessageState |
HttpAsyncService.State.requestState |
private MessageState |
HttpAsyncRequestExecutor.State.requestState |
private MessageState |
HttpAsyncService.State.responseState |
private MessageState |
HttpAsyncRequestExecutor.State.responseState |
Modifier and Type | Method and Description |
---|---|
MessageState |
HttpAsyncService.State.getRequestState() |
MessageState |
HttpAsyncRequestExecutor.State.getRequestState() |
MessageState |
HttpAsyncService.State.getResponseState() |
MessageState |
HttpAsyncRequestExecutor.State.getResponseState() |
static MessageState |
MessageState.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.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpAsyncService.State.setRequestState(MessageState state) |
void |
HttpAsyncRequestExecutor.State.setRequestState(MessageState state) |
void |
HttpAsyncService.State.setResponseState(MessageState state) |
void |
HttpAsyncRequestExecutor.State.setResponseState(MessageState state) |