| Package | Description |
|---|---|
| org.apache.drill.exec.rpc |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
RpcBus.handle(C connection,
int rpcType,
ByteBuf pBody,
ByteBuf dBody,
ResponseSender sender) |
protected void |
BasicServer.handle(SC connection,
int rpcType,
ByteBuf pBody,
ByteBuf dBody,
ResponseSender sender) |
void |
RequestHandler.handle(S connection,
int rpcType,
ByteBuf pBody,
ByteBuf dBody,
ResponseSender sender)
Handle request of given type (rpcType) with message (pBody) and optional data (dBody)
on the connection, and return the appropriate response.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.