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 classCacheDirectiveDirective for caching mechanisms along the call chain.classCookieCookie provided by a client.classCookieSettingCookie setting provided by a server.classExpectationParticular server behavior that is required by a client.classHeaderRepresents an HTTP header.classParameterMulti-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 classSeries<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. 
 -