Package | Description |
---|---|
com.streamscape.lib.http |
Modifier and Type | Class and Description |
---|---|
class |
Cookie2
Title: Framework Support Library
|
Modifier and Type | Method and Description |
---|---|
static Cookie[] |
CookieModule.listAllCookies()
List all stored cookies for all contexts.
|
static Cookie[] |
CookieModule.listAllCookies(java.lang.Object context)
List all stored cookies for a given context.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CookiePolicyHandler.acceptCookie(Cookie cookie,
RoRequest req,
RoResponse resp)
This method is called for each cookie that a server tries to set via
the Set-Cookie header.
|
static void |
CookieModule.addCookie(Cookie cookie)
Add the specified cookie to the list of cookies in the default context.
|
static void |
CookieModule.addCookie(Cookie cookie,
java.lang.Object context)
Add the specified cookie to the list of cookies for the specified
context.
|
static void |
CookieModule.removeCookie(Cookie cookie)
Remove the specified cookie from the list of cookies in the default
context.
|
static void |
CookieModule.removeCookie(Cookie cookie,
java.lang.Object context)
Remove the specified cookie from the list of cookies for the specified
context.
|
boolean |
CookiePolicyHandler.sendCookie(Cookie cookie,
RoRequest req)
This method is called for each cookie that is eligible for sending
with a request (according to the matching rules for the path, domain,
protocol, etc).
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.