Searched defs:sends (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DClient.java55 private static int sends = 0; field in class:Client
104 while (sends < bytesToSend/BYTESPEROP) {
107 sends++;
112 " Bytes sent : " + sends * BYTESPEROP +

Completed in 42 milliseconds