|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CookieSetting | |
|---|---|
| org.restlet.engine.header | Supports HTTP header parsing and formatting. |
| org.restlet.engine.util | General utilities. |
| org.restlet.resource | Client and server resource classes. |
| org.restlet.util | Various utility classes. |
| Uses of CookieSetting in org.restlet.engine.header |
|---|
| Methods in org.restlet.engine.header that return CookieSetting | |
|---|---|
static CookieSetting |
CookieSettingReader.read(String cookieSetting)
Parses the given String to a CookieSetting |
CookieSetting |
CookieSettingReader.readValue()
|
| Methods in org.restlet.engine.header with parameters of type CookieSetting | |
|---|---|
CookieSettingWriter |
CookieSettingWriter.append(CookieSetting cookieSetting)
|
static String |
CookieSettingWriter.write(CookieSetting cookieSetting)
Writes a cookie setting. |
| Method parameters in org.restlet.engine.header with type arguments of type CookieSetting | |
|---|---|
static String |
CookieSettingWriter.write(List<CookieSetting> cookieSettings)
Writes a list of cookie settings. |
| Uses of CookieSetting in org.restlet.engine.util |
|---|
| Constructor parameters in org.restlet.engine.util with type arguments of type CookieSetting | |
|---|---|
CookieSettingSeries(List<CookieSetting> delegate)
Deprecated. Constructor. |
|
| Uses of CookieSetting in org.restlet.resource |
|---|
| Methods in org.restlet.resource that return types with arguments of type CookieSetting | |
|---|---|
Series<CookieSetting> |
Resource.getCookieSettings()
Returns the modifiable series of cookie settings provided by the server. |
| Method parameters in org.restlet.resource with type arguments of type CookieSetting | |
|---|---|
void |
ServerResource.setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the cookie settings provided by the server. |
| Uses of CookieSetting in org.restlet.util |
|---|
| Methods in org.restlet.util that return types with arguments of type CookieSetting | |
|---|---|
Series<CookieSetting> |
WrapperResponse.getCookieSettings()
Returns the cookie settings provided by the server. |
| Method parameters in org.restlet.util with type arguments of type CookieSetting | |
|---|---|
void |
WrapperResponse.setCookieSettings(Series<CookieSetting> cookieSettings)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||