org.mule.providers.http
Class CookieHelper
java.lang.Object
org.mule.providers.http.CookieHelper
- public class CookieHelper
- extends Object
Helper functions for parsing cookie headers.
Field Summary |
protected static Log |
logger
logger used by this class |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static final Log logger
- logger used by this class
getCookieSpec
public static org.apache.commons.httpclient.cookie.CookieSpec getCookieSpec(String spec)
getCookiePolicy
public static String getCookiePolicy(String spec)
parseCookies
public static org.apache.commons.httpclient.Cookie[] parseCookies(org.apache.commons.httpclient.Header header,
String spec)
throws org.apache.commons.httpclient.cookie.MalformedCookieException
- Throws:
org.apache.commons.httpclient.cookie.MalformedCookieException
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.