An
IoFilter that throttles incoming traffic to
prevent a unwanted
OutOfMemoryError under heavy load.
This filter will automatically disable reads on an
IoSession once
the amount of the read data batched for that session in the
ExecutorFilter reaches a defined threshold.
An exception that is thrown by
WriteThrottleFilter when
there are too many scheduled write requests or too much amount
of scheduled write data in an
IoSession 's internal write
request queue.