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

Public Member Functions

boolean acceptsMessages ()
 
void beforeRead (Client client)
 
void onData (Client client, ByteBuffer buffer, int bytes)
 

Detailed Description

Definition at line 43 of file DataReader.java.

Member Function Documentation

◆ acceptsMessages()

boolean DataReader.acceptsMessages ( )

Implemented in NameReader, and MessageReader.

Referenced by ClientReader.acceptsMessages().

Here is the caller graph for this function:

◆ beforeRead()

void DataReader.beforeRead ( Client  client)

Implemented in NameReader, and MessageReader.

Referenced by ClientReader.run().

Here is the caller graph for this function:

◆ onData()

void DataReader.onData ( Client  client,
ByteBuffer  buffer,
int  bytes 
)

Implemented in NameReader, and MessageReader.

Referenced by ClientReader.run().

Here is the caller graph for this function:

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