Uses of Class
org.apache.cxf.transport.http.URLConnectionInfo
Packages that use URLConnectionInfo
-
Uses of URLConnectionInfo in org.apache.cxf.transport.http
Subclasses of URLConnectionInfo in org.apache.cxf.transport.httpModifier and TypeClassDescriptionclassThis 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 URLConnectionInfoModifier and TypeMethodDescriptionabstract voidMessageTrustDecider.establishTrust(String conduitName, URLConnectionInfo connectionInfo, org.apache.cxf.message.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.httpsModifier and TypeClassDescriptionclassThis class holds information about the HttpsURLConnection.