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 class
CacheDirective
Directive for caching mechanisms along the call chain.class
Cookie
Cookie provided by a client.class
CookieSetting
Cookie setting provided by a server.class
Header
Represents an HTTP header.class
Parameter
Multi-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 class
Series<T extends NamedValue<java.lang.String>>
Modifiable list of entries with many helper methods.
-