public class DownstreamProxyRelayHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpResponse>
| Constructor and Description | 
|---|
DownstreamProxyRelayHandler(MockServerLogger mockServerLogger,
                           io.netty.channel.Channel upstreamChannel)  | 
| 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.FullHttpResponse response)  | 
void | 
exceptionCaught(io.netty.channel.ChannelHandlerContext ctx,
               Throwable cause)  | 
acceptInboundMessage, channelReadchannelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic DownstreamProxyRelayHandler(MockServerLogger mockServerLogger, io.netty.channel.Channel upstreamChannel)
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.FullHttpResponse response)
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpResponse>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.