Package io.grpc.alts.internal
Class AltsProtocolNegotiator.ServerAltsProtocolNegotiator
- java.lang.Object
-
- io.grpc.alts.internal.AltsProtocolNegotiator.ServerAltsProtocolNegotiator
-
- All Implemented Interfaces:
io.grpc.netty.InternalProtocolNegotiator.ProtocolNegotiator
- Enclosing class:
- AltsProtocolNegotiator
static final class AltsProtocolNegotiator.ServerAltsProtocolNegotiator extends java.lang.Object implements io.grpc.netty.InternalProtocolNegotiator.ProtocolNegotiator
-
-
Field Summary
Fields Modifier and Type Field Description private TsiHandshakerFactory
handshakerFactory
private AltsProtocolNegotiator.LazyChannel
lazyHandshakerChannel
-
Constructor Summary
Constructors Constructor Description ServerAltsProtocolNegotiator(TsiHandshakerFactory handshakerFactory, AltsProtocolNegotiator.LazyChannel lazyHandshakerChannel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
io.netty.channel.ChannelHandler
newHandler(io.grpc.netty.GrpcHttp2ConnectionHandler grpcHandler)
io.netty.util.AsciiString
scheme()
-
-
-
Field Detail
-
handshakerFactory
private final TsiHandshakerFactory handshakerFactory
-
lazyHandshakerChannel
private final AltsProtocolNegotiator.LazyChannel lazyHandshakerChannel
-
-
Constructor Detail
-
ServerAltsProtocolNegotiator
ServerAltsProtocolNegotiator(TsiHandshakerFactory handshakerFactory, AltsProtocolNegotiator.LazyChannel lazyHandshakerChannel)
-
-