类分层结构
- java.lang.Object
- com.alibaba.dubbo.remoting.transport.AbstractPeer (implements com.alibaba.dubbo.remoting.ChannelHandler, com.alibaba.dubbo.remoting.Endpoint)
- com.alibaba.dubbo.remoting.transport.AbstractEndpoint (implements com.alibaba.dubbo.common.Resetable)
- com.alibaba.dubbo.remoting.transport.AbstractClient (implements com.alibaba.dubbo.remoting.Client)
- com.alibaba.dubbo.remoting.transport.netty.NettyClient
- com.alibaba.dubbo.remoting.transport.AbstractServer (implements com.alibaba.dubbo.remoting.Server)
- com.alibaba.dubbo.remoting.transport.netty.NettyServer (implements com.alibaba.dubbo.remoting.Server)
- com.alibaba.dubbo.remoting.transport.AbstractClient (implements com.alibaba.dubbo.remoting.Client)
- com.alibaba.dubbo.remoting.transport.AbstractEndpoint (implements com.alibaba.dubbo.common.Resetable)
- com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBuffer (implements com.alibaba.dubbo.remoting.buffer.ChannelBuffer)
- com.alibaba.dubbo.remoting.transport.netty.NettyBackedChannelBufferFactory (implements com.alibaba.dubbo.remoting.buffer.ChannelBufferFactory)
- com.alibaba.dubbo.remoting.transport.netty.NettyTransporter (implements com.alibaba.dubbo.remoting.Transporter)
- org.jboss.netty.channel.SimpleChannelHandler (implements org.jboss.netty.channel.ChannelDownstreamHandler, org.jboss.netty.channel.ChannelUpstreamHandler)
- com.alibaba.dubbo.remoting.transport.netty.NettyHandler
- com.alibaba.dubbo.remoting.transport.AbstractPeer (implements com.alibaba.dubbo.remoting.ChannelHandler, com.alibaba.dubbo.remoting.Endpoint)