Uses of Interface
org.apache.hc.core5.http.nio.SessionOutputBuffer
-
Packages that use SessionOutputBuffer 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 SessionOutputBuffer in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement SessionOutputBuffer Modifier and Type Class Description (package private) class
SessionOutputBufferImpl
Fields in org.apache.hc.core5.http.impl.nio declared as SessionOutputBuffer Modifier and Type Field Description (package private) SessionOutputBuffer
AbstractContentEncoder. buffer
Methods in org.apache.hc.core5.http.impl.nio that return SessionOutputBuffer Modifier and Type Method Description protected SessionOutputBuffer
AbstractContentEncoder. buffer()
Methods in org.apache.hc.core5.http.impl.nio with parameters of type SessionOutputBuffer Modifier and Type Method Description (package private) abstract ContentEncoder
AbstractHttp1StreamDuplexer. createContentEncoder(long contentLength, java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)
protected ContentEncoder
ClientHttp1StreamDuplexer. createContentEncoder(long len, java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)
protected ContentEncoder
ServerHttp1StreamDuplexer. createContentEncoder(long len, java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)
void
AbstractMessageWriter. write(T message, SessionOutputBuffer sessionBuffer)
Constructors in org.apache.hc.core5.http.impl.nio with parameters of type SessionOutputBuffer Constructor Description AbstractContentEncoder(java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)
Creates an instance of this class.ChunkEncoder(java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)
ChunkEncoder(java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics, int chunkSizeHint)
IdentityEncoder(java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)
IdentityEncoder(java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics, int chunkSizeHint)
LengthDelimitedEncoder(java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics, long contentLength)
LengthDelimitedEncoder(java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics, long contentLength, int chunkSizeHint)
-
Uses of SessionOutputBuffer in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type SessionOutputBuffer Modifier and Type Method Description void
NHttpMessageWriter. write(T message, SessionOutputBuffer buffer)
Writes out the HTTP message head.
-