Uses of Class
org.simpleframework.http.Cookie
Packages that use Cookie
Package
Description
-
Uses of Cookie in org.simpleframework.http
Methods in org.simpleframework.http that return CookieModifier and TypeMethodDescriptionThis is used to acquire a cookie using the name of that cookie.This is used to acquire a cookie usiing the name of that cookie.This returns theCookieobject stored under the specified name.This returns theCookieobject stored under the specified name.ThesetCookiemethod is used to set a cookie value with the cookie name.ThesetCookiemethod is used to set a cookie value with the cookie name.ThesetCookiemethod is used to set a cookie value with the cookie name.ThesetCookiemethod is used to set a cookie value with the cookie name.Methods in org.simpleframework.http that return types with arguments of type CookieModifier and TypeMethodDescriptionRequestHeader.getCookies()This is used to acquire all cookies that were sent in the header.RequestWrapper.getCookies()This is used to acquire all cookies that were sent in the header.ResponseHeader.getCookies()This returns allCookieobjects stored under the specified name.ResponseWrapper.getCookies()This returns allCookieobjects stored under the specified name.Methods in org.simpleframework.http with parameters of type Cookie -
Uses of Cookie in org.simpleframework.http.message
Methods in org.simpleframework.http.message that return CookieModifier and TypeMethodDescriptionThis is used to acquire a cookie usiing the name of that cookie.This is used to acquire a cookie using the name of that cookie.This returns theCookieobject stored under the specified name.This returns theCookieobject stored under the specified name.ThesetCookiemethod is used to set a cookie value with the cookie name.ThesetCookiemethod is used to set a cookie value with the cookie name.ThesetCookiemethod is used to set a cookie value with the cookie name.ThesetCookiemethod is used to set a cookie value with the cookie name.Methods in org.simpleframework.http.message that return types with arguments of type CookieModifier and TypeMethodDescriptionHeader.getCookies()This is used to acquire all cookies that were sent in the header.HeaderConsumer.getCookies()This is used to acquire all cookies that were sent in the header.Message.getCookies()This returns allCookieobjects stored under the specified name.MessageHeader.getCookies()This returns allCookieobjects stored under the specified name.Methods in org.simpleframework.http.message with parameters of type Cookie -
Uses of Cookie in org.simpleframework.http.parse
Classes in org.simpleframework.http.parse that implement interfaces with type arguments of type CookieModifier and TypeClassDescriptionclassCookieParser is used to parse the cookie header.Methods in org.simpleframework.http.parse that return types with arguments of type Cookie