|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.grizzly.tcp.RequestGroupInfo
public class RequestGroupInfo
This can be moved to top level ( eventually with a better name ). It is currently used only as a JMX artifact, to agregate the data collected from each RequestProcessor thread.
Constructor Summary | |
---|---|
RequestGroupInfo()
|
Method Summary | |
---|---|
void |
addRequestProcessor(RequestInfo rp)
|
void |
decreaseCountOpenConnections()
|
long |
getBytesReceived()
|
long |
getBytesSent()
|
long |
getCount200()
|
long |
getCount2xx()
|
long |
getCount302()
|
long |
getCount304()
|
long |
getCount3xx()
|
long |
getCount400()
|
long |
getCount401()
|
long |
getCount403()
|
long |
getCount404()
|
long |
getCount4xx()
|
long |
getCount503()
|
long |
getCount5xx()
|
long |
getCountOpenConnections()
|
long |
getCountOther()
|
int |
getErrorCount()
|
long |
getLastRequestCompletionTime()
Gets the time when the last request was completed. |
String |
getLastRequestMethod()
Gets the HTTP method of the last request serviced. |
String |
getLastRequestURI()
Gets the URI of the last request serviced. |
long |
getMaxOpenConnections()
|
long |
getMaxTime()
|
long |
getProcessingTime()
|
int |
getRequestCount()
|
void |
increaseCountOpenConnections()
|
void |
removeRequestProcessor(RequestInfo rp)
|
void |
resetCounters()
|
void |
setBytesReceived(long bytesReceived)
|
void |
setBytesSent(long bytesSent)
|
void |
setCount200(long count)
|
void |
setCount2xx(long count)
|
void |
setCount302(long count)
|
void |
setCount304(long count)
|
void |
setCount3xx(long count)
|
void |
setCount400(long count)
|
void |
setCount401(long count)
|
void |
setCount403(long count)
|
void |
setCount404(long count)
|
void |
setCount4xx(long count)
|
void |
setCount503(long count)
|
void |
setCount5xx(long count)
|
void |
setCountOpenConnections(long count)
|
void |
setCountOther(long count)
|
void |
setErrorCount(int errorCount)
|
void |
setMaxOpenConnections(long count)
|
void |
setMaxTime(long maxTime)
|
void |
setProcessingTime(long totalTime)
|
void |
setRequestCount(int requestCount)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestGroupInfo()
Method Detail |
---|
public void addRequestProcessor(RequestInfo rp)
public void removeRequestProcessor(RequestInfo rp)
public long getMaxTime()
public void setMaxTime(long maxTime)
public long getProcessingTime()
public void setProcessingTime(long totalTime)
public int getRequestCount()
public void setRequestCount(int requestCount)
public int getErrorCount()
public void setErrorCount(int errorCount)
public long getBytesReceived()
public void setBytesReceived(long bytesReceived)
public long getBytesSent()
public void setBytesSent(long bytesSent)
public long getCount2xx()
public void setCount2xx(long count)
public long getCount3xx()
public void setCount3xx(long count)
public long getCount4xx()
public void setCount4xx(long count)
public long getCount5xx()
public void setCount5xx(long count)
public long getCountOther()
public void setCountOther(long count)
public long getCount200()
public void setCount200(long count)
public long getCount302()
public void setCount302(long count)
public long getCount304()
public void setCount304(long count)
public long getCount400()
public void setCount400(long count)
public long getCount401()
public void setCount401(long count)
public long getCount403()
public void setCount403(long count)
public long getCount404()
public void setCount404(long count)
public long getCount503()
public void setCount503(long count)
public long getCountOpenConnections()
public void setCountOpenConnections(long count)
public void increaseCountOpenConnections()
public void decreaseCountOpenConnections()
public long getMaxOpenConnections()
public void setMaxOpenConnections(long count)
public String getLastRequestURI()
public String getLastRequestMethod()
public long getLastRequestCompletionTime()
public void resetCounters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |