blob: 53212dc20dc2a885e432ea33ed9d8afd7df058ef [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.11) on Fri Oct 01 11:33:56 CDT 2021 -->
<title>Uses of Class org.eclipse.jetty.client.HttpDestination (Jetty :: Project 9.4.44.v20210927 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2021-10-01">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../../../script.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="../../../../../jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="../../../../../jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="../../../../../jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Uses of Class org.eclipse.jetty.client.HttpDestination (Jetty :: Project 9.4.44.v20210927 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "../../../../../";
var useModuleDirectories = false;
loadScripts(document, 'script');</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><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">Class</a></li>
<li class="navBarCell1Rev">Use</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" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</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>
<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>
<main role="main">
<div class="header">
<h2 title="Uses of Class org.eclipse.jetty.client.HttpDestination" class="title">Uses of Class<br>org.eclipse.jetty.client.HttpDestination</h2>
</div>
<div class="classUseContainer">
<ul class="blockList">
<li class="blockList">
<table class="useSummary">
<caption><span>Packages that use <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Package</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.client">org.eclipse.jetty.client</a></th>
<td class="colLast">
<div class="block">Jetty Client : Implementation and Core Classes
This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.</div>
</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.client.http">org.eclipse.jetty.client.http</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.fcgi.client.http">org.eclipse.jetty.fcgi.client.http</a></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colFirst" scope="row"><a href="#org.eclipse.jetty.http2.client.http">org.eclipse.jetty.http2.client.http</a></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<ul class="blockList">
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.client">
<!-- -->
</a>
<h3>Uses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../package-summary.html">org.eclipse.jetty.client</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../package-summary.html">org.eclipse.jetty.client</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MultiplexHttpDestination.html" title="class in org.eclipse.jetty.client">MultiplexHttpDestination</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../PoolingHttpDestination.html" title="class in org.eclipse.jetty.client">PoolingHttpDestination</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.client</a> that return <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../HttpClient.html#destinationFor(java.lang.String,java.lang.String,int)">destinationFor</a></span>&#8203;(java.lang.String&nbsp;scheme,
java.lang.String&nbsp;host,
int&nbsp;port)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpChannel.</span><code><span class="memberNameLink"><a href="../HttpChannel.html#getHttpDestination()">getHttpDestination</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpConnection.</span><code><span class="memberNameLink"><a href="../HttpConnection.html#getHttpDestination()">getHttpDestination</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpReceiver.</span><code><span class="memberNameLink"><a href="../HttpReceiver.html#getHttpDestination()">getHttpDestination</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClientTransport.</span><code><span class="memberNameLink"><a href="../HttpClientTransport.html#newHttpDestination(org.eclipse.jetty.client.Origin)">newHttpDestination</a></span>&#8203;(<a href="../Origin.html" title="class in org.eclipse.jetty.client">Origin</a>&nbsp;origin)</code></th>
<td class="colLast">
<div class="block">Creates a new, transport-specific, <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client"><code>HttpDestination</code></a> object.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../HttpClient.html#resolveDestination(java.lang.String,java.lang.String,int,java.lang.Object)">resolveDestination</a></span>&#8203;(java.lang.String&nbsp;scheme,
java.lang.String&nbsp;host,
int&nbsp;port,
java.lang.Object&nbsp;tag)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../HttpClient.html#resolveDestination(org.eclipse.jetty.client.Origin)">resolveDestination</a></span>&#8203;(<a href="../Origin.html" title="class in org.eclipse.jetty.client">Origin</a>&nbsp;origin)</code></th>
<td class="colLast">
<div class="block">Returns, creating it if absent, the destination with the given origin.</div>
</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../package-summary.html">org.eclipse.jetty.client</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../HttpClient.html#newConnection(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Promise)">newConnection</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;promise)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../ConnectionPool.html" title="interface in org.eclipse.jetty.client">ConnectionPool</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">ConnectionPool.Factory.</span><code><span class="memberNameLink"><a href="../ConnectionPool.Factory.html#newConnectionPool(org.eclipse.jetty.client.HttpDestination)">newConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination)</code></th>
<td class="colLast">
<div class="block">Creates a new ConnectionPool for the given destination.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected boolean</code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClient.</span><code><span class="memberNameLink"><a href="../HttpClient.html#removeDestination(org.eclipse.jetty.client.HttpDestination)">removeDestination</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../package-summary.html">org.eclipse.jetty.client</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../AbstractConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,boolean,org.eclipse.jetty.util.Callback)">AbstractConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
boolean&nbsp;cache,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../AbstractConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Pool.StrategyType,int,boolean,org.eclipse.jetty.util.Callback)">AbstractConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Pool.StrategyType.html" title="enum in org.eclipse.jetty.util">Pool.StrategyType</a>&nbsp;strategy,
int&nbsp;maxConnections,
boolean&nbsp;cache,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../AbstractConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Pool,org.eclipse.jetty.util.Callback)">AbstractConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Pool.html" title="class in org.eclipse.jetty.util">Pool</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;pool,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DuplexConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,boolean,org.eclipse.jetty.util.Callback)">DuplexConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
boolean&nbsp;cache,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DuplexConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,org.eclipse.jetty.util.Callback)">DuplexConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../DuplexConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Pool,org.eclipse.jetty.util.Callback)">DuplexConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Pool.html" title="class in org.eclipse.jetty.util">Pool</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;pool,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpChannel.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination)">HttpChannel</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpConnection.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination)">HttpConnection</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../HttpExchange.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.client.HttpRequest,java.util.List)">HttpExchange</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../HttpRequest.html" title="class in org.eclipse.jetty.client">HttpRequest</a>&nbsp;request,
java.util.List&lt;<a href="../api/Response.ResponseListener.html" title="interface in org.eclipse.jetty.client.api">Response.ResponseListener</a>&gt;&nbsp;listeners)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MultiplexConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,boolean,org.eclipse.jetty.util.Callback,int)">MultiplexConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
boolean&nbsp;cache,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester,
int&nbsp;maxMultiplex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MultiplexConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,org.eclipse.jetty.util.Callback,int)">MultiplexConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester,
int&nbsp;maxMultiplex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MultiplexConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Pool.StrategyType,int,boolean,org.eclipse.jetty.util.Callback,int)">MultiplexConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Pool.StrategyType.html" title="enum in org.eclipse.jetty.util">Pool.StrategyType</a>&nbsp;strategy,
int&nbsp;maxConnections,
boolean&nbsp;cache,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester,
int&nbsp;maxMultiplex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../MultiplexConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Pool,org.eclipse.jetty.util.Callback,int)">MultiplexConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Pool.html" title="class in org.eclipse.jetty.util">Pool</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;pool,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester,
int&nbsp;maxMultiplex)</code></th>
<td class="colLast">
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../RandomConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,org.eclipse.jetty.util.Callback,int)">RandomConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester,
int&nbsp;maxMultiplex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../RoundRobinConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,org.eclipse.jetty.util.Callback)">RoundRobinConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../RoundRobinConnectionPool.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,int,org.eclipse.jetty.util.Callback,int)">RoundRobinConnectionPool</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
int&nbsp;maxConnections,
<a href="../../util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;requester,
int&nbsp;maxMultiplex)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.client.http">
<!-- -->
</a>
<h3>Uses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../http/package-summary.html">org.eclipse.jetty.client.http</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../http/package-summary.html">org.eclipse.jetty.client.http</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../http/HttpDestinationOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpDestinationOverHTTP</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../http/package-summary.html">org.eclipse.jetty.client.http</a> that return <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClientTransportOverHTTP.</span><code><span class="memberNameLink"><a href="../http/HttpClientTransportOverHTTP.html#newHttpDestination(org.eclipse.jetty.client.Origin)">newHttpDestination</a></span>&#8203;(<a href="../Origin.html" title="class in org.eclipse.jetty.client">Origin</a>&nbsp;origin)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../http/package-summary.html">org.eclipse.jetty.client.http</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../http/HttpConnectionOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpConnectionOverHTTP</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClientTransportOverHTTP.</span><code><span class="memberNameLink"><a href="../http/HttpClientTransportOverHTTP.html#newHttpConnection(org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Promise)">newHttpConnection</a></span>&#8203;(<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;promise)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../http/package-summary.html">org.eclipse.jetty.client.http</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../http/HttpConnectionOverHTTP.html#%3Cinit%3E(org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Promise)">HttpConnectionOverHTTP</a></span>&#8203;(<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;promise)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.fcgi.client.http">
<!-- -->
</a>
<h3>Uses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../../fcgi/client/http/package-summary.html">org.eclipse.jetty.fcgi.client.http</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../../fcgi/client/http/package-summary.html">org.eclipse.jetty.fcgi.client.http</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../fcgi/client/http/HttpDestinationOverFCGI.html" title="class in org.eclipse.jetty.fcgi.client.http">HttpDestinationOverFCGI</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../fcgi/client/http/MultiplexHttpDestinationOverFCGI.html" title="class in org.eclipse.jetty.fcgi.client.http">MultiplexHttpDestinationOverFCGI</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../fcgi/client/http/package-summary.html">org.eclipse.jetty.fcgi.client.http</a> that return <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpConnectionOverFCGI.</span><code><span class="memberNameLink"><a href="../../fcgi/client/http/HttpConnectionOverFCGI.html#getHttpDestination()">getHttpDestination</a></span>()</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClientTransportOverFCGI.</span><code><span class="memberNameLink"><a href="../../fcgi/client/http/HttpClientTransportOverFCGI.html#newHttpDestination(org.eclipse.jetty.client.Origin)">newHttpDestination</a></span>&#8203;(<a href="../Origin.html" title="class in org.eclipse.jetty.client">Origin</a>&nbsp;origin)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../fcgi/client/http/package-summary.html">org.eclipse.jetty.fcgi.client.http</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../fcgi/client/http/HttpConnectionOverFCGI.html" title="class in org.eclipse.jetty.fcgi.client.http">HttpConnectionOverFCGI</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClientTransportOverFCGI.</span><code><span class="memberNameLink"><a href="../../fcgi/client/http/HttpClientTransportOverFCGI.html#newHttpConnection(org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Promise)">newHttpConnection</a></span>&#8203;(<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;promise)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../fcgi/client/http/package-summary.html">org.eclipse.jetty.fcgi.client.http</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../fcgi/client/http/HttpConnectionOverFCGI.html#%3Cinit%3E(org.eclipse.jetty.io.EndPoint,org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.util.Promise,boolean)">HttpConnectionOverFCGI</a></span>&#8203;(<a href="../../io/EndPoint.html" title="interface in org.eclipse.jetty.io">EndPoint</a>&nbsp;endPoint,
<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../util/Promise.html" title="interface in org.eclipse.jetty.util">Promise</a>&lt;<a href="../api/Connection.html" title="interface in org.eclipse.jetty.client.api">Connection</a>&gt;&nbsp;promise,
boolean&nbsp;multiplexed)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
<li class="blockList">
<section role="region"><a id="org.eclipse.jetty.http2.client.http">
<!-- -->
</a>
<h3>Uses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../../http2/client/http/package-summary.html">org.eclipse.jetty.http2.client.http</a></h3>
<table class="useSummary">
<caption><span>Subclasses of <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a> in <a href="../../http2/client/http/package-summary.html">org.eclipse.jetty.http2.client.http</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>class&nbsp;</code></td>
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../http2/client/http/HttpDestinationOverHTTP2.html" title="class in org.eclipse.jetty.http2.client.http">HttpDestinationOverHTTP2</a></span></code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../http2/client/http/package-summary.html">org.eclipse.jetty.http2.client.http</a> that return <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClientTransportOverHTTP2.</span><code><span class="memberNameLink"><a href="../../http2/client/http/HttpClientTransportOverHTTP2.html#newHttpDestination(org.eclipse.jetty.client.Origin)">newHttpDestination</a></span>&#8203;(<a href="../Origin.html" title="class in org.eclipse.jetty.client">Origin</a>&nbsp;origin)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Methods in <a href="../../http2/client/http/package-summary.html">org.eclipse.jetty.http2.client.http</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Method</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><code>protected <a href="../../http2/client/http/HttpConnectionOverHTTP2.html" title="class in org.eclipse.jetty.http2.client.http">HttpConnectionOverHTTP2</a></code></td>
<th class="colSecond" scope="row"><span class="typeNameLabel">HttpClientTransportOverHTTP2.</span><code><span class="memberNameLink"><a href="../../http2/client/http/HttpClientTransportOverHTTP2.html#newHttpConnection(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.http2.api.Session)">newHttpConnection</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../http2/api/Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
<table class="useSummary">
<caption><span>Constructors in <a href="../../http2/client/http/package-summary.html">org.eclipse.jetty.http2.client.http</a> with parameters of type <a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Constructor</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../http2/client/http/HttpChannelOverHTTP2.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.http2.client.http.HttpConnectionOverHTTP2,org.eclipse.jetty.http2.api.Session)">HttpChannelOverHTTP2</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../http2/client/http/HttpConnectionOverHTTP2.html" title="class in org.eclipse.jetty.http2.client.http">HttpConnectionOverHTTP2</a>&nbsp;connection,
<a href="../../http2/api/Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<th class="colSecond" scope="row"><code><span class="memberNameLink"><a href="../../http2/client/http/HttpConnectionOverHTTP2.html#%3Cinit%3E(org.eclipse.jetty.client.HttpDestination,org.eclipse.jetty.http2.api.Session)">HttpConnectionOverHTTP2</a></span>&#8203;(<a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">HttpDestination</a>&nbsp;destination,
<a href="../../http2/api/Session.html" title="interface in org.eclipse.jetty.http2.api">Session</a>&nbsp;session)</code></th>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</section>
</li>
</ul>
</li>
</ul>
</div>
</main>
<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><a href="../HttpDestination.html" title="class in org.eclipse.jetty.client">Class</a></li>
<li class="navBarCell1Rev">Use</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" 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>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 1995&#x2013;2021 <a href="https://webtide.com">Webtide</a>. All rights reserved.</small></p>
</footer>
</body>
</html>