Uses of Class
io.grpc.alts.internal.AltsProtocolNegotiator.LazyChannel
-
Packages that use AltsProtocolNegotiator.LazyChannel Package Description io.grpc.alts.internal -
-
Uses of AltsProtocolNegotiator.LazyChannel in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as AltsProtocolNegotiator.LazyChannel Modifier and Type Field Description private AltsProtocolNegotiator.LazyChannelAltsProtocolNegotiator.ClientAltsProtocolNegotiator. lazyHandshakerChannelprivate AltsProtocolNegotiator.LazyChannelAltsProtocolNegotiator.ClientTsiHandshakerFactory. lazyHandshakerChannelprivate AltsProtocolNegotiator.LazyChannelAltsProtocolNegotiator.GoogleDefaultProtocolNegotiator. lazyHandshakerChannelprivate AltsProtocolNegotiator.LazyChannelAltsProtocolNegotiator.ServerAltsProtocolNegotiator. lazyHandshakerChannelConstructors in io.grpc.alts.internal with parameters of type AltsProtocolNegotiator.LazyChannel Constructor Description ClientTsiHandshakerFactory(com.google.common.collect.ImmutableList<java.lang.String> targetServiceAccounts, AltsProtocolNegotiator.LazyChannel lazyHandshakerChannel)ServerAltsProtocolNegotiator(TsiHandshakerFactory handshakerFactory, AltsProtocolNegotiator.LazyChannel lazyHandshakerChannel)
-