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, newStub
public com.google.protobuf.RpcChannel getChannel()
public void foo(com.google.protobuf.RpcController controller, UnittestProto.FooRequest request, com.google.protobuf.RpcCallback<UnittestProto.FooResponse> done)
UnittestProto.TestService
rpc Foo(.protobuf_unittest.FooRequest) returns (.protobuf_unittest.FooResponse);
foo
in interface UnittestProto.TestService.Interface
foo
in class UnittestProto.TestService
public void bar(com.google.protobuf.RpcController controller, UnittestProto.BarRequest request, com.google.protobuf.RpcCallback<UnittestProto.BarResponse> done)
UnittestProto.TestService
rpc Bar(.protobuf_unittest.BarRequest) returns (.protobuf_unittest.BarResponse);
bar
in interface UnittestProto.TestService.Interface
bar
in class UnittestProto.TestService