public class

JDKAsyncHttpProviderConfig

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

Summary

Constants
String FORCE_RESPONSE_BUFFERING
Public Constructors
JDKAsyncHttpProviderConfig()
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

Constants

public static final String FORCE_RESPONSE_BUFFERING

Constant Value: "bufferResponseInMemory"

Public Constructors

public JDKAsyncHttpProviderConfig ()

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)