Package io.grpc.netty
Class InternalProtocolNegotiators.ProtocolNegotiationHandler
- java.lang.Object
-
- io.netty.channel.ChannelHandlerAdapter
-
- io.netty.channel.ChannelInboundHandlerAdapter
-
- io.netty.channel.ChannelDuplexHandler
-
- io.grpc.netty.ProtocolNegotiators.ProtocolNegotiationHandler
-
- io.grpc.netty.InternalProtocolNegotiators.ProtocolNegotiationHandler
-
- All Implemented Interfaces:
io.netty.channel.ChannelHandler
,io.netty.channel.ChannelInboundHandler
,io.netty.channel.ChannelOutboundHandler
- Enclosing class:
- InternalProtocolNegotiators
public static class InternalProtocolNegotiators.ProtocolNegotiationHandler extends ProtocolNegotiators.ProtocolNegotiationHandler
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProtocolNegotiationHandler(io.netty.channel.ChannelHandler next, ChannelLogger negotiationLogger)
protected
ProtocolNegotiationHandler(io.netty.channel.ChannelHandler next, java.lang.String negotiatorName, ChannelLogger negotiationLogger)
-
Method Summary
-
Methods inherited from class io.grpc.netty.ProtocolNegotiators.ProtocolNegotiationHandler
fireProtocolNegotiationEvent, getProtocolNegotiationEvent, handlerAdded, handlerAdded0, protocolNegotiationEventTriggered, replaceProtocolNegotiationEvent, userEventTriggered, userEventTriggered0
-
Methods inherited from class io.netty.channel.ChannelDuplexHandler
bind, close, connect, deregister, disconnect, flush, read, write
-
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, handlerRemoved, isSharable
-
-
-
-
Constructor Detail
-
ProtocolNegotiationHandler
protected ProtocolNegotiationHandler(io.netty.channel.ChannelHandler next, java.lang.String negotiatorName, ChannelLogger negotiationLogger)
-
ProtocolNegotiationHandler
protected ProtocolNegotiationHandler(io.netty.channel.ChannelHandler next, ChannelLogger negotiationLogger)
-
-