Class CookiesImpl
java.lang.Object
cool.scx.http.cookie.CookiesImpl
- All Implemented Interfaces:
Cookies,CookiesWritable,Iterable<Cookie>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cool.scx.http.cookie.Cookies
encodeCookie, encodeSetCookieMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
CookiesImpl
public CookiesImpl()
-
-
Method Details
-
size
-
get
-
iterator
-
remove
- Specified by:
removein interfaceCookiesWritable
-
add
- Specified by:
addin interfaceCookiesWritable
-