Uses of Class
org.apache.cxf.configuration.jsse.TLSClientParameters
-
-
Uses of TLSClientParameters in org.apache.cxf.configuration.jsse
Methods in org.apache.cxf.configuration.jsse that return TLSClientParameters Modifier and Type Method Description static TLSClientParametersTLSClientParametersConfig. createTLSClientParametersFromType(org.apache.cxf.configuration.security.TLSClientParametersType params) -
Uses of TLSClientParameters in org.apache.cxf.jaxrs.client.spec
Methods in org.apache.cxf.jaxrs.client.spec that return TLSClientParameters Modifier and Type Method Description TLSClientParametersTLSConfiguration. getTlsClientParams()Methods in org.apache.cxf.jaxrs.client.spec with parameters of type TLSClientParameters Modifier and Type Method Description voidTLSConfiguration. setTlsClientParams(TLSClientParameters tlsClientParams) -
Uses of TLSClientParameters in org.apache.cxf.transport.http
Fields in org.apache.cxf.transport.http declared as TLSClientParameters Modifier and Type Field Description protected TLSClientParametersHTTPConduit. tlsClientParametersThis field holds the configuration TLS configuration which is programmatically configured.Methods in org.apache.cxf.transport.http that return TLSClientParameters Modifier and Type Method Description TLSClientParametersHTTPConduit. 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 Modifier and Type Method Description voidHTTPConduit. setTlsClientParameters(TLSClientParameters params)This method sets the TLS Client Parameters for this HTTPConduit.voidHttpConduitConfig. setTlsClientParameters(TLSClientParameters tlsClientParameters) -
Uses of TLSClientParameters in org.apache.cxf.transport.http.asyncclient
Methods in org.apache.cxf.transport.http.asyncclient with parameters of type TLSClientParameters Modifier and Type Method Description SSLContextAsyncHTTPConduit. getSSLContext(TLSClientParameters tlsClientParameters) -
Uses of TLSClientParameters in org.apache.cxf.transport.http.asyncclient.hc5
Methods in org.apache.cxf.transport.http.asyncclient.hc5 with parameters of type TLSClientParameters Modifier and Type Method Description SSLContextAsyncHTTPConduit. getSSLContext(TLSClientParameters tlsClientParameters) -
Uses of TLSClientParameters in org.apache.cxf.transport.http.netty.client
Methods in org.apache.cxf.transport.http.netty.client that return TLSClientParameters Modifier and Type Method Description protected TLSClientParametersNettyHttpConduit.NettyWrappedOutputStream. findTLSClientParameters()Constructors in org.apache.cxf.transport.http.netty.client with parameters of type TLSClientParameters Constructor Description NettyHttpClientPipelineFactory(TLSClientParameters clientParameters)NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout)NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout, int maxResponseContentLength)NettyHttpClientPipelineFactory(TLSClientParameters clientParameters, int readTimeout, int maxResponseContentLength, boolean enableHttp2) -
Uses of TLSClientParameters in org.apache.cxf.transport.https
Methods in org.apache.cxf.transport.https with parameters of type TLSClientParameters Modifier and Type Method Description static SSLEngineSSLUtils. createClientSSLEngine(TLSClientParameters parameters)HttpURLConnectionHttpsURLConnectionFactory. createConnection(TLSClientParameters tlsClientParameters, Proxy proxy, URL url)Create a HttpURLConnection, proxified if necessary.protected voidHttpsURLConnectionFactory. decorateWithTLS(TLSClientParameters tlsClientParameters, HttpURLConnection connection)This method assigns the various TLS parameters on the HttpsURLConnection from the TLS Client Parameters.static HostnameVerifierSSLUtils. getHostnameVerifier(TLSClientParameters tlsClientParameters) -
Uses of TLSClientParameters in org.apache.cxf.ws.security.trust
Fields in org.apache.cxf.ws.security.trust declared as TLSClientParameters Modifier and Type Field Description protected TLSClientParametersAbstractSTSClient. tlsClientParametersMethods in org.apache.cxf.ws.security.trust with parameters of type TLSClientParameters Modifier and Type Method Description voidAbstractSTSClient. setTlsClientParameters(TLSClientParameters tlsClientParameters)
-