public interface  org.apache.drill.exec.rpc.RequestHandler extends java.lang.Object
{
public abstract void handle(org.apache.drill.exec.rpc.ServerConnection, int, io.netty.buffer.ByteBuf, io.netty.buffer.ByteBuf, org.apache.drill.exec.rpc.ResponseSender) throws org.apache.drill.exec.rpc.RpcException;
}