类分层结构
- java.lang.Object
- io.netty.util.concurrent.AbstractFuture<V> (implements io.netty.util.concurrent.Future<V>)
- io.netty.util.concurrent.DefaultPromise<V> (implements io.netty.util.concurrent.Promise<V>)
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- io.netty.channel.ChannelHandlerAdapter (implements io.netty.channel.ChannelHandler)
- io.netty.channel.ChannelInboundHandlerAdapter (implements io.netty.channel.ChannelInboundHandler)
- io.netty.channel.ChannelInitializer<C>
- io.netty.channel.SimpleChannelInboundHandler<I>
- com.github.netty.protocol.servlet.http2.NettyHttp2Client
接口分层结构
- java.util.EventListener
- io.netty.util.concurrent.GenericFutureListener<F>
Copyright © 2021. All rights reserved.