Uses of Class
ecologylab.net.PURLConnection

Packages that use PURLConnection
ecologylab.net Infrastructural classes that provide a more powerful API for network programming. 
 

Uses of PURLConnection in ecologylab.net
 

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)