blob: 0886715b1ae93928a80dee8e6420e93b8fbb81c5 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) on Thu Sep 15 14:13:16 CDT 2022 -->
<title>Session.Listener (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="declaration: package: org.eclipse.jetty.http2.api, interface: Session, interface: Listener">
<meta name="generator" content="javadoc/ClassWriterImpl">
<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-declaration-page">
<script type="text/javascript">var evenRowColor = "even-row-color";
var oddRowColor = "odd-row-color";
var tableTab = "table-tab";
var activeTableTab = "active-table-tab";
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="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/Session.Listener.html">Use</a></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#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<li>Summary:&nbsp;</li>
<li><a href="#nested-class-summary">Nested</a>&nbsp;|&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-summary">Method</a></li>
</ul>
<ul class="sub-nav-list">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li><a href="#method-detail">Method</a></li>
</ul>
</div>
<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">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.eclipse.jetty.http2.api</a></div>
<h1 title="Interface Session.Listener" class="title">Interface Session.Listener</h1>
</div>
<section class="class-description" id="class-description">
<dl class="notes">
<dt>All Known Subinterfaces:</dt>
<dd><code><a href="server/ServerSessionListener.html" title="interface in org.eclipse.jetty.http2.api.server">ServerSessionListener</a></code></dd>
</dl>
<dl class="notes">
<dt>All Known Implementing Classes:</dt>
<dd><code><a href="../server/HTTP2ServerConnectionFactory.HTTPServerSessionListener.html" title="class in org.eclipse.jetty.http2.server">HTTP2ServerConnectionFactory.HTTPServerSessionListener</a></code>, <code><a href="server/ServerSessionListener.Adapter.html" title="class in org.eclipse.jetty.http2.api.server">ServerSessionListener.Adapter</a></code>, <code><a href="Session.Listener.Adapter.html" title="class in org.eclipse.jetty.http2.api">Session.Listener.Adapter</a></code></dd>
</dl>
<dl class="notes">
<dt>Enclosing interface:</dt>
<dd><a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a></dd>
</dl>
<hr>
<div class="type-signature"><span class="modifiers">public static interface </span><span class="element-name type-name-label">Session.Listener</span></div>
<div class="block"><p>A <a href="Session.Listener.html" title="interface in org.eclipse.jetty.http2.api"><code>Session.Listener</code></a> is the passive counterpart of a <a href="Session.html" title="interface in org.eclipse.jetty.http2.api"><code>Session</code></a> and
receives events happening on an HTTP/2 connection.</p></div>
<dl class="notes">
<dt>See Also:</dt>
<dd>
<ul class="see-list">
<li><a href="Session.html" title="interface in org.eclipse.jetty.http2.api"><code>Session</code></a></li>
</ul>
</dd>
</dl>
</section>
<section class="summary">
<ul class="summary-list">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<li>
<section class="nested-class-summary" id="nested-class-summary">
<h2>Nested Class Summary</h2>
<div class="caption"><span>Nested Classes</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">Interface</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static class&nbsp;</code></div>
<div class="col-second even-row-color"><code><a href="Session.Listener.Adapter.html" class="type-name-link" title="class in org.eclipse.jetty.http2.api">Session.Listener.Adapter</a></code></div>
<div class="col-last even-row-color">
<div class="block">Empty implementation of <a href="Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api"><code>Stream.Listener</code></a>.</div>
</div>
</div>
</section>
</li>
<!-- ========== METHOD SUMMARY =========== -->
<li>
<section class="method-summary" id="method-summary">
<h2>Method Summary</h2>
<div id="method-summary-table">
<div class="table-tabs" role="tablist" aria-orientation="horizontal"><button id="method-summary-table-tab0" role="tab" aria-selected="true" aria-controls="method-summary-table.tabpanel" tabindex="0" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table', 3)" class="active-table-tab">All Methods</button><button id="method-summary-table-tab2" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab2', 3)" class="table-tab">Instance Methods</button><button id="method-summary-table-tab3" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab3', 3)" class="table-tab">Abstract Methods</button><button id="method-summary-table-tab5" role="tab" aria-selected="false" aria-controls="method-summary-table.tabpanel" tabindex="-1" onkeydown="switchTab(event)" onclick="show('method-summary-table', 'method-summary-table-tab5', 3)" class="table-tab">Default Methods</button></div>
<div id="method-summary-table.tabpanel" role="tabpanel">
<div class="summary-table three-column-summary" aria-labelledby="method-summary-table-tab0">
<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 method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onClose(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.GoAwayFrame)" class="member-name-link">onClose</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/GoAwayFrame.html" title="class in org.eclipse.jetty.http2.frames">GoAwayFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#onClose(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.GoAwayFrame,org.eclipse.jetty.util.Callback)" class="member-name-link">onClose</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/GoAwayFrame.html" title="class in org.eclipse.jetty.http2.frames">GoAwayFrame</a>&nbsp;frame,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Callback method invoked when a GOAWAY frame caused the session to be closed.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onFailure(org.eclipse.jetty.http2.api.Session,java.lang.Throwable)" class="member-name-link">onFailure</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link">Throwable</a>&nbsp;failure)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">&nbsp;</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#onFailure(org.eclipse.jetty.http2.api.Session,java.lang.Throwable,org.eclipse.jetty.util.Callback)" class="member-name-link">onFailure</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link">Throwable</a>&nbsp;failure,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Callback method invoked when a failure has been detected for this session.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code>default void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5"><code><a href="#onGoAway(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.GoAwayFrame)" class="member-name-link">onGoAway</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/GoAwayFrame.html" title="class in org.eclipse.jetty.http2.frames">GoAwayFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab5">
<div class="block">Callback method invoked when a GOAWAY frame has been received.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>boolean</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onIdleTimeout(org.eclipse.jetty.http2.api.Session)" class="member-name-link">onIdleTimeout</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Callback method invoked when the idle timeout expired.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a></code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onNewStream(org.eclipse.jetty.http2.api.Stream,org.eclipse.jetty.http2.frames.HeadersFrame)" class="member-name-link">onNewStream</a><wbr>(<a href="Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&nbsp;stream,
<a href="../frames/HeadersFrame.html" title="class in org.eclipse.jetty.http2.frames">HeadersFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Callback method invoked when a new stream is being created upon
receiving a HEADERS frame representing an HTTP request.</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onPing(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.PingFrame)" class="member-name-link">onPing</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/PingFrame.html" title="class in org.eclipse.jetty.http2.frames">PingFrame</a>&nbsp;frame)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Callback method invoked when a PING frame has been received.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&gt;</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onPreface(org.eclipse.jetty.http2.api.Session)" class="member-name-link">onPreface</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Callback method invoked:</div>
</div>
<div class="col-first odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onReset(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.ResetFrame)" class="member-name-link">onReset</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/ResetFrame.html" title="class in org.eclipse.jetty.http2.frames">ResetFrame</a>&nbsp;frame)</code></div>
<div class="col-last odd-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Callback method invoked when a RST_STREAM frame has been received for an unknown stream.</div>
</div>
<div class="col-first even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code>void</code></div>
<div class="col-second even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3"><code><a href="#onSettings(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.SettingsFrame)" class="member-name-link">onSettings</a><wbr>(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/SettingsFrame.html" title="class in org.eclipse.jetty.http2.frames">SettingsFrame</a>&nbsp;frame)</code></div>
<div class="col-last even-row-color method-summary-table method-summary-table-tab2 method-summary-table-tab3">
<div class="block">Callback method invoked when a SETTINGS frame has been received.</div>
</div>
</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ METHOD DETAIL ========== -->
<li>
<section class="method-details" id="method-detail">
<h2>Method Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="onPreface(org.eclipse.jetty.http2.api.Session)">
<h3>onPreface</h3>
<div class="member-signature"><span class="return-type"><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/util/Map.html" title="class or interface in java.util" class="external-link">Map</a>&lt;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>,<wbr><a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Integer.html" title="class or interface in java.lang" class="external-link">Integer</a>&gt;</span>&nbsp;<span class="element-name">onPreface</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session)</span></div>
<div class="block"><p>Callback method invoked:</p>
<ul>
<li>for clients, just before the preface is sent, to gather the
SETTINGS configuration options the client wants to send to the server;</li>
<li>for servers, just after having received the preface, to gather
the SETTINGS configuration options the server wants to send to the
client.</li>
</ul></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dt>Returns:</dt>
<dd>a (possibly empty or null) map containing SETTINGS configuration
options to send.</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onNewStream(org.eclipse.jetty.http2.api.Stream,org.eclipse.jetty.http2.frames.HeadersFrame)">
<h3>onNewStream</h3>
<div class="member-signature"><span class="return-type"><a href="Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api">Stream.Listener</a></span>&nbsp;<span class="element-name">onNewStream</span><wbr><span class="parameters">(<a href="Stream.html" title="interface in org.eclipse.jetty.http2.api">Stream</a>&nbsp;stream,
<a href="../frames/HeadersFrame.html" title="class in org.eclipse.jetty.http2.frames">HeadersFrame</a>&nbsp;frame)</span></div>
<div class="block"><p>Callback method invoked when a new stream is being created upon
receiving a HEADERS frame representing an HTTP request.</p>
<p>Applications should implement this method to process HTTP requests,
typically providing an HTTP response via
<a href="Stream.html#headers(org.eclipse.jetty.http2.frames.HeadersFrame,org.eclipse.jetty.util.Callback)"><code>Stream.headers(HeadersFrame, Callback)</code></a>.</p>
<p>Applications can detect whether request DATA frames will be arriving
by testing <a href="../frames/HeadersFrame.html#isEndStream()"><code>HeadersFrame.isEndStream()</code></a>. If the application is
interested in processing the DATA frames, it must return a
<a href="Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api"><code>Stream.Listener</code></a> implementation that overrides
<a href="Stream.Listener.html#onData(org.eclipse.jetty.http2.api.Stream,org.eclipse.jetty.http2.frames.DataFrame,org.eclipse.jetty.util.Callback)"><code>Stream.Listener.onData(Stream, DataFrame, Callback)</code></a>.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>stream</code> - the newly created stream</dd>
<dd><code>frame</code> - the HEADERS frame received</dd>
<dt>Returns:</dt>
<dd>a <a href="Stream.Listener.html" title="interface in org.eclipse.jetty.http2.api"><code>Stream.Listener</code></a> that will be notified of stream events</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onSettings(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.SettingsFrame)">
<h3>onSettings</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">onSettings</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/SettingsFrame.html" title="class in org.eclipse.jetty.http2.frames">SettingsFrame</a>&nbsp;frame)</span></div>
<div class="block"><p>Callback method invoked when a SETTINGS frame has been received.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dd><code>frame</code> - the SETTINGS frame received</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onPing(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.PingFrame)">
<h3>onPing</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">onPing</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/PingFrame.html" title="class in org.eclipse.jetty.http2.frames">PingFrame</a>&nbsp;frame)</span></div>
<div class="block"><p>Callback method invoked when a PING frame has been received.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dd><code>frame</code> - the PING frame received</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onReset(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.ResetFrame)">
<h3>onReset</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">onReset</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/ResetFrame.html" title="class in org.eclipse.jetty.http2.frames">ResetFrame</a>&nbsp;frame)</span></div>
<div class="block"><p>Callback method invoked when a RST_STREAM frame has been received for an unknown stream.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dd><code>frame</code> - the RST_STREAM frame received</dd>
<dt>See Also:</dt>
<dd>
<ul class="see-list-long">
<li><a href="Stream.Listener.html#onReset(org.eclipse.jetty.http2.api.Stream,org.eclipse.jetty.http2.frames.ResetFrame)"><code>Stream.Listener.onReset(Stream, ResetFrame)</code></a></li>
</ul>
</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onGoAway(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.GoAwayFrame)">
<h3>onGoAway</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">onGoAway</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/GoAwayFrame.html" title="class in org.eclipse.jetty.http2.frames">GoAwayFrame</a>&nbsp;frame)</span></div>
<div class="block"><p>Callback method invoked when a GOAWAY frame has been received.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dd><code>frame</code> - the GOAWAY frame received</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onClose(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.GoAwayFrame,org.eclipse.jetty.util.Callback)">
<h3>onClose</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">onClose</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/GoAwayFrame.html" title="class in org.eclipse.jetty.http2.frames">GoAwayFrame</a>&nbsp;frame,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</span></div>
<div class="block"><p>Callback method invoked when a GOAWAY frame caused the session to be closed.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dd><code>frame</code> - the GOAWAY frame that caused the session to be closed</dd>
<dd><code>callback</code> - the callback to notify of the GOAWAY processing</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onClose(org.eclipse.jetty.http2.api.Session,org.eclipse.jetty.http2.frames.GoAwayFrame)">
<h3>onClose</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">onClose</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="../frames/GoAwayFrame.html" title="class in org.eclipse.jetty.http2.frames">GoAwayFrame</a>&nbsp;frame)</span></div>
</section>
</li>
<li>
<section class="detail" id="onIdleTimeout(org.eclipse.jetty.http2.api.Session)">
<h3>onIdleTimeout</h3>
<div class="member-signature"><span class="return-type">boolean</span>&nbsp;<span class="element-name">onIdleTimeout</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session)</span></div>
<div class="block"><p>Callback method invoked when the idle timeout expired.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dt>Returns:</dt>
<dd>whether the session should be closed</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onFailure(org.eclipse.jetty.http2.api.Session,java.lang.Throwable,org.eclipse.jetty.util.Callback)">
<h3>onFailure</h3>
<div class="member-signature"><span class="modifiers">default</span>&nbsp;<span class="return-type">void</span>&nbsp;<span class="element-name">onFailure</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link">Throwable</a>&nbsp;failure,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</span></div>
<div class="block"><p>Callback method invoked when a failure has been detected for this session.</p></div>
<dl class="notes">
<dt>Parameters:</dt>
<dd><code>session</code> - the session</dd>
<dd><code>failure</code> - the failure</dd>
<dd><code>callback</code> - the callback to notify of failure processing</dd>
</dl>
</section>
</li>
<li>
<section class="detail" id="onFailure(org.eclipse.jetty.http2.api.Session,java.lang.Throwable)">
<h3>onFailure</h3>
<div class="member-signature"><span class="return-type">void</span>&nbsp;<span class="element-name">onFailure</span><wbr><span class="parameters">(<a href="Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session,
<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/Throwable.html" title="class or interface in java.lang" class="external-link">Throwable</a>&nbsp;failure)</span></div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</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>