Uses of Class
io.grpc.HandlerRegistry
Packages that use HandlerRegistry
Package
Description
The gRPC core public API.
Interfaces and implementations that are internal to gRPC.
Utilities with advanced features in the core layer that user can optionally use.
-
Uses of HandlerRegistry in io.grpc
Methods in io.grpc with parameters of type HandlerRegistryModifier and TypeMethodDescriptionForwardingServerBuilder.fallbackHandlerRegistry
(HandlerRegistry fallbackRegistry) abstract T
ServerBuilder.fallbackHandlerRegistry
(HandlerRegistry fallbackRegistry) Sets a fallback handler registry that will be looked up in if a method is not found in the primary registry. -
Uses of HandlerRegistry in io.grpc.internal
Subclasses of HandlerRegistry in io.grpc.internalModifier and TypeClassDescription(package private) final class
private static final class
Fields in io.grpc.internal declared as HandlerRegistryModifier and TypeFieldDescriptionprivate static final HandlerRegistry
ServerImplBuilder.DEFAULT_FALLBACK_REGISTRY
private final HandlerRegistry
ServerImpl.fallbackRegistry
(package private) HandlerRegistry
ServerImplBuilder.fallbackRegistry
private final HandlerRegistry
ServerImpl.registry
Methods in io.grpc.internal with parameters of type HandlerRegistryModifier and TypeMethodDescriptionServerImplBuilder.fallbackHandlerRegistry
(HandlerRegistry registry) -
Uses of HandlerRegistry in io.grpc.util
Subclasses of HandlerRegistry in io.grpc.util