Package io.grpc.reflection.v1
Class ServerReflectionGrpc.ServerReflectionImplBase
- java.lang.Object
- 
- io.grpc.reflection.v1.ServerReflectionGrpc.ServerReflectionImplBase
 
- 
- All Implemented Interfaces:
- BindableService,- ServerReflectionGrpc.AsyncService
 - Direct Known Subclasses:
- ProtoReflectionServiceV1
 - Enclosing class:
- ServerReflectionGrpc
 
 public abstract static class ServerReflectionGrpc.ServerReflectionImplBase extends Object implements BindableService, ServerReflectionGrpc.AsyncService Base class for the server implementation of the service ServerReflection.
- 
- 
Constructor SummaryConstructors Constructor Description ServerReflectionImplBase()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerServiceDefinitionbindService()CreatesServerServiceDefinitionobject for current instance of service implementation.- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface io.grpc.reflection.v1.ServerReflectionGrpc.AsyncServiceserverReflectionInfo
 
- 
 
- 
- 
- 
Method Detail- 
bindServicepublic final ServerServiceDefinition bindService() Description copied from interface:BindableServiceCreatesServerServiceDefinitionobject for current instance of service implementation.- Specified by:
- bindServicein interface- BindableService
- Returns:
- ServerServiceDefinition object.
 
 
- 
 
-