public static final class DummyProtocol.DummyProtocolService.Stub extends DummyProtocol.DummyProtocolService implements DummyProtocol.DummyProtocolService.Interface
DummyProtocol.DummyProtocolService.BlockingInterface, DummyProtocol.DummyProtocolService.Interface, DummyProtocol.DummyProtocolService.Stub| Modifier and Type | Method and Description |
|---|---|
void |
deley(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc deley(.EchoMessage) returns (.EchoMessage); |
void |
echo(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc echo(.EchoMessage) returns (.EchoMessage); |
com.google.protobuf.RpcChannel |
getChannel() |
void |
getError(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc getError(.EchoMessage) returns (.EchoMessage); |
void |
getNull(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc getNull(.EchoMessage) returns (.EchoMessage); |
void |
sum(com.google.protobuf.RpcController controller,
TestProtos.SumRequest request,
com.google.protobuf.RpcCallback<TestProtos.SumResponse> done)
rpc sum(.SumRequest) returns (.SumResponse); |
void |
throwException(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc throwException(.EchoMessage) returns (.EchoMessage); |
callMethod, getDescriptor, getDescriptorForType, getRequestPrototype, getResponsePrototype, newBlockingStub, newReflectiveBlockingService, newReflectiveService, newStubpublic com.google.protobuf.RpcChannel getChannel()
public void sum(com.google.protobuf.RpcController controller,
TestProtos.SumRequest request,
com.google.protobuf.RpcCallback<TestProtos.SumResponse> done)
DummyProtocol.DummyProtocolServicerpc sum(.SumRequest) returns (.SumResponse);sum in interface DummyProtocol.DummyProtocolService.Interfacesum in class DummyProtocol.DummyProtocolServicepublic void echo(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolServicerpc echo(.EchoMessage) returns (.EchoMessage);echo in interface DummyProtocol.DummyProtocolService.Interfaceecho in class DummyProtocol.DummyProtocolServicepublic void getError(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolServicerpc getError(.EchoMessage) returns (.EchoMessage);getError in interface DummyProtocol.DummyProtocolService.InterfacegetError in class DummyProtocol.DummyProtocolServicepublic void getNull(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolServicerpc getNull(.EchoMessage) returns (.EchoMessage);getNull in interface DummyProtocol.DummyProtocolService.InterfacegetNull in class DummyProtocol.DummyProtocolServicepublic void deley(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolServicerpc deley(.EchoMessage) returns (.EchoMessage);deley in interface DummyProtocol.DummyProtocolService.Interfacedeley in class DummyProtocol.DummyProtocolServicepublic void throwException(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolServicerpc throwException(.EchoMessage) returns (.EchoMessage);throwException in interface DummyProtocol.DummyProtocolService.InterfacethrowException in class DummyProtocol.DummyProtocolServiceCopyright © 2014 Apache Software Foundation. All Rights Reserved.