| Package | Description |
|---|---|
| org.apache.drill.exec.rpc | |
| org.apache.drill.exec.rpc.security |
Communication security.
|
| org.apache.drill.exec.work.batch |
| Modifier and Type | Class and Description |
|---|---|
class |
FailingRequestHandler<S extends ServerConnection<S>>
This handler fails any request on the connection.
|
| Modifier and Type | Method and Description |
|---|---|
RequestHandler<S> |
AbstractServerConnection.getCurrentHandler() |
RequestHandler<S> |
ServerConnection.getCurrentHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractServerConnection.changeHandlerTo(RequestHandler<S> handler) |
void |
ServerConnection.changeHandlerTo(RequestHandler<S> handler) |
| Constructor and Description |
|---|
AbstractServerConnection(io.netty.channel.socket.SocketChannel channel,
ConnectionConfig config,
RequestHandler<S> handler) |
AbstractServerConnection(io.netty.channel.socket.SocketChannel channel,
String name,
ConnectionConfig config,
RequestHandler<S> handler) |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerAuthenticationHandler<S extends ServerConnection<S>,T extends com.google.protobuf.Internal.EnumLite>
Handles SASL exchange, on the server-side.
|
| Constructor and Description |
|---|
ServerAuthenticationHandler(RequestHandler<S> requestHandler,
int saslRequestTypeValue,
T saslResponseType) |
| Modifier and Type | Class and Description |
|---|---|
class |
ControlMessageHandler |
Copyright © 2021 The Apache Software Foundation. All rights reserved.