com.ning.http.client
Class AsyncHttpClientPerRequestConfig

java.lang.Object
  extended by com.ning.http.client.AsyncHttpClientPerRequestConfig

public class AsyncHttpClientPerRequestConfig
extends Object

Per request configuration.

Author:
Hubert Iwaniuk

Constructor Summary
AsyncHttpClientPerRequestConfig()
           
AsyncHttpClientPerRequestConfig(ProxyServer proxyServer)
           
 
Method Summary
 ProxyServer getProxyServer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncHttpClientPerRequestConfig

public AsyncHttpClientPerRequestConfig()

AsyncHttpClientPerRequestConfig

public AsyncHttpClientPerRequestConfig(ProxyServer proxyServer)
Method Detail

getProxyServer

public ProxyServer getProxyServer()


Copyright © 2010. All Rights Reserved.