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, newStub
public com.google.protobuf.RpcChannel getChannel()
public void sum(com.google.protobuf.RpcController controller, TestProtos.SumRequest request, com.google.protobuf.RpcCallback<TestProtos.SumResponse> done)
DummyProtocol.DummyProtocolService
rpc sum(.SumRequest) returns (.SumResponse);
sum
in interface DummyProtocol.DummyProtocolService.Interface
sum
in class DummyProtocol.DummyProtocolService
public void echo(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolService
rpc echo(.EchoMessage) returns (.EchoMessage);
echo
in interface DummyProtocol.DummyProtocolService.Interface
echo
in class DummyProtocol.DummyProtocolService
public void getError(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolService
rpc getError(.EchoMessage) returns (.EchoMessage);
getError
in interface DummyProtocol.DummyProtocolService.Interface
getError
in class DummyProtocol.DummyProtocolService
public void getNull(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolService
rpc getNull(.EchoMessage) returns (.EchoMessage);
getNull
in interface DummyProtocol.DummyProtocolService.Interface
getNull
in class DummyProtocol.DummyProtocolService
public void deley(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolService
rpc deley(.EchoMessage) returns (.EchoMessage);
deley
in interface DummyProtocol.DummyProtocolService.Interface
deley
in class DummyProtocol.DummyProtocolService
public void throwException(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
DummyProtocol.DummyProtocolService
rpc throwException(.EchoMessage) returns (.EchoMessage);
throwException
in interface DummyProtocol.DummyProtocolService.Interface
throwException
in class DummyProtocol.DummyProtocolService
Copyright © 2014 Apache Software Foundation. All Rights Reserved.