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 TypeClassDescriptionclassAbstractServerConnection<S extends ServerConnection<S>>classBasicServer<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.classFailingRequestHandler<S extends ServerConnection<S>>This handler fails any request on the connection.interfaceRequestHandler<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.interfaceServerConnection<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 TypeClassDescriptionclassServerAuthenticationHandler<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 TypeClassDescriptionclassRepresents a client connection accepted by Foreman Drillbit's UserServer from a DrillClient.