Class ContentDecoderChannel

java.lang.Object
org.apache.http.nio.ContentDecoderChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, ReadableByteChannel

public class ContentDecoderChannel extends Object implements ReadableByteChannel
A ReadableByteChannel that delegates to a ContentDecoder. Attempts to close this channel are ignored, and isOpen() always returns true.
Since:
4.0