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
 

Constructors in org.apache.cxf.transport.https with parameters of type TLSClientParameters
HttpsURLConnectionFactory(TLSClientParameters params)
          This constructor initialized the factory with the configured TLS Client Parameters for the HTTPConduit for which this factory is used.
 


Apache CXF API

Apache CXF