Uses of Interface
org.restlet.util.NamedValue
-
Packages that use NamedValue Package Description org.restlet.data Information exchanged by components.org.restlet.util Various utility classes. -
-
Uses of NamedValue in org.restlet.data
Classes in org.restlet.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
Expectation
Particular server behavior that is required by a client.class
Header
Represents an HTTP header.class
Parameter
Multi-usage parameter. -
Uses of NamedValue in org.restlet.util
Classes in org.restlet.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.Methods in org.restlet.util that return types with arguments of type NamedValue Modifier and Type Method Description static Series<? extends NamedValue>
Series. unmodifiableSeries(Series<? extends NamedValue> series)
Returns an unmodifiable view of the specified series.Method parameters in org.restlet.util with type arguments of type NamedValue Modifier and Type Method Description static Series<? extends NamedValue>
Series. unmodifiableSeries(Series<? extends NamedValue> series)
Returns an unmodifiable view of the specified series.
-