public abstract class AbstractConnectionConfig extends Object implements ConnectionConfig
Modifier and Type | Field and Description |
---|---|
protected EncryptionContext |
encryptionContext |
Modifier | Constructor and Description |
---|---|
protected |
AbstractConnectionConfig(BufferAllocator allocator,
BootStrapContext context) |
Modifier and Type | Method and Description |
---|---|
BufferAllocator |
getAllocator() |
AuthenticatorProvider |
getAuthProvider() |
BootStrapContext |
getBootstrapContext() |
EncryptionContext |
getEncryptionCtxt() |
boolean |
isEncryptionEnabled() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName
protected EncryptionContext encryptionContext
protected AbstractConnectionConfig(BufferAllocator allocator, BootStrapContext context)
public BootStrapContext getBootstrapContext()
getBootstrapContext
in interface ConnectionConfig
public BufferAllocator getAllocator()
getAllocator
in interface ConnectionConfig
public AuthenticatorProvider getAuthProvider()
getAuthProvider
in interface ConnectionConfig
public boolean isEncryptionEnabled()
isEncryptionEnabled
in interface ConnectionConfig
public EncryptionContext getEncryptionCtxt()
getEncryptionCtxt
in interface ConnectionConfig
Copyright © 1970 The Apache Software Foundation. All rights reserved.