Searched refs:finishConnect (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/java/nio/channels/
H A DSocketChannel.java36 * by a call of {@code finishConnect()} to perform the final steps of
54 * finishConnect()} methods are synchronized against each other; when they are
159 * by calling {@code finishConnect()}.
224 public abstract boolean finishConnect() throws IOException; method in class:SocketChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DSelectorTest.java48 sc.finishConnect();
66 sc.finishConnect();
H A DOldSocketChannelTest.java156 this.channel1.finishConnect();
231 connected = this.channel1.finishConnect();
374 public boolean finishConnect() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel
/libcore/luni/src/test/java/libcore/java/net/
H A DConcurrentCloseTest.java90 while (!s.finishConnect()) {
H A DSocketTest.java103 while (!out.finishConnect()) {
/libcore/luni/src/main/java/java/nio/
H A DSocketChannelImpl.java228 public boolean finishConnect() throws IOException { method in class:SocketChannelImpl

Completed in 131 milliseconds