Generated by
JDiff

Class java.net.HttpURLConnection

Added Methods
boolean getInstanceFollowRedirects() Returns the value of this HttpURLConnection's instanceFollowRedirects field.
void setInstanceFollowRedirects(boolean) Sets whether HTTP redirects (requests with response code 3xx) should be automatically followed by this HttpURLConnection instance.
 

Changed Methods
long getHeaderFieldDate(String, long) Method was inherited from URLConnection, but is now defined locally.  
 

Added Fields
int HTTP_NOT_IMPLEMENTED HTTP Status-Code 501: Not Implemented.
boolean instanceFollowRedirects If true the protocol will automatically follow redirects.
 

Changed Fields
int HTTP_SERVER_ERROR Now deprecated.
it is misplaced and shouldn't have existed.