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 TForwardingServerBuilder. addService(BindableService bindableService)abstract TServerBuilder. addService(BindableService bindableService)Adds a service implementation to the handler registry.static ServerServiceDefinitionServerInterceptors. intercept(BindableService bindableService, ServerInterceptor... interceptors)static ServerServiceDefinitionServerInterceptors. intercept(BindableService bindableService, java.util.List<? extends ServerInterceptor> interceptors)static ServerServiceDefinitionServerInterceptors. interceptForward(BindableService bindableService, ServerInterceptor... interceptors)static ServerServiceDefinitionServerInterceptors. 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 classChannelzGrpc.ChannelzImplBaseBase 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 classHealthGrpc.HealthImplBaseBase 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 ServerImplBuilderServerImplBuilder. 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 classLoadBalancerGrpc.LoadBalancerImplBaseBase 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 classRouteLookupServiceGrpc.RouteLookupServiceImplBaseBase 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 classChannelzServiceThe channelz service provides stats about a running gRPC process.(package private) classHealthServiceImplclassProtoReflectionServiceProvides a reflection service for Protobuf services (including the reflection service itself).classProtoReflectionServiceV1Provides 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 BindableServiceHealthStatusManager. getHealthService()Gets the health check service created in the constructor.static BindableServiceProtoReflectionService. newInstance()static BindableServiceProtoReflectionServiceV1. 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 classServerReflectionGrpc.ServerReflectionImplBaseBase 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 classServerReflectionGrpc.ServerReflectionImplBaseBase 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 classChannelzServiceDeprecated.UseChannelzServiceinstead.Methods in io.grpc.services that return BindableService Modifier and Type Method Description BindableServiceHealthStatusManager. 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 ServletAdapterGrpcServlet. 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 ServletAdapterGrpcServlet. 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 ServerServiceDefinitionMutableHandlerRegistry. addService(BindableService bindableService)Registers a service.
-