Changed Methods |
String getRequestProperty(String )
|
Documentation changed from old to new. |
Returns the value of the named general request property for this connection. |
String guessContentTypeFromName(String )
|
Change of visibility from protected to public.
|
Tries to determine the content type of an object based on the specified "file" component of a URL. |
void setAllowUserInteraction(boolean )
|
Documentation changed from old to new. |
Set the value of the allowUserInteraction field of this URLConnection . |
void setDoInput(boolean )
|
Documentation changed from old to new. |
Sets the value of the doInput field for this URLConnection to the specified value. |
void setDoOutput(boolean )
|
Documentation changed from old to new. |
Sets the value of the doOutput field for this URLConnection to the specified value. |
void setIfModifiedSince(long )
|
Documentation changed from old to new. |
Sets the value of the ifModifiedSince field of this URLConnection to the specified value. |
void setRequestProperty(String, String)
|
Documentation changed from old to new. |
Sets the general request property. |
void setUseCaches(boolean )
|
Documentation changed from old to new. |
Sets the value of the useCaches field of this URLConnection to the specified value. |
String getHeaderField(String )
|
Documentation changed from old to new. |
Returns the value of the named header field. |