Apache CXF API

Uses of Package
org.apache.cxf.transport.http

Packages that use org.apache.cxf.transport.http
org.apache.cxf.jaxrs.client   
org.apache.cxf.transport.http   
org.apache.cxf.transport.http_jaxws_spi   
org.apache.cxf.transport.http_jetty   
org.apache.cxf.transport.http_osgi   
org.apache.cxf.transport.https   
org.apache.cxf.transport.servlet   
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.jaxrs.client
HTTPConduit
          This Conduit handles the "http" and "https" transport protocols.
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http
AbstractHTTPTransportFactory
           
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.
HTTPConduit.WrappedOutputStream
          Wrapper output stream responsible for flushing headers and handling the incoming HTTP-level response (not necessarily the MEP response).
HttpURLConnectionFactory
          The primary purpose for this interface is to generate HttpURLConnections and retrieve information about the connections.
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.
UntrustedURLConnectionIOException
          This exception is thrown by the JSSETrustDecider when trust in the TLS cannot be established.
URLConnectionInfo
          This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http_jaxws_spi
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
AbstractHTTPTransportFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http_jetty
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
AbstractHTTPTransportFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.http_osgi
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
AbstractHTTPTransportFactory
           
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.https
HttpURLConnectionFactory
          The primary purpose for this interface is to generate HttpURLConnections and retrieve information about the connections.
HttpURLConnectionInfo
          This class contains the information about the HTTP Connection that will be making an HTTP request.
URLConnectionInfo
          This class is returned from the URLConnectionFactory to give information that is from the URLConnection that was created by that factory.
 

Classes in org.apache.cxf.transport.http used by org.apache.cxf.transport.servlet
AbstractHTTPDestination
          Common base for HTTP Destination implementations.
AbstractHTTPTransportFactory
           
 


Apache CXF API

Apache CXF