Uses of Class
io.grpc.Internal
-
-
Uses of Internal in io.grpc
Classes in io.grpc with annotations of type Internal Modifier and Type Class Description class
ManagedChannelProvider
Provider of managed channels for transport agnostic consumption.class
ManagedChannelRegistry
Registry ofManagedChannelProvider
s.class
ServerProvider
Provider of servers for transport agnostic consumption.class
ServerRegistry
Registry ofServerProvider
s.Fields in io.grpc with annotations of type Internal Modifier and Type Field Description static Attributes.Key<Map<String,?>>
LoadBalancer. ATTR_HEALTH_CHECKING_CONFIG
static Attributes.Key<Boolean>
LoadBalancer. HAS_HEALTH_PRODUCER_LISTENER_KEY
static LoadBalancer.CreateSubchannelArgs.Key<LoadBalancer.SubchannelStateListener>
LoadBalancer. HEALTH_CONSUMER_LISTENER_ARG_KEY
Methods in io.grpc with annotations of type Internal Modifier and Type Method Description Channel
LoadBalancer.Subchannel. asChannel()
(Internal use only) returns aChannel
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 thisLoadBalancer.Subchannel
is picked.ServerMethodDefinition<?,?>
ServerServiceDefinition. getMethod(String methodName)
Look up a method by its fully qualified name.
-