Package io.grpc.xds.internal.security
Class SecurityProtocolNegotiators.HandlerPickerHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.grpc.xds.internal.security.SecurityProtocolNegotiators.HandlerPickerHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
- Enclosing class:
- SecurityProtocolNegotiators
static final class SecurityProtocolNegotiators.HandlerPickerHandler extends io.netty.channel.ChannelInboundHandlerAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private io.grpc.netty.InternalProtocolNegotiator.ProtocolNegotiatorfallbackProtocolNegotiatorprivate io.grpc.netty.GrpcHttp2ConnectionHandlergrpcHandler
-
Constructor Summary
Constructors Constructor Description HandlerPickerHandler(io.grpc.netty.GrpcHttp2ConnectionHandler grpcHandler, io.grpc.netty.InternalProtocolNegotiator.ProtocolNegotiator fallbackProtocolNegotiator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiduserEventTriggered(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object evt)-
Methods inherited from class io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelRead, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught
-
Methods inherited from class io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable
-
-
-
-
Method Detail
-
userEventTriggered
public void userEventTriggered(io.netty.channel.ChannelHandlerContext ctx, java.lang.Object evt) throws java.lang.Exception- Specified by:
userEventTriggeredin interfaceio.netty.channel.ChannelInboundHandler- Overrides:
userEventTriggeredin classio.netty.channel.ChannelInboundHandlerAdapter- Throws:
java.lang.Exception
-
-