Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousSocketChannelImpl.java193 abstract <A> Future<Void> implConnect(SocketAddress remote, in implConnect() method in AsynchronousSocketChannelImpl
199 return implConnect(remote, null, null); in connect()
209 implConnect(remote, attachment, handler); in connect()
DUnixAsynchronousSocketChannelImpl.java311 <A> Future<Void> implConnect(SocketAddress remote, in implConnect() method in UnixAsynchronousSocketChannelImpl