Package org.apache.http.nio.protocol
Class HttpAsyncService.Incoming
java.lang.Object
org.apache.http.nio.protocol.HttpAsyncService.Incoming
- Enclosing class:
HttpAsyncService
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final HttpAsyncRequestConsumer
<Object> private final HttpContext
private final HttpAsyncRequestHandler
<Object> private final HttpRequest
-
Constructor Summary
ConstructorsConstructorDescriptionIncoming
(HttpRequest request, HttpAsyncRequestHandler<Object> handler, HttpAsyncRequestConsumer<Object> consumer, HttpContext context) -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
request
-
handler
-
consumer
-
context
-
-
Constructor Details
-
Incoming
Incoming(HttpRequest request, HttpAsyncRequestHandler<Object> handler, HttpAsyncRequestConsumer<Object> consumer, HttpContext context)
-
-
Method Details
-
getRequest
-
getHandler
-
getConsumer
-
getContext
-