Package org.eclipse.jetty.http2.api
-
Interface Summary Interface Description Session ASession
represents the client-side endpoint of an HTTP/2 connection to a single origin server.Session.Listener ASession.Listener
is the passive counterpart of aSession
and receives events happening on an HTTP/2 connection.Stream Stream.Listener AStream.Listener
is the passive counterpart of aStream
and receives events happening on an HTTP/2 stream. -
Class Summary Class Description Session.Listener.Adapter Empty implementation ofStream.Listener
.Stream.Listener.Adapter Empty implementation ofStream.Listener