public class RequestInfoImpl extends Object implements RequestInfo
| Constructor and Description |
|---|
RequestInfoImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesReceived() |
long |
getBytesSent() |
long |
getErrorCount() |
int |
getMaxTime() |
int |
getProcessingTime() |
long |
getRequestCount() |
void |
setBytesReceived(long value) |
void |
setBytesSent(long value) |
void |
setErrorCount(long value) |
void |
setMaxTime(int value) |
void |
setProcessingTime(int value) |
void |
setRequestCount(long value) |
public long getBytesReceived()
getBytesReceived in interface RequestInfopublic void setBytesReceived(long value)
setBytesReceived in interface RequestInfopublic long getBytesSent()
getBytesSent in interface RequestInfopublic void setBytesSent(long value)
setBytesSent in interface RequestInfopublic long getRequestCount()
getRequestCount in interface RequestInfopublic void setRequestCount(long value)
setRequestCount in interface RequestInfopublic long getErrorCount()
getErrorCount in interface RequestInfopublic void setErrorCount(long value)
setErrorCount in interface RequestInfopublic int getMaxTime()
getMaxTime in interface RequestInfopublic void setMaxTime(int value)
setMaxTime in interface RequestInfopublic int getProcessingTime()
getProcessingTime in interface RequestInfopublic void setProcessingTime(int value)
setProcessingTime in interface RequestInfoCopyright © 1998-2016 Apache Software Foundation. All Rights Reserved.