org.apache.synapse.transport.nhttp
Class ConnectionPool

java.lang.Object
  extended by org.apache.synapse.transport.nhttp.ConnectionPool

public class ConnectionPool
extends Object


Constructor Summary
ConnectionPool()
           
 
Method Summary
static void forget(org.apache.http.nio.NHttpClientConnection conn)
           
static org.apache.http.nio.NHttpClientConnection getConnection(String host, int port)
           
static void release(org.apache.http.nio.NHttpClientConnection conn)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPool

public ConnectionPool()
Method Detail

getConnection

public static org.apache.http.nio.NHttpClientConnection getConnection(String host,
                                                                      int port)

release

public static void release(org.apache.http.nio.NHttpClientConnection conn)

forget

public static void forget(org.apache.http.nio.NHttpClientConnection conn)


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.