Searched refs:connect (Results 251 - 275 of 431) sorted by relevance

<<1112131415161718

/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DUserClassLoaderTest.java98 JMXConnector client = JMXConnectorFactory.connect(u, null);
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DAddRemoveTest.java97 client.connect(null);
H A DEmptyDomainNotificationTest.java90 JMXConnector client = JMXConnectorFactory.connect(server.getAddress(), null);
H A DNotifBufferSizePropertyNameTest.java99 JMXConnector client = JMXConnectorFactory.connect(addr);
H A DNotifReconnectDeadlockTest.java87 JMXConnector client = JMXConnectorFactory.connect(addr, env);
H A DNotificationBufferCreationTest.java104 client.connect(null);
106 checkNotifier(s, 0, "Connector connect");
H A DServerNotifs.java90 c.connect(null);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DFinalizer.java91 urlc.connect ();
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanDirClient.java55 * which is able to connect to a secured JMX <i>scandir</i> application.
143 // connect it to the RMI connector server
148 "connect it to the RMI connector server");
154 final JMXConnector jmxc = JMXConnectorFactory.connect(url, env);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/javax/rmi/
H A DPortableRemoteObject.java70 * The connect method makes a Remote object ready for remote communication.
256 * {@link Stub#connect} method for more information.
257 * @param target the object to connect.
263 public void connect (Remote target, Remote source) method in class:PortableRemoteObject
316 // connect a JRMP object. If so, it is an error because
330 // And, finally, connect it up...
352 StubAdapter.connect( target, orb ) ;
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java138 * Implements the HTTP protocol handler's "connect" method,
141 public void connect() throws IOException { method in class:HttpsURLConnectionOldImpl
142 delegate.connect();
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetReader.java105 * its <code>connect</code> method to make
107 * of the rowset's properties have been set, the <code>connect</code>
157 con = this.connect(caller);
304 public Connection connect(RowSetInternal caller) throws SQLException { method in class:CachedRowSetReader
334 SQLException sqlEx = new SQLException(resBundle.handleGetObject("crsreader.connect").toString());
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DAbstractLauncher.java29 import com.sun.jdi.connect.*;
30 import com.sun.jdi.connect.spi.*;
H A DVirtualMachineManagerImpl.java29 import com.sun.jdi.connect.*;
30 import com.sun.jdi.connect.spi.*;
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp249 inline int os::connect(int fd, struct sockaddr* him, socklen_t len) { function in class:os
250 RESTARTABLE_RETURN_INT(::connect(fd, him, len));
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp253 inline int os::connect(int fd, struct sockaddr* him, socklen_t len) { function in class:os
254 RESTARTABLE_RETURN_INT(::connect(fd, him, len));
/openjdk7/jdk/src/solaris/native/sun/nio/ch/
H A DDatagramChannelImpl.c81 rv = connect(fd, 0, 0);
112 rv = connect(fd, (struct sockaddr *)&sa, len);
/openjdk7/jdk/src/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryTransportService.java29 import com.sun.jdi.connect.*;
30 import com.sun.jdi.connect.spi.*;
/openjdk7/jdk/test/java/nio/channels/AsynchronousChannelGroup/
H A DBasic.java184 ch.connect(isa).get();
204 // connect to the listener which should cause the accept to complete
205 AsynchronousSocketChannel.open().connect(isa);
/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample.java114 connect();
219 public void connect() { method in class:TableExample
235 //connect();
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DNonJMXPrincipalsTest.java183 // connect it to the RMI connector server
186 "connect it to the RMI connector server");
188 JMXConnectorFactory.connect(cs.getAddress(), adminEnv);
241 // connect it to the RMI connector server
244 "connect it to the RMI connector server");
246 JMXConnectorFactory.connect(cs.getAddress(), userEnv);
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java149 * Implements the HTTP protocol handler's "connect" method,
152 public void connect() throws IOException { method in class:HttpsURLConnectionImpl
153 delegate.connect();
/openjdk7/jdk/src/share/classes/sun/net/ftp/impl/
H A DFtpClient.java599 // This means we used an Unresolved address to connect in
610 // Let's parse the response String to get the IP & port to connect
666 s.connect(dest, connectTimeout);
669 s.connect(dest, defaultConnectTimeout);
671 s.connect(dest);
825 * are established by having the client connect to the server.
850 * @param timeout the timeout value, in milliseconds, to use for the connect
863 * @return the value, in milliseconds, of the current connect timeout.
911 * @param dest the <code>InetSocketAddress</code> to connect to.
950 s.connect(des
998 public sun.net.ftp.FtpClient connect(SocketAddress dest) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
1008 public sun.net.ftp.FtpClient connect(SocketAddress dest, int timeout) throws sun.net.ftp.FtpProtocolException, IOException { method in class:FtpClient
[all...]
/openjdk7/jdk/src/share/classes/java/net/
H A DSocksSocketImpl.java100 super.connect(new InetSocketAddress(host, port), timeout);
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</code> to connect to.
327 protected void connect(SocketAddress endpoint, int timeout) throws IOException { method in class:SocksSocketImpl
363 super.connect(epoint, remainingMillis(deadlineMillis));
386 super.connect(epoint, remainingMillis(deadlineMillis));
392 super.connect(epoint, remainingMillis(deadlineMillis));
428 throw new SocketException("Can't connect to SOCKS proxy:"
728 cmdsock.connect(ne
[all...]
/openjdk7/jdk/src/share/classes/java/awt/geom/
H A DPath2D.java654 public final void append(PathIterator pi, boolean connect) { argument
659 if (!connect || numTypes < 1 || numCoords < 1) {
688 connect = false;
1379 public final void append(PathIterator pi, boolean connect) { argument
1384 if (!connect || numTypes < 1 || numCoords < 1) {
1413 connect = false;
1778 * If the {@code connect} parameter is {@code true} and the
1791 * @param connect a boolean to control whether or not to turn an initial
1793 * to connect the new geometry to the existing path
1796 public final void append(Shape s, boolean connect) { argument
1823 append(PathIterator pi, boolean connect) argument
[all...]

Completed in 98 milliseconds

<<1112131415161718