Uses of Interface
org.apache.hc.core5.http.nio.SessionOutputBuffer
Packages that use SessionOutputBuffer
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 SessionOutputBuffer in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement SessionOutputBufferFields in org.apache.hc.core5.http.impl.nio declared as SessionOutputBufferModifier and TypeFieldDescription(package private) final SessionOutputBufferAbstractContentEncoder.bufferMethods in org.apache.hc.core5.http.impl.nio that return SessionOutputBufferMethods in org.apache.hc.core5.http.impl.nio with parameters of type SessionOutputBufferModifier and TypeMethodDescription(package private) abstract ContentEncoderAbstractHttp1StreamDuplexer.createContentEncoder(long contentLength, WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics) protected ContentEncoderClientHttp1StreamDuplexer.createContentEncoder(long len, WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics) protected ContentEncoderServerHttp1StreamDuplexer.createContentEncoder(long len, 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 SessionOutputBufferModifierConstructorDescriptionAbstractContentEncoder(WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics) Creates an instance of this class.ChunkEncoder(WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics) ChunkEncoder(WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics, int chunkSizeHint) IdentityEncoder(WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics) IdentityEncoder(WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics, int chunkSizeHint) LengthDelimitedEncoder(WritableByteChannel channel, SessionOutputBuffer buffer, BasicHttpTransportMetrics metrics, long contentLength) LengthDelimitedEncoder(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 SessionOutputBufferModifier and TypeMethodDescriptionvoidNHttpMessageWriter.write(T message, SessionOutputBuffer buffer) Writes out the HTTP message head.