Generated by
JDiff

Class java.net.URLConnection

Added Methods
void addRequestProperty(String, String) Adds a general request property specified by a key-value pair.
Map getHeaderFields() Returns an unmodifiable Map of the header fields.
Map getRequestProperties() Returns an unmodifiable Map of general request properties for this connection.
 

Changed Methods
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.