|
xmlBlaster 1.2 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to inform listeners about incoming data.
Method Summary | |
void |
progressRead(java.lang.String name,
long currBytesRead,
long numBytes)
Notification about the current data receive progress. |
void |
progressWrite(java.lang.String name,
long currBytesWritten,
long numBytes)
Notification about the current data send progress. |
Method Detail |
public void progressRead(java.lang.String name, long currBytesRead, long numBytes)
name
- A qualifying name about the incoming request, can be empty.currBytesRead
- The number of bytes received up to nownumBytes
- The overall number of bytespublic void progressWrite(java.lang.String name, long currBytesWritten, long numBytes)
name
- A qualifying name about the incoming request, can be empty.currBytesWritten
- The number of bytes send up to nownumBytes
- The overall number of bytes
|
xmlBlaster 1.2 API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |