org.cruxframework.crux.core.server.rest.util.header
Class NewCookieHeaderParser

java.lang.Object
  extended by org.cruxframework.crux.core.server.rest.util.header.NewCookieHeaderParser

public class NewCookieHeaderParser
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
NewCookieHeaderParser()
           
 
Method Summary
static NewCookie fromString(String newCookie)
           
protected static void quote(StringBuilder b, String value)
           
static String toString(NewCookie cookie)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewCookieHeaderParser

public NewCookieHeaderParser()
Method Detail

fromString

public static NewCookie fromString(String newCookie)
                            throws IllegalArgumentException
Throws:
IllegalArgumentException

quote

protected static void quote(StringBuilder b,
                            String value)

toString

public static String toString(NewCookie cookie)


Copyright © 2015. All rights reserved.