|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ning.http.client.providers.netty.NettyAsyncHttpProviderConfig
public class NettyAsyncHttpProviderConfig
| Constructor Summary | |
|---|---|
NettyAsyncHttpProviderConfig()
|
|
| Method Summary | |
|---|---|
NettyAsyncHttpProviderConfig |
addProperty(String name,
Object value)
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider |
Object |
getProperty(String name)
Return the value associated with the property's name |
Set<Map.Entry<String,Object>> |
propertiesSet()
Return the curent entry set. |
Object |
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 NettyAsyncHttpProviderConfig()
| Method Detail |
|---|
public NettyAsyncHttpProviderConfig addProperty(String name,
Object value)
AsyncHttpProvider
addProperty in interface AsyncHttpProviderConfig<String,Object>name - the name of the propertyvalue - the value of the property
public Object getProperty(String name)
getProperty in interface AsyncHttpProviderConfig<String,Object>name -
public Object removeProperty(String name)
removeProperty in interface AsyncHttpProviderConfig<String,Object>name -
public Set<Map.Entry<String,Object>> propertiesSet()
propertiesSet in interface AsyncHttpProviderConfig<String,Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||