public class

ApacheAsyncHttpProviderConfig

extends Object
implements AsyncHttpProviderConfig<U, V>
java.lang.Object
   ↳ com.ning.http.client.providers.apache.ApacheAsyncHttpProviderConfig

Summary

Public Constructors
ApacheAsyncHttpProviderConfig()
Public Methods
AsyncHttpProviderConfig addProperty(String name, String value)
String getProperty(String name)
Set<Entry<String, String>> propertiesSet()
Return the curent entry set.
String removeProperty(String name)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.ning.http.client.AsyncHttpProviderConfig

Public Constructors

public ApacheAsyncHttpProviderConfig ()

Public Methods

public AsyncHttpProviderConfig addProperty (String name, String value)

public String getProperty (String name)

public Set<Entry<String, String>> propertiesSet ()

Return the curent entry set.

Returns
  • a the curent entry set.

public String removeProperty (String name)