Uses of Interface
org.apache.hc.core5.http.nio.SessionInputBuffer
-
Packages that use SessionInputBuffer 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 Core HTTP transport APIs based on the asynchronous, event driven I/O model. -
-
Uses of SessionInputBuffer in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement SessionInputBuffer Modifier and Type Class Description (package private) class
SessionInputBufferImpl
Fields in org.apache.hc.core5.http.impl.nio declared as SessionInputBuffer Modifier and Type Field Description (package private) SessionInputBuffer
AbstractContentDecoder. buffer
Methods in org.apache.hc.core5.http.impl.nio that return SessionInputBuffer Modifier and Type Method Description protected SessionInputBuffer
AbstractContentDecoder. buffer()
Methods in org.apache.hc.core5.http.impl.nio with parameters of type SessionInputBuffer Modifier and Type Method Description (package private) abstract ContentDecoder
AbstractHttp1StreamDuplexer. createContentDecoder(long contentLength, java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics)
protected ContentDecoder
ClientHttp1StreamDuplexer. createContentDecoder(long len, java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics)
protected ContentDecoder
ServerHttp1StreamDuplexer. createContentDecoder(long len, java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics)
T
AbstractMessageParser. parse(SessionInputBuffer sessionBuffer, boolean endOfStream)
T
DefaultHttpRequestParser. parse(SessionInputBuffer sessionBuffer, boolean endOfStream)
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type SessionInputBuffer Constructor Description AbstractContentDecoder(java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics)
Creates an instance of this class.ChunkDecoder(java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, Http1Config http1Config, BasicHttpTransportMetrics metrics)
ChunkDecoder(java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics)
IdentityDecoder(java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, BasicHttpTransportMetrics metrics)
LengthDelimitedDecoder(java.nio.channels.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 SessionInputBuffer Modifier and Type Method Description T
NHttpMessageParser. parse(SessionInputBuffer buffer, boolean endOfStream)
Attempts to parse a complete message head from the content of the internal buffer.
-