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.core
Methods in org.simpleframework.http.core that return CookieModifier and TypeMethodDescriptionThis is used to acquire a cookie usiing the name of that cookie.Methods in org.simpleframework.http.core that return types with arguments of type CookieModifier and TypeMethodDescriptionRequestMessage.getCookies()This is used to acquire all cookies that were sent in the header. -
Uses of Cookie in org.simpleframework.http.message
Fields in org.simpleframework.http.message with type parameters of type CookieModifier and TypeFieldDescriptionMessageHeader.cookiesThis is used to store the cookies added to the HTTP header.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
Methods in org.simpleframework.http.parse that return CookieModifier and TypeMethodDescriptionprivate CookieCookieParser.getCookie()Creates theCookiefrom the token objects.private CookieCreates theCookiefrom the token objects.CookieParser.Sequence.next()Extracts the nextCookieobject from the string given.Methods in org.simpleframework.http.parse that return types with arguments of type Cookie