Package | Description |
---|---|
org.apache.cxf.transport.http | |
org.apache.cxf.transport.https |
Modifier and Type | Method and Description |
---|---|
TLSClientParameters |
HTTPConduit.getTlsClientParameters()
This method returns the TLS Client Parameters that is set/configured
for this HTTPConduit.
|
Modifier and Type | Method and Description |
---|---|
void |
HTTPConduit.setTlsClientParameters(TLSClientParameters params)
This method sets the TLS Client Parameters for this HTTPConduit.
|
Modifier and Type | Method and Description |
---|---|
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