Uses of Interface
org.apache.hc.core5.http.nio.ContentEncoder
-
Packages that use ContentEncoder 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 ContentEncoder in org.apache.hc.core5.http.impl.nio
Subinterfaces of ContentEncoder in org.apache.hc.core5.http.impl.nio Modifier and Type Interface Description (package private) interfaceHttp1StreamChannel<OutgoingMessage extends HttpMessage>Classes in org.apache.hc.core5.http.impl.nio that implement ContentEncoder Modifier and Type Class Description classAbstractContentEncoderAbstractContentEncoderthat serves as a base for all content encoder implementations.classChunkEncoderImplements chunked transfer coding.classIdentityEncoderContent encoder that writes data without any transformation.classLengthDelimitedEncoderContent encoder that cuts off after a defined number of bytes.private static classServerHttp1StreamDuplexer.DelayedOutputChannelFields in org.apache.hc.core5.http.impl.nio with type parameters of type ContentEncoder Modifier and Type Field Description private Message<OutgoingMessage,ContentEncoder>AbstractHttp1StreamDuplexer. outgoingMessageMethods in org.apache.hc.core5.http.impl.nio that return ContentEncoder 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) -
Uses of ContentEncoder in org.apache.hc.core5.http.nio
Subinterfaces of ContentEncoder in org.apache.hc.core5.http.nio Modifier and Type Interface Description interfaceFileContentEncoderA content encoder capable of transferring data directly from aFileChannel
-