类分层结构
- java.lang.Object
- com.alibaba.dubbo.remoting.transport.ChannelHandlerAdapter (implements com.alibaba.dubbo.remoting.ChannelHandler)
- com.alibaba.dubbo.remoting.telnet.support.TelnetHandlerAdapter (implements com.alibaba.dubbo.remoting.telnet.TelnetHandler)
- com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerAdapter (implements com.alibaba.dubbo.remoting.exchange.ExchangeHandler)
- com.alibaba.dubbo.remoting.telnet.support.TelnetHandlerAdapter (implements com.alibaba.dubbo.remoting.telnet.TelnetHandler)
- com.alibaba.dubbo.remoting.exchange.support.DefaultFuture (implements com.alibaba.dubbo.remoting.exchange.ResponseFuture)
- com.alibaba.dubbo.remoting.exchange.support.ExchangeHandlerDispatcher (implements com.alibaba.dubbo.remoting.exchange.ExchangeHandler)
- com.alibaba.dubbo.remoting.exchange.support.ExchangeServerDelegate (implements com.alibaba.dubbo.remoting.exchange.ExchangeServer)
- com.alibaba.dubbo.remoting.exchange.support.MultiMessage (implements java.lang.Iterable<T>)
- com.alibaba.dubbo.remoting.exchange.support.ReplierDispatcher (implements com.alibaba.dubbo.remoting.exchange.support.Replier<T>)
- com.alibaba.dubbo.remoting.exchange.support.SimpleFuture (implements com.alibaba.dubbo.remoting.exchange.ResponseFuture)
- com.alibaba.dubbo.remoting.transport.ChannelHandlerAdapter (implements com.alibaba.dubbo.remoting.ChannelHandler)
接口分层结构
- com.alibaba.dubbo.remoting.exchange.support.Replier<T>