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

Public Member Functions

long length ()
 
String type ()
 
- Public Member Functions inherited from Sendable
void prepare () throws IOException
 
void release () throws IOException
 
boolean send (ChannelIO cio) throws IOException
 

Detailed Description

An Sendable interface extension that adds additional methods for additional information, such as Files or Strings.

Author
Mark Reinhold
Brad R. Wetmore

Definition at line 49 of file Content.java.

Member Function Documentation

◆ length()

long Content.length ( )

Implemented in StringContent, and FileContent.

Referenced by Reply.headers().

Here is the caller graph for this function:

◆ type()

String Content.type ( )

Implemented in StringContent, and FileContent.

Referenced by Reply.headers().

Here is the caller graph for this function:

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