Uses of Interface
org.apache.drill.exec.rpc.RequestHandler
Packages that use RequestHandler
Package
Description
Communication security.
-
Uses of RequestHandler in org.apache.drill.exec.rpc
Classes in org.apache.drill.exec.rpc that implement RequestHandlerModifier and TypeClassDescriptionclass
FailingRequestHandler<S extends ServerConnection<S>>
This handler fails any request on the connection.Methods in org.apache.drill.exec.rpc that return RequestHandlerModifier and TypeMethodDescriptionAbstractServerConnection.getCurrentHandler()
ServerConnection.getCurrentHandler()
Methods in org.apache.drill.exec.rpc with parameters of type RequestHandlerModifier and TypeMethodDescriptionvoid
AbstractServerConnection.changeHandlerTo
(RequestHandler<S> handler) void
ServerConnection.changeHandlerTo
(RequestHandler<S> handler) Constructors in org.apache.drill.exec.rpc with parameters of type RequestHandlerModifierConstructorDescriptionAbstractServerConnection
(io.netty.channel.socket.SocketChannel channel, String name, ConnectionConfig config, RequestHandler<S> handler) AbstractServerConnection
(io.netty.channel.socket.SocketChannel channel, ConnectionConfig config, RequestHandler<S> handler) -
Uses of RequestHandler in org.apache.drill.exec.rpc.security
Classes in org.apache.drill.exec.rpc.security that implement RequestHandlerModifier and TypeClassDescriptionclass
ServerAuthenticationHandler<S extends ServerConnection<S>,
T extends com.google.protobuf.Internal.EnumLite> Handles SASL exchange, on the server-side.Constructors in org.apache.drill.exec.rpc.security with parameters of type RequestHandlerModifierConstructorDescriptionServerAuthenticationHandler
(RequestHandler<S> requestHandler, int saslRequestTypeValue, T saslResponseType) -
Uses of RequestHandler in org.apache.drill.exec.work.batch
Classes in org.apache.drill.exec.work.batch that implement RequestHandler