Searched refs:socketConnect (Results 1 – 3 of 3) sorted by relevance
58 void socketConnect(java.net.InetAddress address, int port, int timeout) in socketConnect() method in PlainSocketImpl
390 socketConnect(address, port, timeout); in doConnect()768 abstract void socketConnect(InetAddress address, int port, int timeout) in socketConnect() method in AbstractPlainSocketImpl
137 void socketConnect(InetAddress address, int port, int timeout) throws IOException { in socketConnect() method in PlainSocketImpl