类分层结构
- java.lang.Object
- org.apache.dubbo.remoting.transport.AbstractPeer (implements org.apache.dubbo.remoting.ChannelHandler, org.apache.dubbo.remoting.Endpoint)
- org.apache.dubbo.remoting.transport.AbstractEndpoint (implements org.apache.dubbo.common.Resetable)
- org.apache.dubbo.remoting.transport.AbstractClient (implements org.apache.dubbo.remoting.Client)
- org.apache.dubbo.remoting.transport.grizzly.GrizzlyClient
- org.apache.dubbo.remoting.transport.AbstractServer (implements org.apache.dubbo.remoting.RemotingServer)
- org.apache.dubbo.remoting.transport.grizzly.GrizzlyServer
- org.apache.dubbo.remoting.transport.AbstractClient (implements org.apache.dubbo.remoting.Client)
- org.apache.dubbo.remoting.transport.AbstractEndpoint (implements org.apache.dubbo.common.Resetable)
- org.glassfish.grizzly.filterchain.BaseFilter (implements org.glassfish.grizzly.filterchain.Filter)
- org.apache.dubbo.remoting.transport.grizzly.GrizzlyCodecAdapter
- org.apache.dubbo.remoting.transport.grizzly.GrizzlyHandler
- org.apache.dubbo.remoting.transport.grizzly.GrizzlyTransporter (implements org.apache.dubbo.remoting.Transporter)
- org.apache.dubbo.remoting.transport.AbstractPeer (implements org.apache.dubbo.remoting.ChannelHandler, org.apache.dubbo.remoting.Endpoint)