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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
T |
AbstractServerImplBuilder.fallbackHandlerRegistry(HandlerRegistry registry) |
Modifier and Type | Class and Description |
---|---|
class |
MutableHandlerRegistry
Default implementation of
MutableHandlerRegistry . |
Copyright © 2019. All rights reserved.