Modifier and Type | Class | Description |
---|---|---|
class |
ManagedChannelProvider |
Provider of managed channels for transport agnostic consumption.
|
class |
ServerProvider |
Provider of servers for transport agnostic consumption.
|
Modifier and Type | Method | 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.
|