public abstract class SSLContextAwareAbstractRpcClient extends AbstractRpcClient
| Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
enableSsl  | 
protected Set<String> | 
excludeCipherSuites  | 
protected Set<String> | 
excludeProtocols  | 
protected Set<String> | 
includeCipherSuites  | 
protected Set<String> | 
includeProtocols  | 
protected boolean | 
trustAllCerts  | 
protected String | 
truststore  | 
protected String | 
truststorePassword  | 
protected String | 
truststoreType  | 
batchSize, connectTimeout, requestTimeout| Constructor and Description | 
|---|
SSLContextAwareAbstractRpcClient()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
configureSSL(Properties properties)  | 
append, appendBatch, close, configure, getBatchSize, isActive, parseBatchSizeprotected boolean enableSsl
protected boolean trustAllCerts
protected String truststore
protected String truststorePassword
protected String truststoreType
protected void configureSSL(Properties properties) throws FlumeException
FlumeExceptionCopyright © 2009-2022 Apache Software Foundation. All Rights Reserved.