|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TransactionStepObject
Basic information about an individual HTTP request during an RBU or VU test.
| Method Summary | |
|---|---|
long |
getBlockedTime()
|
long |
getBytes()
Returns the total number of bytes transfered while making the HTTP request. |
long |
getConnectTime()
|
long |
getDnsLookupTime()
|
java.util.Date |
getEnd()
Returns the time and date the HTTP request ended. |
java.lang.String |
getErrorMessage()
Returns descriptive text of any error that occurred while making the HTTP request. |
java.lang.String |
getHost()
Returns the host part of the URL. |
java.lang.String |
getMethod()
The HTTP method used for this request (usually "GET" or "POST"). |
java.lang.String |
getPath()
Returns the path of the URL. |
java.lang.String |
getProtocol()
Returns the protocol part of the URL, usually "http" or "https". |
java.lang.String |
getQueryString()
Returns the query string of the URL. |
long |
getReceiveTime()
|
java.lang.String |
getResolvedIpAddress()
|
long |
getSendTime()
|
long |
getSslHandshakeTime()
|
java.util.Date |
getStart()
Returns the time and date the HTTP request started. |
int |
getStatusCode()
Returns the HTTP status code (eg: 200, 404, etc) that resulted when this request was made. |
long |
getTimeActive()
Returns the total time the request was active, usually the time for the last byte to be received, but sometimes the time in which the request was aborted because the script had completed. |
long |
getTimeToFirstByte()
Returns the time to receive the first byte back from the server. |
java.lang.String |
getUrl()
Returns the full URL that this object represents. |
| Method Detail |
|---|
java.util.Date getStart()
java.util.Date getEnd()
long getBytes()
java.lang.String getUrl()
int getStatusCode()
java.lang.String getHost()
java.lang.String getProtocol()
java.lang.String getPath()
java.lang.String getQueryString()
long getTimeActive()
long getTimeToFirstByte()
java.lang.String getMethod()
java.lang.String getErrorMessage()
java.lang.String getResolvedIpAddress()
long getDnsLookupTime()
long getSslHandshakeTime()
long getConnectTime()
long getBlockedTime()
long getSendTime()
long getReceiveTime()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||