is replaced
with the port number of the associated HTTP listener.
- Author:
- Jan Luehe
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeepAliveStats
public KeepAliveStats()
getCountConnections
public int getCountConnections()
- Gets the number of connections in keep-alive mode.
- Returns:
- Number of connections in keep-alive mode
incrementCountConnections
public void incrementCountConnections()
- Increments the number of connections in keep-alive mode.
decrementCountConnections
protected void decrementCountConnections()
- Decrement the number of connections in keep-alive mode.
getCountHits
public int getCountHits()
- Gets the number of requests received by connections in keep-alive mode.
- Returns:
- Number of requests received by connections in keep-alive mode.
incrementCountHits
public void incrementCountHits()
- Increments the number of requests received by connections in
keep-alive mode.
getCountFlushes
public int getCountFlushes()
- Gets the number of keep-alive connections that were closed
- Returns:
- Number of keep-alive connections that were closed
incrementCountFlushes
public void incrementCountFlushes()
- Increments the number of keep-alive connections that were closed
getCountRefusals
public int getCountRefusals()
- Gets the number of keep-alive connections that were rejected.
- Returns:
- Number of keep-alive connections that were rejected.
incrementCountRefusals
public void incrementCountRefusals()
- Increments the number of keep-alive connections that were rejected.
getCountTimeouts
public int getCountTimeouts()
- Gets the number of keep-alive connections that timed out.
- Returns:
- Number of keep-alive connections that timed out.
incrementCountTimeouts
public void incrementCountTimeouts()
- Increments the number of keep-alive connections that timed out.
Copyright © 2009 SUN Microsystems. All Rights Reserved.