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.| Modifier and Type | Method and Description | 
|---|---|
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 
 | 
AsyncHttpProviderConfig addProperty(U name, V value)
AsyncHttpProvidername - the name of the propertyvalue - the value of the propertyV getProperty(U name)
name - V removeProperty(U name)
name - Copyright © 2015. All rights reserved.