Package io.grpc.benchmarks.proto
Class BenchmarkServiceGrpc.BenchmarkServiceImplBase
- java.lang.Object
-
- io.grpc.benchmarks.proto.BenchmarkServiceGrpc.BenchmarkServiceImplBase
-
- All Implemented Interfaces:
BenchmarkServiceGrpc.AsyncService,io.grpc.BindableService
- Direct Known Subclasses:
AsyncServer.BenchmarkServiceImpl
- Enclosing class:
- BenchmarkServiceGrpc
public abstract static class BenchmarkServiceGrpc.BenchmarkServiceImplBase extends java.lang.Object implements io.grpc.BindableService, BenchmarkServiceGrpc.AsyncService
Base class for the server implementation of the service BenchmarkService.
-
-
Constructor Summary
Constructors Constructor Description BenchmarkServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.grpc.benchmarks.proto.BenchmarkServiceGrpc.AsyncService
streamingBothWays, streamingCall, streamingFromClient, streamingFromServer, unaryCall
-
-