Uses of Class
org.attribyte.api.http.Cookie
Packages that use Cookie
-
Uses of Cookie in org.attribyte.api.http
Fields in org.attribyte.api.http with type parameters of type CookieModifier and TypeFieldDescriptionfinal com.google.common.collect.ImmutableList<Cookie> Request.cookiesAn immutable list of cookies.RequestBuilder.cookiesfinal com.google.common.collect.ImmutableList<Cookie> Response.cookiesAn immutable list of cookies.Methods in org.attribyte.api.http that return CookieModifier and TypeMethodDescriptionstatic CookieCookie.requestCookie(String name, String value) Creates a request cookie.Methods in org.attribyte.api.http with parameters of type CookieModifier and TypeMethodDescriptionAdds a cookie.Method parameters in org.attribyte.api.http with type arguments of type CookieModifier and TypeMethodDescriptionResponseBuilder.setCookies(Collection<Cookie> cookies) Sets cookies.Constructor parameters in org.attribyte.api.http with type arguments of type CookieModifierConstructorDescriptionResponse(int statusCode, Map<?, ?> headers, Map<String, Object> attributes, Stats stats, Collection<Cookie> cookies) Creates a response with attributes, stats and cookies.StreamedResponse(int statusCode, Map<?, ?> headers, com.google.common.io.ByteSource body, Map<String, Object> attributes, Stats stats, Collection<Cookie> cookies) Creates a response.