public static class AsyncServer.TestServiceImpl extends Object implements io.grpc.testing.TestServiceGrpc.TestService
| Constructor and Description |
|---|
TestServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.stub.StreamObserver<io.grpc.testing.SimpleRequest> |
streamingCall(io.grpc.stub.StreamObserver<io.grpc.testing.SimpleResponse> responseObserver) |
void |
unaryCall(io.grpc.testing.SimpleRequest request,
io.grpc.stub.StreamObserver<io.grpc.testing.SimpleResponse> responseObserver) |
public void unaryCall(io.grpc.testing.SimpleRequest request,
io.grpc.stub.StreamObserver<io.grpc.testing.SimpleResponse> responseObserver)
unaryCall in interface io.grpc.testing.TestServiceGrpc.TestServicepublic io.grpc.stub.StreamObserver<io.grpc.testing.SimpleRequest> streamingCall(io.grpc.stub.StreamObserver<io.grpc.testing.SimpleResponse> responseObserver)
streamingCall in interface io.grpc.testing.TestServiceGrpc.TestService