Uses of Class
org.hcjf.io.net.http.Cookie
-
Packages that use Cookie Package Description org.hcjf.io.net.http -
-
Uses of Cookie in org.hcjf.io.net.http
Subclasses of Cookie in org.hcjf.io.net.http Modifier and Type Class Description classCookie2Methods in org.hcjf.io.net.http that return Cookie Modifier and Type Method Description CookieHttpPackage. getCookie(java.lang.String name)Returns the cookie instance indexed by the parameter name.Methods in org.hcjf.io.net.http that return types with arguments of type Cookie Modifier and Type Method Description java.util.Collection<Cookie>HttpPackage. getCookies()Returns a unmodifiable collection with all the cookies of the package.Methods in org.hcjf.io.net.http with parameters of type Cookie Modifier and Type Method Description voidHttpPackage. addCookie(Cookie cookie)Add a cookie to the http package.
-