Uses of Interface
org.eclipse.jetty.http.HttpCookieStore
Package
Description
Jetty Http : Tools for Http processing
-
Uses of HttpCookieStore in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionHttpClient.getHttpCookieStore()
Get the cookie store associated with this instance.Modifier and TypeMethodDescriptionvoid
HttpClient.setHttpCookieStore
(HttpCookieStore cookieStore) Set the cookie store associated with this instance. -
Uses of HttpCookieStore in org.eclipse.jetty.http
Modifier and TypeClassDescriptionstatic class
A default implementation ofHttpCookieStore
.static class
An implementation ofHttpCookieStore
that does not store any cookie.