blob: 621b221f6fd9424bc39f73b0e22e75b555b0d73e [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>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>org.apache.axis2.transport.http.impl.httpclient4 Class Hierarchy (Apache Axis2)</title>
<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="org.apache.axis2.transport.http.impl.httpclient4 Class Hierarchy (Apache Axis2)";
}
//-->
</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</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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/axis2/transport/http/impl/httpclient3/package-tree.html">Prev</a></li>
<li><a href="../../../../../../../org/apache/axis2/transport/http/security/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/axis2/transport/http/impl/httpclient4/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 class="title">Hierarchy For Package org.apache.axis2.transport.http.impl.httpclient4</h1>
<span class="strong">Package Hierarchies:</span>
<ul class="horizontal">
<li><a href="../../../../../../../overview-tree.html">All Packages</a></li>
</ul>
</div>
<div class="contentContainer">
<h2 title="Class Hierarchy">Class Hierarchy</h2>
<ul>
<li type="circle">java.lang.<a href="https://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a>
<ul>
<li type="circle">org.apache.axis2.handlers.<a href="../../../../../../../org/apache/axis2/handlers/AbstractHandler.html" title="class in org.apache.axis2.handlers"><span class="strong">AbstractHandler</span></a> (implements org.apache.axis2.engine.<a href="../../../../../../../org/apache/axis2/engine/Handler.html" title="interface in org.apache.axis2.engine">Handler</a>)
<ul>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/CommonsHTTPTransportSender.html" title="class in org.apache.axis2.transport.http"><span class="strong">CommonsHTTPTransportSender</span></a> (implements org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/HTTPTransportSender.html" title="interface in org.apache.axis2.transport.http">HTTPTransportSender</a>)
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/HTTPClient4TransportSender.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">HTTPClient4TransportSender</span></a> (implements org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/HTTPTransportSender.html" title="interface in org.apache.axis2.transport.http">HTTPTransportSender</a>)</li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/AbstractHTTPSender.html" title="class in org.apache.axis2.transport.http"><span class="strong">AbstractHTTPSender</span></a>
<ul>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/HTTPSender.html" title="class in org.apache.axis2.transport.http"><span class="strong">HTTPSender</span></a>
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/HTTPSenderImpl.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">HTTPSenderImpl</span></a></li>
</ul>
</li>
</ul>
</li>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/AxisRequestEntity.html" title="class in org.apache.axis2.transport.http"><span class="strong">AxisRequestEntity</span></a>
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/AxisRequestEntityImpl.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">AxisRequestEntityImpl</span></a> (implements org.apache.http.HttpEntity)</li>
</ul>
</li>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/CommonsTransportHeaders.html" title="class in org.apache.axis2.transport.http"><span class="strong">CommonsTransportHeaders</span></a> (implements java.util.<a href="https://docs.oracle.com/javase/7/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;K,V&gt;)
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/HTTPTransportHeaders.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">HTTPTransportHeaders</span></a></li>
</ul>
</li>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/HTTPAuthenticator.html" title="class in org.apache.axis2.transport.http"><span class="strong">HTTPAuthenticator</span></a>
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/HttpTransportPropertiesImpl.Authenticator.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">HttpTransportPropertiesImpl.Authenticator</span></a></li>
</ul>
</li>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/HTTPProxyConfigurator.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">HTTPProxyConfigurator</span></a></li>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/HttpTransportProperties.html" title="class in org.apache.axis2.transport.http"><span class="strong">HttpTransportProperties</span></a>
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/HttpTransportPropertiesImpl.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">HttpTransportPropertiesImpl</span></a></li>
</ul>
</li>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/RESTRequestEntity.html" title="class in org.apache.axis2.transport.http"><span class="strong">RESTRequestEntity</span></a>
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/RESTRequestEntityImpl.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">RESTRequestEntityImpl</span></a> (implements org.apache.http.HttpEntity)</li>
</ul>
</li>
<li type="circle">org.apache.axis2.transport.http.<a href="../../../../../../../org/apache/axis2/transport/http/RESTRequestEntity2.html" title="class in org.apache.axis2.transport.http"><span class="strong">RESTRequestEntity2</span></a>
<ul>
<li type="circle">org.apache.axis2.transport.http.impl.httpclient4.<a href="../../../../../../../org/apache/axis2/transport/http/impl/httpclient4/RESTRequestEntity2Impl.html" title="class in org.apache.axis2.transport.http.impl.httpclient4"><span class="strong">RESTRequestEntity2Impl</span></a> (implements org.apache.http.HttpEntity)</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= 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</li>
<li>Use</li>
<li class="navBarCell1Rev">Tree</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/axis2/transport/http/impl/httpclient3/package-tree.html">Prev</a></li>
<li><a href="../../../../../../../org/apache/axis2/transport/http/security/package-tree.html">Next</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../../../index.html?org/apache/axis2/transport/http/impl/httpclient4/package-tree.html" target="_top">Frames</a></li>
<li><a href="package-tree.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>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &copy; <a href="https://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</small></p>
</body>
</html>