Uses of Interface
io.grpc.alts.internal.TsiHandshaker
-
Packages that use TsiHandshaker Package Description io.grpc.alts.internal -
-
Uses of TsiHandshaker in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement TsiHandshaker Modifier and Type Class Description class
AltsTsiHandshaker
Negotiates a grpc channel key to be used by the TsiFrameProtector, using ALTs handshaker service.Fields in io.grpc.alts.internal declared as TsiHandshaker Modifier and Type Field Description private TsiHandshaker
NettyTsiHandshaker. internalHandshaker
Methods in io.grpc.alts.internal that return TsiHandshaker Modifier and Type Method Description static TsiHandshaker
AltsTsiHandshaker. newClient(HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger)
Creates a new TsiHandshaker for use by the client.TsiHandshaker
AltsProtocolNegotiator.ClientTsiHandshakerFactory. newHandshaker(java.lang.String authority, io.grpc.ChannelLogger negotiationLogger)
TsiHandshaker
TsiHandshakerFactory. newHandshaker(java.lang.String authority, io.grpc.ChannelLogger logger)
Creates a new handshaker.static TsiHandshaker
AltsTsiHandshaker. newServer(HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger)
Creates a new TsiHandshaker for use by the server.Constructors in io.grpc.alts.internal with parameters of type TsiHandshaker Constructor Description NettyTsiHandshaker(TsiHandshaker handshaker)
-