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 Cancellableprivate HttpAsyncService.Incomingprivate HttpAsyncService.Outgoingprivate final Queue<HttpAsyncService.PipelineEntry> private MessageStateprivate MessageStateprivate boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetCancellable(Cancellable cancellable) voidsetIncoming(HttpAsyncService.Incoming incoming) voidsetOutgoing(HttpAsyncService.Outgoing outgoing) voidsetRequestState(MessageState state) voidsetResponseState(MessageState state) voidtoString()
-
Field Details
-
pipeline
-
terminated
private volatile boolean terminated -
requestState
-
responseState
-
incoming
-
outgoing
-
cancellable
-
-
Constructor Details
-
State
State()
-
-
Method Details