205206207208209210211212
/** * @return */ public SlowBandWidthSimulator getSlowBandWidthSimulator() { if (sbws == null) sbws = new SlowBandWidthSimulatorImpl(); return sbws; }