public abstract static class DummyProtocol.DummyProtocolService extends Object implements com.google.protobuf.Service
DummyProtocolService
Modifier and Type | Class and Description |
---|---|
static interface |
DummyProtocol.DummyProtocolService.BlockingInterface |
static interface |
DummyProtocol.DummyProtocolService.Interface |
static class |
DummyProtocol.DummyProtocolService.Stub |
Modifier | Constructor and Description |
---|---|
protected |
DummyProtocol.DummyProtocolService() |
Modifier and Type | Method and Description |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
abstract void |
deley(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc deley(.EchoMessage) returns (.EchoMessage); |
abstract void |
echo(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc echo(.EchoMessage) returns (.EchoMessage); |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
abstract void |
getError(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc getError(.EchoMessage) returns (.EchoMessage); |
abstract void |
getNull(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc getNull(.EchoMessage) returns (.EchoMessage); |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static DummyProtocol.DummyProtocolService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(DummyProtocol.DummyProtocolService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(DummyProtocol.DummyProtocolService.Interface impl) |
static DummyProtocol.DummyProtocolService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
sum(com.google.protobuf.RpcController controller,
TestProtos.SumRequest request,
com.google.protobuf.RpcCallback<TestProtos.SumResponse> done)
rpc sum(.SumRequest) returns (.SumResponse); |
abstract void |
throwException(com.google.protobuf.RpcController controller,
TestProtos.EchoMessage request,
com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc throwException(.EchoMessage) returns (.EchoMessage); |
protected DummyProtocol.DummyProtocolService()
public static com.google.protobuf.Service newReflectiveService(DummyProtocol.DummyProtocolService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(DummyProtocol.DummyProtocolService.BlockingInterface impl)
public abstract void sum(com.google.protobuf.RpcController controller, TestProtos.SumRequest request, com.google.protobuf.RpcCallback<TestProtos.SumResponse> done)
rpc sum(.SumRequest) returns (.SumResponse);
public abstract void echo(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc echo(.EchoMessage) returns (.EchoMessage);
public abstract void getError(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc getError(.EchoMessage) returns (.EchoMessage);
public abstract void getNull(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc getNull(.EchoMessage) returns (.EchoMessage);
public abstract void deley(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc deley(.EchoMessage) returns (.EchoMessage);
public abstract void throwException(com.google.protobuf.RpcController controller, TestProtos.EchoMessage request, com.google.protobuf.RpcCallback<TestProtos.EchoMessage> done)
rpc throwException(.EchoMessage) returns (.EchoMessage);
public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Service
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method, com.google.protobuf.RpcController controller, com.google.protobuf.Message request, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getRequestPrototype
in interface com.google.protobuf.Service
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
getResponsePrototype
in interface com.google.protobuf.Service
public static DummyProtocol.DummyProtocolService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static DummyProtocol.DummyProtocolService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.