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