Lines Matching full:interceptor
644 * @param interceptor exchange interceptor
646 void setExchangeInterceptor(final ExchangeInterceptor interceptor) {
647 exchInterceptor.set(interceptor);
957 ExchangeInterceptor interceptor = exchInterceptor.get();
958 if (interceptor != null) {
959 HTTPExchange newExch = interceptor.interceptExchange(exch);