Uses of Interface
org.apache.hc.core5.http.nio.SessionInputBuffer
Packages that use SessionInputBuffer
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
-
Uses of SessionInputBuffer in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio that return SessionInputBufferMethods in org.apache.hc.core5.http.impl.nio with parameters of type SessionInputBufferModifier and TypeMethodDescriptionprotected ContentDecoderClientHttp1StreamDuplexer.createContentDecoder(long len, ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) protected ContentDecoderServerHttp1StreamDuplexer.createContentDecoder(long len, ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) AbstractMessageParser.parse(SessionInputBuffer sessionBuffer, boolean endOfStream) DefaultHttpRequestParser.parse(SessionInputBuffer sessionBuffer, boolean endOfStream) Constructors in org.apache.hc.core5.http.impl.nio with parameters of type SessionInputBufferModifierConstructorDescriptionAbstractContentDecoder(ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) Creates an instance of this class.ChunkDecoder(ReadableByteChannel channel, SessionInputBuffer buffer, Http1Config http1Config, BasicHttpTransportMetrics metrics) ChunkDecoder(ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) IdentityDecoder(ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics) LengthDelimitedDecoder(ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics, long contentLength) -
Uses of SessionInputBuffer in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type SessionInputBufferModifier and TypeMethodDescriptionNHttpMessageParser.parse(SessionInputBuffer buffer, boolean endOfStream) Attempts to parse a complete message head from the content of the internal buffer.