| Methods in ecologylab.net that return PURLConnection |
PURLConnection |
ParsedURL.connect()
Create a connection, using the standard timeouts of 23 seconds, and the super-basic
ConnectionAdapter, which does *nothing special* when encountering directories, re-directs, ... |
PURLConnection |
ParsedURL.connect(ConnectionHelper connectionHelper)
Create a connection, using the standard timeouts of 23 seconds. |
PURLConnection |
ParsedURL.connect(ConnectionHelper connectionHelper,
java.lang.String userAgentString)
|
PURLConnection |
ParsedURL.connect(ConnectionHelper connectionHelper,
java.lang.String userAgent,
int connectionTimeout,
int readTimeout)
Create a connection. |
PURLConnection |
ParsedURL.connect(java.lang.String userAgentName)
|