Uses of Class
io.grpc.alts.internal.AsyncSemaphore
Packages that use AsyncSemaphore
-
Uses of AsyncSemaphore in io.grpc.alts.internal
Fields in io.grpc.alts.internal declared as AsyncSemaphoreModifier and TypeFieldDescriptionprivate static final AsyncSemaphore
AltsProtocolNegotiator.handshakeSemaphore
private final AsyncSemaphore
TsiHandshakeHandler.semaphore
Constructors in io.grpc.alts.internal with parameters of type AsyncSemaphoreModifierConstructorDescriptionTsiHandshakeHandler
(io.netty.channel.ChannelHandler next, NettyTsiHandshaker handshaker, TsiHandshakeHandler.HandshakeValidator handshakeValidator, AsyncSemaphore semaphore, io.grpc.ChannelLogger negotiationLogger) Constructs a TsHandshakeHandler.