Uses of Class
ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers.OperaPath
-
Packages that use OperaPath Package Description ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers -
-
Uses of OperaPath 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 OperaPath Modifier and Type Method Description List<OperaPath>OperaDomain. getPaths()Returns the pathsList<OperaPath>OperaPath. getSubPaths()Returns the subPathsMethods in ch.supertomcat.supertomcatutils.http.cookies.opera.oldformat.containers with parameters of type OperaPath Modifier and Type Method Description voidOperaDomain. addPath(OperaPath path)Add PathvoidOperaPath. addSubPath(OperaPath subPath)Add Sub PathlongOperaCookieInputStream. readPathRecord(OperaPath operaPath, OperaPath parentPath, int tagSize, int recordSize)Read path record
-