public abstract static class TestDelayedRpcProtos.TestDelayedService extends Object
TestDelayedService| Modifier and Type | Class and Description |
|---|---|
static interface |
TestDelayedRpcProtos.TestDelayedService.BlockingInterface |
static interface |
TestDelayedRpcProtos.TestDelayedService.Interface |
static class |
TestDelayedRpcProtos.TestDelayedService.Stub |
| Modifier | Constructor and Description |
|---|---|
protected |
TestDelayedService() |
| Modifier and Type | Method and Description |
|---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
<any> done) |
static com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.ServiceDescriptor |
getDescriptorForType() |
com.google.protobuf.Message |
getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
com.google.protobuf.Message |
getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method) |
static TestDelayedRpcProtos.TestDelayedService.BlockingInterface |
newBlockingStub(com.google.protobuf.BlockingRpcChannel channel) |
static com.google.protobuf.BlockingService |
newReflectiveBlockingService(TestDelayedRpcProtos.TestDelayedService.BlockingInterface impl) |
static com.google.protobuf.Service |
newReflectiveService(TestDelayedRpcProtos.TestDelayedService.Interface impl) |
static TestDelayedRpcProtos.TestDelayedService.Stub |
newStub(com.google.protobuf.RpcChannel channel) |
abstract void |
test(com.google.protobuf.RpcController controller,
TestDelayedRpcProtos.TestArg request,
<any> done)
rpc test(.TestArg) returns (.TestResponse); |
public static com.google.protobuf.Service newReflectiveService(TestDelayedRpcProtos.TestDelayedService.Interface impl)
public static com.google.protobuf.BlockingService newReflectiveBlockingService(TestDelayedRpcProtos.TestDelayedService.BlockingInterface impl)
public abstract void test(com.google.protobuf.RpcController controller,
TestDelayedRpcProtos.TestArg request,
<any> done)
rpc test(.TestArg) returns (.TestResponse);public static final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptor()
public final com.google.protobuf.Descriptors.ServiceDescriptor getDescriptorForType()
public final void callMethod(com.google.protobuf.Descriptors.MethodDescriptor method,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message request,
<any> done)
public final com.google.protobuf.Message getRequestPrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public final com.google.protobuf.Message getResponsePrototype(com.google.protobuf.Descriptors.MethodDescriptor method)
public static TestDelayedRpcProtos.TestDelayedService.Stub newStub(com.google.protobuf.RpcChannel channel)
public static TestDelayedRpcProtos.TestDelayedService.BlockingInterface newBlockingStub(com.google.protobuf.BlockingRpcChannel channel)