Searched defs:finishConnect (Results 1 - 3 of 3) 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 DOldSocketChannelTest.java156 this.channel1.finishConnect();
231 connected = this.channel1.finishConnect();
374 public boolean finishConnect() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel
/libcore/luni/src/main/java/java/nio/
H A DSocketChannelImpl.java228 public boolean finishConnect() throws IOException { method in class:SocketChannelImpl

Completed in 63 milliseconds