Searched refs:connect (Results 301 - 325 of 489) sorted by relevance

<<11121314151617181920

/openjdk9/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DNonJMXPrincipalsTest.java184 // connect it to the RMI connector server
187 "connect it to the RMI connector server");
189 JMXConnectorFactory.connect(cs.getAddress(), adminEnv);
242 // connect it to the RMI connector server
245 "connect it to the RMI connector server");
247 JMXConnectorFactory.connect(cs.getAddress(), userEnv);
/openjdk9/jdk/src/java.base/share/classes/sun/net/ftp/impl/
H A DFtpClient.java604 // This means we used an Unresolved address to connect in
615 // Let's parse the response String to get the IP & port to connect
670 s.connect(dest, connectTimeout);
673 s.connect(dest, defaultConnectTimeout);
675 s.connect(dest);
829 * are established by having the client connect to the server.
855 * @param timeout the timeout value, in milliseconds, to use for the connect
868 * @return the value, in milliseconds, of the current connect timeout.
916 * @param dest the <code>InetSocketAddress</code> to connect to.
955 s.connect(des
1003 public sun.net.ftp.FtpClient connect(SocketAddress dest) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
1013 public sun.net.ftp.FtpClient connect(SocketAddress dest, int timeout) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DSocksSocketImpl.java111 super.connect(new InetSocketAddress(host, port), timeout);
324 * connect to the SOCKS proxy and negotiate the access. If the proxy
325 * grants the connections, then the connect is successful and all
328 * @param endpoint the {@code SocketAddress} to connect to.
337 protected void connect(SocketAddress endpoint, int timeout) throws IOException { method in class:SocksSocketImpl
373 super.connect(epoint, remainingMillis(deadlineMillis));
396 super.connect(epoint, remainingMillis(deadlineMillis));
402 super.connect(epoint, remainingMillis(deadlineMillis));
433 throw new SocketException("Can't connect to SOCKS proxy:"
732 cmdsock.connect(ne
[all...]
H A DAbstractPlainSocketImpl.java160 protected void connect(String host, int port) method in class:AbstractPlainSocketImpl
176 /* Do nothing. If connect threw an exception then
189 protected void connect(InetAddress address, int port) throws IOException { method in class:AbstractPlainSocketImpl
213 protected void connect(SocketAddress address, int timeout) method in class:AbstractPlainSocketImpl
232 /* Do nothing. If connect threw an exception then
409 // This is normally done in Socket.connect() but some
410 // subclasses of Socket may call impl.connect() directly!
H A DDatagramSocket.java91 * to calling connect() but not read by the application
127 throw new IllegalArgumentException("connect: " + port);
130 throw new IllegalArgumentException("connect: null address");
132 checkAddress (address, "connect");
148 // old impls do not support connect/disconnect
154 getImpl().connect(address, port);
458 public void connect(InetAddress address, int port) { method in class:DatagramSocket
462 throw new Error("connect failed", se);
470 * behaves as if invoking {@link #connect(InetAddress,int) connect(InetAddres
488 public void connect(SocketAddress addr) throws SocketException { method in class:DatagramSocket
[all...]
H A DDatagramSocketImpl.java102 * system connect.
109 * @param address the remote InetAddress to connect to
115 protected void connect(InetAddress address, int port) throws SocketException {} method in class:DatagramSocketImpl
/openjdk9/jdk/src/java.desktop/share/classes/java/awt/geom/
H A DPath2D.java726 public final void append(PathIterator pi, boolean connect) { argument
731 if (!connect || numTypes < 1 || numCoords < 1) {
761 connect = false;
1491 public final void append(PathIterator pi, boolean connect) { argument
1496 if (!connect || numTypes < 1 || numCoords < 1) {
1526 connect = false;
1896 * If the {@code connect} parameter is {@code true} and the
1909 * @param connect a boolean to control whether or not to turn an initial
1911 * to connect the new geometry to the existing path
1914 public final void append(Shape s, boolean connect) { argument
1941 append(PathIterator pi, boolean connect) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DNet.java443 static int connect(FileDescriptor fd, InetAddress remote, int remotePort) method in class:Net
446 return connect(UNSPEC, fd, remote, remotePort);
449 static int connect(ProtocolFamily family, FileDescriptor fd, InetAddress remote, int remotePort) method in class:Net
/openjdk9/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/
H A DCLHSDB.java185 System.err.println("Unable to connect to process ID " + pid + ":\n\n" + errMsg);
217 private void connect(final String remoteMachineName) { method in class:CLHSDB
226 System.err.println("Unable to connect to machine \"" + remoteMachineName + "\":\n\n" + errMsg);
/openjdk9/corba/src/java.corba/share/classes/com/sun/jndi/toolkit/corba/
H A DCorbaUtils.java76 * ((javax.rmi.CORBA.Stub)stub).connect(orb); // try to connect IIOP stub
84 * @param orb The non-null ORB to connect the remote object to
116 ((Stub) stub).connect(orb);
122 "Problem invoking javax.rmi.CORBA.Stub.connect()");
/openjdk9/hotspot/test/serviceability/jdwp/
H A DAllModulesCommandTest.java84 channel.connect();
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/https/
H A DAbstractDelegateHttpsURLConnection.java171 * Implements the HTTP protocol handler's "connect" method,
174 public void connect() throws IOException { method in class:AbstractDelegateHttpsURLConnection
/openjdk9/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DRMIAltAuthTest.java134 JMXConnector jmxc = JMXConnectorFactory.connect(url, cli_env);
/openjdk9/jdk/test/java/io/InputStream/
H A DReadParams.java159 pos.connect(pis);
/openjdk9/jdk/test/com/sun/jdi/
H A DJITDebug.java53 import com.sun.jdi.connect.*;
H A DAllLineLocations.java55 connect(args);
H A DRepStep.java39 import com.sun.jdi.connect.*;
H A DVars.java150 connect((String[])argList.toArray(args));
/openjdk9/jdk/test/com/sun/tools/attach/
H A DStartManagementAgent.java179 // try to connect - should fail
193 // try to connect - should work
222 System.err.println("Trying to connect to " + jmxUrlStr);
223 JMXConnector c = JMXConnectorFactory.connect(url, env);
233 throw new Exception("Could connect to agent, but should not have been possible");
236 throw new Exception("Could not connect to agent");
/openjdk9/jdk/test/java/net/Socket/
H A DDeadlockTest.java149 System.out.println("About to connect the client socket");
151 this.sock.connect(new InetSocketAddress("localhost", serverPort));
/openjdk9/jdk/test/java/net/Socket/reset/
H A DTest.java111 s.connect(sa);
216 // run standalone or connect to remote server
/openjdk9/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java187 dc.connect(new InetSocketAddress(lb, 80));
352 static final Op CONNECT = new Op("connect") {
354 waitPump("connect waiting for pumping refuser ...");
358 if (sc.connect(refuser.socket().getLocalSocketAddress()))
372 if (sc.connect(sa))
528 boolean connected = sc.connect(refuser.socket().getLocalSocketAddress());
531 // client cannot connect to the refuser within 50 milliseconds
712 log.println("WARNING Cannot reliably test connect/finishConnect"
/openjdk9/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DStressLoopback.java55 ch.connect(remote).get();
/openjdk9/jdk/test/java/nio/channels/SocketChannel/
H A DAsyncCloseChannel.java150 s.connect(new InetSocketAddress(host, sensorPort));
/openjdk9/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.java91 * Once launched this method tries to connect to service. If a connection
139 dc.connect(isa);

Completed in 291 milliseconds

<<11121314151617181920