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 classAltsTsiHandshakerNegotiates 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 TsiHandshakerNettyTsiHandshaker. internalHandshakerMethods in io.grpc.alts.internal that return TsiHandshaker Modifier and Type Method Description static TsiHandshakerAltsTsiHandshaker. newClient(HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger)Creates a new TsiHandshaker for use by the client.TsiHandshakerAltsProtocolNegotiator.ClientTsiHandshakerFactory. newHandshaker(java.lang.String authority, io.grpc.ChannelLogger negotiationLogger)TsiHandshakerTsiHandshakerFactory. newHandshaker(java.lang.String authority, io.grpc.ChannelLogger logger)Creates a new handshaker.static TsiHandshakerAltsTsiHandshaker. 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)
-