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.
|
org.apache.hc.core5.http.nio.support.classic |
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
|
org.apache.hc.core5.reactive |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncClientExchangeHandler
Abstract asynchronous client side message exchange handler that acts as a request producer
and a response consumer.
|
interface |
AsyncServerExchangeHandler
Abstract asynchronous server side message exchange handler that acts as a request consumer
and a response producer.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractServerExchangeHandler<T>
Abstract server side message exchange handler.
|
class |
BasicAsyncServerExpectationDecorator
AsyncServerExchangeHandler implementation that adds support
for the Expect-Continue handshake to an existing
AsyncServerExchangeHandler . |
class |
BasicClientExchangeHandler<T>
Basic
AsyncClientExchangeHandler implementation that makes use
of AsyncRequestProducer to generate request message
and AsyncResponseConsumer to process the response message returned by the server. |
class |
BasicServerExchangeHandler<T>
Basic
AbstractServerExchangeHandler implementation that delegates
request processing and response generation to a AsyncServerRequestHandler . |
class |
ImmediateResponseExchangeHandler
AsyncServerExchangeHandler implementation that immediately responds
with a predefined response generated by a AsyncResponseProducer and
ignores any entity content enclosed in the request message. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClassicServerExchangeHandler
AsyncServerExchangeHandler implementation that acts as a compatibility
layer for classic InputStream / OutputStream based interfaces. |
Modifier and Type | Class and Description |
---|---|
class |
ReactiveServerExchangeHandler
An implementation of
AsyncServerExchangeHandler designed to work with reactive streams. |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.