|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TLSClientParameters | |
---|---|
org.apache.cxf.configuration.jsse | |
org.apache.cxf.transport.http | |
org.apache.cxf.transport.http.asyncclient | |
org.apache.cxf.transport.https |
Uses of TLSClientParameters in org.apache.cxf.configuration.jsse |
---|
Methods in org.apache.cxf.configuration.jsse that return TLSClientParameters | |
---|---|
static TLSClientParameters |
TLSClientParametersConfig.createTLSClientParametersFromType(TLSClientParametersType params)
|
Uses of TLSClientParameters in org.apache.cxf.transport.http |
---|
Fields in org.apache.cxf.transport.http declared as TLSClientParameters | |
---|---|
protected TLSClientParameters |
HTTPConduit.tlsClientParameters
This field holds the configuration TLS configuration which is programmatically configured. |
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.http.asyncclient |
---|
Methods in org.apache.cxf.transport.http.asyncclient with parameters of type TLSClientParameters | |
---|---|
protected static void |
AsyncHTTPConduit.getKeyManagersWithCertAlias(TLSClientParameters tlsClientParameters,
KeyManager[] keyManagers)
|
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. |
protected void |
HttpsURLConnectionFactory.getKeyManagersWithCertAlias(TLSClientParameters tlsClientParameters,
KeyManager[] keyManagers)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |