net.groboclown.util.http.v1
Interface NetscapeCookieParser.ICookieValueParser

Enclosing class:
NetscapeCookieParser

protected static interface NetscapeCookieParser.ICookieValueParser


Method Summary
 void addCookieValue(String value, Cookie c)
          Sets the value for the corresponding attribute of the cookie, for the given instance.
 

Method Detail

addCookieValue

public void addCookieValue(String value,
                           Cookie c)
Sets the value for the corresponding attribute of the cookie, for the given instance.


Written under the LGPL