Uses of Class
io.grpc.alts.internal.HandshakerServiceGrpc.HandshakerServiceStub
-
Packages that use HandshakerServiceGrpc.HandshakerServiceStub Package Description io.grpc.alts.internal -
-
Uses of HandshakerServiceGrpc.HandshakerServiceStub in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as HandshakerServiceGrpc.HandshakerServiceStub Modifier and Type Field Description private HandshakerServiceGrpc.HandshakerServiceStub
AltsHandshakerStub. serviceStub
Methods in io.grpc.alts.internal that return HandshakerServiceGrpc.HandshakerServiceStub Modifier and Type Method Description protected HandshakerServiceGrpc.HandshakerServiceStub
HandshakerServiceGrpc.HandshakerServiceStub. build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
static HandshakerServiceGrpc.HandshakerServiceStub
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.HandshakerServiceStub 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.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.HandshakerServiceStub Constructor Description AltsHandshakerClient(HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger)
Starts a new handshake interacting with the handshaker service.AltsHandshakerStub(HandshakerServiceGrpc.HandshakerServiceStub serviceStub)
AltsTsiHandshaker(boolean isClient, HandshakerServiceGrpc.HandshakerServiceStub stub, AltsHandshakerOptions options, io.grpc.ChannelLogger logger)
Starts a new TSI handshaker with client options.
-