com.diasparsoftware.htmlunitx
Class TestableWebConnection

java.lang.Object
  extended bycom.gargoylesoftware.htmlunit.WebConnection
      extended bycom.diasparsoftware.htmlunitx.TestableWebConnection

public class TestableWebConnection
extends com.gargoylesoftware.htmlunit.WebConnection


Constructor Summary
TestableWebConnection(com.gargoylesoftware.htmlunit.WebClient client)
           
 
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
 

Constructor Detail

TestableWebConnection

public TestableWebConnection(com.gargoylesoftware.htmlunit.WebClient client)
Method Detail

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.