Uses of Interface
com.teamdev.jxbrowser.cookie.Cookie
Packages that use Cookie
Package
Description
Contains classes that allow you to manage cookies.
The network service callbacks.
-
Uses of Cookie in com.teamdev.jxbrowser.cookie
Methods in com.teamdev.jxbrowser.cookie that return CookieModifier and TypeMethodDescriptionCookie.Builder.build()
Returns a newCookie
built from the current state of this builder.Methods in com.teamdev.jxbrowser.cookie that return types with arguments of type CookieModifier and TypeMethodDescriptionCookieStore.cookies()
Returns an immutable list of all the cookies available in the cookie store.Returns an immutable list of cookies for the givenurl
.Methods in com.teamdev.jxbrowser.cookie with parameters of type Cookie -
Uses of Cookie in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return CookieModifier and TypeMethodDescriptiondefault Cookie
CanSetCookieCallback.Params.cookie()
Returns the cookie received from a web server.Methods in com.teamdev.jxbrowser.net.callback that return types with arguments of type Cookie