Package | Description |
---|---|
org.apache.commons.httpclient.util |
Provides some utility classes for use by HttpClient.
|
Modifier and Type | Method and Description |
---|---|
static void |
TimeoutController.execute(java.lang.Runnable task,
long timeout)
Executes
task in a new deamon Thread and waits for the timeout. |
static void |
TimeoutController.execute(java.lang.Thread task,
long timeout)
Executes
task . |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.