public class CookieDecoder
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Decodes the specified HTTP header value into
Cookie.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CookieDecoder
public CookieDecoder()
-
Method Details
-
decode
Decodes the specified HTTP header value into
Cookie.
- Returns:
- the decoded
Cookie