Searched defs:openConnection (Results 1 - 23 of 23) sorted by relevance

/openjdk9/jdk/test/java/net/URL/HandlersPkgPrefix/handlers/bar/
H A DHandler.java33 protected URLConnection openConnection(URL u) throws IOException { method in class:Handler
/openjdk9/jdk/test/java/net/URL/HandlersPkgPrefix/handlers/foo/
H A DHandler.java33 protected URLConnection openConnection(URL u) throws IOException { method in class:Handler
/openjdk9/jdk/test/java/net/URL/JarHandlerPkgPrefix/handlers/jar/
H A DHandler.java38 protected URLConnection openConnection(URL u) throws IOException { method in class:Handler
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jmod/
H A DHandler.java42 protected URLConnection openConnection(URL url) throws IOException { method in class:Handler
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jrt/
H A DHandler.java41 protected URLConnection openConnection(URL url) throws IOException { method in class:Handler
/openjdk9/jdk/test/java/net/URL/
H A DB6529759.java45 protected java.net.URLConnection openConnection(java.net.URL u) { method in class:B6529759.a
/openjdk9/jdk/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHandler.java49 protected java.net.URLConnection openConnection(URL u) throws IOException { method in class:Handler
53 protected java.net.URLConnection openConnection(URL u, Proxy p) throws IOException { method in class:Handler
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHandler.java55 protected java.net.URLConnection openConnection(URL u) method in class:Handler
60 protected java.net.URLConnection openConnection(URL u, Proxy p) method in class:Handler
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/ftp/
H A DHandler.java54 protected java.net.URLConnection openConnection(URL u) method in class:Handler
59 protected java.net.URLConnection openConnection(URL u, Proxy p) method in class:Handler
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHandler.java55 protected java.net.URLConnection openConnection(URL u) method in class:Handler
60 protected java.net.URLConnection openConnection(URL u, Proxy p) method in class:Handler
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/
H A DEndpointAddress.java211 public URLConnection openConnection() throws IOException { method in class:EndpointAddress
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jar/
H A DHandler.java39 protected java.net.URLConnection openConnection(URL u) method in class:Handler
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/mailto/
H A DHandler.java102 public synchronized URLConnection openConnection(URL u) { method in class:Handler
/openjdk9/jdk/src/java.base/unix/classes/sun/net/www/protocol/file/
H A DHandler.java70 public synchronized URLConnection openConnection(URL u) method in class:Handler
75 public synchronized URLConnection openConnection(URL u, Proxy p) method in class:Handler
/openjdk9/jdk/src/java.base/windows/classes/sun/net/www/protocol/file/
H A DHandler.java70 public synchronized URLConnection openConnection(URL url) method in class:Handler
75 public synchronized URLConnection openConnection(URL url, Proxy p) method in class:Handler
/openjdk9/jdk/src/java.base/share/classes/java/net/
H A DURLStreamHandler.java71 protected abstract URLConnection openConnection(URL u) throws IOException; method in class:URLStreamHandler
95 protected URLConnection openConnection(URL u, Proxy p) throws IOException { method in class:URLStreamHandler
H A DURL.java1050 public URLConnection openConnection() throws java.io.IOException { method in class:URL
1083 public URLConnection openConnection(Proxy proxy) method in class:URL
[all...]
/openjdk9/jdk/src/java.rmi/share/classes/sun/rmi/transport/tcp/
H A DConnectionMultiplexer.java261 public synchronized TCPConnection openConnection() throws IOException method in class:ConnectionMultiplexer
/openjdk9/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverDirectHTTP.java185 private URLConnection openConnection(URL url) throws IOException { method in class:ResolverDirectHTTP
/openjdk9/langtools/src/jdk.jshell/share/classes/jdk/jshell/execution/
H A DDefaultLoaderDelegate.java85 protected URLConnection openConnection(URL u) throws IOException { method in class:DefaultLoaderDelegate.RemoteClassLoader.ResourceURLStreamHandler
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpClientTransport.java199 protected HttpURLConnection openConnection(Packet packet) { method in class:HttpClientTransport
/openjdk9/jdk/test/java/net/HttpURLConnection/SetAuthenticator/
H A DHTTPTest.java273 public static HttpURLConnection openConnection(URL url, method in class:HTTPTest
/openjdk9/jdk/src/jdk.jdi/share/native/libdt_shmem/
H A DshmemBase.c530 openConnection(SharedMemoryTransport *transport, jlong otherPID, function

Completed in 157 milliseconds