|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavazoom.transfer.client.http.HttpClientFactory
public class HttpClientFactory
This factory manages HttpClient instances.
| Method Summary | |
|---|---|
org.apache.commons.httpclient.HttpClient |
getClient()
Returns HttpClient instance. |
static HttpClientFactory |
getInstance()
|
void |
setConcurrency(java.lang.String str)
Set concurrency value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HttpClientFactory getInstance()
public org.apache.commons.httpclient.HttpClient getClient()
public void setConcurrency(java.lang.String str)
str - -1 means unlimited HTTP connections.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||