|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Cookie | |
|---|---|
| org.simpleframework.http | |
| org.simpleframework.http.message | |
| org.simpleframework.http.parse | |
| Uses of Cookie in org.simpleframework.http |
|---|
| Methods in org.simpleframework.http that return Cookie | |
|---|---|
Cookie |
ResponseWrapper.getCookie(String name)
This returns the Cookie object stored under the
specified name. |
Cookie |
ResponseHeader.getCookie(String name)
This returns the Cookie object stored under the
specified name. |
Cookie |
RequestWrapper.getCookie(String name)
This is used to acquire a cookie usiing the name of that cookie. |
Cookie |
RequestHeader.getCookie(String name)
This is used to acquire a cookie using the name of that cookie. |
Cookie |
ResponseWrapper.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
ResponseHeader.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
ResponseWrapper.setCookie(String name,
String value)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
ResponseHeader.setCookie(String name,
String value)
The setCookie method is used to set a cookie value
with the cookie name. |
| Methods in org.simpleframework.http that return types with arguments of type Cookie | |
|---|---|
List<Cookie> |
ResponseWrapper.getCookies()
This returns all Cookie objects stored under the
specified name. |
List<Cookie> |
ResponseHeader.getCookies()
This returns all Cookie objects stored under the
specified name. |
List<Cookie> |
RequestWrapper.getCookies()
This is used to acquire all cookies that were sent in the header. |
List<Cookie> |
RequestHeader.getCookies()
This is used to acquire all cookies that were sent in the header. |
| Methods in org.simpleframework.http with parameters of type Cookie | |
|---|---|
Cookie |
ResponseWrapper.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
ResponseHeader.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
| Uses of Cookie in org.simpleframework.http.message |
|---|
| Methods in org.simpleframework.http.message that return Cookie | |
|---|---|
Cookie |
MessageHeader.getCookie(String name)
This returns the Cookie object stored under the
specified name. |
Cookie |
Message.getCookie(String name)
This returns the Cookie object stored under the
specified name. |
Cookie |
HeaderConsumer.getCookie(String name)
This is used to acquire a cookie using the name of that cookie. |
Cookie |
Header.getCookie(String name)
This is used to acquire a cookie usiing the name of that cookie. |
Cookie |
MessageHeader.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
Message.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
MessageHeader.setCookie(String name,
String value)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
Message.setCookie(String name,
String value)
The setCookie 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 Cookie | |
|---|---|
List<Cookie> |
MessageHeader.getCookies()
This returns all Cookie objects stored under the
specified name. |
List<Cookie> |
Message.getCookies()
This returns all Cookie objects stored under the
specified name. |
List<Cookie> |
HeaderConsumer.getCookies()
This is used to acquire all cookies that were sent in the header. |
List<Cookie> |
Header.getCookies()
This is used to acquire all cookies that were sent in the header. |
| Methods in org.simpleframework.http.message with parameters of type Cookie | |
|---|---|
Cookie |
MessageHeader.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
Cookie |
Message.setCookie(Cookie cookie)
The setCookie method is used to set a cookie value
with the cookie name. |
| Uses of Cookie in org.simpleframework.http.parse |
|---|
| Methods in org.simpleframework.http.parse that return types with arguments of type Cookie | |
|---|---|
Iterator<Cookie> |
CookieParser.iterator()
This is used to acquire the cookie values from the provided the provided source text. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||