blob: 4cf4492b8d26d1551d9eb75a696d98348af7b8c0 [file] [log] [blame]
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Generated by javadoc (17) -->
<title>LinkError (Qpid ProtonJ2 Parent 1.0.0-M19 API)</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="declaration: package: org.apache.qpid.protonj2.types.transport, interface: LinkError">
<meta name="generator" content="javadoc/ClassWriterImpl">
<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
<script type="text/javascript" src="../../../../../../script.js"></script>
</head>
<body class="class-declaration-page">
<script type="text/javascript"></script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<div class="flex-box">
<header role="banner" class="flex-header">
<nav role="navigation">
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="top-nav" id="navbar-top">
<div class="skip-nav"><a href="#skip-navbar-top" title="Skip navigation links">Skip navigation links</a></div>
<ul id="navbar-top-firstrow" class="nav-list" title="Navigation">
<li><a href="../../../../../../index.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="nav-bar-cell1-rev">Class</li>
<li><a href="class-use/LinkError.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../../help-doc.html#class">Help</a></li>
</ul>
</div>
<div class="sub-nav">
<div>
<ul class="sub-nav-list">
<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="sub-nav-list">
<li>Detail:&nbsp;</li>
<li><a href="#field-detail">Field</a>&nbsp;|&nbsp;</li>
<li>Constr&nbsp;|&nbsp;</li>
<li>Method</li>
</ul>
</div>
</div>
<!-- ========= END OF TOP NAVBAR ========= -->
<span class="skip-nav" id="skip-navbar-top"></span></nav>
</header>
<div class="flex-content">
<main role="main">
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="sub-title"><span class="package-label-in-type">Package</span>&nbsp;<a href="package-summary.html">org.apache.qpid.protonj2.types.transport</a></div>
<h1 title="Interface LinkError" class="title">Interface LinkError</h1>
</div>
<section class="class-description" id="class-description">
<hr>
<div class="type-signature"><span class="modifiers">public interface </span><span class="element-name type-name-label">LinkError</span></div>
</section>
<section class="summary">
<ul class="summary-list">
<!-- =========== FIELD SUMMARY =========== -->
<li>
<section class="field-summary" id="field-summary">
<h2>Field Summary</h2>
<div class="caption"><span>Fields</span></div>
<div class="summary-table three-column-summary">
<div class="table-header col-first">Modifier and Type</div>
<div class="table-header col-second">Field</div>
<div class="table-header col-last">Description</div>
<div class="col-first even-row-color"><code>static final <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></div>
<div class="col-second even-row-color"><code><a href="#DETACH_FORCED" class="member-name-link">DETACH_FORCED</a></code></div>
<div class="col-last even-row-color">
<div class="block">An operator intervened to detach for some reason.</div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></div>
<div class="col-second odd-row-color"><code><a href="#MESSAGE_SIZE_EXCEEDED" class="member-name-link">MESSAGE_SIZE_EXCEEDED</a></code></div>
<div class="col-last odd-row-color">
<div class="block">The peer sent a larger message than is supported on the link.</div>
</div>
<div class="col-first even-row-color"><code>static final <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></div>
<div class="col-second even-row-color"><code><a href="#REDIRECT" class="member-name-link">REDIRECT</a></code></div>
<div class="col-last even-row-color">
<div class="block">The address provided cannot be resolved to a terminus at the current container.</div>
</div>
<div class="col-first odd-row-color"><code>static final <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></div>
<div class="col-second odd-row-color"><code><a href="#STOLEN" class="member-name-link">STOLEN</a></code></div>
<div class="col-last odd-row-color">
<div class="block">The link has been attached elsewhere, causing the existing attachment to be forcibly closed.</div>
</div>
<div class="col-first even-row-color"><code>static final <a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></code></div>
<div class="col-second even-row-color"><code><a href="#TRANSFER_LIMIT_EXCEEDED" class="member-name-link">TRANSFER_LIMIT_EXCEEDED</a></code></div>
<div class="col-last even-row-color">
<div class="block">The peer sent more message transfers than currently allowed on the link.</div>
</div>
</div>
</section>
</li>
</ul>
</section>
<section class="details">
<ul class="details-list">
<!-- ============ FIELD DETAIL =========== -->
<li>
<section class="field-details" id="field-detail">
<h2>Field Details</h2>
<ul class="member-list">
<li>
<section class="detail" id="DETACH_FORCED">
<h3>DETACH_FORCED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></span>&nbsp;<span class="element-name">DETACH_FORCED</span></div>
<div class="block">An operator intervened to detach for some reason.</div>
</section>
</li>
<li>
<section class="detail" id="TRANSFER_LIMIT_EXCEEDED">
<h3>TRANSFER_LIMIT_EXCEEDED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></span>&nbsp;<span class="element-name">TRANSFER_LIMIT_EXCEEDED</span></div>
<div class="block">The peer sent more message transfers than currently allowed on the link.</div>
</section>
</li>
<li>
<section class="detail" id="MESSAGE_SIZE_EXCEEDED">
<h3>MESSAGE_SIZE_EXCEEDED</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></span>&nbsp;<span class="element-name">MESSAGE_SIZE_EXCEEDED</span></div>
<div class="block">The peer sent a larger message than is supported on the link.</div>
</section>
</li>
<li>
<section class="detail" id="REDIRECT">
<h3>REDIRECT</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></span>&nbsp;<span class="element-name">REDIRECT</span></div>
<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>
</section>
</li>
<li>
<section class="detail" id="STOLEN">
<h3>STOLEN</h3>
<div class="member-signature"><span class="modifiers">static final</span>&nbsp;<span class="return-type"><a href="../Symbol.html" title="class in org.apache.qpid.protonj2.types">Symbol</a></span>&nbsp;<span class="element-name">STOLEN</span></div>
<div class="block">The link has been attached elsewhere, causing the existing attachment to be forcibly closed.</div>
</section>
</li>
</ul>
</section>
</li>
</ul>
</section>
<!-- ========= END OF CLASS DATA ========= -->
</main>
<footer role="contentinfo">
<hr>
<p class="legal-copy"><small>Copyright &#169; 2024 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</div>
</div>
</body>
</html>