Apache CXF API

Uses of Interface
org.apache.cxf.transport.http.HttpURLConnectionFactory

Packages that use HttpURLConnectionFactory
org.apache.cxf.transport.http   
org.apache.cxf.transport.https   
 

Uses of HttpURLConnectionFactory in org.apache.cxf.transport.http
 

Classes in org.apache.cxf.transport.http that implement HttpURLConnectionFactory
 class HttpURLConnectionFactoryImpl
          This class is a URLConnectionFactory that creates URLConnections for the HTTP protocol.
 

Fields in org.apache.cxf.transport.http declared as HttpURLConnectionFactory
protected  HttpURLConnectionFactory HTTPConduit.connectionFactory
          This field holds the connection factory, which primarily is used to factor out SSL specific code from this implementation.
 

Methods in org.apache.cxf.transport.http that return HttpURLConnectionFactory
protected  HttpURLConnectionFactory HTTPConduit.getConnectionFactory(URL url)
           
protected  HttpURLConnectionFactory HTTPConduit.retrieveConnectionFactory(String url)
          This method sets the connectionFactory field for this object.
 

Uses of HttpURLConnectionFactory in org.apache.cxf.transport.https
 

Classes in org.apache.cxf.transport.https that implement HttpURLConnectionFactory
 class HttpsURLConnectionFactory
          This HttpsURLConnectionFactory implements the HttpURLConnectionFactory for using the given SSL Policy to configure TLS connections for "https:" URLs.
 


Apache CXF API

Apache CXF