org.mule.transport.http
Class CookieHelper

java.lang.Object
  extended by org.mule.transport.http.CookieHelper

public class CookieHelper
extends Object

Helper functions for parsing cookie headers.


Field Summary
protected static Log logger
          logger used by this class
 
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

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-2009 MuleSource, Inc.. All Rights Reserved.