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 TypeMethodDescriptionvoid
HttpClient.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 class
A default implementation ofHttpCookieStore
.static class
An implementation ofHttpCookieStore
that does not store any cookie.