blob: f23d7c714264db659557fd94099931738706c10a [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Sep 15 14:13:16 CDT 2022 -->
<title>Uses of Class org.eclipse.jetty.http2.frames.PushPromiseFrame (Eclipse Jetty API Doc - v11.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="use: package: org.eclipse.jetty.http2.frames, class: PushPromiseFrame">
<meta name="generator" content="javadoc/ClassUseWriter">
<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="class-use-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><a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">Class</a></li>
<li class="nav-bar-cell1-rev">Use</li>
<li><a href="../package-tree.html">Tree</a></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#use">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 title="Uses of Class org.eclipse.jetty.http2.frames.PushPromiseFrame" class="title">Uses of Class<br>org.eclipse.jetty.http2.frames.PushPromiseFrame</h1>
</div>
<div class="caption"><span>Packages that use <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></span></div>
<div class="summary-table two-column-summary">
<div class="table-header col-first">Package</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><a href="#org.eclipse.jetty.http2">org.eclipse.jetty.http2</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.eclipse.jetty.http2.api">org.eclipse.jetty.http2.api</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#org.eclipse.jetty.http2.client">org.eclipse.jetty.http2.client</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.eclipse.jetty.http2.frames">org.eclipse.jetty.http2.frames</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><a href="#org.eclipse.jetty.http2.parser">org.eclipse.jetty.http2.parser</a></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><a href="#org.eclipse.jetty.http2.server">org.eclipse.jetty.http2.server</a></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
<section class="class-uses">
<ul class="block-list">
<li>
<section class="detail" id="org.eclipse.jetty.http2">
<h2>Uses of <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a> in <a href="../../package-summary.html">org.eclipse.jetty.http2</a></h2>
<div class="caption"><span>Methods in <a href="../../package-summary.html">org.eclipse.jetty.http2</a> with parameters of type <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">HTTP2Session.</span><code><a href="../../HTTP2Session.html#push(org.eclipse.jetty.http2.IStream,org.eclipse.jetty.util.Promise,org.eclipse.jetty.http2.frames.PushPromiseFrame,org.eclipse.jetty.http2.api.Stream.Listener)" class="member-name-link">push</a><wbr>(<a href="../../IStream.html" title="interface in org.eclipse.jetty.http2">IStream</a>&nbsp;stream,
<a href="../../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&gt;&nbsp;promise,
<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame,
<a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a>&nbsp;listener)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">HTTP2Stream.</span><code><a href="../../HTTP2Stream.html#push(org.eclipse.jetty.http2.frames.PushPromiseFrame,org.eclipse.jetty.util.Promise,org.eclipse.jetty.http2.api.Stream.Listener)" class="member-name-link">push</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame,
<a href="../../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&gt;&nbsp;promise,
<a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a>&nbsp;listener)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">ISession.</span><code><a href="../../ISession.html#push(org.eclipse.jetty.http2.IStream,org.eclipse.jetty.util.Promise,org.eclipse.jetty.http2.frames.PushPromiseFrame,org.eclipse.jetty.http2.api.Stream.Listener)" class="member-name-link">push</a><wbr>(<a href="../../IStream.html" title="interface in org.eclipse.jetty.http2">IStream</a>&nbsp;stream,
<a href="../../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&gt;&nbsp;promise,
<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame,
<a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a>&nbsp;listener)</code></div>
<div class="col-last even-row-color">
<div class="block">Enqueues the given PUSH_PROMISE frame to be written to the connection.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.http2.api">
<h2>Uses of <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a> in <a href="../../api/package-summary.html">org.eclipse.jetty.http2.api</a></h2>
<div class="caption"><span>Methods in <a href="../../api/package-summary.html">org.eclipse.jetty.http2.api</a> with parameters of type <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.Listener.Adapter.</span><code><a href="../../api/Stream.Listener.Adapter.html#onPush(org.eclipse.jetty.http2.api.Stream,org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPush</a><wbr>(<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&nbsp;stream,
<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code><a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a></code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Stream.Listener.</span><code><a href="../../api/Stream.Listener.html#onPush(org.eclipse.jetty.http2.api.Stream,org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPush</a><wbr>(<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&nbsp;stream,
<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last odd-row-color">
<div class="block">Callback method invoked when a PUSH_PROMISE frame has been received.</div>
</div>
<div class="col-first even-row-color"><code>default <a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/concurrent/CompletableFuture.html" title="class or interface in java.util.concurrent" class="external-link">CompletableFuture</a>&lt;<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&gt;</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Stream.</span><code><a href="../../api/Stream.html#push(org.eclipse.jetty.http2.frames.PushPromiseFrame,org.eclipse.jetty.http2.api.Stream.Listener)" class="member-name-link">push</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame,
<a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a>&nbsp;listener)</code></div>
<div class="col-last even-row-color">
<div class="block">Sends the given PUSH_PROMISE <code>frame</code>.</div>
</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Stream.</span><code><a href="../../api/Stream.html#push(org.eclipse.jetty.http2.frames.PushPromiseFrame,org.eclipse.jetty.util.Promise,org.eclipse.jetty.http2.api.Stream.Listener)" class="member-name-link">push</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame,
<a href="../../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&gt;&nbsp;promise,
<a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a>&nbsp;listener)</code></div>
<div class="col-last odd-row-color">
<div class="block">Sends the given PUSH_PROMISE <code>frame</code>.</div>
</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.http2.client">
<h2>Uses of <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a> in <a href="../../client/package-summary.html">org.eclipse.jetty.http2.client</a></h2>
<div class="caption"><span>Methods in <a href="../../client/package-summary.html">org.eclipse.jetty.http2.client</a> with parameters of type <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">HTTP2ClientSession.</span><code><a href="../../client/HTTP2ClientSession.html#onPushPromise(org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPushPromise</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.http2.frames">
<h2>Uses of <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a> in <a href="../package-summary.html">org.eclipse.jetty.http2.frames</a></h2>
<div class="caption"><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.http2.frames</a> that return <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">PushPromiseFrame.</span><code><a href="../PushPromiseFrame.html#withStreamId(int)" class="member-name-link">withStreamId</a><wbr>(int&nbsp;streamId)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.http2.parser">
<h2>Uses of <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a> in <a href="../../parser/package-summary.html">org.eclipse.jetty.http2.parser</a></h2>
<div class="caption"><span>Methods in <a href="../../parser/package-summary.html">org.eclipse.jetty.http2.parser</a> with parameters of type <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>protected void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">BodyParser.</span><code><a href="../../parser/BodyParser.html#notifyPushPromise(org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">notifyPushPromise</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Parser.Listener.Adapter.</span><code><a href="../../parser/Parser.Listener.Adapter.html#onPushPromise(org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPushPromise</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
<div class="col-first even-row-color"><code>void</code></div>
<div class="col-second even-row-color"><span class="type-name-label">Parser.Listener.</span><code><a href="../../parser/Parser.Listener.html#onPushPromise(org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPushPromise</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">Parser.Listener.Wrapper.</span><code><a href="../../parser/Parser.Listener.Wrapper.html#onPushPromise(org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPushPromise</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</li>
<li>
<section class="detail" id="org.eclipse.jetty.http2.server">
<h2>Uses of <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a> in <a href="../../server/package-summary.html">org.eclipse.jetty.http2.server</a></h2>
<div class="caption"><span>Methods in <a href="../../server/package-summary.html">org.eclipse.jetty.http2.server</a> with parameters of type <a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a></span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Method</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code><a href="../../api/Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a></code></div>
<div class="col-second even-row-color"><span class="type-name-label">HTTP2ServerConnectionFactory.HTTPServerSessionListener.</span><code><a href="../../server/HTTP2ServerConnectionFactory.HTTPServerSessionListener.html#onPush(org.eclipse.jetty.http2.api.Stream,org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPush</a><wbr>(<a href="../../api/Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&nbsp;stream,
<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color">&nbsp;</div>
<div class="col-first odd-row-color"><code>void</code></div>
<div class="col-second odd-row-color"><span class="type-name-label">HTTP2ServerSession.</span><code><a href="../../server/HTTP2ServerSession.html#onPushPromise(org.eclipse.jetty.http2.frames.PushPromiseFrame)" class="member-name-link">onPushPromise</a><wbr>(<a href="../PushPromiseFrame.html" title="class in org.eclipse.jetty.http2.frames">PushPromiseFrame</a>&nbsp;frame)</code></div>
<div class="col-last odd-row-color">&nbsp;</div>
</div>
</section>
</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>