Uses of Interface
org.apache.drill.exec.rpc.ServerConnection
Packages that use ServerConnection
Package
Description
Communication security.
-
Uses of ServerConnection in org.apache.drill.exec.rpc
Classes in org.apache.drill.exec.rpc with type parameters of type ServerConnectionModifier 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>>
Classes in org.apache.drill.exec.rpc that implement ServerConnection -
Uses of ServerConnection in org.apache.drill.exec.rpc.control
Classes in org.apache.drill.exec.rpc.control that implement ServerConnection -
Uses of ServerConnection in org.apache.drill.exec.rpc.data
Classes in org.apache.drill.exec.rpc.data that implement ServerConnection -
Uses of ServerConnection in org.apache.drill.exec.rpc.security
Classes in org.apache.drill.exec.rpc.security with type parameters of type ServerConnectionModifier 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
Classes in org.apache.drill.exec.rpc.user that implement ServerConnectionModifier and TypeClassDescriptionclass
Represents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.