Apache CXF API

Uses of Class
org.apache.cxf.configuration.jsse.TLSClientParameters

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

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

Methods in org.apache.cxf.transport.http that return TLSClientParameters
 TLSClientParameters HTTPConduit.getTlsClientParameters()
          This method returns the TLS Client Parameters that is set/configured for this HTTPConduit.
 

Methods in org.apache.cxf.transport.http with parameters of type TLSClientParameters
 void HTTPConduit.setTlsClientParameters(TLSClientParameters params)
          This method sets the TLS Client Parameters for this HTTPConduit.
 

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

Methods in org.apache.cxf.transport.https with parameters of type TLSClientParameters
 HttpURLConnection HttpsURLConnectionFactory.createConnection(TLSClientParameters tlsClientParameters, Proxy proxy, URL url)
          Create a HttpURLConnection, proxified if necessary.
protected  void HttpsURLConnectionFactory.decorateWithTLS(TLSClientParameters tlsClientParameters, HttpURLConnection connection)
          This method assigns the various TLS parameters on the HttpsURLConnection from the TLS Client Parameters.
 


Apache CXF API

Apache CXF