Generated by
JDiff

Class java.net.URLConnection

Added Methods
Object getContent(Class[]) Retrieves the contents of this URL connection.
 

Changed Methods
String getDefaultRequestProperty(String) Now deprecated.
The instance specific getRequestProperty method should be used after an appropriate instance of URLConnection is obtained.
void setDefaultRequestProperty(String, String) Now deprecated.
The instance specific setRequestProperty method should be used after an appropriate instance of URLConnection is obtained.