Package | Description |
---|---|
org.apache.hc.core5.http.nio |
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
|
org.apache.hc.core5.http.nio.support |
Support classes for the asynchronous I/O model.
|
Modifier and Type | Method and Description |
---|---|
void |
AsyncServerRequestHandler.ResponseTrigger.submitResponse(AsyncResponseProducer responseProducer,
HttpContext context)
Sends a final HTTP response to the client.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicResponseProducer
Basic implementation of
AsyncResponseProducer that produces one fixed response
and relies on a AsyncEntityProducer to generate response entity stream. |
Modifier and Type | Method and Description |
---|---|
AsyncResponseProducer |
AsyncResponseBuilder.build() |
protected AsyncResponseProducer |
BasicAsyncServerExpectationDecorator.verify(HttpRequest request,
HttpContext context) |
Constructor and Description |
---|
ImmediateResponseExchangeHandler(AsyncResponseProducer responseProducer) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.