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

/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DStressLoopback.java88 private final ByteBuffer sentBuffer; field in class:StressLoopback.Source
95 this.sentBuffer = (rand.nextBoolean()) ?
100 sentBuffer.position(0);
101 sentBuffer.limit(sentBuffer.capacity());
102 channel.write(sentBuffer, (Void)null, new CompletionHandler<Integer,Void> () {
108 sentBuffer.position(0);
109 sentBuffer.limit(sentBuffer.capacity());
110 channel.write(sentBuffer, (Voi
[all...]

Completed in 37 milliseconds