158159160161162163164165166167168
RequestContext rCtx = new RequestContext(configCtx, request); rCtx.setTimeDelta(_delta); ByteProcessor bProcessor = new ByteProcessor(rCtx); bProcessor.process(); response = bProcessor.getResult(); } catch (BufferOverflowException overflowEx) {