Class Http2PushPromiseStreamSinkChannel

  • All Implemented Interfaces:
    Http2Stream, java.io.Closeable, java.lang.AutoCloseable, java.nio.channels.Channel, java.nio.channels.GatheringByteChannel, java.nio.channels.InterruptibleChannel, java.nio.channels.WritableByteChannel, org.xnio.channels.CloseableChannel, org.xnio.channels.Configurable, org.xnio.channels.StreamSinkChannel, org.xnio.channels.SuspendableWriteChannel

    public class Http2PushPromiseStreamSinkChannel
    extends Http2DataStreamSinkChannel
    Push promise channel
    Author:
    Stuart Douglas