接口 | 说明 |
---|---|
WriteRequest |
Represents write request fired by
IoSession.write(Object) . |
WriteRequestQueue |
Stores
WriteRequest s which are queued to an IoSession . |
类 | 说明 |
---|---|
DefaultWriteRequest |
The default implementation of
WriteRequest . |
WriteRequestWrapper |
A wrapper for an existing
WriteRequest . |
异常错误 | 说明 |
---|---|
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.
|
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.
|