Package io.grpc.reflection.v1alpha
Class ServerReflectionGrpc.ServerReflectionImplBase
java.lang.Object
io.grpc.reflection.v1alpha.ServerReflectionGrpc.ServerReflectionImplBase
- All Implemented Interfaces:
BindableService
,ServerReflectionGrpc.AsyncService
- 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 -
Method Summary
Modifier and TypeMethodDescriptionfinal ServerServiceDefinition
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.v1alpha.ServerReflectionGrpc.AsyncService
serverReflectionInfo
-
Constructor Details
-
ServerReflectionImplBase
public ServerReflectionImplBase()
-
-
Method Details
-
bindService
Description copied from interface:BindableService
CreatesServerServiceDefinition
object for current instance of service implementation.- Specified by:
bindService
in interfaceBindableService
- Returns:
- ServerServiceDefinition object.
-