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 theCookie
object stored under the specified name.This returns theCookie
object stored under the specified name.ThesetCookie
method is used to set a cookie value with the cookie name.ThesetCookie
method is used to set a cookie value with the cookie name.ThesetCookie
method is used to set a cookie value with the cookie name.ThesetCookie
method 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 allCookie
objects stored under the specified name.ResponseWrapper.getCookies()
This returns allCookie
objects 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.cookies
This 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 theCookie
object stored under the specified name.This returns theCookie
object stored under the specified name.ThesetCookie
method is used to set a cookie value with the cookie name.ThesetCookie
method is used to set a cookie value with the cookie name.ThesetCookie
method is used to set a cookie value with the cookie name.ThesetCookie
method 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 allCookie
objects stored under the specified name.MessageHeader.getCookies()
This returns allCookie
objects 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 Cookie
CookieParser.getCookie()
Creates theCookie
from the token objects.private Cookie
Creates theCookie
from the token objects.CookieParser.Sequence.next()
Extracts the nextCookie
object from the string given.Methods in org.simpleframework.http.parse that return types with arguments of type Cookie