| Interface | Description |
|---|---|
| Session |
A
Session represents the client-side endpoint of a HTTP/2 connection to a single origin server. |
| Session.Listener |
A
Session.Listener is the passive counterpart of a Session and
receives events happening on a HTTP/2 connection. |
| Stream | |
| Stream.Listener |
A
Stream.Listener is the passive counterpart of a Stream and receives
events happening on a HTTP/2 stream. |
| Class | Description |
|---|---|
| Session.Listener.Adapter |
Empty implementation of
Stream.Listener. |
| Stream.Listener.Adapter |
Empty implementation of
Stream.Listener |
Copyright © 1995-2015 Webtide. All Rights Reserved.