|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CookieSetting | |
---|---|
org.restlet | Core classes of the API. |
org.restlet.resource | Client and server resource classes. |
org.restlet.util | Various utility classes. |
Uses of CookieSetting in org.restlet |
---|
Methods in org.restlet that return types with arguments of type CookieSetting | |
---|---|
Series<CookieSetting> |
Response.getCookieSettings()
Returns the modifiable series of cookie settings provided by the server. |
Method parameters in org.restlet with type arguments of type CookieSetting | |
---|---|
void |
Response.setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the modifiable series of cookie settings provided by the server. |
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 |