public static final class TestRpcServiceProtos.TestProtobufRpcProto.Stub extends TestRpcServiceProtos.TestProtobufRpcProto implements TestRpcServiceProtos.TestProtobufRpcProto.Interface
TestRpcServiceProtos.TestProtobufRpcProto.BlockingInterface, TestRpcServiceProtos.TestProtobufRpcProto.Interface, TestRpcServiceProtos.TestProtobufRpcProto.Stub| Modifier and Type | Method and Description |
|---|---|
void |
echo(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
<any> done)
rpc echo(.EchoRequestProto) returns (.EchoResponseProto); |
void |
error(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
<any> done)
rpc error(.EmptyRequestProto) returns (.EmptyResponseProto); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
ping(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
<any> done)
rpc ping(.EmptyRequestProto) returns (.EmptyResponseProto); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void ping(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
<any> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc ping(.EmptyRequestProto) returns (.EmptyResponseProto);ping in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfaceping in class TestRpcServiceProtos.TestProtobufRpcProtopublic void echo(com.google.protobuf.RpcController controller,
TestProtos.EchoRequestProto request,
<any> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc echo(.EchoRequestProto) returns (.EchoResponseProto);echo in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfaceecho in class TestRpcServiceProtos.TestProtobufRpcProtopublic void error(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
<any> done)
TestRpcServiceProtos.TestProtobufRpcProtorpc error(.EmptyRequestProto) returns (.EmptyResponseProto);error in interface TestRpcServiceProtos.TestProtobufRpcProto.Interfaceerror in class TestRpcServiceProtos.TestProtobufRpcProto