Uses of Interface
com.sun.xml.ws.transport.http.client.CookieStore
Packages that use CookieStore
-
Uses of CookieStore in com.sun.xml.ws.transport.http.client
Methods in com.sun.xml.ws.transport.http.client that return CookieStoreModifier and TypeMethodDescriptionCookieManager.getCookieStore()To retrieve current cookie store.Constructors in com.sun.xml.ws.transport.http.client with parameters of type CookieStoreModifierConstructorDescriptionCookieManager(CookieStore store, CookiePolicy cookiePolicy) Create a new cookie manager with specified cookie store and cookie policy.