| com.eviware.soapui.impl.wsdl.submit.transports.http.TimeablePostMethod
TimeablePostMethod | final public class TimeablePostMethod extends PostMethod (Code) | | Extended PostMethod that supports limiting of response size and detailed
timestamps
author: Ole.Matzura |
TimeablePostMethod | public TimeablePostMethod()(Code) | | |
getMaxSize | public long getMaxSize()(Code) | | |
getStartTime | public long getStartTime()(Code) | | |
getTimeTaken | public long getTimeTaken()(Code) | | |
getTimeTakenUntilNow | public long getTimeTakenUntilNow()(Code) | | |
initStartTime | public void initStartTime()(Code) | | |
readResponse | protected void readResponse(HttpState arg0, HttpConnection arg1) throws IOException, HttpException(Code) | | |
setMaxSize | public void setMaxSize(long maxSize)(Code) | | |
writeRequest | protected void writeRequest(HttpState arg0, HttpConnection arg1) throws IOException, HttpException(Code) | | |
|
|