Searched refs:responseInterceptors (Results 1 – 2 of 2) sorted by relevance
64 protected List responseInterceptors = null; field in BasicHttpProcessor108 if (this.responseInterceptors == null) { in addResponseInterceptor()112 this.responseInterceptors = new ArrayList(); in addResponseInterceptor()114 this.responseInterceptors.add(index, itcp); in addResponseInterceptor()134 if (this.responseInterceptors == null) { in removeResponseInterceptorByClass()137 for (Iterator it = this.responseInterceptors.iterator(); in removeResponseInterceptorByClass()193 if (this.responseInterceptors == null) { in addResponseInterceptor()194 this.responseInterceptors = new ArrayList(); in addResponseInterceptor()196 this.responseInterceptors.add(itcp); in addResponseInterceptor()218 return (this.responseInterceptors == null) ? in getResponseInterceptorCount()[all …]
3850 field @Deprecated protected java.util.List responseInterceptors;