Uses of Class
org.apache.cxf.transport.http.URLConnectionInfo
-
Packages that use URLConnectionInfo Package Description 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 Modifier and Type Class Description classHttpURLConnectionInfoThis 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 Modifier and Type Method Description abstract 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.https Modifier and Type Class Description classHttpsURLConnectionInfoThis class holds information about the HttpsURLConnection.
-