Uses of Class
org.restlet.data.CookieSetting
-
Packages that use CookieSetting Package Description org.restlet Core classes of the API.org.restlet.engine.header Supports HTTP header parsing and formatting.org.restlet.ext.crypto Support for cryptography including Amazon S3 and Windows Azure client authentication.org.restlet.ext.jaxrs.internal.resteasy org.restlet.ext.jaxrs.internal.util org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. -
-
Uses of CookieSetting in org.restlet
Fields in org.restlet with type parameters of type CookieSetting Modifier and Type Field Description private Series<CookieSetting>Response. cookieSettingsThe cookie settings provided by the server.Methods in org.restlet that return types with arguments of type CookieSetting Modifier and Type Method Description 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 Modifier and Type Method Description voidResponse. setCookieSettings(Series<CookieSetting> cookieSettings)Sets the modifiable series of cookie settings provided by the server. -
Uses of CookieSetting in org.restlet.engine.header
Methods in org.restlet.engine.header that return CookieSetting Modifier and Type Method Description static CookieSettingCookieSettingReader. read(java.lang.String cookieSetting)Parses the given String to a CookieSettingCookieSettingCookieSettingReader. readValue()Methods in org.restlet.engine.header with parameters of type CookieSetting Modifier and Type Method Description CookieSettingWriterCookieSettingWriter. append(CookieSetting cookieSetting)static java.lang.StringCookieSettingWriter. write(CookieSetting cookieSetting)Writes a cookie setting.Method parameters in org.restlet.engine.header with type arguments of type CookieSetting Modifier and Type Method Description static java.lang.StringCookieSettingWriter. write(java.util.List<CookieSetting> cookieSettings)Writes a list of cookie settings. -
Uses of CookieSetting in org.restlet.ext.crypto
Methods in org.restlet.ext.crypto that return CookieSetting Modifier and Type Method Description protected CookieSettingCookieAuthenticator. getCredentialsCookie(Request request, Response response)Returns the credentials cookie setting. -
Uses of CookieSetting in org.restlet.ext.jaxrs.internal.resteasy
Methods in org.restlet.ext.jaxrs.internal.resteasy that return CookieSetting Modifier and Type Method Description static CookieSettingRestletHttpResponse. toRestletCookieSetting(javax.ws.rs.core.NewCookie newCookie)Deprecated.Converts the Restlet JAX-RS NewCookie to a CookieSettings.Methods in org.restlet.ext.jaxrs.internal.resteasy with parameters of type CookieSetting Modifier and Type Method Description static javax.ws.rs.core.NewCookieRestletHttpResponse. toNewCookie(CookieSetting cookieSetting)Deprecated.Converts the RestletCookieSettingto a JAX-RSNewCookie. -
Uses of CookieSetting in org.restlet.ext.jaxrs.internal.util
Methods in org.restlet.ext.jaxrs.internal.util that return CookieSetting Modifier and Type Method Description static CookieSettingConverter. toRestletCookieSetting(javax.ws.rs.core.NewCookie newCookie)Deprecated.Converts the Restlet JAX-RS NewCookie to a CookieSettings.Methods in org.restlet.ext.jaxrs.internal.util with parameters of type CookieSetting Modifier and Type Method Description static javax.ws.rs.core.NewCookieConverter. toJaxRsNewCookie(CookieSetting cookieSetting)Deprecated.Converts the Restlet CookieSettings to a JAX-RS NewCookie. -
Uses of CookieSetting in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type CookieSetting Modifier and Type Method Description 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 Modifier and Type Method Description voidServerResource. 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 Modifier and Type Method Description Series<CookieSetting>WrapperResponse. getCookieSettings()Returns the cookie settings provided by the server.Method parameters in org.restlet.util with type arguments of type CookieSetting Modifier and Type Method Description voidWrapperResponse. setCookieSettings(Series<CookieSetting> cookieSettings)
-