Uses of Class
org.apache.accumulo.core.rpc.SslConnectionParams
-
Packages that use SslConnectionParams Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.rpc -
-
Uses of SslConnectionParams in org.apache.accumulo.core.clientImpl
Methods in org.apache.accumulo.core.clientImpl that return SslConnectionParams Modifier and Type Method Description SslConnectionParamsClientContext. getClientSslParams()Retrieve SSL/TLS configuration to initiate an RPC connection to a serverSslConnectionParamsThriftTransportKey. getSslParams() -
Uses of SslConnectionParams in org.apache.accumulo.core.rpc
Methods in org.apache.accumulo.core.rpc that return SslConnectionParams Modifier and Type Method Description static SslConnectionParamsSslConnectionParams. forClient(AccumuloConfiguration configuration)static SslConnectionParamsSslConnectionParams. forConfig(AccumuloConfiguration conf, boolean server)static SslConnectionParamsSslConnectionParams. forServer(AccumuloConfiguration configuration)Methods in org.apache.accumulo.core.rpc with parameters of type SslConnectionParams Modifier and Type Method Description static org.apache.thrift.transport.TTransportThriftUtil. createClientTransport(HostAndPort address, int timeout, SslConnectionParams sslParams, SaslConnectionParams saslParams)Create a TTransport for clients to the given address with the provided socket timeout and session-layer configuration
-