The {@link ReceiveBufferSizePredictor} that automatically increases anddecreases the predicted buffer size on feed back.
It gradually increases the expected number of readable bytes if the previous read filled the allocated buffer. It gradually decreases the expected number of readable bytes if the read operation was not able to fill a certain amount of the allocated buffer two times consecutively. Otherwise, it keeps returning the previous prediction.
@author The Netty Project (netty-dev@lists.jboss.org)
@author Trustin Lee (tlee@redhat.com)
@version $Rev: 1008 $, $Date: 2009-03-11 18:27:14 +0900 (Wed, 11 Mar 2009) $