public class UpstreamProxyRelayHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpRequest>
| Constructor and Description | 
|---|
UpstreamProxyRelayHandler(MockServerLogger mockServerLogger,
                         io.netty.channel.Channel upstreamChannel,
                         io.netty.channel.Channel downstreamChannel)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
channelActive(io.netty.channel.ChannelHandlerContext ctx)  | 
void | 
channelInactive(io.netty.channel.ChannelHandlerContext ctx)  | 
void | 
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
            io.netty.handler.codec.http.FullHttpRequest request)  | 
void | 
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
               Throwable cause)  | 
acceptInboundMessage, channelReadchannelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic UpstreamProxyRelayHandler(MockServerLogger mockServerLogger, io.netty.channel.Channel upstreamChannel, io.netty.channel.Channel downstreamChannel)
public void channelActive(io.netty.channel.ChannelHandlerContext ctx)
channelActive in interface io.netty.channel.ChannelInboundHandlerchannelActive in class io.netty.channel.ChannelInboundHandlerAdapterpublic void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
                         io.netty.handler.codec.http.FullHttpRequest request)
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpRequest>public void channelInactive(io.netty.channel.ChannelHandlerContext ctx)
channelInactive in interface io.netty.channel.ChannelInboundHandlerchannelInactive in class io.netty.channel.ChannelInboundHandlerAdapterpublic void exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
                            Throwable cause)
exceptionCaught in interface io.netty.channel.ChannelHandlerexceptionCaught in interface io.netty.channel.ChannelInboundHandlerexceptionCaught in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2022. All rights reserved.