Crossfire JXClient, Trunk
Public Member Functions | List of all members
Sendable Interface Reference
Inheritance diagram for Sendable:
Inheritance graph
Collaboration diagram for Sendable:
Collaboration graph

Public Member Functions

void prepare () throws IOException
 
void release () throws IOException
 
boolean send (ChannelIO cio) throws IOException
 

Detailed Description

Method definitions used for preparing, sending, and release content.

Author
Mark Reinhold
Brad R. Wetmore

Definition at line 50 of file Sendable.java.

Member Function Documentation

◆ prepare()

void Sendable.prepare ( ) throws IOException

Implemented in Reply, StringContent, and FileContent.

Referenced by Reply.prepare().

Here is the caller graph for this function:

◆ release()

void Sendable.release ( ) throws IOException

Implemented in Reply, FileContent, and StringContent.

Referenced by Reply.release().

Here is the caller graph for this function:

◆ send()

boolean Sendable.send ( ChannelIO  cio) throws IOException

Implemented in Reply, StringContent, and FileContent.

Referenced by Reply.send().

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: