java.lang.ObjectThis class represents the two separate half parts of the measurement process upon which is based the statistical model used to drive the compression layer. It exists a listener for every received packet waiting for its ack to come. When the listener is created it carries information about the interpolator it should update and the measured parameters like the choosed working level, the compression time and dimension and the uncompressed dimension. Finally, when the ack arrives, the listener is awakened and the transmission time is measured. Now the model is complete and the interpolator can be updated.java.net.Listener
- href="mailto:morgiaclaudio@yahoo.it">Claudio Morgia
1.0
- Field Summary | ||
---|---|---|
protected Interpolator | interpolator | The interpolator to update. |
protected int | level | |
protected int | uncompr_len | |
protected int | compr_len | |
protected long | compress_time | |
protected long | send_start |
Constructor: |
---|
|
Method from java.net.Listener Summary: |
---|
done |
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from java.net.Listener Detail: |
---|
|