类分层结构
- java.lang.Object
- com.github.netty.core.AbstractNettyClient
- com.github.netty.core.AbstractNettyServer (implements java.lang.Runnable)
- 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
- io.netty.channel.ChannelDuplexHandler (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.channel.ChannelOutboundHandlerAdapter (implements io.netty.channel.ChannelOutboundHandler)
- io.netty.handler.codec.MessageToByteEncoder<I>
- com.github.netty.protocol.nrpc.JsonDataCodec (implements com.github.netty.protocol.nrpc.DataCodec)
- com.github.netty.protocol.nrpc.RpcClientFuture (implements java.util.concurrent.Future<V>, com.github.netty.core.util.Recyclable, com.github.netty.protocol.nrpc.RpcDone)
- com.github.netty.protocol.nrpc.RpcClientHeartbeatTask (implements java.lang.Runnable)
- com.github.netty.protocol.nrpc.RpcClientReactivePublisher (implements org.reactivestreams.Publisher<T>, com.github.netty.protocol.nrpc.RpcDone, org.reactivestreams.Subscription)
- com.github.netty.protocol.nrpc.RpcContext<INSTANCE> (implements com.github.netty.core.util.Recyclable)
- com.github.netty.protocol.nrpc.RpcMethod<INSTANCE>
- com.github.netty.protocol.nrpc.RpcPacket (implements com.github.netty.core.util.Recyclable)
- com.github.netty.protocol.nrpc.RpcServerInstance
接口分层结构
枚举分层结构
Copyright © 2020. All rights reserved.