类分层结构
- java.lang.Object
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.handler.codec.ByteToMessageDecoder
- io.netty.handler.codec.LengthFieldBasedFrameDecoder
- net.hasor.rsf.protocol.rsf.ShakeHands
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToByteEncoder<I>
- net.hasor.rsf.protocol.rsf.CodecAdapterFactory (implements net.hasor.rsf.protocol.rsf.ProtocolConstants)
- net.hasor.rsf.protocol.rsf.RsfProtocolHandler (implements net.hasor.rsf.rpc.net.netty.ProtocolHandlerFactory)
接口分层结构
Copyright © 2020–2021. All rights reserved.