类 ParserProxyHandler
java.lang.Object
io.netty.channel.ChannelHandlerAdapter
io.netty.channel.ChannelInboundHandlerAdapter
org.apache.pulsar.proxy.server.ParserProxyHandler
- 所有已实现的接口:
io.netty.channel.ChannelHandler,io.netty.channel.ChannelInboundHandler
public class ParserProxyHandler
extends io.netty.channel.ChannelInboundHandlerAdapter
-
嵌套类概要
从接口继承的嵌套类/接口 io.netty.channel.ChannelHandler
io.netty.channel.ChannelHandler.Sharable -
字段概要
字段 -
构造器概要
构造器构造器说明ParserProxyHandler(ProxyService service, io.netty.channel.Channel channel, String type, int maxMessageSize, io.netty.channel.ChannelId peerChannelId) -
方法概要
从类继承的方法 io.netty.channel.ChannelInboundHandlerAdapter
channelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggered从类继承的方法 io.netty.channel.ChannelHandlerAdapter
ensureNotSharable, handlerAdded, handlerRemoved, isSharable从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 io.netty.channel.ChannelHandler
handlerAdded, handlerRemoved
-
字段详细资料
-
构造器详细资料
-
ParserProxyHandler
public ParserProxyHandler(ProxyService service, io.netty.channel.Channel channel, String type, int maxMessageSize, io.netty.channel.ChannelId peerChannelId)
-
-
方法详细资料
-
channelRead
- 指定者:
channelRead在接口中io.netty.channel.ChannelInboundHandler- 覆盖:
channelRead在类中io.netty.channel.ChannelInboundHandlerAdapter
-