Class AbstractHttp2StreamSourceChannel

All Implemented Interfaces:
Closeable, AutoCloseable, Channel, InterruptibleChannel, ReadableByteChannel, ScatteringByteChannel, org.xnio.channels.CloseableChannel, org.xnio.channels.Configurable, org.xnio.channels.StreamSourceChannel, org.xnio.channels.SuspendableReadChannel
Direct Known Subclasses:
Http2GoAwayStreamSourceChannel, Http2PingStreamSourceChannel, Http2PushPromiseStreamSourceChannel, Http2RstStreamStreamSourceChannel, Http2SettingsStreamSourceChannel, Http2StreamSourceChannel

HTTP2 stream source channel
Author:
Stuart Douglas