org.apache.cactus.client
class AbstractConnectionHelper

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

public abstract class AbstractConnectionHelper
extends java.lang.Object
implements ConnectionHelper

Common helper methods for implementing ConnectionHelper. These methods are common to any implementation.

Version:
$Id: AbstractConnectionHelper.java,v 1.1 2002/07/24 20:46:48 vmassol Exp $
Author:
Vincent Massol

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

Constructor Detail

AbstractConnectionHelper

public AbstractConnectionHelper()
Method Detail

getCookieString

public String getCookieString(WebRequest theRequest,
                              URL theUrl)
Affected by:
around() in LogAspect.


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