Uses of Class
de.sstoehr.harreader.model.HarCookie
-
Packages that use HarCookie Package Description de.sstoehr.harreader.model -
-
Uses of HarCookie in de.sstoehr.harreader.model
Methods in de.sstoehr.harreader.model that return types with arguments of type HarCookie Modifier and Type Method Description java.util.List<HarCookie>HarRequest. getCookies()java.util.List<HarCookie>HarResponse. getCookies()Method parameters in de.sstoehr.harreader.model with type arguments of type HarCookie Modifier and Type Method Description voidHarRequest. setCookies(java.util.List<HarCookie> cookies)voidHarResponse. setCookies(java.util.List<HarCookie> cookies)
-