|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncHttpProviderConfig<U,V>
AsyncHttpProvider proprietary configurable properties. Note that properties are
AsyncHttpProvider dependent, so make sure you consult the AsyncHttpProvider's documentation
about what is supported and what's not.
| Method Summary | |
|---|---|
AsyncHttpProviderConfig |
addProperty(U name,
V value)
Add a property that will be used when the AsyncHttpClient initialize its AsyncHttpProvider |
V |
getProperty(U name)
Return the value associated with the property's name |
Set<Map.Entry<U,V>> |
propertiesSet()
Return the curent entry set. |
V |
removeProperty(U name)
Remove the value associated with the property's name |
| Method Detail |
|---|
AsyncHttpProviderConfig addProperty(U name,
V value)
AsyncHttpProvider
name - the name of the propertyvalue - the value of the property
V getProperty(U name)
name -
V removeProperty(U name)
name -
Set<Map.Entry<U,V>> propertiesSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||