Uses of Interface
org.restlet.client.util.NamedValue
-
Packages that use NamedValue Package Description org.restlet.client.data Information exchanged by components.org.restlet.client.util Various utility classes. -
-
Uses of NamedValue in org.restlet.client.data
Classes in org.restlet.client.data that implement NamedValue Modifier and Type Class Description classCacheDirectiveDirective for caching mechanisms along the call chain.classCookieCookie provided by a client.classCookieSettingCookie setting provided by a server.classHeaderRepresents an HTTP header.classParameterMulti-usage parameter. -
Uses of NamedValue in org.restlet.client.util
Classes in org.restlet.client.util with type parameters of type NamedValue Modifier and Type Class Description classSeries<T extends NamedValue<java.lang.String>>Modifiable list of entries with many helper methods.
-