Modifier and Type | Class and Description |
---|---|
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<java.util.Map<java.lang.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. |
java.lang.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(java.lang.String methodName)
Look up a method by its fully qualified name.
|