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
ContentDecoder
that serves as a base for all content decoder implementations.AbstractContentEncoder
that serves as a base for all content encoder implementations.AbstractNHttpMessageParser
that serves as a base for all message parser implementations.AbstractNHttpMessageWriter
that serves as a base for all message writer implementations.A buffer that expand its capacity on demand.I/O event handler for events fired byProtocolIOSession
that implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.ClientHttp1StreamDuplexer
factory.Default factory for creatingHttpRequest
objects.Default factory for request message parsers.Default factory for request message writers.Default factory for creatingHttpResponse
objects.Default factory for response message parsers.Default factory for response message writers.A buffer that expand its capacity on demand.IOEventHandler
that also exposesHttpConnection
properties.I/O event handler for events fired byProtocolIOSession
that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.ServerHttp1StreamDuplexer
factory. -
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.
ClientHttp1StreamDuplexer
factory.IOEventHandler
that also exposesHttpConnection
properties.ServerHttp1StreamDuplexer
factory. -
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.testing.nioClassDescriptionI/O event handler for events fired by
ProtocolIOSession
that 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 byProtocolIOSession
that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.