类分层结构
- java.lang.Object
- com.alibaba.dubbo.remoting.exchange.Exchangers
- com.alibaba.dubbo.remoting.exchange.Request
- com.alibaba.dubbo.remoting.exchange.Response
接口分层结构
- com.alibaba.dubbo.remoting.ChannelHandler
- com.alibaba.dubbo.remoting.exchange.ExchangeHandler (并 extends com.alibaba.dubbo.remoting.telnet.TelnetHandler)
- com.alibaba.dubbo.remoting.Endpoint
- com.alibaba.dubbo.remoting.Channel
- com.alibaba.dubbo.remoting.Client (并 extends com.alibaba.dubbo.remoting.Endpoint, com.alibaba.dubbo.common.Resetable)
- com.alibaba.dubbo.remoting.exchange.ExchangeClient (并 extends com.alibaba.dubbo.remoting.exchange.ExchangeChannel)
- com.alibaba.dubbo.remoting.exchange.ExchangeChannel
- com.alibaba.dubbo.remoting.exchange.ExchangeClient (并 extends com.alibaba.dubbo.remoting.Client)
- com.alibaba.dubbo.remoting.Client (并 extends com.alibaba.dubbo.remoting.Endpoint, com.alibaba.dubbo.common.Resetable)
- com.alibaba.dubbo.remoting.Client (并 extends com.alibaba.dubbo.remoting.Channel, com.alibaba.dubbo.common.Resetable)
- com.alibaba.dubbo.remoting.exchange.ExchangeClient (并 extends com.alibaba.dubbo.remoting.exchange.ExchangeChannel)
- com.alibaba.dubbo.remoting.Server (并 extends com.alibaba.dubbo.common.Resetable)
- com.alibaba.dubbo.remoting.exchange.ExchangeServer
- com.alibaba.dubbo.remoting.Channel
- com.alibaba.dubbo.remoting.exchange.Exchanger
- com.alibaba.dubbo.common.Resetable
- com.alibaba.dubbo.remoting.Client (并 extends com.alibaba.dubbo.remoting.Channel, com.alibaba.dubbo.remoting.Endpoint)
- com.alibaba.dubbo.remoting.exchange.ExchangeClient (并 extends com.alibaba.dubbo.remoting.exchange.ExchangeChannel)
- com.alibaba.dubbo.remoting.Server (并 extends com.alibaba.dubbo.remoting.Endpoint)
- com.alibaba.dubbo.remoting.exchange.ExchangeServer
- com.alibaba.dubbo.remoting.Client (并 extends com.alibaba.dubbo.remoting.Channel, com.alibaba.dubbo.remoting.Endpoint)
- com.alibaba.dubbo.remoting.exchange.ResponseCallback
- com.alibaba.dubbo.remoting.exchange.ResponseFuture
- com.alibaba.dubbo.remoting.telnet.TelnetHandler
- com.alibaba.dubbo.remoting.exchange.ExchangeHandler (并 extends com.alibaba.dubbo.remoting.ChannelHandler)