org.webbitserver.helpers
Class InboundCookieParser

java.lang.Object
  extended by org.webbitserver.helpers.InboundCookieParser

public class InboundCookieParser
extends Object

A rather simplistic parser of "Cookie:" headers.


Constructor Summary
InboundCookieParser()
           
 
Method Summary
static List<HttpCookie> parse(List<String> headerValues)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InboundCookieParser

public InboundCookieParser()
Method Detail

parse

public static List<HttpCookie> parse(List<String> headerValues)


Copyright © 2012. All Rights Reserved.