Uses of Class
ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers.OperaCookie
-
Packages that use OperaCookie Package Description ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers -
-
Uses of OperaCookie in ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers
Methods in ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers that return types with arguments of type OperaCookie Modifier and Type Method Description List<OperaCookie>OperaCookieRoot. getAllCookies()List<OperaCookie>OperaDomain. getCookies()Returns the cookiesList<OperaCookie>OperaDomain. getCookies(boolean recursive)List<OperaCookie>OperaPath. getCookies()Returns the cookiesList<OperaCookie>OperaPath. getCookies(boolean recursive)Methods in ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers with parameters of type OperaCookie Modifier and Type Method Description voidOperaDomain. addCookie(OperaCookie cookie)Add CookievoidOperaPath. addCookie(OperaCookie cookie)Add CookielongOperaCookieInputStream. readCookieRecord(OperaCookie operaCookie, int tagSize, int recordSize)Read cookie record
-