org.atmosphere.util
Class CookieUtil

java.lang.Object
  extended by org.atmosphere.util.CookieUtil

public class CookieUtil
extends Object

This class is a cut & paste from Tomcat's Cookie creation.


Constructor Summary
CookieUtil()
           
 
Method Summary
static boolean alreadyQuoted(String value)
           
static boolean isToken(String value)
           
static String toString(javax.servlet.http.Cookie c)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieUtil

public CookieUtil()
Method Detail

isToken

public static boolean isToken(String value)

toString

public static String toString(javax.servlet.http.Cookie c)

alreadyQuoted

public static boolean alreadyQuoted(String value)


Copyright © 2014. All Rights Reserved.