Package org.apache.http.nio.protocol
Class HttpAsyncService.State
java.lang.Object
org.apache.http.nio.protocol.HttpAsyncService.State
- Enclosing class:
HttpAsyncService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Cancellable
private HttpAsyncService.Incoming
private HttpAsyncService.Outgoing
private final Queue
<HttpAsyncService.PipelineEntry> private MessageState
private MessageState
private boolean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setCancellable
(Cancellable cancellable) void
setIncoming
(HttpAsyncService.Incoming incoming) void
setOutgoing
(HttpAsyncService.Outgoing outgoing) void
setRequestState
(MessageState state) void
setResponseState
(MessageState state) void
toString()
-
Field Details
-
pipeline
-
terminated
private volatile boolean terminated -
requestState
-
responseState
-
incoming
-
outgoing
-
cancellable
-
-
Constructor Details
-
State
State()
-
-
Method Details