Modifier and Type | Class and Description |
---|---|
static class |
ClientStreamTracer.InternalLimitedInfoFactory
An abstract class for internal use only.
|
class |
ManagedChannelProvider
Provider of managed channels for transport agnostic consumption.
|
class |
ManagedChannelRegistry
Registry of
ManagedChannelProvider s. |
class |
ServerProvider
Provider of servers for transport agnostic consumption.
|
class |
ServerRegistry
Registry of
ServerProvider s. |
Modifier and Type | Field and Description |
---|---|
static Attributes.Key<Map<String,?>> |
LoadBalancer.ATTR_HEALTH_CHECKING_CONFIG |
Modifier and Type | Method and Description |
---|---|
Channel |
LoadBalancer.Subchannel.asChannel()
(Internal use only) returns a
Channel that is backed by this Subchannel. |
Object |
LoadBalancer.Subchannel.getInternalSubchannel()
(Internal use only) returns an object that represents the underlying subchannel that is used
by the Channel for sending RPCs when this
LoadBalancer.Subchannel is picked. |
ServerMethodDefinition<?,?> |
ServerServiceDefinition.getMethod(String methodName)
Look up a method by its fully qualified name.
|