Uses of Interface
org.apache.http.nio.ContentEncoder
-
Packages that use ContentEncoder Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.codecs Default implementations of message parses and writers for asynchronous, even driven communication.org.apache.http.nio Core HTTP component APIs and primitives for asynchronous, event driven communication.org.apache.http.nio.entity Core HTTP entity implementations with support for asynchronous, event driven communication.org.apache.http.nio.protocol Core HTTP protocol execution framework and HTTP protocol handlers for asynchronous, event driven communication.org.apache.http.nio.util Core utility classes for asynchronous, event driven communication. -
-
Uses of ContentEncoder in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as ContentEncoder Modifier and Type Field Description protected ContentEncoderNHttpConnectionBase. contentEncoderMethods in org.apache.http.impl.nio that return ContentEncoder Modifier and Type Method Description protected ContentEncoderNHttpConnectionBase. createContentEncoder(long len, java.nio.channels.WritableByteChannel channel, SessionOutputBuffer buffer, HttpTransportMetricsImpl metrics)Factory method forContentEncoderinstances.Methods in org.apache.http.impl.nio with parameters of type ContentEncoder Modifier and Type Method Description voidNHttpClientEventHandlerAdaptor. outputReady(NHttpClientConnection conn, ContentEncoder encoder)Deprecated.voidNHttpServerEventHandlerAdaptor. outputReady(NHttpServerConnection conn, ContentEncoder encoder)Deprecated. -
Uses of ContentEncoder in org.apache.http.impl.nio.codecs
Classes in org.apache.http.impl.nio.codecs 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. -
Uses of ContentEncoder in org.apache.http.nio
Subinterfaces of ContentEncoder in org.apache.http.nio Modifier and Type Interface Description interfaceFileContentEncoderA content encoder capable of transferring data directly from aFileChannelFields in org.apache.http.nio declared as ContentEncoder Modifier and Type Field Description private ContentEncoderContentEncoderChannel. contentEncoderMethods in org.apache.http.nio with parameters of type ContentEncoder Modifier and Type Method Description voidNHttpClientEventHandler. outputReady(NHttpClientConnection conn, ContentEncoder encoder)Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder.voidNHttpClientHandler. outputReady(NHttpClientConnection conn, ContentEncoder encoder)Deprecated.Triggered when the underlying channel is ready for writing a next portion of the request entity through the corresponding content encoder.voidNHttpServerEventHandler. outputReady(NHttpServerConnection conn, ContentEncoder encoder)Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.voidNHttpServiceHandler. outputReady(NHttpServerConnection conn, ContentEncoder encoder)Deprecated.Triggered when the underlying channel is ready for writing a next portion of the response entity through the corresponding content encoder.Constructors in org.apache.http.nio with parameters of type ContentEncoder Constructor Description ContentEncoderChannel(ContentEncoder contentEncoder) -
Uses of ContentEncoder in org.apache.http.nio.entity
Methods in org.apache.http.nio.entity with parameters of type ContentEncoder Modifier and Type Method Description voidEntityAsyncContentProducer. produceContent(ContentEncoder encoder, IOControl ioControl)voidHttpAsyncContentProducer. produceContent(ContentEncoder encoder, IOControl ioControl)Invoked to write out a chunk of content to theContentEncoder.voidNByteArrayEntity. produceContent(ContentEncoder encoder, IOControl ioControl)voidNFileEntity. produceContent(ContentEncoder encoder, IOControl ioControl)voidNHttpEntityWrapper. produceContent(ContentEncoder encoder, IOControl ioControl)Deprecated.voidNStringEntity. produceContent(ContentEncoder encoder, IOControl ioControl)voidProducingNHttpEntity. produceContent(ContentEncoder encoder, IOControl ioControl)Deprecated.Notification that content should be written to the encoder. -
Uses of ContentEncoder in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol with parameters of type ContentEncoder Modifier and Type Method Description voidAsyncNHttpClientHandler. outputReady(NHttpClientConnection conn, ContentEncoder encoder)Deprecated.voidAsyncNHttpServiceHandler. outputReady(NHttpServerConnection conn, ContentEncoder encoder)Deprecated.voidBufferingHttpClientHandler. outputReady(NHttpClientConnection conn, ContentEncoder encoder)Deprecated.voidBufferingHttpServiceHandler. outputReady(NHttpServerConnection conn, ContentEncoder encoder)Deprecated.voidHttpAsyncRequestExecutor. outputReady(NHttpClientConnection conn, ContentEncoder encoder)voidHttpAsyncService. outputReady(NHttpServerConnection conn, ContentEncoder encoder)voidThrottlingHttpClientHandler. outputReady(NHttpClientConnection conn, ContentEncoder encoder)Deprecated.voidThrottlingHttpServiceHandler. outputReady(NHttpServerConnection conn, ContentEncoder encoder)Deprecated.voidBasicAsyncClientExchangeHandler. produceContent(ContentEncoder encoder, IOControl ioControl)voidBasicAsyncRequestExecutionHandler. produceContent(ContentEncoder encoder, IOControl ioControl)Deprecated.voidBasicAsyncRequestProducer. produceContent(ContentEncoder encoder, IOControl ioControl)voidBasicAsyncResponseProducer. produceContent(ContentEncoder encoder, IOControl ioControl)voidErrorResponseProducer. produceContent(ContentEncoder encoder, IOControl ioControl)voidHttpAsyncClientExchangeHandler. produceContent(ContentEncoder encoder, IOControl ioControl)Invoked to write out a chunk of content to theContentEncoder.voidHttpAsyncRequestProducer. produceContent(ContentEncoder encoder, IOControl ioControl)Invoked to write out a chunk of content to theContentEncoder.voidHttpAsyncResponseProducer. produceContent(ContentEncoder encoder, IOControl ioControl)Invoked to write out a chunk of content to theContentEncoder.voidPipeliningClientExchangeHandler. produceContent(ContentEncoder encoder, IOControl ioControl) -
Uses of ContentEncoder in org.apache.http.nio.util
Methods in org.apache.http.nio.util with parameters of type ContentEncoder Modifier and Type Method Description intContentOutputBuffer. produceContent(ContentEncoder encoder)Deprecated.(4.3) use implementation specific methods.intSharedOutputBuffer. produceContent(ContentEncoder encoder)Deprecated.intSharedOutputBuffer. produceContent(ContentEncoder encoder, IOControl ioControl)intSimpleOutputBuffer. produceContent(ContentEncoder encoder)
-