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) classSessionOutputBufferImplFields in org.apache.hc.core5.http.impl.nio declared as SessionOutputBuffer Modifier and Type Field Description (package private) SessionOutputBufferAbstractContentEncoder. bufferMethods in org.apache.hc.core5.http.impl.nio that return SessionOutputBuffer Modifier and Type Method Description protected SessionOutputBufferAbstractContentEncoder. buffer()Methods in org.apache.hc.core5.http.impl.nio with parameters of type SessionOutputBuffer Modifier and Type Method Description (package private) abstract ContentEncoderAbstractHttp1StreamDuplexer. createContentEncoder(long contentLength, java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)protected ContentEncoderClientHttp1StreamDuplexer. createContentEncoder(long len, java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)protected ContentEncoderServerHttp1StreamDuplexer. createContentEncoder(long len, java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics)voidAbstractMessageWriter. 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 voidNHttpMessageWriter. write(T message, SessionOutputBuffer buffer)Writes out the HTTP message head.
-