Searched refs:connect (Results 26 - 50 of 489) sorted by relevance

1234567891011>>

/openjdk9/jdk/test/sun/net/www/protocol/file/
H A DGetContentLength.java38 urlc.connect();
H A DGetContentType.java36 urlc.connect();
/openjdk9/jdk/test/sun/security/smartcardio/
H A DTestConnect.java27 * @summary test connect() works
51 Card card = terminal.connect("*");
68 card = terminal.connect("T=1");
77 card = terminal.connect("T=Foo");
84 card = terminal.connect("T=0");
92 card = terminal.connect("*");
/openjdk9/jdk/test/com/sun/jdi/connect/spi/
H A DSimpleLaunchingConnector.java26 * test/com/sun/jdi/connect/spi/DebugUsingCustomConnector.java
30 import com.sun.jdi.connect.Connector;
31 import com.sun.jdi.connect.LaunchingConnector;
32 import com.sun.jdi.connect.Transport;
33 import com.sun.jdi.connect.IllegalConnectorArgumentsException;
34 import com.sun.jdi.connect.VMStartException;
35 import com.sun.jdi.connect.spi.TransportService;
36 import com.sun.jdi.connect.spi.Connection;
141 * for the debuggee to connect; stop listening;
/openjdk9/jdk/src/java.management/share/classes/javax/management/remote/
H A DJMXConnector.java42 * #connect connect} method must be called before it can be used.
44 * JMXConnectorFactory#connect(JMXServiceURL, Map)
45 * JMXConnectorFactory.connect} are already connected.</p>
62 * method is equivalent to {@link #connect(Map)
63 * connect(null)}.</p>
71 public void connect() throws IOException; method in interface:JMXConnector
76 * <p>If <code>connect</code> has already been called successfully
78 * {@link #close} was called after <code>connect</code>, the new
79 * <code>connect</cod
97 public void connect(Map<String,?> env) throws IOException; method in interface:JMXConnector
[all...]
/openjdk9/jdk/src/jdk.jdi/windows/classes/com/sun/tools/jdi/
H A DSharedMemoryListeningConnector.java27 import com.sun.jdi.connect.*;
28 import com.sun.jdi.connect.spi.*;
H A DSharedMemoryAttachingConnector.java28 import com.sun.jdi.connect.*;
29 import com.sun.jdi.connect.spi.*;
/openjdk9/jdk/test/java/net/Socket/
H A DOldSocketImpl.java45 protected void connect(String host, int port) throws IOException { } method in class:OldSocketImpl
47 protected void connect(InetAddress address, int port) throws IOException { } method in class:OldSocketImpl
50 // protected void connect(SocketAddress address, int timeout) throws IOException { }
H A DOldSocketImpl.jar ... create (boolean) throws java.io.IOException protected void connect (java.lang.String, int) throws java.io ...
/openjdk9/jdk/test/java/nio/channels/SocketChannel/
H A DLocalAddress.java46 //Test1: connect only
49 sc.connect(saddr);
57 //Test2: bind and connect
63 sc.socket().connect(saddr);
/openjdk9/jdk/test/sun/net/www/protocol/jar/
H A DJarURLConnectionUseCaches.java52 c1.connect();
57 c2.connect();
H A DB4756443.java51 con.connect ();
56 con1.connect ();
/openjdk9/jdk/src/java.sql/share/classes/java/sql/
H A DDriver.java39 * driver in turn to try to connect to the target URL.
64 * of driver to connect to the given URL. This will be common, as when
65 * the JDBC driver manager is asked to connect to a given URL it passes
69 * driver to connect to the given URL but has trouble connecting to
82 * @param url the URL of the database to which to connect
91 Connection connect(String url, java.util.Properties info) method in interface:Driver
115 * enough information to connect to a database. Note that depending on
120 * @param url the URL of the database to which to connect
122 * connect open
/openjdk9/jdk/test/com/sun/tools/attach/
H A DAgent.java41 s.connect( new InetSocketAddress(port) );
/openjdk9/jdk/test/java/nio/channels/DatagramChannel/
H A DIsConnected.java42 dc.connect(isa);
/openjdk9/jdk/test/java/net/HttpURLConnection/
H A DgetResponseCode.java59 public void connect(){ method in class:MyHttpURLConnectionImpl
/openjdk9/jdk/test/java/net/URLConnection/
H A DUnknownContentType.java38 conn.connect();
/openjdk9/jdk/test/sun/net/www/protocol/http/
H A DGetOutputStream.java26 @summary URLConnection.getOutputStream() fails after connect()
37 urlConnection.connect();
/openjdk9/jdk/src/java.logging/share/classes/java/util/logging/
H A DSocketHandler.java58 * specifies the target host name to connect to (no default). </li>
91 * @throws IOException if we are unable to connect to the target
104 connect();
106 System.err.println("SocketHandler: connect failed to " + host + ":" + port);
123 * @throws IOException if we are unable to connect to the target
133 connect();
136 private void connect() throws IOException { method in class:SocketHandler
/openjdk9/jdk/test/java/net/PlainSocketImpl/
H A DCustomSocketImplFactory.java64 public void connect(String host, int port) throws IOException { method in class:CustomSocketImplFactory.CustomSocketImpl
67 public void connect(InetAddress addr, int port) throws IOException { method in class:CustomSocketImplFactory.CustomSocketImpl
70 public void connect(SocketAddress addr, int timeout) throws IOException { method in class:CustomSocketImplFactory.CustomSocketImpl
/openjdk9/jdk/test/sun/management/jmxremote/bootstrap/
H A DTestManager.java64 private static void connect(String pid, String address) throws Exception { method in class:TestManager
73 JMXConnector c = JMXConnectorFactory.connect(url);
115 connect(pid, agentPropLocalConnectorAddress);
119 connect(pid, jvmstatLocalConnectorAddress);
125 s.connect(new InetSocketAddress(port));
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jar/
H A DJarURLConnection.java92 connect();
97 connect();
122 public void connect() throws IOException { method in class:JarURLConnection
155 connect();
182 connect();
198 connect();
213 connect();
/openjdk9/jdk/test/sun/net/sdp/
H A DSanity.java56 // SocketChannel.connect (implicit bind)
59 client.connect(new InetSocketAddress(addr, port));
71 // SocketChannel.connect (explicit bind)
75 .connect(new InetSocketAddress(addr, port));
91 // AsynchronousSocketChannel.connect (implicit bind)
94 client.connect(new InetSocketAddress(addr, port)).get();
106 // AsynchronousSocketChannel.connect (explicit bind)
110 .connect(new InetSocketAddress(addr, port)).get();
125 // Socket.connect (implicit bind)
128 s.connect(ne
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/mailto/
H A DMailToURLConnection.java85 public void connect() throws IOException { method in class:MailToURLConnection
97 connect();
110 connect();
112 permission = new SocketPermission(host, "connect");
/openjdk9/jdk/test/com/sun/jdi/
H A DProcessAttachTest.java32 import com.sun.jdi.connect.AttachingConnector;
33 import com.sun.jdi.connect.Connector;
34 import com.sun.jdi.connect.IllegalConnectorArgumentsException;

Completed in 141 milliseconds

1234567891011>>