Interface IStream

All Superinterfaces:
Attachable, AutoCloseable, Closeable, Stream
All Known Implementing Classes:
HTTP2Stream

public interface IStream extends Stream, Attachable, Closeable

The SPI interface for implementing an HTTP/2 stream.

This class extends Stream by adding the methods required to implement the HTTP/2 stream functionalities.