public class RPCRequest<T extends Serializable> extends RPCSerializable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
RPCRequest.LogErrorFutureListener |
id| Constructor and Description |
|---|
RPCRequest(long id,
RPCCallable<T> rpcCallable) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(io.netty.channel.Channel channel) |
protected void |
sendRPCResponse(io.netty.channel.Channel channel,
RPCResponse<T> rpcResponse) |
String |
toString() |
public RPCRequest(long id,
RPCCallable<T> rpcCallable)
public void execute(io.netty.channel.Channel channel)
execute in class RPCSerializablepublic String toString()
toString in class Objectprotected void sendRPCResponse(io.netty.channel.Channel channel,
RPCResponse<T> rpcResponse)