blob: 36824d7ead2e1af9b74e9ac9b97b4ebc479d9348 [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:32 EDT 2018 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OnMessageCallable (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="OnMessageCallable (Jetty :: Project 9.3.24.v20180605 API)";
}
}
catch(err) {
}
//-->
var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
var altColor = "altColor";
var rowColor = "rowColor";
var tableTab = "tableTab";
var activeTableTab = "activeTableTab";
</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="navBarCell1Rev">Class</li>
<li><a href="class-use/OnMessageCallable.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageBinaryStreamCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessagePongCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html" target="_top">Frames</a></li>
<li><a href="OnMessageCallable.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.jetty.websocket.jsr356.annotations</div>
<h2 title="Class OnMessageCallable" class="title">Class OnMessageCallable</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object</li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html" title="class in org.eclipse.jetty.websocket.common.events.annotated">org.eclipse.jetty.websocket.common.events.annotated.CallableMethod</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>Direct Known Subclasses:</dt>
<dd><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageBinaryCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">OnMessageBinaryCallable</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageBinaryStreamCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">OnMessageBinaryStreamCallable</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessagePongCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">OnMessagePongCallable</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageTextCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">OnMessageTextCallable</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageTextStreamCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">OnMessageTextStreamCallable</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="typeNameLabel">OnMessageCallable</span>
extends <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">JsrCallable</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Field and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected javax.websocket.Decoder</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#decoder">decoder</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected java.lang.Class&lt;?&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#decodingType">decodingType</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#idxMessageObject">idxMessageObject</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected int</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#idxPartialMessageFlag">idxPartialMessageFlag</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#messageRoleAssigned">messageRoleAssigned</a></span></code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected javax.websocket.Encoder</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#returnEncoder">returnEncoder</a></span></code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected java.lang.Class&lt;?&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#returnType">returnType</a></span></code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;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">JsrCallable</a></h3>
<code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#args">args</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#idxConfig">idxConfig</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#idxSession">idxSession</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#params">params</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="fields.inherited.from.class.org.eclipse.jetty.websocket.common.events.annotated.CallableMethod">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;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">CallableMethod</a></h3>
<code><a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#method">method</a>, <a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#paramTypes">paramTypes</a>, <a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#pojo">pojo</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#OnMessageCallable-java.lang.Class-java.lang.reflect.Method-">OnMessageCallable</a></span>(java.lang.Class&lt;?&gt;&nbsp;pojo,
java.lang.reflect.Method&nbsp;method)</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#OnMessageCallable-org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable-">OnMessageCallable</a></span>(<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">OnMessageCallable</a>&nbsp;copy)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method.summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr id="i0" class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#assertDecoderRequired--">assertDecoderRequired</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i1" class="rowColor">
<td class="colFirst"><code>javax.websocket.Decoder</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#getDecoder--">getDecoder</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i2" class="altColor">
<td class="colFirst"><code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/Param.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">Param</a></code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#getMessageObjectParam--">getMessageObjectParam</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i3" class="rowColor">
<td class="colFirst"><code>javax.websocket.Encoder</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#getReturnEncoder--">getReturnEncoder</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i4" class="altColor">
<td class="colFirst"><code>java.lang.Class&lt;?&gt;</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#getReturnType--">getReturnType</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i5" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#init-org.eclipse.jetty.websocket.jsr356.JsrSession-">init</a></span>(<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/JsrSession.html" title="class in org.eclipse.jetty.websocket.jsr356">JsrSession</a>&nbsp;session)</code>&nbsp;</td>
</tr>
<tr id="i6" class="altColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#isMessageRoleAssigned--">isMessageRoleAssigned</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i7" class="rowColor">
<td class="colFirst"><code>boolean</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#isPartialMessageSupported--">isPartialMessageSupported</a></span>()</code>&nbsp;</td>
</tr>
<tr id="i8" class="altColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#setDecodingType-java.lang.Class-">setDecodingType</a></span>(java.lang.Class&lt;?&gt;&nbsp;decodingType)</code>
<div class="block">The Type of Class a <code>Decoder</code> should be created to produce.</div>
</td>
</tr>
<tr id="i9" class="rowColor">
<td class="colFirst"><code>void</code></td>
<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html#setPartialMessageFlag-org.eclipse.jetty.websocket.jsr356.annotations.Param-">setPartialMessageFlag</a></span>(<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/Param.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">Param</a>&nbsp;param)</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.jetty.websocket.jsr356.annotations.JsrCallable">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;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">JsrCallable</a></h3>
<code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#assertRoleRequired-int-java.lang.String-">assertRoleRequired</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#findIndexForRole-org.eclipse.jetty.websocket.jsr356.annotations.Param.Role-">findIndexForRole</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#findParamForRole-org.eclipse.jetty.websocket.jsr356.annotations.Param.Role-">findParamForRole</a>, <a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#getParams--">getParams</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.org.eclipse.jetty.websocket.common.events.annotated.CallableMethod">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;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">CallableMethod</a></h3>
<code><a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#call-java.lang.Object-java.lang.Object...-">call</a>, <a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#formatMethodCallError-java.lang.Object...-">formatMethodCallError</a>, <a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#getMethod--">getMethod</a>, <a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#getParamTypes--">getParamTypes</a>, <a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#getPojo--">getPojo</a>, <a href="../../../../../../org/eclipse/jetty/websocket/common/events/annotated/CallableMethod.html#toString--">toString</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a name="returnType">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>returnType</h4>
<pre>protected final&nbsp;java.lang.Class&lt;?&gt; returnType</pre>
</li>
</ul>
<a name="returnEncoder">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>returnEncoder</h4>
<pre>protected&nbsp;javax.websocket.Encoder returnEncoder</pre>
</li>
</ul>
<a name="decodingType">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decodingType</h4>
<pre>protected&nbsp;java.lang.Class&lt;?&gt; decodingType</pre>
</li>
</ul>
<a name="decoder">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>decoder</h4>
<pre>protected&nbsp;javax.websocket.Decoder decoder</pre>
</li>
</ul>
<a name="idxPartialMessageFlag">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>idxPartialMessageFlag</h4>
<pre>protected&nbsp;int idxPartialMessageFlag</pre>
</li>
</ul>
<a name="idxMessageObject">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>idxMessageObject</h4>
<pre>protected&nbsp;int idxMessageObject</pre>
</li>
</ul>
<a name="messageRoleAssigned">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>messageRoleAssigned</h4>
<pre>protected&nbsp;boolean messageRoleAssigned</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor.detail">
<!-- -->
</a>
<h3>Constructor Detail</h3>
<a name="OnMessageCallable-java.lang.Class-java.lang.reflect.Method-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>OnMessageCallable</h4>
<pre>public&nbsp;OnMessageCallable(java.lang.Class&lt;?&gt;&nbsp;pojo,
java.lang.reflect.Method&nbsp;method)</pre>
</li>
</ul>
<a name="OnMessageCallable-org.eclipse.jetty.websocket.jsr356.annotations.OnMessageCallable-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>OnMessageCallable</h4>
<pre>public&nbsp;OnMessageCallable(<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">OnMessageCallable</a>&nbsp;copy)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method.detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="assertDecoderRequired--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>assertDecoderRequired</h4>
<pre>protected&nbsp;void&nbsp;assertDecoderRequired()</pre>
</li>
</ul>
<a name="getDecoder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDecoder</h4>
<pre>public&nbsp;javax.websocket.Decoder&nbsp;getDecoder()</pre>
</li>
</ul>
<a name="getMessageObjectParam--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getMessageObjectParam</h4>
<pre>public&nbsp;<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/Param.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">Param</a>&nbsp;getMessageObjectParam()</pre>
</li>
</ul>
<a name="getReturnEncoder--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReturnEncoder</h4>
<pre>public&nbsp;javax.websocket.Encoder&nbsp;getReturnEncoder()</pre>
</li>
</ul>
<a name="getReturnType--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getReturnType</h4>
<pre>public&nbsp;java.lang.Class&lt;?&gt;&nbsp;getReturnType()</pre>
</li>
</ul>
<a name="init-org.eclipse.jetty.websocket.jsr356.JsrSession-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>init</h4>
<pre>public&nbsp;void&nbsp;init(<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/JsrSession.html" title="class in org.eclipse.jetty.websocket.jsr356">JsrSession</a>&nbsp;session)</pre>
<dl>
<dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
<dd><code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#init-org.eclipse.jetty.websocket.jsr356.JsrSession-">init</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">JsrCallable</a></code></dd>
</dl>
</li>
</ul>
<a name="isMessageRoleAssigned--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isMessageRoleAssigned</h4>
<pre>public&nbsp;boolean&nbsp;isMessageRoleAssigned()</pre>
</li>
</ul>
<a name="isPartialMessageSupported--">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isPartialMessageSupported</h4>
<pre>public&nbsp;boolean&nbsp;isPartialMessageSupported()</pre>
</li>
</ul>
<a name="setDecodingType-java.lang.Class-">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setDecodingType</h4>
<pre>public&nbsp;void&nbsp;setDecodingType(java.lang.Class&lt;?&gt;&nbsp;decodingType)</pre>
<div class="block"><span class="descfrmTypeLabel">Description copied from class:&nbsp;<code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#setDecodingType-java.lang.Class-">JsrCallable</a></code></span></div>
<div class="block">The Type of Class a <code>Decoder</code> should be created to produce.</div>
<dl>
<dt><span class="overrideSpecifyLabel">Specified by:</span></dt>
<dd><code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html#setDecodingType-java.lang.Class-">setDecodingType</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/JsrCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">JsrCallable</a></code></dd>
<dt><span class="paramLabel">Parameters:</span></dt>
<dd><code>decodingType</code> - the type of class a Decoder should be created to produce</dd>
</dl>
</li>
</ul>
<a name="setPartialMessageFlag-org.eclipse.jetty.websocket.jsr356.annotations.Param-">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>setPartialMessageFlag</h4>
<pre>public&nbsp;void&nbsp;setPartialMessageFlag(<a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/Param.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations">Param</a>&nbsp;param)</pre>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= 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="navBarCell1Rev">Class</li>
<li><a href="class-use/OnMessageCallable.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>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessageBinaryStreamCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
<li><a href="../../../../../../org/eclipse/jetty/websocket/jsr356/annotations/OnMessagePongCallable.html" title="class in org.eclipse.jetty.websocket.jsr356.annotations"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../index.html?org/eclipse/jetty/websocket/jsr356/annotations/OnMessageCallable.html" target="_top">Frames</a></li>
<li><a href="OnMessageCallable.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>
<div>
<ul class="subNavList">
<li>Summary:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#field.summary">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method.detail">Method</a></li>
</ul>
</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>