public class ParserProxyHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BACKEND_CONN |
protected static String |
FRONTEND_CONN |
| Constructor and Description |
|---|
ParserProxyHandler(ProxyService service,
io.netty.channel.Channel channel,
String type,
int maxMessageSize) |
| Modifier and Type | Method and Description |
|---|---|
void |
channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg) |
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharableprotected static final String FRONTEND_CONN
protected static final String BACKEND_CONN
public ParserProxyHandler(ProxyService service, io.netty.channel.Channel channel, String type, int maxMessageSize)
public void channelRead(io.netty.channel.ChannelHandlerContext ctx,
Object msg)
channelRead in interface io.netty.channel.ChannelInboundHandlerchannelRead in class io.netty.channel.ChannelInboundHandlerAdapterCopyright © 2017–2022 Apache Software Foundation. All rights reserved.