Generated by
JDiff

Class java.net.URLConnection

Added Methods
int getConnectTimeout() Returns setting for connect timeout.
int getReadTimeout() Returns setting for read timeout.
void setConnectTimeout(int) Sets a specified timeout value, in milliseconds, to be used when opening a communications link to the resource referenced by this URLConnection.
void setReadTimeout(int) Sets the read timeout to a specified timeout, in milliseconds.