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 AbstractContentDecoderthat serves as a base for all content decoder implementations.AbstractContentEncoder AbstractContentEncoderthat serves as a base for all content encoder implementations.AbstractHttp1IOEventHandler AbstractHttp1StreamDuplexer AbstractHttp1StreamDuplexer.CapacityWindow AbstractHttp1StreamDuplexer.ConnectionState AbstractHttp1StreamDuplexer.MessageDelineation AbstractMessageParser AbstractNHttpMessageParserthat serves as a base for all message parser implementations.AbstractMessageParser.State AbstractMessageWriter AbstractNHttpMessageWriterthat 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 byProtocolIOSessionthat implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.ClientHttp1StreamDuplexerFactory ClientHttp1StreamDuplexerfactory.ClientHttp1StreamHandler DefaultHttpRequestFactory Default factory for creatingHttpRequestobjects.DefaultHttpRequestParserFactory Default factory for request message parsers.DefaultHttpRequestWriterFactory Default factory for request message writers.DefaultHttpResponseFactory Default factory for creatingHttpResponseobjects.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 IOEventHandlerthat also exposesHttpConnectionproperties.MessageState ServerHttp1StreamDuplexer 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 ServerHttp1StreamDuplexerfactory.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 ClientHttp1StreamDuplexerfactory.HttpConnectionEventHandler IOEventHandlerthat also exposesHttpConnectionproperties.MessageState ServerHttp1StreamDuplexerFactory ServerHttp1StreamDuplexerfactory. -
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 byProtocolIOSessionthat 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 byProtocolIOSessionthat implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.