Uses of Package
org.apache.hc.core5.http.impl.nio
-
Packages that use org.apache.hc.core5.http.impl.nio Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) 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.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.testing.nio -
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.http.impl.nio Class Description AbstractContentDecoder AbstractContentDecoder
that serves as a base for all content decoder implementations.AbstractContentEncoder AbstractContentEncoder
that serves as a base for all content encoder implementations.AbstractHttp1IOEventHandler AbstractHttp1StreamDuplexer AbstractHttp1StreamDuplexer.CapacityWindow AbstractHttp1StreamDuplexer.ConnectionState AbstractHttp1StreamDuplexer.MessageDelineation AbstractMessageParser AbstractNHttpMessageParser
that serves as a base for all message parser implementations.AbstractMessageParser.State AbstractMessageWriter AbstractNHttpMessageWriter
that serves as a base for all message writer implementations.BufferedData A buffer that expand its capacity on demand.ChunkDecoder.State ClientHttp1StreamDuplexer 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.ClientHttp1StreamDuplexerFactory ClientHttp1StreamDuplexer
factory.ClientHttp1StreamHandler DefaultHttpRequestFactory Default factory for creatingHttpRequest
objects.DefaultHttpRequestParserFactory Default factory for request message parsers.DefaultHttpRequestWriterFactory Default factory for request message writers.DefaultHttpResponseFactory Default factory for creatingHttpResponse
objects.DefaultHttpResponseParserFactory Default factory for response message parsers.DefaultHttpResponseWriterFactory Default factory for response message writers.ExpandableBuffer A buffer that expand its capacity on demand.ExpandableBuffer.Mode FlushMode Http1StreamChannel HttpConnectionEventHandler IOEventHandler
that also exposesHttpConnection
properties.MessageState ServerHttp1StreamDuplexer 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.ServerHttp1StreamDuplexerFactory ServerHttp1StreamDuplexer
factory.ServerHttp1StreamHandler SessionInputBufferImpl SessionOutputBufferImpl -
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.http.nio.support.classic Class Description ExpandableBuffer A buffer that expand its capacity on demand. -
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.http2.impl.nio Class Description BufferedData A buffer that expand its capacity on demand.ClientHttp1StreamDuplexerFactory ClientHttp1StreamDuplexer
factory.HttpConnectionEventHandler IOEventHandler
that also exposesHttpConnection
properties.MessageState ServerHttp1StreamDuplexerFactory ServerHttp1StreamDuplexer
factory. -
Classes in org.apache.hc.core5.http.impl.nio used by org.apache.hc.core5.testing.nio Class Description ClientHttp1StreamDuplexer 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.ServerHttp1StreamDuplexer 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.