@Generated(value="by gRPC proto compiler", comments="Source: grpc/testing/test.proto") public final class TestServiceGrpc extends Object
A simple service to test the various types of RPCs and experiment with performance with various types of payload.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestServiceGrpc.AsyncService
A simple service to test the various types of RPCs and experiment with
performance with various types of payload.
|
static class |
TestServiceGrpc.TestServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service TestService.
|
static class |
TestServiceGrpc.TestServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service TestService.
|
static class |
TestServiceGrpc.TestServiceImplBase
Base class for the server implementation of the service TestService.
|
static class |
TestServiceGrpc.TestServiceStub
A stub to allow clients to do asynchronous rpc calls to service TestService.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<EmptyProtos.Empty,EmptyProtos.Empty> getEmptyCallMethod()
public static io.grpc.MethodDescriptor<Messages.SimpleRequest,Messages.SimpleResponse> getUnaryCallMethod()
public static io.grpc.MethodDescriptor<Messages.SimpleRequest,Messages.SimpleResponse> getCacheableUnaryCallMethod()
public static io.grpc.MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> getStreamingOutputCallMethod()
public static io.grpc.MethodDescriptor<Messages.StreamingInputCallRequest,Messages.StreamingInputCallResponse> getStreamingInputCallMethod()
public static io.grpc.MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> getFullDuplexCallMethod()
public static io.grpc.MethodDescriptor<Messages.StreamingOutputCallRequest,Messages.StreamingOutputCallResponse> getHalfDuplexCallMethod()
public static io.grpc.MethodDescriptor<EmptyProtos.Empty,EmptyProtos.Empty> getUnimplementedCallMethod()
public static TestServiceGrpc.TestServiceStub newStub(io.grpc.Channel channel)
public static TestServiceGrpc.TestServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TestServiceGrpc.TestServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static final io.grpc.ServerServiceDefinition bindService(TestServiceGrpc.AsyncService service)
public static io.grpc.ServiceDescriptor getServiceDescriptor()