Uses of Interface
org.eclipse.jetty.http.HttpCookieStore
Packages that use HttpCookieStore
Package
Description
Jetty Http : Tools for Http processing
-
Uses of HttpCookieStore in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return HttpCookieStoreModifier and TypeMethodDescriptionHttpClient.getHttpCookieStore()Get the cookie store associated with this instance.Methods in org.eclipse.jetty.client with parameters of type HttpCookieStoreModifier and TypeMethodDescriptionvoidHttpClient.setHttpCookieStore(HttpCookieStore cookieStore) Set the cookie store associated with this instance. -
Uses of HttpCookieStore in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement HttpCookieStoreModifier and TypeClassDescriptionstatic classA default implementation ofHttpCookieStore.static classAn implementation ofHttpCookieStorethat does not store any cookie.