Hierarchy For Package org.eclipse.jetty.http2.server

Class Hierarchy

  • java.lang.Object
    • org.eclipse.jetty.io.AbstractConnection (implements org.eclipse.jetty.io.Connection)
      • org.eclipse.jetty.http2.HTTP2Connection (implements org.eclipse.jetty.io.Connection.UpgradeTo, org.eclipse.jetty.io.WriteFlusher.Listener)
    • org.eclipse.jetty.http2.server.AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer (implements org.eclipse.jetty.io.Connection.Listener, org.eclipse.jetty.util.component.Dumpable, org.eclipse.jetty.util.component.Graceful)
    • org.eclipse.jetty.util.component.AbstractLifeCycle (implements org.eclipse.jetty.util.component.LifeCycle)
      • org.eclipse.jetty.util.component.ContainerLifeCycle (implements org.eclipse.jetty.util.component.Container, org.eclipse.jetty.util.component.Destroyable, org.eclipse.jetty.util.component.Dumpable.DumpableContainer)
        • org.eclipse.jetty.server.AbstractConnectionFactory (implements org.eclipse.jetty.server.ConnectionFactory)
        • org.eclipse.jetty.http2.HTTP2Session (implements org.eclipse.jetty.http2.ISession, org.eclipse.jetty.http2.parser.Parser.Listener)
          • org.eclipse.jetty.http2.server.HTTP2ServerSession (implements org.eclipse.jetty.http2.parser.ServerParser.Listener)
    • org.eclipse.jetty.http2.HTTP2StreamEndPoint (implements org.eclipse.jetty.io.EndPoint)
    • org.eclipse.jetty.server.HttpChannel (implements org.eclipse.jetty.server.HttpOutput.Interceptor, java.lang.Runnable)
    • org.eclipse.jetty.http2.server.HttpTransportOverHTTP2 (implements org.eclipse.jetty.server.HttpTransport)
    • org.eclipse.jetty.http2.api.Session.Listener.Adapter (implements org.eclipse.jetty.http2.api.Session.Listener)
      • org.eclipse.jetty.http2.api.server.ServerSessionListener.Adapter (implements org.eclipse.jetty.http2.api.server.ServerSessionListener)