com.pushtotest.tool.response
Class FileResponse

java.lang.Object
  extended by com.pushtotest.tool.response.ResponseWrapper
      extended by com.pushtotest.tool.response.FileResponse
All Implemented Interfaces:
Response

public class FileResponse
extends ResponseWrapper

This is the Response implementation for a File Protocol.


Field Summary
 
Fields inherited from class com.pushtotest.tool.response.ResponseWrapper
content, datatime, parameters, parent, responsecode, responseMessage, setuptime, totaltime
 
Constructor Summary
FileResponse()
           
 
Method Summary
 java.lang.String id()
          Returns an id for this protocol.
 
Methods inherited from class com.pushtotest.tool.response.ResponseWrapper
appendParameter, appendParameters, getContent, getContentSize, getDataTime, getParameterKeys, getParameterValue, getParameterValues, getParentProtocol, getResponseCode, getResponseMessage, getSetupTime, getTotalTime, setContent, setDataTime, setParameter, setParameters, setParentProtocol, setResponseCode, setResponseMessage, setSetupTime, setTotalTime, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileResponse

public FileResponse()
Method Detail

id

public java.lang.String id()
Returns an id for this protocol. The id is a string that will be used to uniquily identify the protocol. For example :// would be appropriate (without the "://").

Specified by:
id in interface Response
Specified by:
id in class ResponseWrapper
Returns:
The id for this Protocol.