| 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(Runnable task,
long timeout)
Executes
task in a new deamon Thread and waits for the timeout. |
static void |
TimeoutController.execute(Thread task,
long timeout)
Executes
task. |
Copyright © 2012 Apache Software Foundation. All Rights Reserved.