gap.setResponseContent(gap.getResponseContent().substring(
trimStartIndex, trimEndIndex));
}
this.responseCount += 1;
/**
* 20131009: add feedback of current responseCount to asst
* manager ResponseCountToBatchSenderAsstManager
*/
final ResponseCountToBatchSenderAsstManager responseCountToBatchSenderAsstManager = new ResponseCountToBatchSenderAsstManager(
this.responseCount);
if (batchSenderAsstManager != null) {
batchSenderAsstManager.tell(
responseCountToBatchSenderAsstManager, getSelf());