所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- com.xkcoding.http.support.AbstractHttp (implements com.xkcoding.http.support.Http)
- com.xkcoding.http.support.httpclient.HttpClientImpl
- com.xkcoding.http.support.java11.HttpClientImpl
- com.xkcoding.http.support.hutool.HutoolImpl
- com.xkcoding.http.support.okhttp3.OkHttp3Impl
- com.xkcoding.http.util.ClassUtil
- com.xkcoding.http.config.HttpConfig
- com.xkcoding.http.support.HttpHeader
- com.xkcoding.http.HttpUtil
- com.xkcoding.http.util.MapUtil
- java.net.ProxySelector
- com.xkcoding.http.support.java11.DefaultProxySelector
- com.xkcoding.http.util.StringUtil
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- com.xkcoding.http.exception.SimpleHttpException
- java.lang.RuntimeException
- java.lang.Exception
- com.xkcoding.http.util.UrlUtil
- com.xkcoding.http.support.AbstractHttp (implements com.xkcoding.http.support.Http)