T - 过滤参数类型,HttpRequest或者HttpResponsepublic static class HttpInterceptor.Chain<T extends HttpBase<T>> extends Object implements Chain<HttpInterceptor<T>,HttpInterceptor.Chain<T>>
| 构造器和说明 |
|---|
Chain() |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpInterceptor.Chain<T> |
addChain(HttpInterceptor<T> element) |
HttpInterceptor.Chain<T> |
clear()
清空
|
Iterator<HttpInterceptor<T>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic HttpInterceptor.Chain<T> addChain(HttpInterceptor<T> element)
addChain 在接口中 Chain<HttpInterceptor<T extends HttpBase<T>>,HttpInterceptor.Chain<T extends HttpBase<T>>>public Iterator<HttpInterceptor<T>> iterator()
public HttpInterceptor.Chain<T> clear()
Copyright © 2023. All rights reserved.