Package io.grpc.netty

Class ProtocolNegotiators.ProxyProtocolNegotiationHandler

java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
io.netty.channel.ChannelDuplexHandler
io.grpc.netty.ProtocolNegotiators.ProtocolNegotiationHandler
io.grpc.netty.ProtocolNegotiators.ProxyProtocolNegotiationHandler
All Implemented Interfaces:
io.netty.channel.ChannelHandler, io.netty.channel.ChannelInboundHandler, io.netty.channel.ChannelOutboundHandler
Enclosing class:
ProtocolNegotiators

static final class ProtocolNegotiators.ProxyProtocolNegotiationHandler extends ProtocolNegotiators.ProtocolNegotiationHandler
A Proxy handler follows ProtocolNegotiators.ProtocolNegotiationHandler pattern. Upon successful proxy connection, this handler will install next handler which should be a handler from other type of ProtocolNegotiator to continue negotiating protocol using proxy.