Uses of Class
ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers.OperaDomain
-
Packages that use OperaDomain Package Description ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers -
-
Uses of OperaDomain 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 OperaDomain Modifier and Type Method Description List<OperaDomain>OperaCookieRoot. getDomains()List<OperaDomain>OperaDomain. getSubDomains()Returns the subDomainsList<OperaDomain>OperaCookieInputStream. readDomainComponents(int tagSize, int recordSize)Read domain componentsMethods in ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers with parameters of type OperaDomain Modifier and Type Method Description voidOperaDomain. addSubDomain(OperaDomain subDomain)Add Sub DomainlongOperaCookieInputStream. readDomainRecord(OperaDomain operaDomain, OperaDomain parentDomain, int tagSize, int recordSize)Read domain record
-