| Interface | Description |
|---|---|
| WriteRequest |
Represents write request fired by
IoSession.write(Object). |
| WriteRequestQueue |
Stores
WriteRequests which are queued to an IoSession. |
| Class | Description |
|---|---|
| DefaultWriteRequest |
The default implementation of
WriteRequest. |
| Exception | Description |
|---|---|
| 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 failed.
|
| WriteRejectedException |
An exception thrown whe a write is rejected
|
| 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–2024 Apache MINA Project. All rights reserved.