Uses of Class
io.grpc.HandlerRegistry
-
Packages that use HandlerRegistry Package Description io.grpc The gRPC core public API.io.grpc.internal Interfaces and implementations that are internal to gRPC.io.grpc.util 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 HandlerRegistry Modifier and Type Method Description TForwardingServerBuilder. fallbackHandlerRegistry(HandlerRegistry fallbackRegistry)abstract TServerBuilder. 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.internal Modifier and Type Class Description (package private) classInternalHandlerRegistryprivate static classServerImplBuilder.DefaultFallbackRegistryFields in io.grpc.internal declared as HandlerRegistry Modifier and Type Field Description private static HandlerRegistryServerImplBuilder. DEFAULT_FALLBACK_REGISTRYprivate HandlerRegistryServerImpl. fallbackRegistry(package private) HandlerRegistryServerImplBuilder. fallbackRegistryprivate HandlerRegistryServerImpl. registryMethods in io.grpc.internal with parameters of type HandlerRegistry Modifier and Type Method Description ServerImplBuilderServerImplBuilder. fallbackHandlerRegistry(HandlerRegistry registry) -
Uses of HandlerRegistry in io.grpc.util
Subclasses of HandlerRegistry in io.grpc.util Modifier and Type Class Description classMutableHandlerRegistryDefault implementation ofHandlerRegistry.
-