Uses of Interface
io.grpc.alts.internal.TsiHandshaker
Packages that use TsiHandshaker
-
Uses of TsiHandshaker in io.grpc.alts.internal
Classes in io.grpc.alts.internal that implement TsiHandshakerModifier and TypeClassDescriptionfinal class
Negotiates a grpc channel key to be used by the TsiFrameProtector, using ALTs handshaker service.Fields in io.grpc.alts.internal declared as TsiHandshakerModifier and TypeFieldDescriptionprivate final TsiHandshaker
NettyTsiHandshaker.internalHandshaker
Methods in io.grpc.alts.internal that return TsiHandshakerModifier and TypeMethodDescriptionstatic TsiHandshaker
AltsTsiHandshaker.newClient
(HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger) Creates a new TsiHandshaker for use by the client.AltsProtocolNegotiator.ClientTsiHandshakerFactory.newHandshaker
(String authority, io.grpc.ChannelLogger negotiationLogger) TsiHandshakerFactory.newHandshaker
(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