org.jets3t.service.utils
Class RestUtils.ConnManagerFactory

java.lang.Object
  extended by org.jets3t.service.utils.RestUtils.ConnManagerFactory
All Implemented Interfaces:
org.apache.http.conn.ClientConnectionManagerFactory
Enclosing class:
RestUtils

public static class RestUtils.ConnManagerFactory
extends java.lang.Object
implements org.apache.http.conn.ClientConnectionManagerFactory

A ClientConnectionManagerFactory that creates ThreadSafeClientConnManager


Constructor Summary
RestUtils.ConnManagerFactory()
           
 
Method Summary
 org.apache.http.conn.ClientConnectionManager newInstance(org.apache.http.params.HttpParams params, org.apache.http.conn.scheme.SchemeRegistry schemeRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RestUtils.ConnManagerFactory

public RestUtils.ConnManagerFactory()
Method Detail

newInstance

public org.apache.http.conn.ClientConnectionManager newInstance(org.apache.http.params.HttpParams params,
                                                                org.apache.http.conn.scheme.SchemeRegistry schemeRegistry)
Specified by:
newInstance in interface org.apache.http.conn.ClientConnectionManagerFactory