Uses of Interface
io.grpc.BindableService
-
Packages that use BindableService Package Description io.grpc The gRPC core public API.io.grpc.channelz.v1 io.grpc.health.v1 io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.lb.v1 io.grpc.lookup.v1 io.grpc.protobuf.services Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.io.grpc.reflection.v1 io.grpc.reflection.v1alpha io.grpc.services Service definitions and utilities for the pre-defined gRPC services.io.grpc.servlet API that implements gRPC server as a servlet.io.grpc.servlet.jakarta API that implements gRPC server as a servlet.io.grpc.util Utilities with advanced features in the core layer that user can optionally use. -
-
Uses of BindableService in io.grpc
Methods in io.grpc with parameters of type BindableService Modifier and Type Method Description T
ForwardingServerBuilder. addService(BindableService bindableService)
abstract T
ServerBuilder. addService(BindableService bindableService)
Adds a service implementation to the handler registry.static ServerServiceDefinition
ServerInterceptors. intercept(BindableService bindableService, ServerInterceptor... interceptors)
static ServerServiceDefinition
ServerInterceptors. intercept(BindableService bindableService, java.util.List<? extends ServerInterceptor> interceptors)
static ServerServiceDefinition
ServerInterceptors. interceptForward(BindableService bindableService, ServerInterceptor... interceptors)
static ServerServiceDefinition
ServerInterceptors. interceptForward(BindableService bindableService, java.util.List<? extends ServerInterceptor> interceptors)
-
Uses of BindableService in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement BindableService Modifier and Type Class Description static class
ChannelzGrpc.ChannelzImplBase
Base class for the server implementation of the service Channelz. -
Uses of BindableService in io.grpc.health.v1
Classes in io.grpc.health.v1 that implement BindableService Modifier and Type Class Description static class
HealthGrpc.HealthImplBase
Base class for the server implementation of the service Health. -
Uses of BindableService in io.grpc.internal
Methods in io.grpc.internal with parameters of type BindableService Modifier and Type Method Description ServerImplBuilder
ServerImplBuilder. addService(BindableService bindableService)
-
Uses of BindableService in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement BindableService Modifier and Type Class Description static class
LoadBalancerGrpc.LoadBalancerImplBase
Base class for the server implementation of the service LoadBalancer. -
Uses of BindableService in io.grpc.lookup.v1
Classes in io.grpc.lookup.v1 that implement BindableService Modifier and Type Class Description static class
RouteLookupServiceGrpc.RouteLookupServiceImplBase
Base class for the server implementation of the service RouteLookupService. -
Uses of BindableService in io.grpc.protobuf.services
Classes in io.grpc.protobuf.services that implement BindableService Modifier and Type Class Description class
ChannelzService
The channelz service provides stats about a running gRPC process.(package private) class
HealthServiceImpl
class
ProtoReflectionService
Provides a reflection service for Protobuf services (including the reflection service itself).class
ProtoReflectionServiceV1
Provides a reflection service for Protobuf services (including the reflection service itself).Methods in io.grpc.protobuf.services that return BindableService Modifier and Type Method Description BindableService
HealthStatusManager. getHealthService()
Gets the health check service created in the constructor.static BindableService
ProtoReflectionService. newInstance()
static BindableService
ProtoReflectionServiceV1. newInstance()
Creates a instance ofProtoReflectionServiceV1
. -
Uses of BindableService in io.grpc.reflection.v1
Classes in io.grpc.reflection.v1 that implement BindableService Modifier and Type Class Description static class
ServerReflectionGrpc.ServerReflectionImplBase
Base class for the server implementation of the service ServerReflection. -
Uses of BindableService in io.grpc.reflection.v1alpha
Classes in io.grpc.reflection.v1alpha that implement BindableService Modifier and Type Class Description static class
ServerReflectionGrpc.ServerReflectionImplBase
Base class for the server implementation of the service ServerReflection. -
Uses of BindableService in io.grpc.services
Classes in io.grpc.services that implement BindableService Modifier and Type Class Description class
ChannelzService
Deprecated.UseChannelzService
instead.Methods in io.grpc.services that return BindableService Modifier and Type Method Description BindableService
HealthStatusManager. getHealthService()
Deprecated.Gets the health check service created in the constructor. -
Uses of BindableService in io.grpc.servlet
Method parameters in io.grpc.servlet with type arguments of type BindableService Modifier and Type Method Description private static ServletAdapter
GrpcServlet. loadServices(java.util.List<? extends BindableService> bindableServices)
Constructor parameters in io.grpc.servlet with type arguments of type BindableService Constructor Description GrpcServlet(java.util.List<? extends BindableService> bindableServices)
Instantiate the servlet serving the given list of gRPC services. -
Uses of BindableService in io.grpc.servlet.jakarta
Method parameters in io.grpc.servlet.jakarta with type arguments of type BindableService Modifier and Type Method Description private static ServletAdapter
GrpcServlet. loadServices(java.util.List<? extends BindableService> bindableServices)
Constructor parameters in io.grpc.servlet.jakarta with type arguments of type BindableService Constructor Description GrpcServlet(java.util.List<? extends BindableService> bindableServices)
Instantiate the servlet serving the given list of gRPC services. -
Uses of BindableService in io.grpc.util
Methods in io.grpc.util with parameters of type BindableService Modifier and Type Method Description ServerServiceDefinition
MutableHandlerRegistry. addService(BindableService bindableService)
Registers a service.
-