| Package | Description |
|---|---|
| io.grpc |
The gRPC core public API.
|
| Modifier and Type | Method and Description |
|---|---|
static ManagedChannelProvider |
ManagedChannelProvider.provider()
Returns the ClassLoader-wide default channel.
|
| Modifier and Type | Method and Description |
|---|---|
static Iterable<ManagedChannelProvider> |
ManagedChannelProvider.getCandidatesViaHardCoded(ClassLoader classLoader)
Load providers from a hard-coded list.
|
static Iterable<ManagedChannelProvider> |
ManagedChannelProvider.getCandidatesViaServiceLoader(ClassLoader classLoader)
Loads service providers for the
ManagedChannelProvider service using
ServiceLoader. |