类分层结构
- java.lang.Object
- com.dtflys.forest.backend.AbstractHttpBackend (implements com.dtflys.forest.backend.HttpBackend)
- com.dtflys.forest.backend.AbstractHttpExecutor (implements com.dtflys.forest.backend.HttpExecutor)
- com.dtflys.forest.backend.AsyncHttpExecutor<T> (implements com.dtflys.forest.backend.HttpExecutor)
- com.dtflys.forest.backend.AsyncHttpExecutor.AsyncTask<T> (implements java.util.function.Supplier<T>)
- java.net.Authenticator
- com.dtflys.forest.backend.SocksAuthenticator
- com.dtflys.forest.backend.ContentType
- com.dtflys.forest.backend.HttpBackendSelector
- com.dtflys.forest.backend.HttpConnectionConstants
- com.dtflys.forest.backend.ResponseHandler<R>
- java.util.concurrent.ThreadPoolExecutor.AbortPolicy (implements java.util.concurrent.RejectedExecutionHandler)
- com.dtflys.forest.backend.AsyncAbortPolicy
- java.util.concurrent.ThreadPoolExecutor.CallerRunsPolicy (implements java.util.concurrent.RejectedExecutionHandler)
- com.dtflys.forest.backend.AsyncCallerRunsPolicy
接口分层结构
- com.dtflys.forest.backend.BackendClientProvider<T>
- com.dtflys.forest.backend.BodyBuilder<R>
- com.dtflys.forest.backend.ForestConnectionManager
- com.dtflys.forest.backend.HttpBackend
- com.dtflys.forest.backend.HttpBackend.HttpExecutorCreator
- com.dtflys.forest.backend.HttpExecutor