blob: 450f80072306944602f5c52a9ff552a8ab4b4514 [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 (1.8.0_92) on Thu Jun 07 14:26:36 EDT 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.eclipse.jetty.websocket.jsr356.annotations Class Hierarchy (Jetty :: Project 9.3.24.v20180605 API)</title>
<meta name="date" content="2018-06-07">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="org.eclipse.jetty.websocket.jsr356.annotations Class Hierarchy (Jetty :: Project 9.3.24.v20180605 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/package-tree.html">Prev</a></li>
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/client/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/jetty/websocket/jsr356/annotations/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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 class="title">Hierarchy For Package org.eclipse.jetty.websocket.jsr356.annotations</h1>
<span class="packageHierarchyLabel">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">org.eclipse.jetty.websocket.common.events.annotated.<a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/AbstractMethodAnnotationScanner.html" title="class in org.eclipse.jetty.websocket.common.events.annotated"><span class="typeNameLink">AbstractMethodAnnotationScanner</span></a>&lt;T&gt;
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/AnnotatedEndpointScanner.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">AnnotatedEndpointScanner</span></a>&lt;T,C&gt;</li>
</ul>
</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/AnnotatedEndpointMetadata.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">AnnotatedEndpointMetadata</span></a>&lt;T,C&gt; (implements org.eclipse.jetty.websocket.jsr356.metadata.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/metadata/EndpointMetadata.html" title="interface in org.eclipse.jetty.websocket.jsr356.metadata">EndpointMetadata</a>)</li>
<li type="circle">org.eclipse.jetty.websocket.common.events.annotated.<a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html" title="class in org.eclipse.jetty.websocket.common.events.annotated"><span class="typeNameLink">CallableMethod</span></a>
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrCallable</span></a>
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnCloseCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnCloseCallable</span></a></li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnErrorCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnErrorCallable</span></a></li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnMessageCallable</span></a>
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageBinaryCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnMessageBinaryCallable</span></a></li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageBinaryStreamCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnMessageBinaryStreamCallable</span></a></li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessagePongCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnMessagePongCallable</span></a></li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageTextCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnMessageTextCallable</span></a></li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageTextStreamCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnMessageTextStreamCallable</span></a></li>
</ul>
</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnOpenCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">OnOpenCallable</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrEvents.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrEvents</span></a>&lt;T,C&gt;</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdBase.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdBase</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdOnClose.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdOnClose</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdOnError.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdOnError</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdOnMessage.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdOnMessage</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdBinary.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdBinary</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdDecoder.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdDecoder</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdPong.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdPong</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdText.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdText</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)</li>
</ul>
</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrParamIdOnOpen.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">JsrParamIdOnOpen</span></a> (implements org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations">IJsrParamId</a>)</li>
</ul>
</li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/Param.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">Param</span></a></li>
</ul>
</li>
</ul>
<h2 title="Interface Hierarchy">Interface Hierarchy</h2>
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrMethod.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">IJsrMethod</span></a></li>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/IJsrParamId.html" title="interface in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">IJsrParamId</span></a></li>
</ul>
<h2 title="Enum Hierarchy">Enum Hierarchy</h2>
<ul>
<li type="circle">java.lang.Object
<ul>
<li type="circle">java.lang.Enum&lt;E&gt; (implements java.lang.Comparable&lt;T&gt;, java.io.Serializable)
<ul>
<li type="circle">org.eclipse.jetty.websocket.jsr356.annotations.<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/Param.Role.html" title="enum in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">Param.Role</span></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li class="navBarCell1Rev">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">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/package-tree.html">Prev</a></li>
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/client/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/jetty/websocket/jsr356/annotations/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses-noframe.html">All&nbsp;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&#x2013;2018 <a href="http://webtide.com">Webtide</a>. All rights reserved.</small></p>
</body>
</html>