Searched defs:url (Results 76 - 100 of 261) sorted by relevance

1234567891011

/openjdk9/jdk/test/javax/print/attribute/
H A DURLPDFPrinting.java80 URL url = null; field in class:PrintDocument
/openjdk9/jdk/test/java/sql/modules/luckydogdriver/luckydogtennis/
H A DLuckyDogDriver.java55 public Connection connect(String url, Properties info) throws SQLException { argument
63 public boolean acceptsURL(String url) throws SQLException { argument
68 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException { argument
/openjdk9/jdk/test/java/sql/modules/mystubdriver/com/luckydogtennis/
H A DStubDriver.java61 public Connection connect(String url, Properties info) throws SQLException { argument
69 public boolean acceptsURL(String url) throws SQLException { argument
74 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException { argument
/openjdk9/jdk/test/java/sql/testng/util/
H A DStubDriver.java39 public Connection connect(String url, Properties info) throws SQLException { argument
47 public boolean acceptsURL(String url) throws SQLException { argument
52 public DriverPropertyInfo[] getPropertyInfo(String url, Properties info) throws SQLException { argument
/openjdk9/jdk/test/javax/management/remote/mandatory/notif/
H A DNotifBufferSizePropertyNameTest.java47 private static JMXServiceURL url; field in class:NotifBufferSizePropertyNameTest
/openjdk9/jdk/test/sun/net/www/http/ChunkedInputStream/
H A DChunkedEncodingWithProgressMonitorTest.java60 public boolean shouldMeterInput(URL url, String method) { argument
/openjdk9/nashorn/samples/
H A Dxmlviewer.js91 var url = arguments.length == 0? DEFAULT_URL : arguments[0]; variable
H A Dbarchart_weather.js63 var url = "http://api.openweathermap.org/data/2.5/forecast?q=chennai,india&units=metric&mode=json"; variable
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DParser.java79 public CompilationUnitTree parse(final URL url, final DiagnosticListener listener) throws IOException, NashornException; argument
/openjdk9/jdk/test/sun/net/www/protocol/http/
H A DWebGet.java70 static void url(String urls) throws Exception { method in class:WebGet
/openjdk9/corba/src/java.corba/share/classes/com/sun/jndi/url/iiop/
H A DGenericURLContext.java81 abstract protected ResolveResult getRootURLContext(String url, argument
121 protected Name getURLSuffix(String prefix, String url) throws NamingException { argument
155 protected String getURLPrefix(String url) throws NamingException { argument
[all...]
/openjdk9/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLContext.java79 abstract protected ResolveResult getRootURLContext(String url, argument
119 protected Name getURLSuffix(String prefix, String url) throws NamingException { argument
153 protected String getURLPrefix(String url) throws NamingException { argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/java/util/jar/
H A DJavaUtilJarAccessImpl.java40 public CodeSource[] getCodeSources(JarFile jar, URL url) { argument
44 public CodeSource getCodeSource(JarFile jar, URL url, String name) { argument
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/misc/
H A DJavaUtilJarAccess.java38 public CodeSource[] getCodeSources(JarFile jar, URL url); argument
39 public CodeSource getCodeSource(JarFile jar, URL url, String name); argument
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/org/jvnet/staxex/
H A DStreamingDataHandler.java61 public StreamingDataHandler(URL url) { argument
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/
H A DEndpointAddress.java86 private URL url; field in class:EndpointAddress
114 public EndpointAddress(String url) throws URISyntaxException { argument
145 public static EndpointAddress create(String url) { argument
[all...]
/openjdk9/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/server/
H A DSDDocumentSource.java108 public static SDDocumentSource create(final URL url) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/
H A DProgressEvent.java38 private URL url; field in class:ProgressEvent
53 public ProgressEvent(ProgressSource source, URL url, String method, String contentType, ProgressSource.State state, long progress, long expected) { argument
/openjdk9/jdk/src/java.base/unix/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java70 public JarFile get(URL url) throws IOException { argument
74 JarFile get(URL url, boolean useCaches) throws IOException { argument
120 getCachedJarFile(URL url) argument
152 urlKey(URL url) argument
[all...]
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/http/
H A DHttpCapture.java112 private HttpCapture(File f, java.net.URL url) { argument
144 public static HttpCapture getCapture(java.net.URL url) { argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jrt/
H A DJavaRuntimeURLConnection.java66 JavaRuntimeURLConnection(URL url) throws IOException { argument
/openjdk9/jdk/src/java.base/share/classes/sun/net/www/protocol/jar/
H A DHandler.java127 protected void parseURL(URL url, String spec, argument
184 private String parseContextSpec(URL url, Strin argument
[all...]
/openjdk9/jdk/src/java.base/unix/classes/sun/net/www/protocol/file/
H A DHandler.java45 private String getHost(URL url) { argument
/openjdk9/jdk/src/java.base/windows/classes/sun/net/www/protocol/file/
H A DHandler.java45 private String getHost(URL url) { argument
70 public synchronized URLConnection openConnection(URL url) argument
75 public synchronized URLConnection openConnection(URL url, Proxy p) argument
129 createFileURLConnection(URL url, File file) argument
[all...]
/openjdk9/jdk/src/java.base/windows/classes/sun/net/www/protocol/jar/
H A DJarFileFactory.java70 public JarFile get(URL url) throws IOException { argument
74 JarFile get(URL url, boolean useCaches) throws IOException { argument
130 getCachedJarFile(URL url) argument
162 urlKey(URL url) argument
[all...]

Completed in 321 milliseconds

1234567891011