org.webbitserver.helpers
Class InboundCookieParser
java.lang.Object
org.webbitserver.helpers.InboundCookieParser
public class InboundCookieParser
- extends Object
A rather simplistic parser of "Cookie:" headers.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InboundCookieParser
public InboundCookieParser()
parse
public static List<HttpCookie> parse(List<String> headerValues)
Copyright © 2012. All Rights Reserved.