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.LazyChannel
AltsProtocolNegotiator.ClientAltsProtocolNegotiator. lazyHandshakerChannel
private AltsProtocolNegotiator.LazyChannel
AltsProtocolNegotiator.ClientTsiHandshakerFactory. lazyHandshakerChannel
private AltsProtocolNegotiator.LazyChannel
AltsProtocolNegotiator.GoogleDefaultProtocolNegotiator. lazyHandshakerChannel
private AltsProtocolNegotiator.LazyChannel
AltsProtocolNegotiator.ServerAltsProtocolNegotiator. lazyHandshakerChannel
Constructors 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)
-