Uses of Interface
io.grpc.alts.internal.TsiHandshakerFactory
-
Packages that use TsiHandshakerFactory Package Description io.grpc.alts.internal -
-
Uses of TsiHandshakerFactory in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement TsiHandshakerFactory Modifier and Type Class Description private static classAltsProtocolNegotiator.ClientTsiHandshakerFactoryFields in io.grpc.alts.internal declared as TsiHandshakerFactory Modifier and Type Field Description private TsiHandshakerFactoryAltsProtocolNegotiator.ClientAltsProtocolNegotiator. handshakerFactoryprivate TsiHandshakerFactoryAltsProtocolNegotiator.GoogleDefaultProtocolNegotiator. handshakerFactoryprivate TsiHandshakerFactoryAltsProtocolNegotiator.ServerAltsProtocolNegotiator. handshakerFactoryConstructors in io.grpc.alts.internal with parameters of type TsiHandshakerFactory Constructor Description ServerAltsProtocolNegotiator(TsiHandshakerFactory handshakerFactory, AltsProtocolNegotiator.LazyChannel lazyHandshakerChannel)
-