org.mule.providers.http
Class CookieHelper

java.lang.Object
  extended byorg.mule.providers.http.CookieHelper

public class CookieHelper
extends Object

Helper functions for parsing cookie headers

Version:
$Revision: 3798 $
Author:
Ross Mason

Field Summary
protected static Log logger
          logger used by this class
 
Constructor Summary
CookieHelper()
           
 
Method Summary
static String getCookiePolicy(String spec)
           
static CookieSpec getCookieSpec(String spec)
           
static Cookie[] parseCookies(Header header, String spec)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static final Log logger
logger used by this class

Constructor Detail

CookieHelper

public CookieHelper()
Method Detail

getCookieSpec

public static CookieSpec getCookieSpec(String spec)

getCookiePolicy

public static String getCookiePolicy(String spec)

parseCookies

public static Cookie[] parseCookies(Header header,
                                    String spec)
                             throws MalformedCookieException
Throws:
MalformedCookieException


Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.