类分层结构
- 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>
- java.util.concurrent.CompletableFuture<T> (implements java.util.concurrent.CompletionStage<T>, java.util.concurrent.Future<V>)
- io.reactivex.rxjava3.core.Flowable<T> (implements org.reactivestreams.Publisher<T>)
- com.github.netty.protocol.nrpc.JsonDataCodec (implements com.github.netty.protocol.nrpc.DataCodec)
- io.reactivex.rxjava3.core.Observable<T> (implements io.reactivex.rxjava3.core.ObservableSource<T>)
- com.github.netty.protocol.nrpc.RpcClient.Sender (implements java.lang.reflect.InvocationHandler)
- 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.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 © 2021. All rights reserved.