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