org.apache.coyote

Class RequestInfo


public class RequestInfo
extends java.lang.Object

Constructor Summary

RequestInfo(Request req)

Method Summary

long
getBytesReceived()
long
getBytesSent()
int
getContentLength()
String
getCurrentQueryString()
String
getCurrentUri()
int
getErrorCount()
RequestGroupInfo
getGlobalProcessor()
String
getMaxRequestUri()
long
getMaxTime()
String
getMethod()
long
getProcessingTime()
String
getProtocol()
String
getRemoteAddr()
long
getRequestBytesReceived()
long
getRequestBytesSent()
int
getRequestCount()
long
getRequestProcessingTime()
int
getServerPort()
int
getStage()
String
getVirtualHost()
void
setBytesReceived(long bytesReceived)
void
setBytesSent(long bytesSent)
void
setErrorCount(int errorCount)
void
setGlobalProcessor(RequestGroupInfo global)
void
setMaxRequestUri(String maxRequestUri)
void
setMaxTime(long maxTime)
void
setProcessingTime(long processingTime)
void
setRequestCount(int requestCount)
void
setStage(int stage)

Constructor Details

RequestInfo

public RequestInfo(Request req)

Method Details

getBytesReceived

public long getBytesReceived()


getBytesSent

public long getBytesSent()


getContentLength

public int getContentLength()


getCurrentQueryString

public String getCurrentQueryString()


getCurrentUri

public String getCurrentUri()


getErrorCount

public int getErrorCount()


getGlobalProcessor

public RequestGroupInfo getGlobalProcessor()


getMaxRequestUri

public String getMaxRequestUri()


getMaxTime

public long getMaxTime()


getMethod

public String getMethod()


getProcessingTime

public long getProcessingTime()


getProtocol

public String getProtocol()


getRemoteAddr

public String getRemoteAddr()


getRequestBytesReceived

public long getRequestBytesReceived()


getRequestBytesSent

public long getRequestBytesSent()


getRequestCount

public int getRequestCount()


getRequestProcessingTime

public long getRequestProcessingTime()


getServerPort

public int getServerPort()


getStage

public int getStage()


getVirtualHost

public String getVirtualHost()


setBytesReceived

public void setBytesReceived(long bytesReceived)


setBytesSent

public void setBytesSent(long bytesSent)


setErrorCount

public void setErrorCount(int errorCount)


setGlobalProcessor

public void setGlobalProcessor(RequestGroupInfo global)


setMaxRequestUri

public void setMaxRequestUri(String maxRequestUri)


setMaxTime

public void setMaxTime(long maxTime)


setProcessingTime

public void setProcessingTime(long processingTime)


setRequestCount

public void setRequestCount(int requestCount)


setStage

public void setStage(int stage)


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.