Home
last modified time | relevance | path

Searched refs:SocketConstructor (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
DSocketTimeoutTest.java55 private interface SocketConstructor<T> { interface in SocketTimeoutTest
59 private static <T extends Closeable> void checkOperationTimesOut(SocketConstructor<T> construct, in checkOperationTimesOut()