Searched refs:URLConnection (Results 126 - 150 of 161) sorted by relevance

1234567

/openjdk7/jdk/src/share/classes/java/net/
H A DURLClassLoader.java33 import java.net.URLConnection;
232 URLConnection urlc = url.openConnection();
640 URLConnection urlConnection;
H A DURLConnection.java43 * The abstract class <code>URLConnection</code> is the superclass
133 * field <code>fileNameMap</code> of <code>URLConnection</code> was public.
142 * <tt>URLConnection</tt> after a request may free network resources associated with this
148 * @see java.net.URLConnection#connect()
149 * @see java.net.URLConnection#getContent()
150 * @see java.net.URLConnection#getContentEncoding()
151 * @see java.net.URLConnection#getContentLength()
152 * @see java.net.URLConnection#getContentType()
153 * @see java.net.URLConnection#getDate()
154 * @see java.net.URLConnection#getExpiratio
169 public abstract class URLConnection { class
467 protected URLConnection(URL url) { method in class:URLConnection
[all...]
H A DURLStreamHandler.java60 * exists a public, specialized URLConnection subclass belonging
68 * @return a <code>URLConnection</code> object for the <code>URL</code>.
72 abstract protected URLConnection openConnection(URL u) throws IOException;
87 * @return a <code>URLConnection</code> object for the <code>URL</code>.
96 protected URLConnection openConnection(URL u, Proxy p) throws IOException {
H A DURL.java942 * Returns a {@link java.net.URLConnection URLConnection} instance that
946 * <P>A new instance of {@linkplain java.net.URLConnection URLConnection} is
952 * <P>It should be noted that a URLConnection instance does not establish
954 * calling {@linkplain java.net.URLConnection#connect() URLConnection.connect()}.</P>
957 * exists a public, specialized URLConnection subclass belonging
964 * @return a {@link java.net.URLConnection URLConnection} linkin
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xinclude/
H A DXIncludeTextReader.java29 import java.net.URLConnection;
126 URLConnection urlCon = url.openConnection();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/
H A DResolver.java32 import java.net.URLConnection;
372 URLConnection urlCon = url.openConnection();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/resolver/readers/
H A DSAXCatalogReader.java31 import java.net.URLConnection;
207 URLConnection urlCon = url.openConnection();
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java52 import sun.net.www.URLConnection;
81 public class FtpURLConnection extends URLConnection {
106 /* Redefine timeouts from java.net.URLConnection as we need -1 to mean
/openjdk7/jdk/test/java/net/Authenticator/
H A DB4933582.java116 URLConnection urlc = url.openConnection ();
H A DB6870935.java246 java.net.URLConnection conURL = url.openConnection(proxy);
H A DB4769350.java67 URLConnection urlc = url.openConnection ();
/openjdk7/jdk/test/java/net/ResponseCache/
H A DResponseCacheTest.java190 public CacheRequest put(URI uri, URLConnection conn) throws IOException {
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/NewImpl/
H A DComHTTPSConnection.java216 URLConnection urlc = url.openConnection();
220 "URLConnection ! instanceof " +
H A DJavaxHTTPSConnection.java211 URLConnection urlc = url.openConnection();
214 throw new Exception("URLConnection ! instanceof " +
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DB6726695.java70 URLConnection con = url.openConnection();
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DDigestTest.java229 java.net.URLConnection conURL = url.openConnection();
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMimeEntry.java219 public Object launch(java.net.URLConnection urlc, InputStream is, MimeTable mt) throws ApplicationLaunchException {
H A DMimeTable.java89 URLConnection.setFileNameMap(instance);
/openjdk7/langtools/test/tools/javac/api/
H A DT6877206.java110 // test the validity of the result of toUri() by using URLConnection
116 URLConnection urlconn = uri.toURL().openConnection();
/openjdk7/jdk/src/share/classes/sun/net/www/http/
H A DHttpClient.java521 sun.net.www.URLConnection.setProxiedHost(host);
537 sun.net.www.URLConnection.setProxiedHost(host);
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpURL.java461 URLConnection con = url.openConnection();
/openjdk7/jdk/test/sun/net/www/
H A DMarkResetTest.java409 URLConnection con = url.openConnection();
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java50 import java.net.URLConnection;
1910 * URLConnection connection = url.openConnection();
2500 * URLConnection}. This <code>URLConnection</code> is used to
2501 * {@linkplain URLConnection#setUseCaches(boolean) disable the
2503 * and to {@linkplain URLConnection#getInputStream() get an
2592 URLConnection connection = url.openConnection();
2738 URLConnection connection = url.openConnection();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DLoaderHandler.java41 import java.net.URLConnection;
1040 URLConnection urlConnection = url.openConnection();
1092 for (URLConnection conn = urlConnection;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DDOMSerializerImpl.java32 import java.net.URLConnection;
782 URLConnection urlCon = url.openConnection();
964 URLConnection urlCon = url.openConnection();

Completed in 107 milliseconds

1234567