Package org.apache.mina.core.write

Interface Summary
WriteRequest Represents write request fired by IoSession.write(Object).
WriteRequestQueue Stores WriteRequests which are queued to an IoSession.
 

Class Summary
DefaultWriteRequest The default implementation of WriteRequest.
WriteRequestWrapper A wrapper for an existing WriteRequest.
 

Exception Summary
NothingWrittenException An exception which is thrown when one or more write requests resulted in no actual write operation.
WriteException An exception which is thrown when one or more write operations were failed.
WriteTimeoutException An exception which is thrown when write buffer is not flushed for IoSessionConfig.getWriteTimeout() seconds.
WriteToClosedSessionException An exception which is thrown when one or more write operations were attempted on a closed session.
 



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