blob: cd546e1653f25d431b84089ca413290dca624c8d [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 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>org.apache.cxf.transport.http (Apache CXF JavaDoc 3.4.5 API)</title>
<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="org.apache.cxf.transport.http (Apache CXF JavaDoc 3.4.5 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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">Apache CXF API</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cxf/transport/commons_text/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/cxf/transport/http_jaxws_spi/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cxf/transport/http/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../../allclasses-noframe.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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Package" class="title">Package&nbsp;org.apache.cxf.transport.http</h1>
</div>
<div class="contentContainer">
<ul class="blockList">
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Interface Summary table, listing interfaces, and an explanation">
<caption><span>Interface Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Interface</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/ContinuationProviderFactory.html" title="interface in org.apache.cxf.transport.http">ContinuationProviderFactory</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/DestinationRegistry.html" title="interface in org.apache.cxf.transport.http">DestinationRegistry</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HTTPConduitConfigurer.html" title="interface in org.apache.cxf.transport.http">HTTPConduitConfigurer</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HTTPConduitFactory.html" title="interface in org.apache.cxf.transport.http">HTTPConduitFactory</a></td>
<td class="colLast">
<div class="block">Factory to actually create the HTTPConduit that will be used for the exchange</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpDestinationFactory.html" title="interface in org.apache.cxf.transport.http">HttpDestinationFactory</a></td>
<td class="colLast">&nbsp;</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Class</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/AbstractHTTPDestination.html" title="class in org.apache.cxf.transport.http">AbstractHTTPDestination</a></td>
<td class="colLast">
<div class="block">Common base for HTTP Destination implementations.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/AbstractHTTPDestination.PrincipalAuthorizationPolicy.html" title="class in org.apache.cxf.transport.http">AbstractHTTPDestination.PrincipalAuthorizationPolicy</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/Address.html" title="class in org.apache.cxf.transport.http">Address</a></td>
<td class="colLast">
<div class="block">A convenient class for storing URI and URL representation of an address and avoid useless conversions.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/Cookie.html" title="class in org.apache.cxf.transport.http">Cookie</a></td>
<td class="colLast">
<div class="block">Container for HTTP cookies used to track
session state.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/Cookies.html" title="class in org.apache.cxf.transport.http">Cookies</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/CXFAuthenticator.html" title="class in org.apache.cxf.transport.http">CXFAuthenticator</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/DestinationRegistryImpl.html" title="class in org.apache.cxf.transport.http">DestinationRegistryImpl</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/Headers.html" title="class in org.apache.cxf.transport.http">Headers</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpAuthenticationFaultHandler.html" title="class in org.apache.cxf.transport.http">HttpAuthenticationFaultHandler</a></td>
<td class="colLast">
<div class="block">Translates an AuthenticationException into a 401 response</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HTTPConduit.html" title="class in org.apache.cxf.transport.http">HTTPConduit</a></td>
<td class="colLast">
<div class="block">This Conduit handles the "http" and "https" transport protocols.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpConduitConfig.html" title="class in org.apache.cxf.transport.http">HttpConduitConfig</a></td>
<td class="colLast">
<div class="block">Holds http conduit configs for the HttpConduitFeature</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpConduitFeature.html" title="class in org.apache.cxf.transport.http">HttpConduitFeature</a></td>
<td class="colLast">
<div class="block">Programmatically configure a http conduit.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpConduitFeature.Portable.html" title="class in org.apache.cxf.transport.http">HttpConduitFeature.Portable</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpDestinationConfig.html" title="class in org.apache.cxf.transport.http">HttpDestinationConfig</a></td>
<td class="colLast">
<div class="block">Holds configuration data for a http destination</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpDestinationFeature.html" title="class in org.apache.cxf.transport.http">HttpDestinationFeature</a></td>
<td class="colLast">
<div class="block">Programmatically configure a http destination.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpDestinationFeature.Portable.html" title="class in org.apache.cxf.transport.http">HttpDestinationFeature.Portable</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpServletRequestSnapshot.html" title="class in org.apache.cxf.transport.http">HttpServletRequestSnapshot</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HTTPSession.html" title="class in org.apache.cxf.transport.http">HTTPSession</a></td>
<td class="colLast">
<div class="block">A session implementation bound to HTTP.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HTTPTransportFactory.html" title="class in org.apache.cxf.transport.http">HTTPTransportFactory</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpURLConnectionInfo.html" title="class in org.apache.cxf.transport.http">HttpURLConnectionInfo</a></td>
<td class="colLast">
<div class="block">This class contains the information about the HTTP Connection that
will be making an HTTP request.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HttpUrlUtil.html" title="class in org.apache.cxf.transport.http">HttpUrlUtil</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HTTPWSDLExtensionLoader.html" title="class in org.apache.cxf.transport.http">HTTPWSDLExtensionLoader</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/MessageTrustDecider.html" title="class in org.apache.cxf.transport.http">MessageTrustDecider</a></td>
<td class="colLast">
<div class="block">The HTTPConduit calls upon this object to establish trust just before a
message within the HTTP Conduit is sent out.</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/PatternBuilder.html" title="class in org.apache.cxf.transport.http">PatternBuilder</a></td>
<td class="colLast">
<div class="block">Convert a "nonProxyHosts" formatted String into a usable regular expression usable in <code>Pattern</code>.</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/ProxyFactory.html" title="class in org.apache.cxf.transport.http">ProxyFactory</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/ProxyOutputStream.html" title="class in org.apache.cxf.transport.http">ProxyOutputStream</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/ReferencingAuthenticator.html" title="class in org.apache.cxf.transport.http">ReferencingAuthenticator</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/Servlet3ContinuationProvider.html" title="class in org.apache.cxf.transport.http">Servlet3ContinuationProvider</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/URLConnectionHTTPConduit.html" title="class in org.apache.cxf.transport.http">URLConnectionHTTPConduit</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/URLConnectionInfo.html" title="class in org.apache.cxf.transport.http">URLConnectionInfo</a></td>
<td class="colLast">
<div class="block">This class is returned from the URLConnectionFactory to give
information that is from the URLConnection that was created by that
factory.</div>
</td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
<caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Exception</th>
<th class="colLast" scope="col">Description</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/HTTPException.html" title="class in org.apache.cxf.transport.http">HTTPException</a></td>
<td class="colLast">&nbsp;</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/apache/cxf/transport/http/UntrustedURLConnectionIOException.html" title="class in org.apache.cxf.transport.http">UntrustedURLConnectionIOException</a></td>
<td class="colLast">
<div class="block">This exception is thrown by the JSSETrustDecider when
trust in the TLS cannot be established.</div>
</td>
</tr>
</tbody>
</table>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../../overview-summary.html">Overview</a></li>
<li class="navBarCell1Rev">Package</li>
<li>Class</li>
<li><a href="package-use.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">Apache CXF API</div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../../org/apache/cxf/transport/commons_text/package-summary.html">Prev&nbsp;Package</a></li>
<li><a href="../../../../../org/apache/cxf/transport/http_jaxws_spi/package-summary.html">Next&nbsp;Package</a></li>
</ul>
<ul class="navList">
<li><a href="../../../../../index.html?org/apache/cxf/transport/http/package-summary.html" target="_top">Frames</a></li>
<li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../../allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Apache CXF</small></p>
</body>
</html>