public class RequestProcessor extends Object
| Constructor and Description |
|---|
RequestProcessor() |
| Modifier and Type | Method and Description |
|---|---|
long |
getBytesReceived()
Gets the bytes received.
|
long |
getBytesSent()
Gets the bytes sent.
|
String |
getCurrentQueryString()
Gets the current query string.
|
String |
getCurrentUri()
Gets the current uri.
|
String |
getMethod()
Gets the method.
|
String |
getName()
Gets the name.
|
long |
getProcessingTime()
Gets the processing time.
|
String |
getProtocol()
Gets the protocol.
|
String |
getRemoteAddr()
Gets the remote addr.
|
Locale |
getRemoteAddrLocale()
Gets the remote addr locale.
|
int |
getStage()
Gets the stage.
|
String |
getVirtualHost()
Gets the virtual host.
|
String |
getWorkerThreadName()
Gets the worker thread name.
|
boolean |
isWorkerThreadNameSupported()
Checks if is worker thread name supported.
|
void |
setBytesReceived(long bytesReceived)
Sets the bytes received.
|
void |
setBytesSent(long bytesSent)
Sets the bytes sent.
|
void |
setCurrentQueryString(String currentQueryString)
Sets the current query string.
|
void |
setCurrentUri(String currentUri)
Sets the current uri.
|
void |
setMethod(String method)
Sets the method.
|
void |
setName(String name)
Sets the name.
|
void |
setProcessingTime(long processingTime)
Sets the processing time.
|
void |
setProtocol(String protocol)
Sets the protocol.
|
void |
setRemoteAddr(String remoteAddr)
Sets the remote addr.
|
void |
setRemoteAddrLocale(Locale remoteAddrLocale)
Sets the remote addr locale.
|
void |
setStage(int stage)
Sets the stage.
|
void |
setVirtualHost(String virtualHost)
Sets the virtual host.
|
void |
setWorkerThreadName(String workerThreadName)
Sets the worker thread name.
|
void |
setWorkerThreadNameSupported(boolean workerThreadNameSupported)
Sets the worker thread name supported.
|
public String getName()
public void setName(String name)
name - the new namepublic int getStage()
public void setStage(int stage)
stage - the new stagepublic long getProcessingTime()
public void setProcessingTime(long processingTime)
processingTime - the new processing timepublic long getBytesSent()
public void setBytesSent(long bytesSent)
bytesSent - the new bytes sentpublic long getBytesReceived()
public void setBytesReceived(long bytesReceived)
bytesReceived - the new bytes receivedpublic String getRemoteAddr()
public void setRemoteAddr(String remoteAddr)
remoteAddr - the new remote addrpublic String getVirtualHost()
public void setVirtualHost(String virtualHost)
virtualHost - the new virtual hostpublic String getMethod()
public void setMethod(String method)
method - the new methodpublic String getCurrentUri()
public void setCurrentUri(String currentUri)
currentUri - the new current uripublic String getCurrentQueryString()
public void setCurrentQueryString(String currentQueryString)
currentQueryString - the new current query stringpublic String getProtocol()
public void setProtocol(String protocol)
protocol - the new protocolpublic Locale getRemoteAddrLocale()
public void setRemoteAddrLocale(Locale remoteAddrLocale)
remoteAddrLocale - the new remote addr localepublic String getWorkerThreadName()
public void setWorkerThreadName(String workerThreadName)
workerThreadName - the new worker thread namepublic boolean isWorkerThreadNameSupported()
public void setWorkerThreadNameSupported(boolean workerThreadNameSupported)
workerThreadNameSupported - the new worker thread name supportedCopyright © 2009–2020 psi-probe. All rights reserved.