blob: bd865e2671fb18323cb965974e9701ff9f17c3b7 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>LinkError (Qpid ProtonJ2 Parent 1.0.0-M9 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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="LinkError (Qpid ProtonJ2 Parent 1.0.0-M9 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/LinkError.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="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</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>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<!-- ======== START OF CLASS DATA ======== -->
<main role="main">
<div class="header">
<div class="subTitle"><span class="packageLabelInType">Package</span>&nbsp;<a href="package-summary.html">org.apache.qpid.protonj2.types.transport</a></div>
<h2 title="Interface LinkError" class="title">Interface LinkError</h2>
</div>
<div class="contentContainer">
<div class="description">
<ul class="blockList">
<li class="blockList">
<hr>
<pre>public interface <span class="typeNameLabel">LinkError</span></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<table class="memberSummary">
<caption><span>Fields</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Field</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#DETACH_FORCED">DETACH_FORCED</a></span></code></th>
<td class="colLast">
<div class="block">An operator intervened to detach for some reason.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#MESSAGE_SIZE_EXCEEDED">MESSAGE_SIZE_EXCEEDED</a></span></code></th>
<td class="colLast">
<div class="block">The peer sent a larger message than is supported on the link.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#REDIRECT">REDIRECT</a></span></code></th>
<td class="colLast">
<div class="block">The address provided cannot be resolved to a terminus at the current container.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#STOLEN">STOLEN</a></span></code></th>
<td class="colLast">
<div class="block">The link has been attached elsewhere, causing the existing attachment to be forcibly closed.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>static <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="#TRANSFER_LIMIT_EXCEEDED">TRANSFER_LIMIT_EXCEEDED</a></span></code></th>
<td class="colLast">
<div class="block">The peer sent more message transfers than currently allowed on the link.</div>
</td>
</tr>
</table>
</li>
</ul>
</section>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<section role="region">
<ul class="blockList">
<li class="blockList"><a id="field.detail">
<!-- -->
</a>
<h3>Field Detail</h3>
<a id="DETACH_FORCED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>DETACH_FORCED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> DETACH_FORCED</pre>
<div class="block">An operator intervened to detach for some reason.</div>
</li>
</ul>
<a id="TRANSFER_LIMIT_EXCEEDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>TRANSFER_LIMIT_EXCEEDED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> TRANSFER_LIMIT_EXCEEDED</pre>
<div class="block">The peer sent more message transfers than currently allowed on the link.</div>
</li>
</ul>
<a id="MESSAGE_SIZE_EXCEEDED">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>MESSAGE_SIZE_EXCEEDED</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> MESSAGE_SIZE_EXCEEDED</pre>
<div class="block">The peer sent a larger message than is supported on the link.</div>
</li>
</ul>
<a id="REDIRECT">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>REDIRECT</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> REDIRECT</pre>
<div class="block">The address provided cannot be resolved to a terminus at the current container. The info map
MAY contain the following information to allow the client to locate the attach to the terminus.
<br>
<ul>
<li>hostname:
<ul>
<li>the hostname of the container hosting the terminus. This is the value that SHOULD be
supplied in the hostname field of the open frame, and during SASL and TLS negotiation
(if used).
</ul>
<li>network-host:
<ul>
<li>the DNS hostname or IP address of the machine hosting the container.
</ul>
<li>port:
<ul>
<li>the port number on the machine hosting the container.
</ul>
<li>address:
<ul>
<li>the address of the terminus at the container.
</ul>
</ul></div>
</li>
</ul>
<a id="STOLEN">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>STOLEN</h4>
<pre>static final&nbsp;<a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a> STOLEN</pre>
<div class="block">The link has been attached elsewhere, causing the existing attachment to be forcibly closed.</div>
</li>
</ul>
</li>
</ul>
</section>
</li>
</ul>
</div>
</div>
</main>
<!-- ========= END OF CLASS DATA ========= -->
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/LinkError.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="../../../../../../help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../../allclasses.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>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</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>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li><a href="#field.detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2022 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>