Class ContentEncoderChannel

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

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