public class

ContentDecoderChannel

extends Object
implements ReadableByteChannel
java.lang.Object
   ↳ org.apache.http.nio.ContentDecoderChannel

Class Overview

A ReadableByteChannel that delegates to a ContentDecoder. Attempts to close this channel are ignored, and isOpen() always returns true.

Summary

Public Constructors
ContentDecoderChannel(ContentDecoder decoder)
Public Methods
void close()
boolean isOpen()
int read(ByteBuffer dst)
[Expand]
Inherited Methods
From class java.lang.Object
From interface java.io.Closeable
From interface java.nio.channels.Channel
From interface java.nio.channels.ReadableByteChannel

Public Constructors

public ContentDecoderChannel (ContentDecoder decoder)

Public Methods

public void close ()

public boolean isOpen ()

public int read (ByteBuffer dst)

Throws
IOException