Uses of Interface
org.eclipse.jetty.http.HttpCookie
Packages that use HttpCookie
-
Uses of HttpCookie in org.eclipse.jetty.http
Classes in org.eclipse.jetty.http that implement HttpCookieModifier and TypeClassDescriptionstatic classImmutable implementation ofHttpCookie.static classAHttpCookiethat wraps aHttpCookie.static classA wrapper forHttpCookieinstances.Fields in org.eclipse.jetty.http with type parameters of type HttpCookieMethods in org.eclipse.jetty.http that return HttpCookieModifier and TypeMethodDescriptionHttpCookie.Builder.build()static HttpCookieCreates a newHttpCookiefrom the given name and value.static HttpCookieCreates a newHttpCookiefrom the given name, value, version and attributes.static HttpCookieCreates a newHttpCookiefrom the given name, value and attributes.static HttpCookieHttpCookie.from(HttpCookie httpCookie) Creates a newHttpCookiecopied from the givenHttpCookie.static HttpCookieHttpCookie.from(HttpCookie cookie, String... additionalAttributes) HttpCookie.Wrapper.getWrapped()Returns anHttpCookieobtained by parsing the givenSet-Cookievalue.Methods in org.eclipse.jetty.http that return types with arguments of type HttpCookieModifier and TypeMethodDescriptionHttpCookieStore.all()HttpCookieStore.Default.all()HttpCookieStore.Empty.all()CookieCache.getCookies(HttpFields headers) CookieCache.getCookies(HttpFields headers, ComplianceViolation.Listener complianceViolationListener) Returns the cookies that match the givenURI.Methods in org.eclipse.jetty.http with parameters of type HttpCookieModifier and TypeMethodDescriptionbooleanHttpCookieStore.add(URI uri, HttpCookie cookie) Adds a cookie to this store, if possible.booleanHttpCookieStore.Default.add(URI uri, HttpCookie cookie) booleanHttpCookieStore.Empty.add(URI uri, HttpCookie cookie) static HttpCookieHttpCookie.asJavaNetHttpCookie(HttpCookie httpCookie) Converts aHttpCookieto aHttpCookie.static HttpCookie.BuilderHttpCookie.build(HttpCookie httpCookie) Creates aHttpCookie.Builderto build aHttpCookie.static booleanHttpCookie.equals(HttpCookie cookie1, Object obj) Implementation ofObject.equals(Object)compatible with RFC 6265.static HttpCookieHttpCookie.from(HttpCookie cookie, String... additionalAttributes) static intHttpCookie.hashCode(HttpCookie httpCookie) Implementation ofObject.hashCode()compatible with RFC 6265.booleanHttpCookieStore.Default.remove(URI uri, HttpCookie cookie) booleanHttpCookieStore.Empty.remove(URI uri, HttpCookie cookie) booleanHttpCookieStore.remove(URI uri, HttpCookie cookie) Removes the cookie associated with the givenURI.static StringHttpCookie.toString(HttpCookie httpCookie) Formats this cookie into a string suitable to be used for logging.Method parameters in org.eclipse.jetty.http with type arguments of type HttpCookieModifier and TypeMethodDescriptionvoidCookieCache.replaceCookieList(List<HttpCookie> cookies) Replace the cookie list withConstructors in org.eclipse.jetty.http with parameters of type HttpCookie