Uses of Interface
com.teamdev.jxbrowser.cookie.Cookie
Package
Description
Contains classes that allow you to manage cookies.
The network service callbacks.
-
Uses of Cookie in com.teamdev.jxbrowser.cookie
Modifier and TypeMethodDescriptionCookie.Builder.build()
Returns a newCookie
built from the current state of this builder.Modifier 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
. -
Uses of Cookie in com.teamdev.jxbrowser.net.callback