Uses of Class
io.grpc.alts.internal.HandshakerServiceGrpc.HandshakerServiceStub
Packages that use HandshakerServiceGrpc.HandshakerServiceStub
-
Uses of HandshakerServiceGrpc.HandshakerServiceStub in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as HandshakerServiceGrpc.HandshakerServiceStubModifier and TypeFieldDescriptionprivate final HandshakerServiceGrpc.HandshakerServiceStub
AltsHandshakerStub.serviceStub
Methods in io.grpc.alts.internal that return HandshakerServiceGrpc.HandshakerServiceStubModifier and TypeMethodDescriptionHandshakerServiceGrpc.HandshakerServiceStub.build
(io.grpc.Channel channel, io.grpc.CallOptions callOptions) HandshakerServiceGrpc.newStub
(io.grpc.Channel channel) Creates a new async stub that supports all call types for the serviceMethods in io.grpc.alts.internal with parameters of type HandshakerServiceGrpc.HandshakerServiceStubModifier and TypeMethodDescriptionstatic TsiHandshaker
AltsTsiHandshaker.newClient
(HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger) Creates a new TsiHandshaker for use by the client.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 HandshakerServiceGrpc.HandshakerServiceStubModifierConstructorDescription(package private)
AltsHandshakerClient
(HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger) Starts a new handshake interacting with the handshaker service.(package private)
private
AltsTsiHandshaker
(boolean isClient, HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger) Starts a new TSI handshaker with client options.