blob: b1258eb4b0cf48d7871e4971e88a8326d0ddcf32 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 07 15:10:56 EDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.eclipse.jetty.spdy.api (Jetty :: Project 9.2.22.v20170606 API)</title>
<meta name="date" content="2017-06-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.eclipse.jetty.spdy.api (Jetty :: Project 9.2.22.v20170606 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1149868-7']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/jetty/spdy/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/eclipse/jetty/spdy/api/server/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/spdy/api/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.eclipse.jetty.spdy.api</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Session.html" title="interface in org.eclipse.jetty.spdy.api">Session</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/spdy/api/Session.html" title="interface in org.eclipse.jetty.spdy.api"><code>Session</code></a> represents the client-side endpoint of a SPDY connection to a single origin server.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Session.Listener.html" title="interface in org.eclipse.jetty.spdy.api">Session.Listener</a></td>
<td class="colLast">
<div class="block">Super interface for listeners with callbacks that are invoked on specific session events.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Session.StreamListener.html" title="interface in org.eclipse.jetty.spdy.api">Session.StreamListener</a></td>
<td class="colLast">
<div class="block">Specialized listener that is invoked upon creation and removal of streams.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/SessionFrameListener.html" title="interface in org.eclipse.jetty.spdy.api">SessionFrameListener</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/spdy/api/SessionFrameListener.html" title="interface in org.eclipse.jetty.spdy.api"><code>SessionFrameListener</code></a> is the passive counterpart of a <a href="../../../../../org/eclipse/jetty/spdy/api/Session.html" title="interface in org.eclipse.jetty.spdy.api"><code>Session</code></a> and receives events happening
on a SPDY session.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Stream.html" title="interface in org.eclipse.jetty.spdy.api">Stream</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/spdy/api/Stream.html" title="interface in org.eclipse.jetty.spdy.api"><code>Stream</code></a> represents a bidirectional exchange of data on top of a <a href="../../../../../org/eclipse/jetty/spdy/api/Session.html" title="interface in org.eclipse.jetty.spdy.api"><code>Session</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/StreamFrameListener.html" title="interface in org.eclipse.jetty.spdy.api">StreamFrameListener</a></td>
<td class="colLast">
<div class="block">A <a href="../../../../../org/eclipse/jetty/spdy/api/StreamFrameListener.html" title="interface in org.eclipse.jetty.spdy.api"><code>StreamFrameListener</code></a> is the passive counterpart of a <a href="../../../../../org/eclipse/jetty/spdy/api/Stream.html" title="interface in org.eclipse.jetty.spdy.api"><code>Stream</code></a> and receives
events happening on a SPDY stream.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/ByteBufferDataInfo.html" title="class in org.eclipse.jetty.spdy.api">ByteBufferDataInfo</a></td>
<td class="colLast">
<div class="block">Specialized <a href="../../../../../org/eclipse/jetty/spdy/api/DataInfo.html" title="class in org.eclipse.jetty.spdy.api"><code>DataInfo</code></a> for <a href="http://docs.oracle.com/javase/7/docs/api/java/nio/ByteBuffer.html?is-external=true" title="class or interface in java.nio"><code>ByteBuffer</code></a> content.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/BytesDataInfo.html" title="class in org.eclipse.jetty.spdy.api">BytesDataInfo</a></td>
<td class="colLast">
<div class="block">Specialized <a href="../../../../../org/eclipse/jetty/spdy/api/DataInfo.html" title="class in org.eclipse.jetty.spdy.api"><code>DataInfo</code></a> for byte array content.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/DataInfo.html" title="class in org.eclipse.jetty.spdy.api">DataInfo</a></td>
<td class="colLast">
<div class="block">A container for DATA frames metadata and content bytes.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/GoAwayInfo.html" title="class in org.eclipse.jetty.spdy.api">GoAwayInfo</a></td>
<td class="colLast">
<div class="block">A GoAwayInfo container.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/GoAwayResultInfo.html" title="class in org.eclipse.jetty.spdy.api">GoAwayResultInfo</a></td>
<td class="colLast">
<div class="block">A container for GOAWAY frames metadata: the last good stream id and
the session status.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/HeadersInfo.html" title="class in org.eclipse.jetty.spdy.api">HeadersInfo</a></td>
<td class="colLast">
<div class="block">A container for HEADERS frame metadata and headers.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Info.html" title="class in org.eclipse.jetty.spdy.api">Info</a></td>
<td class="colLast">
<div class="block">A base class for all *Info classes providing timeout and unit and api to access them</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/PingInfo.html" title="class in org.eclipse.jetty.spdy.api">PingInfo</a></td>
<td class="colLast">
<div class="block">A PingInfo container.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/PingResultInfo.html" title="class in org.eclipse.jetty.spdy.api">PingResultInfo</a></td>
<td class="colLast">
<div class="block">A container for PING frames data.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/PushInfo.html" title="class in org.eclipse.jetty.spdy.api">PushInfo</a></td>
<td class="colLast">
<div class="block">A container for PUSH_SYN_STREAM frames metadata and data.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/ReplyInfo.html" title="class in org.eclipse.jetty.spdy.api">ReplyInfo</a></td>
<td class="colLast">
<div class="block">A container for SYN_REPLY frames metadata and headers.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/RstInfo.html" title="class in org.eclipse.jetty.spdy.api">RstInfo</a></td>
<td class="colLast">
<div class="block">A container for RST_STREAM frames data: the stream id and the stream status.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Session.StreamListener.Adapter.html" title="class in org.eclipse.jetty.spdy.api">Session.StreamListener.Adapter</a></td>
<td class="colLast">
<div class="block">Empty implementation of <a href="../../../../../org/eclipse/jetty/spdy/api/Session.StreamListener.html" title="interface in org.eclipse.jetty.spdy.api"><code>Session.StreamListener</code></a>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/SessionFrameListener.Adapter.html" title="class in org.eclipse.jetty.spdy.api">SessionFrameListener.Adapter</a></td>
<td class="colLast">
<div class="block">Empty implementation of <a href="../../../../../org/eclipse/jetty/spdy/api/SessionFrameListener.html" title="interface in org.eclipse.jetty.spdy.api"><code>SessionFrameListener</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Settings.html" title="class in org.eclipse.jetty.spdy.api">Settings</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Settings.ID.html" title="class in org.eclipse.jetty.spdy.api">Settings.ID</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Settings.Setting.html" title="class in org.eclipse.jetty.spdy.api">Settings.Setting</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/SettingsInfo.html" title="class in org.eclipse.jetty.spdy.api">SettingsInfo</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/SPDY.html" title="class in org.eclipse.jetty.spdy.api">SPDY</a></td>
<td class="colLast">
<div class="block">Helper class that holds useful SPDY constants.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/StreamFrameListener.Adapter.html" title="class in org.eclipse.jetty.spdy.api">StreamFrameListener.Adapter</a></td>
<td class="colLast">
<div class="block">Empty implementation of <a href="../../../../../org/eclipse/jetty/spdy/api/StreamFrameListener.html" title="interface in org.eclipse.jetty.spdy.api"><code>StreamFrameListener</code></a></div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/StringDataInfo.html" title="class in org.eclipse.jetty.spdy.api">StringDataInfo</a></td>
<td class="colLast">
<div class="block">Specialized <a href="../../../../../org/eclipse/jetty/spdy/api/DataInfo.html" title="class in org.eclipse.jetty.spdy.api"><code>DataInfo</code></a> for <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><code>String</code></a> content.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/SynInfo.html" title="class in org.eclipse.jetty.spdy.api">SynInfo</a></td>
<td class="colLast">
<div class="block">A container for SYN_STREAM frames metadata and data.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
<caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Enum</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/SessionStatus.html" title="enum in org.eclipse.jetty.spdy.api">SessionStatus</a></td>
<td class="colLast">
<div class="block">An enumeration of session statuses.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/Settings.Flag.html" title="enum in org.eclipse.jetty.spdy.api">Settings.Flag</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/StreamStatus.html" title="enum in org.eclipse.jetty.spdy.api">StreamStatus</a></td>
<td class="colLast">
<div class="block">An enumeration of stream statuses.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="packageSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/jetty/spdy/api/SPDYException.html" title="class in org.eclipse.jetty.spdy.api">SPDYException</a></td>
<td class="colLast">
<div class="block">An unrecoverable exception that signals to the application that
something wrong happened.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1149868-7']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/jetty/spdy/package-summary.html">Prev Package</a></li>
<li><a href="../../../../../org/eclipse/jetty/spdy/api/server/package-summary.html">Next Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/spdy/api/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 1995-2017 <a href="http://webtide.com">Webtide</a>. All Rights Reserved.</small></p>
</body>
</html>