类分层结构
- 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.channel.ChannelInitializer<C>
- io.netty.channel.SimpleChannelInboundHandler<I>
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToByteEncoder<I>
- cn.foxtech.common.utils.netty.client.tcp.NettyTcpClientFactory
- cn.foxtech.common.utils.netty.server.tcp.NettyTcpServer
- cn.foxtech.common.utils.netty.server.udp.NettyUdpServer
- cn.foxtech.common.utils.netty.handler.SocketChannelHandler
Copyright © 2024. All rights reserved.