|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WriteException | |
---|---|
org.apache.mina.common | Common types required for users to use MINA. |
org.apache.mina.filter.traffic | IoFilter's which will provide functionality for shaping the traffic and preventing data flooding. |
Uses of WriteException in org.apache.mina.common |
---|
Subclasses of WriteException in org.apache.mina.common | |
---|---|
class |
NothingWrittenException
An exception which is thrown when one or more write requests resulted in no actual write operation. |
class |
WriteTimeoutException
An exception which is thrown when write buffer is not flushed for IoSessionConfig.getWriteTimeout() seconds. |
class |
WriteToClosedSessionException
An exception which is thrown when one or more write operations were attempted on a closed session. |
Uses of WriteException in org.apache.mina.filter.traffic |
---|
Subclasses of WriteException in org.apache.mina.filter.traffic | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |