public class RPCRequest<T extends java.io.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) |
java.lang.String |
toString() |
public RPCRequest(long id,
RPCCallable<T> rpcCallable)
public void execute(io.netty.channel.Channel channel)
execute in class RPCSerializablepublic java.lang.String toString()
toString in class java.lang.Objectprotected void sendRPCResponse(io.netty.channel.Channel channel,
RPCResponse<T> rpcResponse)