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, parseBatchSize
protected boolean enableSsl
protected boolean trustAllCerts
protected String truststore
protected String truststorePassword
protected String truststoreType
protected void configureSSL(Properties properties) throws FlumeException
FlumeException
Copyright © 2009–2019 Apache Software Foundation. All rights reserved.