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 class
AltsProtocolNegotiator.ClientTsiHandshakerFactory
Fields in io.grpc.alts.internal declared as TsiHandshakerFactory Modifier and Type Field Description private TsiHandshakerFactory
AltsProtocolNegotiator.ClientAltsProtocolNegotiator. handshakerFactory
private TsiHandshakerFactory
AltsProtocolNegotiator.GoogleDefaultProtocolNegotiator. handshakerFactory
private TsiHandshakerFactory
AltsProtocolNegotiator.ServerAltsProtocolNegotiator. handshakerFactory
Constructors in io.grpc.alts.internal with parameters of type TsiHandshakerFactory Constructor Description ServerAltsProtocolNegotiator(TsiHandshakerFactory handshakerFactory, AltsProtocolNegotiator.LazyChannel lazyHandshakerChannel)
-