Apache CXF API

Uses of Class
org.apache.cxf.transport.http.URLConnectionInfo

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

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

Subclasses of URLConnectionInfo in org.apache.cxf.transport.http
 class HttpURLConnectionInfo
          This class contains the information about the HTTP Connection that will be making an HTTP request.
 

Methods in org.apache.cxf.transport.http with parameters of type URLConnectionInfo
abstract  void MessageTrustDecider.establishTrust(String conduitName, URLConnectionInfo connectionInfo, Message message)
          This method is called when a Message is about to be sent out over an HTTPConduit.
 

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

Subclasses of URLConnectionInfo in org.apache.cxf.transport.https
 class HttpsURLConnectionInfo
          This class holds information about the HttpsURLConnection.
 


Apache CXF API

Apache CXF