Uses of Interface
org.apache.drill.exec.rpc.ServerConnection
Package
Description
Communication security.
-
Uses of ServerConnection in org.apache.drill.exec.rpc
Modifier and TypeClassDescriptionclass
AbstractServerConnection<S extends ServerConnection<S>>
class
BasicServer<T extends com.google.protobuf.Internal.EnumLite,
SC extends ServerConnection<SC>> A server is bound to a port and is responsible for responding to various type of requests.class
FailingRequestHandler<S extends ServerConnection<S>>
This handler fails any request on the connection.interface
RequestHandler<S extends ServerConnection<S>>
Note that if a handler maintains any internal state, the state will be disposed if the handler on the connection changes.interface
ServerConnection<S extends ServerConnection<S>>
-
Uses of ServerConnection in org.apache.drill.exec.rpc.control
-
Uses of ServerConnection in org.apache.drill.exec.rpc.data
-
Uses of ServerConnection in org.apache.drill.exec.rpc.security
Modifier and TypeClassDescriptionclass
ServerAuthenticationHandler<S extends ServerConnection<S>,
T extends com.google.protobuf.Internal.EnumLite> Handles SASL exchange, on the server-side. -
Uses of ServerConnection in org.apache.drill.exec.rpc.user
Modifier and TypeClassDescriptionclass
Represents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.