blob: e20bf8208ef1582eeb8aef5e3f944906bdb492ae [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Sep 15 14:12:07 CDT 2022 -->
<title>org.eclipse.jetty.http2.server Class Hierarchy (Eclipse Jetty API Doc - v10.0.12)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-09-15">
<meta name="description" content="tree: package: org.eclipse.jetty.http2.server">
<meta name="generator" content="javadoc/PackageTreeWriter">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../script-dir/jquery-ui.min.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery-ui.overrides.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="../../../../../script-dir/jquery-ui.min.js"></script>
</head>
<body class="package-tree-page">
<script type="text/javascript">var pathtoroot = "../../../../../";
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="nav-bar-cell1-rev">Tree</li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html#tree">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div class="nav-list-search"><label for="search-input">SEARCH:</label>
<input type="text" id="search-input" value="search" disabled="disabled">
<input type="reset" id="reset-button" value="reset" disabled="disabled">
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<div class="header">
<h1 class="title">Hierarchy For Package org.eclipse.jetty.http2.server</h1>
<span class="package-hierarchy-label">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<section class="hierarchy">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li class="circle">java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Object.html" class="type-name-link external-link" title="class or interface in java.lang">Object</a>
<ul>
<li class="circle">org.eclipse.jetty.io.<a href="../../io/AbstractConnection.html" class="type-name-link" title="class in org.eclipse.jetty.io">AbstractConnection</a> (implements org.eclipse.jetty.io.<a href="../../io/Connection.html" title="interface in org.eclipse.jetty.io">Connection</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.<a href="../HTTP2Connection.html" class="type-name-link" title="class in org.eclipse.jetty.http2">HTTP2Connection</a> (implements org.eclipse.jetty.io.<a href="../../io/Connection.UpgradeTo.html" title="interface in org.eclipse.jetty.io">Connection.UpgradeTo</a>, org.eclipse.jetty.io.<a href="../../io/WriteFlusher.Listener.html" title="interface in org.eclipse.jetty.io">WriteFlusher.Listener</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HTTP2ServerConnection.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HTTP2ServerConnection</a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.http2.server.<a href="AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">AbstractHTTP2ServerConnectionFactory.HTTP2SessionContainer</a> (implements org.eclipse.jetty.io.<a href="../../io/Connection.Listener.html" title="interface in org.eclipse.jetty.io">Connection.Listener</a>, org.eclipse.jetty.util.component.<a href="../../util/component/Dumpable.html" title="interface in org.eclipse.jetty.util.component">Dumpable</a>, org.eclipse.jetty.util.component.<a href="../../util/component/Graceful.html" title="interface in org.eclipse.jetty.util.component">Graceful</a>)</li>
<li class="circle">org.eclipse.jetty.util.component.<a href="../../util/component/AbstractLifeCycle.html" class="type-name-link" title="class in org.eclipse.jetty.util.component">AbstractLifeCycle</a> (implements org.eclipse.jetty.util.component.<a href="../../util/component/LifeCycle.html" title="interface in org.eclipse.jetty.util.component">LifeCycle</a>)
<ul>
<li class="circle">org.eclipse.jetty.util.component.<a href="../../util/component/ContainerLifeCycle.html" class="type-name-link" title="class in org.eclipse.jetty.util.component">ContainerLifeCycle</a> (implements org.eclipse.jetty.util.component.<a href="../../util/component/Container.html" title="interface in org.eclipse.jetty.util.component">Container</a>, org.eclipse.jetty.util.component.<a href="../../util/component/Destroyable.html" title="interface in org.eclipse.jetty.util.component">Destroyable</a>, org.eclipse.jetty.util.component.<a href="../../util/component/Dumpable.DumpableContainer.html" title="interface in org.eclipse.jetty.util.component">Dumpable.DumpableContainer</a>)
<ul>
<li class="circle">org.eclipse.jetty.server.<a href="../../server/AbstractConnectionFactory.html" class="type-name-link" title="class in org.eclipse.jetty.server">AbstractConnectionFactory</a> (implements org.eclipse.jetty.server.<a href="../../server/ConnectionFactory.html" title="interface in org.eclipse.jetty.server">ConnectionFactory</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="AbstractHTTP2ServerConnectionFactory.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">AbstractHTTP2ServerConnectionFactory</a>
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HTTP2ServerConnectionFactory.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HTTP2ServerConnectionFactory</a> (implements org.eclipse.jetty.server.<a href="../../server/NegotiatingServerConnection.CipherDiscriminator.html" title="interface in org.eclipse.jetty.server">NegotiatingServerConnection.CipherDiscriminator</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HTTP2CServerConnectionFactory.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HTTP2CServerConnectionFactory</a> (implements org.eclipse.jetty.server.<a href="../../server/ConnectionFactory.Upgrading.html" title="interface in org.eclipse.jetty.server">ConnectionFactory.Upgrading</a>)</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.http2.server.<a href="RawHTTP2ServerConnectionFactory.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">RawHTTP2ServerConnectionFactory</a></li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.http2.<a href="../HTTP2Session.html" class="type-name-link" title="class in org.eclipse.jetty.http2">HTTP2Session</a> (implements org.eclipse.jetty.http2.<a href="../ISession.html" title="interface in org.eclipse.jetty.http2">ISession</a>, org.eclipse.jetty.http2.parser.<a href="../parser/Parser.Listener.html" title="interface in org.eclipse.jetty.http2.parser">Parser.Listener</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HTTP2ServerSession.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HTTP2ServerSession</a> (implements org.eclipse.jetty.http2.parser.<a href="../parser/ServerParser.Listener.html" title="interface in org.eclipse.jetty.http2.parser">ServerParser.Listener</a>)</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.http2.<a href="../HTTP2StreamEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.http2">HTTP2StreamEndPoint</a> (implements org.eclipse.jetty.io.<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="ServerHTTP2StreamEndPoint.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">ServerHTTP2StreamEndPoint</a> (implements org.eclipse.jetty.http2.<a href="../HTTP2Channel.Server.html" title="interface in org.eclipse.jetty.http2">HTTP2Channel.Server</a>)</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.server.<a href="../../server/HttpChannel.html" class="type-name-link" title="class in org.eclipse.jetty.server">HttpChannel</a> (implements org.eclipse.jetty.server.<a href="../../server/HttpOutput.Interceptor.html" title="interface in org.eclipse.jetty.server">HttpOutput.Interceptor</a>, java.lang.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Runnable.html" title="class or interface in java.lang" class="external-link">Runnable</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HttpChannelOverHTTP2.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HttpChannelOverHTTP2</a> (implements java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Closeable.html" title="class or interface in java.io" class="external-link">Closeable</a>, org.eclipse.jetty.http2.<a href="../HTTP2Channel.Server.html" title="interface in org.eclipse.jetty.http2">HTTP2Channel.Server</a>, org.eclipse.jetty.io.<a href="../../io/WriteFlusher.Listener.html" title="interface in org.eclipse.jetty.io">WriteFlusher.Listener</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HTTP2ServerConnection.ServerHttpChannelOverHTTP2.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HTTP2ServerConnection.ServerHttpChannelOverHTTP2</a> (implements java.io.<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/io/Closeable.html" title="class or interface in java.io" class="external-link">Closeable</a>)</li>
</ul>
</li>
</ul>
</li>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HttpTransportOverHTTP2.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HttpTransportOverHTTP2</a> (implements org.eclipse.jetty.server.<a href="../../server/HttpTransport.html" title="interface in org.eclipse.jetty.server">HttpTransport</a>)</li>
<li class="circle">org.eclipse.jetty.http2.api.<a href="../api/Session.Listener.Adapter.html" class="type-name-link" title="class in org.eclipse.jetty.http2.api">Session.Listener.Adapter</a> (implements org.eclipse.jetty.http2.api.<a href="../api/Session.Listener.html" title="interface in org.eclipse.jetty.http2.api">Session.Listener</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.api.server.<a href="../api/server/ServerSessionListener.Adapter.html" class="type-name-link" title="class in org.eclipse.jetty.http2.api.server">ServerSessionListener.Adapter</a> (implements org.eclipse.jetty.http2.api.server.<a href="../api/server/ServerSessionListener.html" title="interface in org.eclipse.jetty.http2.api.server">ServerSessionListener</a>)
<ul>
<li class="circle">org.eclipse.jetty.http2.server.<a href="HTTP2ServerConnectionFactory.HTTPServerSessionListener.html" class="type-name-link" title="class in org.eclipse.jetty.http2.server">HTTP2ServerConnectionFactory.HTTPServerSessionListener</a> (implements org.eclipse.jetty.http2.api.<a href="../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a>)</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</section>
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 1995&#x2013;2022 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>