Uses of Class
org.apache.commons.httpclient.util.TimeoutController.TimeoutException

Packages that use TimeoutController.TimeoutException
org.apache.commons.httpclient.util Provides some utility classes for use by HttpClient. 
 

Uses of TimeoutController.TimeoutException in org.apache.commons.httpclient.util
 

Methods in org.apache.commons.httpclient.util that throw TimeoutController.TimeoutException
static void TimeoutController.execute(Thread task, long timeout)
          Executes task.
static void TimeoutController.execute(Runnable task, long timeout)
          Executes task in a new deamon Thread and waits for the timeout.
 



Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.