org.apache.cactus.client
class HttpClientConnectionHelper

java.lang.Object
  |
  +--org.apache.cactus.client.AbstractConnectionHelper
        |
        +--org.apache.cactus.client.HttpClientConnectionHelper
All Implemented Interfaces:
ConnectionHelper
Known Advisors:
LogAspect

public class HttpClientConnectionHelper
extends AbstractConnectionHelper

Implementation of ConnectionHelper using Jakarta Commons HttpClient.

Version:
$Id: HttpClientConnectionHelper.java,v 1.1 2002/07/26 18:50:29 vmassol Exp $
Author:
Vincent Massol

Constructor Summary
HttpClientConnectionHelper(String theURL)
           
 
Method Summary
 HttpURLConnection connect(WebRequest theRequest)
           Affected by: LogAspect
 
Methods inherited from class org.apache.cactus.client.AbstractConnectionHelper
getCookieString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientConnectionHelper

public HttpClientConnectionHelper(String theURL)
Method Detail

connect

public HttpURLConnection connect(WebRequest theRequest)
                          throws java.lang.Throwable
Affected by:
around() in LogAspect.


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