Searched refs:checkOperationTimesOut (Results 1 – 1 of 1) sorted by relevance
59 private static <T extends Closeable> void checkOperationTimesOut(SocketConstructor<T> construct, in checkOperationTimesOut() method in SocketTimeoutTest78 checkOperationTimesOut(() -> new Socket(), s -> s.connect(UNREACHABLE_ADDRESS, in testSocketConnectTimeout()82 checkOperationTimesOut(() -> new Socket(), in testSocketConnectTimeout()96 checkOperationTimesOut(() -> new Socket(), s -> { in testSocketReadTimeout()154 checkOperationTimesOut(() -> new ServerSocket(0), in testServerSocketAcceptTimeout()164 checkOperationTimesOut(() -> ServerSocketChannel.open(), in testServerSocketChannelAcceptTimeout()174 checkOperationTimesOut(() -> new DatagramSocket(), s -> { in testDatagramSocketReceive()