Uses of Interface
org.apache.http.nio.ContentDecoder
-
Packages that use ContentDecoder 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 ContentDecoder in org.apache.http.impl.nio
Fields in org.apache.http.impl.nio declared as ContentDecoder Modifier and Type Field Description protected ContentDecoderNHttpConnectionBase. contentDecoderMethods in org.apache.http.impl.nio that return ContentDecoder Modifier and Type Method Description protected ContentDecoderNHttpConnectionBase. createContentDecoder(long len, java.nio.channels.ReadableByteChannel channel, SessionInputBuffer buffer, org.apache.http.impl.io.HttpTransportMetricsImpl metrics)Factory method forContentDecoderinstances. -
Uses of ContentDecoder in org.apache.http.impl.nio.codecs
Classes in org.apache.http.impl.nio.codecs that implement ContentDecoder Modifier and Type Class Description classAbstractContentDecoderAbstractContentDecoderthat serves as a base for all content decoder implementations.classChunkDecoderImplements chunked transfer coding.classIdentityDecoderContent decoder that reads data without any transformation.classLengthDelimitedDecoderContent decoder that cuts off after a defined number of bytes. -
Uses of ContentDecoder in org.apache.http.nio
Subinterfaces of ContentDecoder in org.apache.http.nio Modifier and Type Interface Description interfaceFileContentDecoderA content decoder capable of transferring data directly to aFileChannelMethods in org.apache.http.nio with parameters of type ContentDecoder Modifier and Type Method Description voidNHttpClientEventHandler. inputReady(NHttpClientConnection conn, ContentDecoder decoder)Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder.voidNHttpClientHandler. inputReady(NHttpClientConnection conn, ContentDecoder decoder)Deprecated.Triggered when the underlying channel is ready for reading a new portion of the response entity through the corresponding content decoder.voidNHttpServerEventHandler. inputReady(NHttpServerConnection conn, ContentDecoder decoder)Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.voidNHttpServiceHandler. inputReady(NHttpServerConnection conn, ContentDecoder decoder)Deprecated.Triggered when the underlying channel is ready for reading a new portion of the request entity through the corresponding content decoder.Constructors in org.apache.http.nio with parameters of type ContentDecoder Constructor Description ContentDecoderChannel(ContentDecoder decoder) -
Uses of ContentDecoder in org.apache.http.nio.entity
Methods in org.apache.http.nio.entity with parameters of type ContentDecoder Modifier and Type Method Description voidBufferingNHttpEntity. consumeContent(ContentDecoder decoder, IOControl ioControl)Deprecated.voidConsumingNHttpEntity. consumeContent(ContentDecoder decoder, IOControl ioControl)Deprecated.Notification that content is available to be read from the decoder.voidConsumingNHttpEntityTemplate. consumeContent(ContentDecoder decoder, IOControl ioControl)Deprecated.voidContentListener. contentAvailable(ContentDecoder decoder, IOControl ioControl)Deprecated.Notification that content is available to be read from the decoder.voidSkipContentListener. contentAvailable(ContentDecoder decoder, IOControl ioControl)Deprecated. -
Uses of ContentDecoder in org.apache.http.nio.protocol
Methods in org.apache.http.nio.protocol with parameters of type ContentDecoder Modifier and Type Method Description voidAbstractAsyncRequestConsumer. consumeContent(ContentDecoder decoder, IOControl ioControl)voidAbstractAsyncResponseConsumer. consumeContent(ContentDecoder decoder, IOControl ioControl)voidBasicAsyncClientExchangeHandler. consumeContent(ContentDecoder decoder, IOControl ioControl)voidBasicAsyncRequestExecutionHandler. consumeContent(ContentDecoder decoder, IOControl ioControl)Deprecated.voidHttpAsyncClientExchangeHandler. consumeContent(ContentDecoder decoder, IOControl ioControl)Invoked to process a chunk of content from theContentDecoder.voidHttpAsyncRequestConsumer. consumeContent(ContentDecoder decoder, IOControl ioControl)Invoked to process a chunk of content from theContentDecoder.voidHttpAsyncResponseConsumer. consumeContent(ContentDecoder decoder, IOControl ioControl)Invoked to process a chunk of content from theContentDecoder.voidPipeliningClientExchangeHandler. consumeContent(ContentDecoder decoder, IOControl ioControl)voidAsyncNHttpClientHandler. inputReady(NHttpClientConnection conn, ContentDecoder decoder)Deprecated.voidAsyncNHttpServiceHandler. inputReady(NHttpServerConnection conn, ContentDecoder decoder)Deprecated.voidBufferingHttpClientHandler. inputReady(NHttpClientConnection conn, ContentDecoder decoder)Deprecated.voidBufferingHttpServiceHandler. inputReady(NHttpServerConnection conn, ContentDecoder decoder)Deprecated.voidHttpAsyncRequestExecutor. inputReady(NHttpClientConnection conn, ContentDecoder decoder)voidHttpAsyncService. inputReady(NHttpServerConnection conn, ContentDecoder decoder)voidThrottlingHttpClientHandler. inputReady(NHttpClientConnection conn, ContentDecoder decoder)Deprecated.voidThrottlingHttpServiceHandler. inputReady(NHttpServerConnection conn, ContentDecoder decoder)Deprecated.protected abstract voidAbstractAsyncRequestConsumer. onContentReceived(ContentDecoder decoder, IOControl ioControl)Invoked to process a chunk of content from theContentDecoder.protected abstract voidAbstractAsyncResponseConsumer. onContentReceived(ContentDecoder decoder, IOControl ioControl)Invoked to process a chunk of content from theContentDecoder.protected voidBasicAsyncRequestConsumer. onContentReceived(ContentDecoder decoder, IOControl ioControl)protected voidBasicAsyncResponseConsumer. onContentReceived(ContentDecoder decoder, IOControl ioControl) -
Uses of ContentDecoder in org.apache.http.nio.util
Methods in org.apache.http.nio.util with parameters of type ContentDecoder Modifier and Type Method Description intContentInputBuffer. consumeContent(ContentDecoder decoder)Deprecated.(4.3) use implementation specific methods.intSharedInputBuffer. consumeContent(ContentDecoder decoder)Deprecated.intSharedInputBuffer. consumeContent(ContentDecoder decoder, IOControl ioControl)intSimpleInputBuffer. consumeContent(ContentDecoder decoder)
-