Uses of Package
org.apache.hc.core5.http.impl.nio
Packages that use org.apache.hc.core5.http.impl.nio
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.http.impl.nioClassDescriptionAbstract
ContentDecoderthat serves as a base for all content decoder implementations.AbstractContentEncoderthat serves as a base for all content encoder implementations.AbstractNHttpMessageParserthat serves as a base for all message parser implementations.AbstractNHttpMessageWriterthat serves as a base for all message writer implementations.A buffer that expand its capacity on demand.I/O event handler for events fired byProtocolIOSessionthat implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.ClientHttp1StreamDuplexerfactory.Default factory for creatingHttpRequestobjects.Default factory for request message parsers.Default factory for request message writers.Default factory for creatingHttpResponseobjects.Default factory for response message parsers.Default factory for response message writers.A buffer that expand its capacity on demand.IOEventHandlerthat also exposesHttpConnectionproperties.I/O event handler for events fired byProtocolIOSessionthat implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.ServerHttp1StreamDuplexerfactory. -
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.http.nio.support.classic
-
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.http2.impl.nioClassDescriptionA buffer that expand its capacity on demand.
ClientHttp1StreamDuplexerfactory.IOEventHandlerthat also exposesHttpConnectionproperties.ServerHttp1StreamDuplexerfactory. -
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.testing.nioClassDescriptionI/O event handler for events fired by
ProtocolIOSessionthat implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.I/O event handler for events fired byProtocolIOSessionthat implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.