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

/libcore/luni/src/test/java/libcore/java/io/
H A DInterruptedStreamTest.java47 private Socket[] sockets; field in class:InterruptedStreamTest
57 if (sockets != null) {
58 sockets[0].close();
59 sockets[1].close();
98 sockets = newSocketChannelPair();
99 testInterruptReadableChannel(sockets[0].getChannel());
103 sockets = newSocketChannelPair();
104 testInterruptWritableChannel(sockets[0].getChannel());
108 * Returns a pair of connected sockets backed by NIO socket channels.

Completed in 249 milliseconds