Methods Summary |
---|
public void | addResponseInterceptor(org.apache.http.HttpResponseInterceptor itcp)Appends a response interceptor to this list.
|
public void | addResponseInterceptor(org.apache.http.HttpResponseInterceptor itcp, int index)Inserts a response interceptor at the specified index.
|
public void | clearResponseInterceptors()Removes all response interceptors from this list.
|
public org.apache.http.HttpResponseInterceptor | getResponseInterceptor(int index)Obtains a response interceptor from this list.
|
public int | getResponseInterceptorCount()Obtains the current size of this list.
|
public void | removeResponseInterceptorByClass(java.lang.Class clazz)Removes all response interceptor of the specified class
|
public void | setInterceptors(java.util.List itcps)Sets the response interceptors in this list.
This list will be cleared and re-initialized to contain
all response interceptors from the argument list.
If the argument list includes elements that are not response
interceptors, the behavior is implementation dependent.
|