blob: f38f6bcb24e86b20ff8d4f412870cbdec3b7990b [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_80) on Wed Jun 07 15:10:53 EDT 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>HttpSenderOverHTTP (Jetty :: Project 9.2.22.v20170606 API)</title>
<meta name="date" content="2017-06-07">
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="HttpSenderOverHTTP (Jetty :: Project 9.2.22.v20170606 API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/HttpSenderOverHTTP.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1149868-7']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/jetty/client/http/HttpReceiverOverHTTP.html" title="class in org.eclipse.jetty.client.http"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/client/http/HttpSenderOverHTTP.html" target="_top">Frames</a></li>
<li><a href="HttpSenderOverHTTP.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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_org.eclipse.jetty.client.HttpSender">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">org.eclipse.jetty.client.http</div>
<h2 title="Class HttpSenderOverHTTP" class="title">Class HttpSenderOverHTTP</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
<li>
<ul class="inheritance">
<li><a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">org.eclipse.jetty.client.HttpSender</a></li>
<li>
<ul class="inheritance">
<li>org.eclipse.jetty.client.http.HttpSenderOverHTTP</li>
</ul>
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:</dt>
<dd><a href="http://docs.oracle.com/javase/7/docs/api/java/util/EventListener.html?is-external=true" title="class or interface in java.util">EventListener</a>, <a href="../../../../../org/eclipse/jetty/client/AsyncContentProvider.Listener.html" title="interface in org.eclipse.jetty.client">AsyncContentProvider.Listener</a></dd>
</dl>
<hr>
<br>
<pre>public class <span class="strong">HttpSenderOverHTTP</span>
extends <a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></pre>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary</h3>
<ul class="blockList">
<li class="blockList"><a name="fields_inherited_from_class_org.eclipse.jetty.client.HttpSender">
<!-- -->
</a>
<h3>Fields inherited from class&nbsp;org.eclipse.jetty.client.<a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></h3>
<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#LOG">LOG</a></code></li>
</ul>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../../org/eclipse/jetty/client/http/HttpSenderOverHTTP.html#HttpSenderOverHTTP(org.eclipse.jetty.client.http.HttpChannelOverHTTP)">HttpSenderOverHTTP</a></strong>(<a href="../../../../../org/eclipse/jetty/client/http/HttpChannelOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpChannelOverHTTP</a>&nbsp;channel)</code>&nbsp;</td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colLast" scope="col">Method and Description</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/client/http/HttpSenderOverHTTP.html#dispose()">dispose</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../../org/eclipse/jetty/client/http/HttpChannelOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpChannelOverHTTP</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/client/http/HttpSenderOverHTTP.html#getHttpChannel()">getHttpChannel</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/client/http/HttpSenderOverHTTP.html#reset()">reset</a></strong>()</code>&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/client/http/HttpSenderOverHTTP.html#sendContent(org.eclipse.jetty.client.HttpExchange,%20org.eclipse.jetty.client.HttpContent,%20org.eclipse.jetty.util.Callback)">sendContent</a></strong>(<a href="../../../../../org/eclipse/jetty/client/HttpExchange.html" title="class in org.eclipse.jetty.client">HttpExchange</a>&nbsp;exchange,
<a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client">HttpContent</a>&nbsp;content,
<a href="../../../../../org/eclipse/jetty/util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</code>
<div class="block">Implementations should send the content at the <a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client"><code>HttpContent</code></a> cursor position over the wire.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>protected void</code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/client/http/HttpSenderOverHTTP.html#sendHeaders(org.eclipse.jetty.client.HttpExchange,%20org.eclipse.jetty.client.HttpContent,%20org.eclipse.jetty.util.Callback)">sendHeaders</a></strong>(<a href="../../../../../org/eclipse/jetty/client/HttpExchange.html" title="class in org.eclipse.jetty.client">HttpExchange</a>&nbsp;exchange,
<a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client">HttpContent</a>&nbsp;content,
<a href="../../../../../org/eclipse/jetty/util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</code>
<div class="block">Implementations should send the HTTP headers over the wire, possibly with some content,
in a single write, and notify the given <code>callback</code> of the result of this operation.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
<td class="colLast"><code><strong><a href="../../../../../org/eclipse/jetty/client/http/HttpSenderOverHTTP.html#toString()">toString</a></strong>()</code>&nbsp;</td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_org.eclipse.jetty.client.HttpSender">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;org.eclipse.jetty.client.<a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></h3>
<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#abort(org.eclipse.jetty.client.HttpExchange,%20java.lang.Throwable)">abort</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#anyToFailure(java.lang.Throwable)">anyToFailure</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#beginToHeaders(org.eclipse.jetty.client.HttpExchange)">beginToHeaders</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#expects100Continue(org.eclipse.jetty.client.api.Request)">expects100Continue</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#getHttpExchange()">getHttpExchange</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#headersToCommit(org.eclipse.jetty.client.HttpExchange)">headersToCommit</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#onContent()">onContent</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#proceed(org.eclipse.jetty.client.HttpExchange,%20java.lang.Throwable)">proceed</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#queuedToBegin(org.eclipse.jetty.client.HttpExchange)">queuedToBegin</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#send(org.eclipse.jetty.client.HttpExchange)">send</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#someToContent(org.eclipse.jetty.client.HttpExchange,%20java.nio.ByteBuffer)">someToContent</a>, <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#someToSuccess(org.eclipse.jetty.client.HttpExchange)">someToSuccess</a></code></li>
</ul>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
<code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></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="HttpSenderOverHTTP(org.eclipse.jetty.client.http.HttpChannelOverHTTP)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>HttpSenderOverHTTP</h4>
<pre>public&nbsp;HttpSenderOverHTTP(<a href="../../../../../org/eclipse/jetty/client/http/HttpChannelOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpChannelOverHTTP</a>&nbsp;channel)</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail</h3>
<a name="getHttpChannel()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getHttpChannel</h4>
<pre>public&nbsp;<a href="../../../../../org/eclipse/jetty/client/http/HttpChannelOverHTTP.html" title="class in org.eclipse.jetty.client.http">HttpChannelOverHTTP</a>&nbsp;getHttpChannel()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#getHttpChannel()">getHttpChannel</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></code></dd>
</dl>
</li>
</ul>
<a name="sendHeaders(org.eclipse.jetty.client.HttpExchange, org.eclipse.jetty.client.HttpContent, org.eclipse.jetty.util.Callback)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sendHeaders</h4>
<pre>protected&nbsp;void&nbsp;sendHeaders(<a href="../../../../../org/eclipse/jetty/client/HttpExchange.html" title="class in org.eclipse.jetty.client">HttpExchange</a>&nbsp;exchange,
<a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client">HttpContent</a>&nbsp;content,
<a href="../../../../../org/eclipse/jetty/util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#sendHeaders(org.eclipse.jetty.client.HttpExchange,%20org.eclipse.jetty.client.HttpContent,%20org.eclipse.jetty.util.Callback)">HttpSender</a></code></strong></div>
<div class="block">Implementations should send the HTTP headers over the wire, possibly with some content,
in a single write, and notify the given <code>callback</code> of the result of this operation.
<p />
If there is more content to send, then <a href="../../../../../org/eclipse/jetty/client/HttpSender.html#sendContent(org.eclipse.jetty.client.HttpExchange,%20org.eclipse.jetty.client.HttpContent,%20org.eclipse.jetty.util.Callback)"><code>HttpSender.sendContent(HttpExchange, HttpContent, Callback)</code></a>
will be invoked.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#sendHeaders(org.eclipse.jetty.client.HttpExchange,%20org.eclipse.jetty.client.HttpContent,%20org.eclipse.jetty.util.Callback)">sendHeaders</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>exchange</code> - the exchange to send</dd><dd><code>content</code> - the content to send</dd><dd><code>callback</code> - the callback to notify</dd></dl>
</li>
</ul>
<a name="sendContent(org.eclipse.jetty.client.HttpExchange, org.eclipse.jetty.client.HttpContent, org.eclipse.jetty.util.Callback)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>sendContent</h4>
<pre>protected&nbsp;void&nbsp;sendContent(<a href="../../../../../org/eclipse/jetty/client/HttpExchange.html" title="class in org.eclipse.jetty.client">HttpExchange</a>&nbsp;exchange,
<a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client">HttpContent</a>&nbsp;content,
<a href="../../../../../org/eclipse/jetty/util/Callback.html" title="interface in org.eclipse.jetty.util">Callback</a>&nbsp;callback)</pre>
<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#sendContent(org.eclipse.jetty.client.HttpExchange,%20org.eclipse.jetty.client.HttpContent,%20org.eclipse.jetty.util.Callback)">HttpSender</a></code></strong></div>
<div class="block">Implementations should send the content at the <a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client"><code>HttpContent</code></a> cursor position over the wire.
<p />
The <a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client"><code>HttpContent</code></a> cursor is advanced by <a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client"><code>HttpSender</code></a> at the right time, and if more
content needs to be sent, this method is invoked again; subclasses need only to send the content
at the <a href="../../../../../org/eclipse/jetty/client/HttpContent.html" title="class in org.eclipse.jetty.client"><code>HttpContent</code></a> cursor position.
<p />
This method is invoked one last time when <a href="../../../../../org/eclipse/jetty/client/HttpContent.html#isConsumed()"><code>HttpContent.isConsumed()</code></a> is true and therefore
there is no actual content to send.
This is done to allow subclasses to write "terminal" bytes (such as the terminal chunk when the
transfer encoding is chunked) if their protocol needs to.</div>
<dl>
<dt><strong>Specified by:</strong></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#sendContent(org.eclipse.jetty.client.HttpExchange,%20org.eclipse.jetty.client.HttpContent,%20org.eclipse.jetty.util.Callback)">sendContent</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></code></dd>
<dt><span class="strong">Parameters:</span></dt><dd><code>exchange</code> - the exchange to send</dd><dd><code>content</code> - the content to send</dd><dd><code>callback</code> - the callback to notify</dd></dl>
</li>
</ul>
<a name="reset()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>reset</h4>
<pre>protected&nbsp;void&nbsp;reset()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#reset()">reset</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></code></dd>
</dl>
</li>
</ul>
<a name="dispose()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>dispose</h4>
<pre>protected&nbsp;void&nbsp;dispose()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#dispose()">dispose</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></code></dd>
</dl>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>toString</h4>
<pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
<dl>
<dt><strong>Overrides:</strong></dt>
<dd><code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html#toString()">toString</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../org/eclipse/jetty/client/HttpSender.html" title="class in org.eclipse.jetty.client">HttpSender</a></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li><a href="package-summary.html">Package</a></li>
<li class="navBarCell1Rev">Class</li>
<li><a href="class-use/HttpSenderOverHTTP.html">Use</a></li>
<li><a href="package-tree.html">Tree</a></li>
<li><a href="../../../../../deprecated-list.html">Deprecated</a></li>
<li><a href="../../../../../index-all.html">Index</a></li>
<li><a href="../../../../../help-doc.html">Help</a></li>
</ul>
<div class="aboutLanguage"><em><script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-1149868-7']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script></em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/eclipse/jetty/client/http/HttpReceiverOverHTTP.html" title="class in org.eclipse.jetty.client.http"><span class="strong">Prev Class</span></a></li>
<li>Next Class</li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/eclipse/jetty/client/http/HttpSenderOverHTTP.html" target="_top">Frames</a></li>
<li><a href="HttpSenderOverHTTP.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:&nbsp;</li>
<li>Nested&nbsp;|&nbsp;</li>
<li><a href="#fields_inherited_from_class_org.eclipse.jetty.client.HttpSender">Field</a>&nbsp;|&nbsp;</li>
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_summary">Method</a></li>
</ul>
<ul class="subNavList">
<li>Detail:&nbsp;</li>
<li>Field&nbsp;|&nbsp;</li>
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
<li><a href="#method_detail">Method</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 1995-2017 <a href="http://webtide.com">Webtide</a>. All Rights Reserved.</small></p>
</body>
</html>