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 Summary
Constructors Constructor Description ServerReflectionImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerServiceDefinition
bindService()
CreatesServerServiceDefinition
object for current instance of service implementation.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.grpc.reflection.v1.ServerReflectionGrpc.AsyncService
serverReflectionInfo
-
-
-
-
Method Detail
-
bindService
public final ServerServiceDefinition bindService()
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-
-