|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jcoderz.commons.connector.http.ConnectorResponse
public class ConnectorResponse
Value object for the Connector Bean Test. Includes the time needed for sending the request and receiving the response and the amount of tries and the response message.
| Constructor Summary | |
|---|---|
ConnectorResponse(long requestTime,
int tries,
byte[] response)
Constructor of the value object. |
|
| Method Summary | |
|---|---|
long |
getRequestTime()
Get the request time in millis. |
byte[] |
getResponse()
Get the response message. |
int |
getTries()
Get the amount of tries. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ConnectorResponse(long requestTime,
int tries,
byte[] response)
requestTime - - time in milli seconds need for sending the
request and receiving the responsetries - - the amout of tries for performing the requestresponse - - the received response| Method Detail |
|---|
public long getRequestTime()
public int getTries()
public byte[] getResponse()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||