|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ning.http.client.providers.apache.ApacheAsyncHttpProviderConfig
public class ApacheAsyncHttpProviderConfig
Constructor Summary | |
---|---|
ApacheAsyncHttpProviderConfig()
|
Method Summary | |
---|---|
AsyncHttpProviderConfig |
addProperty(String name,
String value)
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider |
String |
getProperty(String name)
Return the value associated with the property's name |
Set<Map.Entry<String,String>> |
propertiesSet()
Return the curent entry set. |
String |
removeProperty(String name)
Remove the value associated with the property's name |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApacheAsyncHttpProviderConfig()
Method Detail |
---|
public AsyncHttpProviderConfig addProperty(String name, String value)
AsyncHttpProviderConfig
AsyncHttpProvider
addProperty
in interface AsyncHttpProviderConfig<String,String>
name
- the name of the propertyvalue
- the value of the property
public String getProperty(String name)
AsyncHttpProviderConfig
getProperty
in interface AsyncHttpProviderConfig<String,String>
public String removeProperty(String name)
AsyncHttpProviderConfig
removeProperty
in interface AsyncHttpProviderConfig<String,String>
public Set<Map.Entry<String,String>> propertiesSet()
AsyncHttpProviderConfig
propertiesSet
in interface AsyncHttpProviderConfig<String,String>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |