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 ContentDecoder
NHttpConnectionBase.createContentDecoder
(long len, ReadableByteChannel channel, SessionInputBuffer buffer, HttpTransportMetricsImpl metrics) Factory method forContentDecoder
instances.Methods in org.apache.http.impl.nio with parameters of type ContentDecoderModifier and TypeMethodDescriptionvoid
NHttpClientEventHandlerAdaptor.inputReady
(NHttpClientConnection conn, ContentDecoder decoder) Deprecated.void
NHttpServerEventHandlerAdaptor.inputReady
(NHttpServerConnection conn, ContentDecoder decoder) Deprecated. -
Uses of ContentDecoder in org.apache.http.impl.nio.codecs
Classes in org.apache.http.impl.nio.codecs that implement ContentDecoderModifier and TypeClassDescriptionclass
AbstractContentDecoder
that serves as a base for all content decoder implementations.class
Implements chunked transfer coding.class
Content decoder that reads data without any transformation.class
Content 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 TypeInterfaceDescriptioninterface
A content decoder capable of transferring data directly to aFileChannel
Fields in org.apache.http.nio declared as ContentDecoderMethods in org.apache.http.nio with parameters of type ContentDecoderModifier and TypeMethodDescriptionvoid
NHttpClientEventHandler.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.void
NHttpClientHandler.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.void
NHttpServerEventHandler.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.void
NHttpServiceHandler.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 TypeMethodDescriptionvoid
BufferingNHttpEntity.consumeContent
(ContentDecoder decoder, IOControl ioControl) Deprecated.void
ConsumingNHttpEntity.consumeContent
(ContentDecoder decoder, IOControl ioControl) Deprecated.Notification that content is available to be read from the decoder.void
ConsumingNHttpEntityTemplate.consumeContent
(ContentDecoder decoder, IOControl ioControl) Deprecated.void
ContentListener.contentAvailable
(ContentDecoder decoder, IOControl ioControl) Deprecated.Notification that content is available to be read from the decoder.void
SkipContentListener.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 void
AbstractAsyncRequestConsumer.consumeContent
(ContentDecoder decoder, IOControl ioControl) final void
AbstractAsyncResponseConsumer.consumeContent
(ContentDecoder decoder, IOControl ioControl) void
BasicAsyncClientExchangeHandler.consumeContent
(ContentDecoder decoder, IOControl ioControl) void
BasicAsyncRequestExecutionHandler.consumeContent
(ContentDecoder decoder, IOControl ioControl) Deprecated.void
HttpAsyncClientExchangeHandler.consumeContent
(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder
.void
HttpAsyncRequestConsumer.consumeContent
(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder
.void
HttpAsyncResponseConsumer.consumeContent
(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder
.void
NullNHttpEntity.consumeContent
(ContentDecoder decoder, IOControl ioControl) Deprecated.void
NullRequestConsumer.consumeContent
(ContentDecoder decoder, IOControl ioControl) void
PipeliningClientExchangeHandler.consumeContent
(ContentDecoder decoder, IOControl ioControl) void
AsyncNHttpClientHandler.inputReady
(NHttpClientConnection conn, ContentDecoder decoder) Deprecated.void
AsyncNHttpServiceHandler.inputReady
(NHttpServerConnection conn, ContentDecoder decoder) Deprecated.void
BufferingHttpClientHandler.inputReady
(NHttpClientConnection conn, ContentDecoder decoder) Deprecated.void
BufferingHttpServiceHandler.inputReady
(NHttpServerConnection conn, ContentDecoder decoder) Deprecated.void
HttpAsyncRequestExecutor.inputReady
(NHttpClientConnection conn, ContentDecoder decoder) void
HttpAsyncService.inputReady
(NHttpServerConnection conn, ContentDecoder decoder) void
ThrottlingHttpClientHandler.inputReady
(NHttpClientConnection conn, ContentDecoder decoder) Deprecated.void
ThrottlingHttpServiceHandler.inputReady
(NHttpServerConnection conn, ContentDecoder decoder) Deprecated.protected abstract void
AbstractAsyncRequestConsumer.onContentReceived
(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder
.protected abstract void
AbstractAsyncResponseConsumer.onContentReceived
(ContentDecoder decoder, IOControl ioControl) Invoked to process a chunk of content from theContentDecoder
.protected void
BasicAsyncRequestConsumer.onContentReceived
(ContentDecoder decoder, IOControl ioControl) protected void
BasicAsyncResponseConsumer.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 TypeMethodDescriptionint
ContentInputBuffer.consumeContent
(ContentDecoder decoder) Deprecated.(4.3) use implementation specific methods.int
SharedInputBuffer.consumeContent
(ContentDecoder decoder) Deprecated.int
SharedInputBuffer.consumeContent
(ContentDecoder decoder, IOControl ioControl) int
SimpleInputBuffer.consumeContent
(ContentDecoder decoder)