RateHandlerpublic interface RateHandler Handler to allow external control of an entity's byte processing rate. |
Methods Summary |
---|
public void | bytesProcessed(int num_bytes_processed)Notification of any bytes processed by the entity.
| public int | getCurrentNumBytesAllowed()Get the current number of bytes allowed to be processed by the entity.
|
|