Uses of Interface
org.apache.mina.filter.traffic.IoFloodException

Packages that use IoFloodException
org.apache.mina.filter.traffic IoFilter's which will provide functionality for shaping the traffic and preventing data flooding. 
 

Uses of IoFloodException in org.apache.mina.filter.traffic
 

Classes in org.apache.mina.filter.traffic that implement IoFloodException
 class ReadFloodException
          An exception that is thrown by ReadThrottleFilter when the buffer size grows up too much.
 class WriteFloodException
          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.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.