Uses of Interface
org.apache.http.nio.ContentDecoder
Packages that use ContentDecoder
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementations of message parses and writers
for asynchronous, even driven communication.
Core HTTP component APIs and primitives for asynchronous, event
driven communication.
Core HTTP entity implementations with support for
asynchronous, event driven communication.
Core HTTP protocol execution framework and HTTP protocol handlers
for asynchronous, event driven communication.
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 ContentDecoderMethods in org.apache.http.impl.nio that return ContentDecoderModifier and TypeMethodDescriptionprotected ContentDecoderNHttpConnectionBase.createContentDecoder(long len, 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 ContentDecoderModifier and TypeClassDescriptionclassAbstractContentDecoderthat serves as a base for all content decoder implementations.classImplements chunked transfer coding.classContent decoder that reads data without any transformation.classContent 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.nioModifier and TypeInterfaceDescriptioninterfaceA content decoder capable of transferring data directly to aFileChannelMethods in org.apache.http.nio with parameters of type ContentDecoderModifier and TypeMethodDescriptionvoidNHttpClientEventHandler.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 -
Uses of ContentDecoder in org.apache.http.nio.entity
Methods in org.apache.http.nio.entity with parameters of type ContentDecoderModifier and TypeMethodDescriptionvoidBufferingNHttpEntity.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 ContentDecoderModifier and TypeMethodDescriptionfinal voidAbstractAsyncRequestConsumer.consumeContent(ContentDecoder decoder, IOControl ioControl) final 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 ContentDecoderModifier and TypeMethodDescriptionintContentInputBuffer.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)