org.apache.http.nio.conn
Class PoolStats
java.lang.Object
org.apache.http.nio.conn.PoolStats
public class PoolStats
- extends Object
Constructor Summary |
PoolStats(int leased,
int pending,
int free,
int max)
|
PoolStats
public PoolStats(int leased,
int pending,
int free,
int max)
getLeased
public int getLeased()
getPending
public int getPending()
getAvailable
public int getAvailable()
getMax
public int getMax()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.