com.xerox.amazonws.common
Class TypicaHttpClient

java.lang.Object
  extended by org.apache.http.impl.client.AbstractHttpClient
      extended by org.apache.http.impl.client.DefaultHttpClient
          extended by com.xerox.amazonws.common.TypicaHttpClient
All Implemented Interfaces:
org.apache.http.client.HttpClient

public class TypicaHttpClient
extends org.apache.http.impl.client.DefaultHttpClient


Constructor Summary
TypicaHttpClient(org.apache.http.conn.ClientConnectionManager conman, org.apache.http.params.HttpParams params)
           
 
Method Summary
protected  org.apache.http.protocol.BasicHttpProcessor createHttpProcessor()
           
 
Methods inherited from class org.apache.http.impl.client.DefaultHttpClient
createAuthSchemeRegistry, createClientConnectionManager, createConnectionKeepAliveStrategy, createConnectionReuseStrategy, createCookieSpecRegistry, createCookieStore, createCredentialsProvider, createHttpContext, createHttpParams, createHttpRequestRetryHandler, createHttpRoutePlanner, createProxyAuthenticationHandler, createRedirectHandler, createRequestExecutor, createTargetAuthenticationHandler, createUserTokenHandler
 
Methods inherited from class org.apache.http.impl.client.AbstractHttpClient
addRequestInterceptor, addRequestInterceptor, addResponseInterceptor, addResponseInterceptor, clearRequestInterceptors, clearResponseInterceptors, createClientRequestDirector, determineParams, execute, execute, execute, execute, execute, execute, execute, execute, getAuthSchemes, getConnectionKeepAliveStrategy, getConnectionManager, getConnectionReuseStrategy, getCookieSpecs, getCookieStore, getCredentialsProvider, getHttpProcessor, getHttpRequestRetryHandler, getParams, getProxyAuthenticationHandler, getRedirectHandler, getRequestExecutor, getRequestInterceptor, getRequestInterceptorCount, getResponseInterceptor, getResponseInterceptorCount, getRoutePlanner, getTargetAuthenticationHandler, getUserTokenHandler, removeRequestInterceptorByClass, removeResponseInterceptorByClass, setAuthSchemes, setCookieSpecs, setCookieStore, setCredentialsProvider, setHttpRequestRetryHandler, setKeepAliveStrategy, setParams, setProxyAuthenticationHandler, setRedirectHandler, setReuseStrategy, setRoutePlanner, setTargetAuthenticationHandler, setUserTokenHandler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypicaHttpClient

public TypicaHttpClient(org.apache.http.conn.ClientConnectionManager conman,
                        org.apache.http.params.HttpParams params)
Method Detail

createHttpProcessor

protected org.apache.http.protocol.BasicHttpProcessor createHttpProcessor()
Overrides:
createHttpProcessor in class org.apache.http.impl.client.DefaultHttpClient