Uses of Interface
io.grpc.BindableService
Packages that use BindableService
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Service definitions and utilities with protobuf dependency for the pre-defined gRPC services.
Service definitions and utilities for the pre-defined gRPC services.
API that implements gRPC server as a servlet.
API that implements gRPC server as a servlet.
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 BindableServiceModifier and TypeMethodDescriptionForwardingServerBuilder.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, List<? extends ServerInterceptor> interceptors) static ServerServiceDefinition
ServerInterceptors.interceptForward
(BindableService bindableService, ServerInterceptor... interceptors) static ServerServiceDefinition
ServerInterceptors.interceptForward
(BindableService bindableService, List<? extends ServerInterceptor> interceptors) -
Uses of BindableService in io.grpc.channelz.v1
Classes in io.grpc.channelz.v1 that implement BindableServiceModifier and TypeClassDescriptionstatic class
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 BindableServiceModifier and TypeClassDescriptionstatic class
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 -
Uses of BindableService in io.grpc.lb.v1
Classes in io.grpc.lb.v1 that implement BindableServiceModifier and TypeClassDescriptionstatic class
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 BindableServiceModifier and TypeClassDescriptionstatic class
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 BindableServiceModifier and TypeClassDescriptionfinal class
The channelz service provides stats about a running gRPC process.(package private) final class
final class
Provides a reflection service for Protobuf services (including the reflection service itself).final class
Provides a reflection service for Protobuf services (including the reflection service itself).Methods in io.grpc.protobuf.services that return BindableServiceModifier and TypeMethodDescriptionHealthStatusManager.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 BindableServiceModifier and TypeClassDescriptionstatic class
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 BindableServiceModifier and TypeClassDescriptionstatic class
Base class for the server implementation of the service ServerReflection. -
Uses of BindableService in io.grpc.services
Classes in io.grpc.services that implement BindableServiceMethods in io.grpc.services that return BindableServiceModifier and TypeMethodDescriptionHealthStatusManager.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 BindableServiceModifier and TypeMethodDescriptionprivate static ServletAdapter
GrpcServlet.loadServices
(List<? extends BindableService> bindableServices) Constructor parameters in io.grpc.servlet with type arguments of type BindableServiceModifierConstructorDescriptionGrpcServlet
(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 BindableServiceModifier and TypeMethodDescriptionprivate static ServletAdapter
GrpcServlet.loadServices
(List<? extends BindableService> bindableServices) Constructor parameters in io.grpc.servlet.jakarta with type arguments of type BindableServiceModifierConstructorDescriptionGrpcServlet
(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 BindableServiceModifier and TypeMethodDescriptionMutableHandlerRegistry.addService
(BindableService bindableService) Registers a service.
ChannelzService
instead.