Package org.apache.http.nio.protocol
Class HttpAsyncService.PipelineEntry
java.lang.Object
org.apache.http.nio.protocol.HttpAsyncService.PipelineEntry
- Enclosing class:
HttpAsyncService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpContext
private final Exception
private final HttpAsyncRequestHandler
<Object> private final HttpRequest
private final Object
-
Constructor Summary
ConstructorsConstructorDescriptionPipelineEntry
(HttpRequest request, Object result, Exception exception, HttpAsyncRequestHandler<Object> handler, HttpContext context) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
request
-
result
-
exception
-
handler
-
context
-
-
Constructor Details
-
PipelineEntry
PipelineEntry(HttpRequest request, Object result, Exception exception, HttpAsyncRequestHandler<Object> handler, HttpContext context)
-
-
Method Details
-
getRequest
-
getResult
-
getException
-
getHandler
-
getContext
-