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

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

public class CookieHeaderParser
extends Object

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
CookieHeaderParser()
           
 
Method Summary
static Cookie fromString(String value)
           
static String toString(Cookie cookie)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CookieHeaderParser

public CookieHeaderParser()
Method Detail

fromString

public static Cookie fromString(String value)
                         throws IllegalArgumentException
Throws:
IllegalArgumentException

toString

public static String toString(Cookie cookie)


Copyright © 2014. All rights reserved.