public static final class UnittestProto.TestService.Stub extends UnittestProto.TestService implements UnittestProto.TestService.Interface
UnittestProto.TestService.BlockingInterface, UnittestProto.TestService.Interface, UnittestProto.TestService.Stub| Modifier and Type | Method and Description |
|---|---|
void |
bar(com.google.protobuf.RpcController controller,
UnittestProto.BarRequest request,
com.google.protobuf.RpcCallback<UnittestProto.BarResponse> done)
rpc Bar(.protobuf_unittest.BarRequest) returns (.protobuf_unittest.BarResponse); |
void |
foo(com.google.protobuf.RpcController controller,
UnittestProto.FooRequest request,
com.google.protobuf.RpcCallback<UnittestProto.FooResponse> done)
rpc Foo(.protobuf_unittest.FooRequest) returns (.protobuf_unittest.FooResponse); |
com.google.protobuf.RpcChannel |
getChannel() |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void foo(com.google.protobuf.RpcController controller,
UnittestProto.FooRequest request,
com.google.protobuf.RpcCallback<UnittestProto.FooResponse> done)
UnittestProto.TestServicerpc Foo(.protobuf_unittest.FooRequest) returns (.protobuf_unittest.FooResponse);foo in interface UnittestProto.TestService.Interfacefoo in class UnittestProto.TestServicepublic void bar(com.google.protobuf.RpcController controller,
UnittestProto.BarRequest request,
com.google.protobuf.RpcCallback<UnittestProto.BarResponse> done)
UnittestProto.TestServicerpc Bar(.protobuf_unittest.BarRequest) returns (.protobuf_unittest.BarResponse);bar in interface UnittestProto.TestService.Interfacebar in class UnittestProto.TestService