Searched refs:connect (Results 176 - 200 of 489) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/sun/net/www/protocol/jrt/
H A DBasic.java55 uc.connect();
/openjdk9/jdk/test/sun/net/www/http/HttpClient/
H A DB7025238.java50 urlConnection.connect();
/openjdk9/jdk/test/javax/management/remote/mandatory/connection/
H A DIIOPURLTest.java73 JMXConnector c = JMXConnectorFactory.connect(outputAddr);
H A DFailedConnectionTest.java97 JMXConnector client = JMXConnectorFactory.connect(addr, env);
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java207 * @throws UnknownHostException if trying to connect to an unknown host
210 public synchronized void connect() throws IOException { method in class:FtpURLConnection
252 http.connect();
273 http.connect();
293 ftp.connect(new InetSocketAddress(host, port));
295 ftp.connect(new InetSocketAddress(host, FtpClient.defaultPort()));
401 connect();
538 connect();
592 permission = new SocketPermission(urlhost, "connect");
/openjdk9/jdk/src/java.base/share/classes/sun/nio/ch/
H A DSocketAdaptor.java77 public void connect(SocketAddress remote) throws IOException { method in class:SocketAdaptor
78 connect(remote, 0);
81 public void connect(SocketAddress remote, int timeout) throws IOException { method in class:SocketAdaptor
83 throw new IllegalArgumentException("connect: The address can't be null");
85 throw new IllegalArgumentException("connect: timeout can't be negative");
94 sc.connect(remote);
100 if (sc.connect(remote))
/openjdk9/corba/src/java.corba/share/classes/javax/rmi/
H A DPortableRemoteObject.java58 * The connect method makes a Remote object ready for remote communication.
163 * {@link javax.rmi.CORBA.Stub#connect} method for more information.
164 * @param target the object to connect.
170 public static void connect (Remote target, Remote source) method in class:PortableRemoteObject
174 proDelegate.connect(target, source);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java79 public void connect( ORB orb ) throws RemoteException method in class:StubWrapper
81 StubAdapter.connect( object, (com.sun.corba.se.spi.orb.ORB)orb ) ;
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/javax/rmi/CORBA/
H A DStubDelegateImpl.java177 * {@link javax.rmi.PortableRemoteObject#connect}.
178 * @param orb the ORB to connect to.
182 public void connect(javax.rmi.CORBA.Stub self, ORB orb) method in class:StubDelegateImpl
185 ior = StubConnectImpl.connect( ior, self, self, orb ) ;
/openjdk9/corba/src/java.corba/share/classes/javax/rmi/CORBA/
H A DStub.java140 * {@link javax.rmi.PortableRemoteObject#connect}.
141 * @param orb the ORB to connect to.
145 public void connect(ORB orb) throws RemoteException { method in class:Stub
152 stubDelegate.connect(this, orb);
/openjdk9/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DDynamicStubImpl.java109 public void connect( ORB orb ) throws RemoteException method in class:DynamicStubImpl
111 ior = StubConnectImpl.connect( ior, self, this, orb ) ;
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.inline.hpp172 inline int os::connect(int fd, struct sockaddr* him, socklen_t len) { function in class:os
173 RESTARTABLE_RETURN_INT(::connect(fd, him, len));
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.inline.hpp180 inline int os::connect(int fd, struct sockaddr* him, socklen_t len) { function in class:os
181 RESTARTABLE_RETURN_INT(::connect(fd, him, len));
/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.inline.hpp173 inline int os::connect(int fd, struct sockaddr *him, socklen_t len) { function in class:os
174 RESTARTABLE_RETURN_INT(::connect(fd, him, len));
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DHttpConnectSocketImpl.java95 protected void connect(SocketAddress endpoint, int timeout) method in class:HttpConnectSocketImpl
139 // store options so that they can be re-applied to the impl after connect
167 conn.connect();
/openjdk9/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DNetClient.java62 tcpSocket.connect(new InetSocketAddress(hostname, port), timeout);
190 dgSocket.connect(iaddr, iport);
/openjdk9/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/
H A DSSLConnection.java61 public void connect() throws IOException { method in class:SSLConnection
62 delegate.connect();
H A DSSLTunnelConnection.java51 public void connect() throws IOException, InterruptedException { method in class:SSLTunnelConnection
52 delegate.connect();
H A DPlainTunnelingConnection.java73 public void connect() throws IOException, InterruptedException { method in class:PlainTunnelingConnection
74 delegate.connect();
/openjdk9/jdk/src/jdk.jdi/share/classes/com/sun/tools/jdi/
H A DSunCommandLineLauncher.java29 import com.sun.jdi.connect.*;
30 import com.sun.jdi.connect.spi.*;
H A DGenericListeningConnector.java35 import com.sun.jdi.connect.*;
36 import com.sun.jdi.connect.spi.*;
/openjdk9/jdk/test/com/sun/corba/cachedSocket/
H A D7056731.sh100 )| ${COMPILEJAVA}${FS}bin${FS}jdb -connect com.sun.jdi.SocketAttach:hostname=localhost,port=8000
/openjdk9/jdk/test/java/net/DatagramSocket/
H A DSendDatagramToBadAddress.java129 sock.connect(addr, port);
160 sock.connect(addr, port);
/openjdk9/jdk/test/java/net/httpclient/http2/
H A DTimeout.java106 System.out.println(uri + ": Trying to connect asynchronously");
109 System.out.println(uri + ": Trying to connect synchronously");
110 connect(uri);
115 private static void connect(String server) throws Exception { method in class:Timeout
/openjdk9/jdk/test/java/net/ipv6tests/
H A DUdpTest.java172 s1.connect (ia6addr, s2.getLocalPort());
182 s1.connect (ia6addr, 5000);

Completed in 305 milliseconds

1234567891011>>