Asynchronous Http Client 1.8.0-SNAPSHOT
Package Index
|
Class Index
com.ning.http.client
com.ning.http.client.consumers
com.ning.http.client.extra
com.ning.http.client.filter
com.ning.http.client.generators
com.ning.http.client.listenable
com.ning.http.client.listener
com.ning.http.client.ntlm
com.ning.http.client.oauth
com.ning.http.client.providers.apache
com.ning.http.client.providers.grizzly
com.ning.http.client.providers.jdk
com.ning.http.client.providers.netty
com.ning.http.client.providers.netty.spnego
com.ning.http.client.resumable
com.ning.http.client.simple
com.ning.http.client.webdav
com.ning.http.client.websocket
com.ning.http.multipart
com.ning.http.util
Classes
ApacheAsyncHttpProvider
ApacheAsyncHttpProvider.ApacheClientRunnable
<T>
ApacheAsyncHttpProvider.EntityWriterRequestEntity
ApacheAsyncHttpProviderConfig
ApacheResponse
ApacheResponseBodyPart
ApacheResponseFuture
<V>
ApacheResponseHeaders
ApacheResponseStatus
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
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
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0)
final void
wait
(long arg0, int arg1)
From interface
com.ning.http.client.AsyncHttpProviderConfig
abstract
AsyncHttpProviderConfig
addProperty
(U name, V value)
Add a property that will be used when the AsyncHttpClient initialize its
AsyncHttpProvider
abstract V
getProperty
(U name)
Return the value associated with the property's name
abstract Set<Entry<U, V>>
propertiesSet
()
Return the curent entry set.
abstract V
removeProperty
(U name)
Remove the value associated with the property's name
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)