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,
com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done) |
void |
error(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done) |
void |
error2(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done) |
com.google.protobuf.RpcChannel |
getChannel() |
void |
ping(com.google.protobuf.RpcController controller,
TestProtos.EmptyRequestProto request,
com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done) |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStub
public com.google.protobuf.RpcChannel getChannel()
public void ping(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
ping
in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
ping
in class TestRpcServiceProtos.TestProtobufRpcProto
public void echo(com.google.protobuf.RpcController controller, TestProtos.EchoRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EchoResponseProto> done)
echo
in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
echo
in class TestRpcServiceProtos.TestProtobufRpcProto
public void error(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
error
in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
error
in class TestRpcServiceProtos.TestProtobufRpcProto
public void error2(com.google.protobuf.RpcController controller, TestProtos.EmptyRequestProto request, com.google.protobuf.RpcCallback<TestProtos.EmptyResponseProto> done)
error2
in interface TestRpcServiceProtos.TestProtobufRpcProto.Interface
error2
in class TestRpcServiceProtos.TestProtobufRpcProto
Copyright © 2013 Apache Software Foundation. All Rights Reserved.