http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f6f494e6/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html b/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html new file mode 100755 index 0000000..2c0ea69 --- /dev/null +++ b/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html @@ -0,0 +1,439 @@ +<!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 --> +<title>FastPathHeaderType (Qpid Proton-J API)</title> +<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="FastPathHeaderType (Qpid Proton-J API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="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/apache/qpid/proton/codec/messaging/FastPathFooterType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html" target="_top">Frames</a></li> +<li><a href="FastPathHeaderType.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </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.apache.qpid.proton.codec.messaging</div> +<h2 title="Class FastPathHeaderType" class="title">Class FastPathHeaderType</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.qpid.proton.codec.messaging.FastPathHeaderType</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.html" title="interface in org.apache.qpid.proton.codec">FastPathDescribedTypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">FastPathHeaderType</span> +extends java.lang.Object +implements <a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.html" title="interface in org.apache.qpid.proton.codec">FastPathDescribedTypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== 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"> </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/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#FastPathHeaderType-org.apache.qpid.proton.codec.EncoderImpl-">FastPathHeaderType</a></span>(<a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</code> </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"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.util.Collection<? extends <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#getAllEncodings--">getAllEncodings</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#getCanonicalEncoding--">getCanonicalEncoding</a></span>()</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#getDecoder--">getDecoder</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#getEncoder--">getEncoder</a></span>()</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#getEncoding-org.apache.qpid.proton.amqp.messaging.Header-">getEncoding</a></span>(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a> header)</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.lang.Class<<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#getTypeClass--">getTypeClass</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#readValue--">readValue</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#register-org.apache.qpid.proton.codec.Decoder-org.apache.qpid.proton.codec.EncoderImpl-">register</a></span>(<a href="../../../../../../org/apache/qpid/proton/codec/Decoder.html" title="interface in org.apache.qpid.proton.codec">Decoder</a> decoder, + <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</code> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#skipValue--">skipValue</a></span>()</code> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html#write-org.apache.qpid.proton.amqp.messaging.Header-">write</a></span>(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a> value)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="FastPathHeaderType-org.apache.qpid.proton.codec.EncoderImpl-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FastPathHeaderType</h4> +<pre>public FastPathHeaderType(<a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getEncoder--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getEncoder</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> getEncoder()</pre> +</li> +</ul> +<a name="getDecoder--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDecoder</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a> getDecoder()</pre> +</li> +</ul> +<a name="readValue--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readValue</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a> readValue()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#readValue--">readValue</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="skipValue--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>skipValue</h4> +<pre>public void skipValue()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#skipValue--">skipValue</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="encodesJavaPrimitive--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>encodesJavaPrimitive</h4> +<pre>public boolean encodesJavaPrimitive()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="getTypeClass--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTypeClass</h4> +<pre>public java.lang.Class<<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>> getTypeClass()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getTypeClass--">getTypeClass</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#getTypeClass--">getTypeClass</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="getEncoding-org.apache.qpid.proton.amqp.messaging.Header-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getEncoding</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>> getEncoding(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a> header)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getEncoding-V-">getEncoding</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="getCanonicalEncoding--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCanonicalEncoding</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>> getCanonicalEncoding()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getCanonicalEncoding--">getCanonicalEncoding</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="getAllEncodings--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAllEncodings</h4> +<pre>public java.util.Collection<? extends <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>>> getAllEncodings()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getAllEncodings--">getAllEncodings</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="write-org.apache.qpid.proton.amqp.messaging.Header-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>write</h4> +<pre>public void write(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#write-V-">write</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Header.html" title="class in org.apache.qpid.proton.amqp.messaging">Header</a>></code></dd> +</dl> +</li> +</ul> +<a name="register-org.apache.qpid.proton.codec.Decoder-org.apache.qpid.proton.codec.EncoderImpl-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>register</h4> +<pre>public static void register(<a href="../../../../../../org/apache/qpid/proton/codec/Decoder.html" title="interface in org.apache.qpid.proton.codec">Decoder</a> decoder, + <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</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="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/apache/qpid/proton/codec/messaging/FastPathFooterType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/qpid/proton/codec/messaging/FastPathHeaderType.html" target="_top">Frames</a></li> +<li><a href="FastPathHeaderType.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html>
http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f6f494e6/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html b/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html new file mode 100755 index 0000000..b5b70c6 --- /dev/null +++ b/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html @@ -0,0 +1,439 @@ +<!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 --> +<title>FastPathMessageAnnotationsType (Qpid Proton-J API)</title> +<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="FastPathMessageAnnotationsType (Qpid Proton-J API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="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/apache/qpid/proton/codec/messaging/FastPathHeaderType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html" target="_top">Frames</a></li> +<li><a href="FastPathMessageAnnotationsType.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </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.apache.qpid.proton.codec.messaging</div> +<h2 title="Class FastPathMessageAnnotationsType" class="title">Class FastPathMessageAnnotationsType</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.qpid.proton.codec.messaging.FastPathMessageAnnotationsType</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.html" title="interface in org.apache.qpid.proton.codec">FastPathDescribedTypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></d d> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">FastPathMessageAnnotationsType</span> +extends java.lang.Object +implements <a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.html" title="interface in org.apache.qpid.proton.codec">FastPathDescribedTypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== 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"> </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/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#FastPathMessageAnnotationsType-org.apache.qpid.proton.codec.EncoderImpl-">FastPathMessageAnnotationsType</a></span>(<a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</code> </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"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.util.Collection<? extends <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#getAllEncodings--">getAllEncodings</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#getCanonicalEncoding--">getCanonicalEncoding</a></span>()</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#getDecoder--">getDecoder</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#getEncoder--">getEncoder</a></span>()</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#getEncoding-org.apache.qpid.proton.amqp.messaging.MessageAnnotations-">getEncoding</a></span>(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a> val)</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.lang.Class<<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#getTypeClass--">getTypeClass</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#readValue--">readValue</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#register-org.apache.qpid.proton.codec.Decoder-org.apache.qpid.proton.codec.EncoderImpl-">register</a></span>(<a href="../../../../../../org/apache/qpid/proton/codec/Decoder.html" title="interface in org.apache.qpid.proton.codec">Decoder</a> decoder, + <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</code> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#skipValue--">skipValue</a></span>()</code> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html#write-org.apache.qpid.proton.amqp.messaging.MessageAnnotations-">write</a></span>(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a> val)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="FastPathMessageAnnotationsType-org.apache.qpid.proton.codec.EncoderImpl-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FastPathMessageAnnotationsType</h4> +<pre>public FastPathMessageAnnotationsType(<a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getEncoder--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getEncoder</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> getEncoder()</pre> +</li> +</ul> +<a name="getDecoder--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDecoder</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a> getDecoder()</pre> +</li> +</ul> +<a name="encodesJavaPrimitive--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>encodesJavaPrimitive</h4> +<pre>public boolean encodesJavaPrimitive()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="getTypeClass--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTypeClass</h4> +<pre>public java.lang.Class<<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>> getTypeClass()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getTypeClass--">getTypeClass</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#getTypeClass--">getTypeClass</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="getEncoding-org.apache.qpid.proton.amqp.messaging.MessageAnnotations-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getEncoding</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>> getEncoding(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a> val)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getEncoding-V-">getEncoding</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="getCanonicalEncoding--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCanonicalEncoding</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>> getCanonicalEncoding()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getCanonicalEncoding--">getCanonicalEncoding</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="getAllEncodings--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAllEncodings</h4> +<pre>public java.util.Collection<? extends <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>>> getAllEncodings()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getAllEncodings--">getAllEncodings</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="readValue--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readValue</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a> readValue()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#readValue--">readValue</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="skipValue--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>skipValue</h4> +<pre>public void skipValue()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#skipValue--">skipValue</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="write-org.apache.qpid.proton.amqp.messaging.MessageAnnotations-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>write</h4> +<pre>public void write(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a> val)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#write-V-">write</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/MessageAnnotations.html" title="class in org.apache.qpid.proton.amqp.messaging">MessageAnnotations</a>></code></dd> +</dl> +</li> +</ul> +<a name="register-org.apache.qpid.proton.codec.Decoder-org.apache.qpid.proton.codec.EncoderImpl-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>register</h4> +<pre>public static void register(<a href="../../../../../../org/apache/qpid/proton/codec/Decoder.html" title="interface in org.apache.qpid.proton.codec">Decoder</a> decoder, + <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</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="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/apache/qpid/proton/codec/messaging/FastPathHeaderType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html" target="_top">Frames</a></li> +<li><a href="FastPathMessageAnnotationsType.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> http://git-wip-us.apache.org/repos/asf/qpid-site/blob/f6f494e6/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html ---------------------------------------------------------------------- diff --git a/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html b/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html new file mode 100755 index 0000000..954a29a --- /dev/null +++ b/content/releases/qpid-proton-j-0.28.0/api/org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html @@ -0,0 +1,439 @@ +<!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 --> +<title>FastPathPropertiesType (Qpid Proton-J API)</title> +<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="FastPathPropertiesType (Qpid Proton-J API)"; + } + } + catch(err) { + } +//--> +var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":9,"i9":10,"i10":10}; +var tabs = {65535:["t0","All Methods"],1:["t1","Static 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="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/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FooterType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html" target="_top">Frames</a></li> +<li><a href="FastPathPropertiesType.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </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.apache.qpid.proton.codec.messaging</div> +<h2 title="Class FastPathPropertiesType" class="title">Class FastPathPropertiesType</h2> +</div> +<div class="contentContainer"> +<ul class="inheritance"> +<li>java.lang.Object</li> +<li> +<ul class="inheritance"> +<li>org.apache.qpid.proton.codec.messaging.FastPathPropertiesType</li> +</ul> +</li> +</ul> +<div class="description"> +<ul class="blockList"> +<li class="blockList"> +<dl> +<dt>All Implemented Interfaces:</dt> +<dd><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.html" title="interface in org.apache.qpid.proton.codec">FastPathDescribedTypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></dd> +</dl> +<hr> +<br> +<pre>public class <span class="typeNameLabel">FastPathPropertiesType</span> +extends java.lang.Object +implements <a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>>, <a href="../../../../../../org/apache/qpid/proton/codec/FastPathDescribedTypeConstructor.html" title="interface in org.apache.qpid.proton.codec">FastPathDescribedTypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></pre> +</li> +</ul> +</div> +<div class="summary"> +<ul class="blockList"> +<li class="blockList"> +<!-- ======== 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"> </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/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#FastPathPropertiesType-org.apache.qpid.proton.codec.EncoderImpl-">FastPathPropertiesType</a></span>(<a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</code> </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"> </span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </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>boolean</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></span>()</code> </td> +</tr> +<tr id="i1" class="rowColor"> +<td class="colFirst"><code>java.util.Collection<? extends <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#getAllEncodings--">getAllEncodings</a></span>()</code> </td> +</tr> +<tr id="i2" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#getCanonicalEncoding--">getCanonicalEncoding</a></span>()</code> </td> +</tr> +<tr id="i3" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#getDecoder--">getDecoder</a></span>()</code> </td> +</tr> +<tr id="i4" class="altColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#getEncoder--">getEncoder</a></span>()</code> </td> +</tr> +<tr id="i5" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#getEncoding-org.apache.qpid.proton.amqp.messaging.Properties-">getEncoding</a></span>(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a> properties)</code> </td> +</tr> +<tr id="i6" class="altColor"> +<td class="colFirst"><code>java.lang.Class<<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#getTypeClass--">getTypeClass</a></span>()</code> </td> +</tr> +<tr id="i7" class="rowColor"> +<td class="colFirst"><code><a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a></code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#readValue--">readValue</a></span>()</code> </td> +</tr> +<tr id="i8" class="altColor"> +<td class="colFirst"><code>static void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#register-org.apache.qpid.proton.codec.Decoder-org.apache.qpid.proton.codec.EncoderImpl-">register</a></span>(<a href="../../../../../../org/apache/qpid/proton/codec/Decoder.html" title="interface in org.apache.qpid.proton.codec">Decoder</a> decoder, + <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</code> </td> +</tr> +<tr id="i9" class="rowColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#skipValue--">skipValue</a></span>()</code> </td> +</tr> +<tr id="i10" class="altColor"> +<td class="colFirst"><code>void</code></td> +<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html#write-org.apache.qpid.proton.amqp.messaging.Properties-">write</a></span>(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a> value)</code> </td> +</tr> +</table> +<ul class="blockList"> +<li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> +<!-- --> +</a> +<h3>Methods inherited from class java.lang.Object</h3> +<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li> +</ul> +</li> +</ul> +</li> +</ul> +</div> +<div class="details"> +<ul class="blockList"> +<li class="blockList"> +<!-- ========= CONSTRUCTOR DETAIL ======== --> +<ul class="blockList"> +<li class="blockList"><a name="constructor.detail"> +<!-- --> +</a> +<h3>Constructor Detail</h3> +<a name="FastPathPropertiesType-org.apache.qpid.proton.codec.EncoderImpl-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>FastPathPropertiesType</h4> +<pre>public FastPathPropertiesType(<a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</pre> +</li> +</ul> +</li> +</ul> +<!-- ============ METHOD DETAIL ========== --> +<ul class="blockList"> +<li class="blockList"><a name="method.detail"> +<!-- --> +</a> +<h3>Method Detail</h3> +<a name="getEncoder--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getEncoder</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> getEncoder()</pre> +</li> +</ul> +<a name="getDecoder--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getDecoder</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/DecoderImpl.html" title="class in org.apache.qpid.proton.codec">DecoderImpl</a> getDecoder()</pre> +</li> +</ul> +<a name="readValue--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>readValue</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a> readValue()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#readValue--">readValue</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="skipValue--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>skipValue</h4> +<pre>public void skipValue()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#skipValue--">skipValue</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="encodesJavaPrimitive--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>encodesJavaPrimitive</h4> +<pre>public boolean encodesJavaPrimitive()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#encodesJavaPrimitive--">encodesJavaPrimitive</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="getTypeClass--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getTypeClass</h4> +<pre>public java.lang.Class<<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>> getTypeClass()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getTypeClass--">getTypeClass</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html#getTypeClass--">getTypeClass</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/TypeConstructor.html" title="interface in org.apache.qpid.proton.codec">TypeConstructor</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="getEncoding-org.apache.qpid.proton.amqp.messaging.Properties-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getEncoding</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>> getEncoding(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a> properties)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getEncoding-V-">getEncoding</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="getCanonicalEncoding--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getCanonicalEncoding</h4> +<pre>public <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>> getCanonicalEncoding()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getCanonicalEncoding--">getCanonicalEncoding</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="getAllEncodings--"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>getAllEncodings</h4> +<pre>public java.util.Collection<? extends <a href="../../../../../../org/apache/qpid/proton/codec/TypeEncoding.html" title="interface in org.apache.qpid.proton.codec">TypeEncoding</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>>> getAllEncodings()</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#getAllEncodings--">getAllEncodings</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="write-org.apache.qpid.proton.amqp.messaging.Properties-"> +<!-- --> +</a> +<ul class="blockList"> +<li class="blockList"> +<h4>write</h4> +<pre>public void write(<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a> value)</pre> +<dl> +<dt><span class="overrideSpecifyLabel">Specified by:</span></dt> +<dd><code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html#write-V-">write</a></code> in interface <code><a href="../../../../../../org/apache/qpid/proton/codec/AMQPType.html" title="interface in org.apache.qpid.proton.codec">AMQPType</a><<a href="../../../../../../org/apache/qpid/proton/amqp/messaging/Properties.html" title="class in org.apache.qpid.proton.amqp.messaging">Properties</a>></code></dd> +</dl> +</li> +</ul> +<a name="register-org.apache.qpid.proton.codec.Decoder-org.apache.qpid.proton.codec.EncoderImpl-"> +<!-- --> +</a> +<ul class="blockListLast"> +<li class="blockList"> +<h4>register</h4> +<pre>public static void register(<a href="../../../../../../org/apache/qpid/proton/codec/Decoder.html" title="interface in org.apache.qpid.proton.codec">Decoder</a> decoder, + <a href="../../../../../../org/apache/qpid/proton/codec/EncoderImpl.html" title="class in org.apache.qpid.proton.codec">EncoderImpl</a> encoder)</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="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/apache/qpid/proton/codec/messaging/FastPathMessageAnnotationsType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Prev Class</span></a></li> +<li><a href="../../../../../../org/apache/qpid/proton/codec/messaging/FooterType.html" title="class in org.apache.qpid.proton.codec.messaging"><span class="typeNameLink">Next Class</span></a></li> +</ul> +<ul class="navList"> +<li><a href="../../../../../../index.html?org/apache/qpid/proton/codec/messaging/FastPathPropertiesType.html" target="_top">Frames</a></li> +<li><a href="FastPathPropertiesType.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> +<div> +<ul class="subNavList"> +<li>Summary: </li> +<li>Nested | </li> +<li>Field | </li> +<li><a href="#constructor.summary">Constr</a> | </li> +<li><a href="#method.summary">Method</a></li> +</ul> +<ul class="subNavList"> +<li>Detail: </li> +<li>Field | </li> +<li><a href="#constructor.detail">Constr</a> | </li> +<li><a href="#method.detail">Method</a></li> +</ul> +</div> +<a name="skip.navbar.bottom"> +<!-- --> +</a></div> +<!-- ======== END OF BOTTOM NAVBAR ======= --> +</body> +</html> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org