- sameFile(URL) - Method in class java.net.URL
-
Compares two URLs, excluding the fragment component.
- sameFile(URL, URL) - Method in class java.net.URLStreamHandler
-
Compare two urls to see whether they refer to the same file, i.e., having the same protocol, host, port, and
path.
- set(int, String, String) - Method in class sun.net.www.MessageHeader
-
Overwrite the previous key/val pair at location 'i' with the new k/v.
- set(String, String) - Method in class sun.net.www.MessageHeader
-
Sets the value of a key.
- setAllowUserInteraction(boolean) - Method in class java.net.URLConnection
-
Set the value of the allowUserInteraction
field of this URLConnection
.
- setConnectTimeout(int) - Method in class java.net.URLConnection
-
Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource
referenced by this URLConnection.
- setContentHandlerFactory(ContentHandlerFactory) - Static method in class java.net.URLConnection
-
Sets the ContentHandlerFactory
of an application.
- setContentType(String) - Method in class sun.net.ProgressSource
-
- setDefault(ProgressMonitor) - Static method in class sun.net.ProgressMonitor
-
Change default ProgressMonitor implementation.
- setDefaultAllowUserInteraction(boolean) - Static method in class java.net.URLConnection
-
Sets the default value of the allowUserInteraction
field for all future URLConnection
objects to
the specified value.
- setDefaultRequestProperty(String, String) - Static method in class java.net.URLConnection
-
- setDefaultUseCaches(boolean) - Method in class java.net.URLConnection
-
Sets the default value of the useCaches
field to the specified value.
- setDoInput(boolean) - Method in class java.net.URLConnection
-
Sets the value of the doInput
field for this URLConnection
to the specified value.
- setDoOutput(boolean) - Method in class java.net.URLConnection
-
Sets the value of the doOutput
field for this URLConnection
to the specified value.
- setIfNotSet(String, String) - Method in class sun.net.www.MessageHeader
-
Set's the value of a key only if there is no key with that value already.
- setMeteringPolicy(ProgressMeteringPolicy) - Static method in class sun.net.ProgressMonitor
-
Change progress metering policy.
- setReadTimeout(int) - Method in class java.net.URLConnection
-
Sets the read timeout to a specified timeout, in milliseconds.
- setRequestProperty(String, String) - Method in class java.net.URLConnection
-
Sets the general request property.
- setURL(URL, String, String, int, String, String, String, String, String) - Method in class java.net.URLStreamHandler
-
Sets the fields of the URL
argument to the indicated values.
- setURL(URL, String, String, int, String, String) - Method in class java.net.URLStreamHandler
-
- setURLStreamHandlerFactory(URLStreamHandlerFactory) - Static method in class java.net.URL
-
Sets an application's URLStreamHandlerFactory
.
- setUseCaches(boolean) - Method in class java.net.URLConnection
-
Sets the value of the useCaches
field of this URLConnection
to the specified value.
- shouldMeterInput(URL, String) - Method in interface sun.net.ProgressMeteringPolicy
-
Return true if metering should be turned on for a particular network input stream.
- shouldMeterInput(URL, String) - Method in class sun.net.ProgressMonitor
-
Return true if metering should be turned on for a particular URL input stream.
- sun.net - package sun.net
-
- sun.net.util - package sun.net.util
-
- sun.net.www - package sun.net.www
-