|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface StatisticsProvider
This class is used to collect statistical data about transports. Since the nature of the data is specific to the type of the statistics, no method is provided for access to data. Instead, the accessor method is to be defined in the implementation, that works together with the SelectionStrategy.
Method Summary | |
---|---|
void |
flushed()
The transport has been flushed. |
void |
messageChunkSent(int size)
A message chunk with the given size has been sent over the associated Transport. |
void |
messageReceived(int size)
A message with the given size has been received by the associated Transport. |
Method Detail |
---|
void messageChunkSent(int size)
void flushed()
void messageReceived(int size)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |