Home | History | Annotate | Download | only in net

Lines Matching defs:connect

100         super.connect(new InetSocketAddress(host, port), timeout);
126 throw new SocketTimeoutException("Connect timed out");
268 out.write(CONNECT);
314 * connect to the SOCKS proxy and negotiate the access. If the proxy
315 * grants the connections, then the connect is successful and all
318 * @param endpoint the {@code SocketAddress} to connect to.
327 protected void connect(SocketAddress endpoint, int timeout) throws IOException {
368 super.connect(epoint, remainingMillis(deadlineMillis));
391 super.connect(epoint, remainingMillis(deadlineMillis));
397 super.connect(epoint, remainingMillis(deadlineMillis));
432 throw new SocketException("Can't connect to SOCKS proxy:"
436 super.connect(epoint, remainingMillis(deadlineMillis));
484 out.write(CONNECT);
736 cmdsock.connect(new InetSocketAddress(server, serverPort));
758 throw new SocketException("Can't connect to SOCKS proxy:"
767 cmdsock.connect(new InetSocketAddress(server, serverPort));