| Package | Description |
|---|---|
| org.apache.drill.exec.rpc | |
| org.apache.drill.exec.rpc.control | |
| org.apache.drill.exec.rpc.data | |
| org.apache.drill.exec.rpc.user |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ClientConnection |
interface |
ServerConnection<S extends ServerConnection<S>> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientConnection |
class |
AbstractRemoteConnection |
class |
AbstractServerConnection<S extends ServerConnection<S>> |
class |
EncryptionContextImpl
Context to help initializing encryption related configurations for a connection.
|
| Modifier and Type | Field and Description |
|---|---|
protected EncryptionContext |
AbstractConnectionConfig.encryptionContext |
| Modifier and Type | Method and Description |
|---|---|
EncryptionContext |
AbstractConnectionConfig.getEncryptionCtxt() |
EncryptionContext |
ConnectionConfig.getEncryptionCtxt() |
| Constructor and Description |
|---|
AbstractClientConnection(io.netty.channel.socket.SocketChannel channel,
String name,
EncryptionContext encryptContext) |
AbstractRemoteConnection(io.netty.channel.socket.SocketChannel channel,
String name,
EncryptionContext encryptionContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
DataClientConnection |
class |
DataServerConnection |
| Constructor and Description |
|---|
DataClientConnection(io.netty.channel.socket.SocketChannel channel,
DataClient client,
EncryptionContext encryptionContextImpl) |
| Modifier and Type | Class and Description |
|---|---|
class |
UserClient.UserToBitConnection |
class |
UserServer.BitToUserConnection
Represents a client connection accepted by Foreman Drillbit's UserServer
from a DrillClient.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.