Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/net/ftp/impl/
DFtpClient.java926 private void tryConnect(InetSocketAddress dest, int timeout) throws IOException { in tryConnect() method in FtpClient
1025 tryConnect(serverAddr, timeout); in connect()