Uses of Class
org.apache.cactus.WebRequest

Uses of WebRequest in org.apache.cactus
 

Methods in org.apache.cactus that return WebRequest
 WebRequest WebResponse.getWebRequest()
           
 

Methods in org.apache.cactus with parameters of type WebRequest
 void ServletURL.saveToRequest(WebRequest theRequest)
           
static String Cookie.getCookieDomain(WebRequest theRequest, String theRealHost)
           
static String Cookie.getCookiePath(WebRequest theRequest, String theRealPath)
           
static int Cookie.getCookiePort(WebRequest theRequest, int theRealPort)
           
 

Constructors in org.apache.cactus with parameters of type WebRequest
WebResponse(WebRequest theRequest, HttpURLConnection theConnection)
           
 

Uses of WebRequest in org.apache.cactus.client
 

Methods in org.apache.cactus.client with parameters of type WebRequest
 String AbstractConnectionHelper.getCookieString(WebRequest theRequest, URL theUrl)
           
 HttpURLConnection AbstractHttpClient.doTest(WebRequest theRequest)
           
 HttpURLConnection JdkConnectionHelper.connect(WebRequest theRequest)
           
 HttpURLConnection HttpClientConnectionHelper.connect(WebRequest theRequest)
           
abstract  HttpURLConnection ConnectionHelper.connect(WebRequest theRequest)
           
 

Uses of WebRequest in org.apache.cactus.client.authentication
 

Methods in org.apache.cactus.client.authentication with parameters of type WebRequest
 void BasicAuthentication.configure(WebRequest theRequest)
           
abstract  void AbstractAuthentication.configure(WebRequest theRequest)
           
 

Uses of WebRequest in org.apache.cactus.util.log
 

Aspects in org.apache.cactus.util.log that affect WebRequest
 class LogAspect
          Log every entry and exit of methods.
 



Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.