private int responseTransactionSerial; // Serial number of last response change
TransactionManager(InterceptView interceptView, IHttpInterceptor interceptor) {
this.interceptView = interceptView;
this.interceptor = interceptor;
interceptorEventHandler = new IHttpInterceptorEventHandler() {
@Override
public void notifyQueue(IProxyTransaction transaction, int idx) {
if (transaction.hasResponse() == false) {
handleTransactionRequest(transaction);
} else {