protected ReadBuffer createBuffer() throws FileNotFoundException, InterruptedException { return buffer = new CReadBuffer(Buffers.getBuffers(Direction.IN), this); }
protected WriteBuffer createWriteBuffer() throws IOException { return cwb = new CWriteBuffer(Buffers.getBuffers(Direction.OUT), this); }
public void setUpThrottling() { Buffers.getBuffers(BUFDIR).getThrottleManager().register(cb); }