Apache CXF API

Package org.apache.cxf.transport.http

Interface Summary
HttpURLConnectionFactory The primary purpose for this interface is to generate HttpURLConnections and retrieve information about the connections.
 

Class Summary
AbstractHTTPDestination Common base for HTTP Destination implementations.
AbstractHTTPTransportFactory  
ClientOnlyHTTPTransportFactory  
CXFAuthenticator  
DigestAuthSupplier  
HttpAuthSupplier This abstract class is extended by developers who need HTTP Auth functionality on the client side.
HttpBasicAuthSupplier This abstract class is extended by developers who need HTTP Basic Auth functionality on the client side.
HttpBasicAuthSupplier.UserPass This class is used to return the values of the userid and password used in the HTTP Authorization Header.
HTTPConduit This Conduit handles the "http" and "https" transport protocols.
HttpServletRequestSnapshot  
HTTPSession A session implementation bound to HTTP.
HttpURLConnectionFactoryImpl This class is a URLConnectionFactory that creates URLConnections for the HTTP protocol.
HttpURLConnectionInfo This class contains the information about the HTTP Connection that will be making an HTTP request.
MessageTrustDecider The HTTPConduit calls upon this object to establish trust just before a message within the HTTP Conduit is sent out.
PatternBuilder Convert a "nonProxyHosts" formatted String into a usable regular expression usable in Pattern.
QueryHandlerRegistryImpl  
Servlet3ContinuationProvider  
URLConnectionInfo This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
UrlUtilities Functions used to work with URLs in HTTP-related code.
WSDLQueryHandler  
 

Exception Summary
HTTPException  
UntrustedURLConnectionIOException This exception is thrown by the JSSETrustDecider when trust in the TLS cannot be established.
WSDLQueryException  
 


Apache CXF API

Apache CXF