类分层结构
- java.lang.Object
- com.dtflys.forest.callback.DefaultRetryWhen (implements com.dtflys.forest.callback.RetryWhen)
- com.dtflys.forest.callback.DefaultSuccessWhen (implements com.dtflys.forest.callback.SuccessWhen)
接口分层结构
- com.dtflys.forest.callback.AddressSource
- com.dtflys.forest.callback.HTTPProxySource
- com.dtflys.forest.callback.OnCanceled
- com.dtflys.forest.callback.OnEncoded
- com.dtflys.forest.callback.OnError
- com.dtflys.forest.callback.OnLoadCookie
- com.dtflys.forest.callback.OnProgress
- com.dtflys.forest.callback.OnRedirection
- com.dtflys.forest.callback.OnRetry
- com.dtflys.forest.callback.OnSaveCookie
- com.dtflys.forest.callback.OnSuccess<T>
- com.dtflys.forest.callback.RetryWhen
- com.dtflys.forest.callback.SuccessWhen