类分层结构
- java.lang.Object
- com.alibaba.csp.sentinel.cluster.server.connection.ConnectionDescriptor
- com.alibaba.csp.sentinel.cluster.server.connection.ConnectionGroup
- com.alibaba.csp.sentinel.cluster.server.connection.ConnectionManager
- com.alibaba.csp.sentinel.cluster.server.connection.ConnectionPool
- com.alibaba.csp.sentinel.cluster.server.connection.NettyConnection (implements com.alibaba.csp.sentinel.cluster.server.connection.Connection)
- com.alibaba.csp.sentinel.cluster.server.connection.ScanIdleConnectionTask (implements java.lang.Runnable)
接口分层结构
- java.lang.AutoCloseable
- com.alibaba.csp.sentinel.cluster.server.connection.Connection