org.apache.cactus.client
class JdkConnectionHelper

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

public class JdkConnectionHelper
extends AbstractConnectionHelper

Implementation of ConnectionHelper using the JDK HttpURLConnection class.

Version:
$Id: JdkConnectionHelper.html,v 1.1 2003/04/14 12:27:25 sinisa Exp $
Author:
Vincent Massol , Jason Robertson

Constructor Summary
JdkConnectionHelper(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

JdkConnectionHelper

public JdkConnectionHelper(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.