|
Crossfire JXClient, Trunk
|


Public Member Functions | |
| void | prepare () throws IOException |
| void | release () throws IOException |
| boolean | send (ChannelIO cio) throws IOException |
Method definitions used for preparing, sending, and release content.
Definition at line 50 of file Sendable.java.
| void Sendable.prepare | ( | ) | throws IOException |
Implemented in Reply, StringContent, and FileContent.
Referenced by Reply.prepare().

| void Sendable.release | ( | ) | throws IOException |
Implemented in Reply, FileContent, and StringContent.
Referenced by Reply.release().

| boolean Sendable.send | ( | ChannelIO | cio | ) | throws IOException |
Implemented in Reply, StringContent, and FileContent.
Referenced by Reply.send().

1.8.17