Class Http2StreamSinkChannel

All Implemented Interfaces:
Closeable, AutoCloseable, Channel, GatheringByteChannel, InterruptibleChannel, WritableByteChannel, org.xnio.channels.CloseableChannel, org.xnio.channels.Configurable, org.xnio.channels.StreamSinkChannel, org.xnio.channels.SuspendableWriteChannel
Direct Known Subclasses:
Http2DataStreamSinkChannel, Http2SettingsStreamSinkChannel

public abstract class Http2StreamSinkChannel extends AbstractHttp2StreamSinkChannel
Stream sink channel used for HTTP2 communication.
Author:
Stuart Douglas, Flavia Rainone