com.diasparsoftware.htmlunitx
Class TestableWebConnection
java.lang.Object
com.gargoylesoftware.htmlunit.WebConnection
com.diasparsoftware.htmlunitx.TestableWebConnection
- public class TestableWebConnection
- extends com.gargoylesoftware.htmlunit.WebConnection
Method Summary |
com.gargoylesoftware.htmlunit.WebResponse |
getResponse(java.net.URL url,
com.gargoylesoftware.htmlunit.SubmitMethod submitMethod,
java.util.List parameters,
java.util.Map requestHeaders)
|
org.apache.commons.httpclient.HttpState |
getStateForUrl(java.net.URL url)
|
void |
setResponse(com.gargoylesoftware.htmlunit.WebResponse response)
|
Methods inherited from class com.gargoylesoftware.htmlunit.WebConnection |
getProxyHost, getProxyPort, getWebClient |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestableWebConnection
public TestableWebConnection(com.gargoylesoftware.htmlunit.WebClient client)
getResponse
public com.gargoylesoftware.htmlunit.WebResponse getResponse(java.net.URL url,
com.gargoylesoftware.htmlunit.SubmitMethod submitMethod,
java.util.List parameters,
java.util.Map requestHeaders)
throws java.io.IOException
- Throws:
java.io.IOException
setResponse
public void setResponse(com.gargoylesoftware.htmlunit.WebResponse response)
getStateForUrl
public org.apache.commons.httpclient.HttpState getStateForUrl(java.net.URL url)
Copyright © 2003-2004 Diaspar Software Services, Inc.. All Rights Reserved.