org.apache.axis2.transport.nhttp
Class ConnectionPool

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

public class ConnectionPool
extends java.lang.Object


Constructor Summary
ConnectionPool()
           
 
Method Summary
static org.apache.http.nio.NHttpClientConnection getConnection(java.lang.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(java.lang.String host,
                                                                      int port)

release

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


Copyright © 2007 Apache Web Services Project. All Rights Reserved.