public static final class TestProtos.Service.Stub extends TestProtos.Service implements TestProtos.Service.Interface
TestProtos.Service.BlockingInterface, TestProtos.Service.Interface, TestProtos.Service.Stub| Modifier and Type | Method and Description |
|---|---|
void |
func1(com.google.protobuf.RpcController controller,
TestProtos.TestRequest request,
com.google.protobuf.RpcCallback<TestProtos.TestResponse1> done) |
void |
func2(com.google.protobuf.RpcController controller,
TestProtos.TestRequest request,
com.google.protobuf.RpcCallback<TestProtos.TestResponse2> done) |
com.google.protobuf.RpcChannel |
getChannel() |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void func1(com.google.protobuf.RpcController controller,
TestProtos.TestRequest request,
com.google.protobuf.RpcCallback<TestProtos.TestResponse1> done)
func1 in interface TestProtos.Service.Interfacefunc1 in class TestProtos.Servicepublic void func2(com.google.protobuf.RpcController controller,
TestProtos.TestRequest request,
com.google.protobuf.RpcCallback<TestProtos.TestResponse2> done)
func2 in interface TestProtos.Service.Interfacefunc2 in class TestProtos.Service