Package org.eclipse.jetty.http2.api
package org.eclipse.jetty.http2.api
-
ClassDescriptionA
Session
represents the client-side endpoint of an HTTP/2 connection to a single origin server.ASession.Listener
is the passive counterpart of aSession
and receives events happening on an HTTP/2 connection.ARetainable
wrapper of aDataFrame
.AStream.Listener
is the passive counterpart of aStream
and receives events happening on an HTTP/2 stream.