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 HttpContextprivate final Exceptionprivate final HttpAsyncRequestHandler<Object>private final HttpRequestprivate 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
-