Interface ISession

All Superinterfaces:
Session
All Known Implementing Classes:
HTTP2ClientSession, HTTP2ServerSession, HTTP2Session

public interface ISession extends Session

The SPI interface for implementing an HTTP/2 session.

This class extends Session by adding the methods required to implement the HTTP/2 session functionalities.