Searched refs:implConnect (Results 1 – 2 of 2) sorted by relevance
193 abstract <A> Future<Void> implConnect(SocketAddress remote, in implConnect() method in AsynchronousSocketChannelImpl199 return implConnect(remote, null, null); in connect()209 implConnect(remote, attachment, handler); in connect()
311 <A> Future<Void> implConnect(SocketAddress remote, in implConnect() method in UnixAsynchronousSocketChannelImpl