Uses of Class
com.sun.xml.ws.transport.http.client.HttpCookie
Packages that use HttpCookie
-
Uses of HttpCookie in com.sun.xml.ws.transport.http.client
Methods in com.sun.xml.ws.transport.http.client that return types with arguments of type HttpCookieModifier and TypeMethodDescriptionRetrieve cookies associated with given URI, or whose domain matches the given URI.CookieStore.getCookies()Get all not-expired cookies in cookie store.static List<HttpCookie>Constructs cookies from set-cookie or set-cookie2 header string.Methods in com.sun.xml.ws.transport.http.client with parameters of type HttpCookieModifier and TypeMethodDescriptionvoidCookieStore.add(URI uri, HttpCookie cookie) Adds one HTTP cookie to the store.booleanCookieStore.remove(URI uri, HttpCookie cookie) Remove a cookie from store.booleanCookiePolicy.shouldAccept(URI uri, HttpCookie cookie) Will be called to see whether or not this cookie should be accepted.