public class RequestInfo
extends java.lang.Object
Constructor and Description |
---|
RequestInfo(Request req) |
Modifier and Type | Method and Description |
---|---|
long |
getBytesReceived() |
long |
getBytesSent() |
int |
getContentLength() |
java.lang.String |
getCurrentQueryString() |
java.lang.String |
getCurrentUri() |
int |
getErrorCount() |
RequestGroupInfo |
getGlobalProcessor() |
long |
getLastRequestProcessingTime() |
java.lang.String |
getMaxRequestUri() |
long |
getMaxTime() |
java.lang.String |
getMethod() |
long |
getProcessingTime() |
java.lang.String |
getProtocol() |
java.lang.String |
getRemoteAddr() |
java.lang.String |
getRemoteAddrForwarded()
Obtain the remote address for this connection as reported by an
intermediate proxy (if any).
|
long |
getRequestBytesReceived() |
long |
getRequestBytesSent() |
int |
getRequestCount() |
long |
getRequestProcessingTime() |
javax.management.ObjectName |
getRpName() |
int |
getServerPort() |
int |
getStage() |
java.lang.String |
getVirtualHost() |
java.lang.String |
getWorkerThreadName() |
void |
setBytesReceived(long bytesReceived) |
void |
setBytesSent(long bytesSent) |
void |
setErrorCount(int errorCount) |
void |
setGlobalProcessor(RequestGroupInfo global) |
void |
setLastRequestProcessingTime(long lastRequestProcessingTime) |
void |
setMaxRequestUri(java.lang.String maxRequestUri) |
void |
setMaxTime(long maxTime) |
void |
setProcessingTime(long processingTime) |
void |
setRequestCount(int requestCount) |
void |
setRpName(javax.management.ObjectName rpName) |
void |
setStage(int stage) |
void |
setWorkerThreadName(java.lang.String workerThreadName) |
public RequestInfo(Request req)
public RequestGroupInfo getGlobalProcessor()
public void setGlobalProcessor(RequestGroupInfo global)
public java.lang.String getMethod()
public java.lang.String getCurrentUri()
public java.lang.String getCurrentQueryString()
public java.lang.String getProtocol()
public java.lang.String getVirtualHost()
public int getServerPort()
public java.lang.String getRemoteAddr()
public java.lang.String getRemoteAddrForwarded()
public int getContentLength()
public long getRequestBytesReceived()
public long getRequestBytesSent()
public long getRequestProcessingTime()
public int getStage()
public void setStage(int stage)
public long getBytesSent()
public void setBytesSent(long bytesSent)
public long getBytesReceived()
public void setBytesReceived(long bytesReceived)
public long getProcessingTime()
public void setProcessingTime(long processingTime)
public long getMaxTime()
public void setMaxTime(long maxTime)
public java.lang.String getMaxRequestUri()
public void setMaxRequestUri(java.lang.String maxRequestUri)
public int getRequestCount()
public void setRequestCount(int requestCount)
public int getErrorCount()
public void setErrorCount(int errorCount)
public java.lang.String getWorkerThreadName()
public javax.management.ObjectName getRpName()
public long getLastRequestProcessingTime()
public void setWorkerThreadName(java.lang.String workerThreadName)
public void setRpName(javax.management.ObjectName rpName)
public void setLastRequestProcessingTime(long lastRequestProcessingTime)
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.