Generated by
JDiff

Class java.net.URL

Added Methods
String getAuthority() Returns the authority part of this URL.
Object getContent(Class[]) Returns the contents of this URL.
String getPath() Returns the path part of this URL.
String getQuery() Returns the query part of this URL.
String getUserInfo() Returns the userInfo part of this URL.
void set(String, String, int, String, String, String, String, String) Sets the specified 8 fields of the URL.
 

Changed Methods
void setURLStreamHandlerFactory(URLStreamHandlerFactory) Changed from synchronized to non-synchronized. Sets an application's URLStreamHandlerFactory.