Uses of Interface
org.apache.drill.exec.rpc.EncryptionContext
Package
Description
-
Uses of EncryptionContext in org.apache.drill.exec.rpc
Modifier and TypeInterfaceDescriptioninterface
interface
ServerConnection<S extends ServerConnection<S>>
Modifier and TypeClassDescriptionclass
class
class
AbstractServerConnection<S extends ServerConnection<S>>
class
Context to help initializing encryption related configurations for a connection.Modifier and TypeFieldDescriptionprotected EncryptionContext
AbstractConnectionConfig.encryptionContext
Modifier and TypeMethodDescriptionAbstractConnectionConfig.getEncryptionCtxt()
ConnectionConfig.getEncryptionCtxt()
ModifierConstructorDescriptionAbstractClientConnection
(io.netty.channel.socket.SocketChannel channel, String name, EncryptionContext encryptContext) AbstractRemoteConnection
(io.netty.channel.socket.SocketChannel channel, String name, EncryptionContext encryptionContext) -
Uses of EncryptionContext in org.apache.drill.exec.rpc.control
-
Uses of EncryptionContext in org.apache.drill.exec.rpc.data
ModifierConstructorDescriptionDataClientConnection
(io.netty.channel.socket.SocketChannel channel, DataClient client, EncryptionContext encryptionContextImpl) -
Uses of EncryptionContext in org.apache.drill.exec.rpc.user
Modifier and TypeClassDescriptionclass
class
Represents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.