Uses of Interface
org.restlet.util.NamedValue
Packages that use NamedValue
Package
Description
Information exchanged by components.
Supports HTTP header parsing and formatting.
Various utility classes.
-
Uses of NamedValue in org.restlet.data
Classes in org.restlet.data that implement NamedValueModifier and TypeClassDescriptionfinal classDirective for caching mechanisms along the call chain.classCookie provided by a client.final classCookie setting provided by a server.final classParticular server behavior that is required by a client.classRepresents an HTTP header.classMulti-usage parameter. -
Uses of NamedValue in org.restlet.engine.header
Methods in org.restlet.engine.header with type parameters of type NamedValueModifier and TypeMethodDescription<NV extends NamedValue<String>>
NVHeaderReader.readNamedValue(Class<NV> resultClass) Reads the next pair as a parameter.Methods in org.restlet.engine.header with parameters of type NamedValueModifier and TypeMethodDescriptionHeaderWriter.appendExtension(NamedValue<String> extension) Formats and appends a parameter as an extension. -
Uses of NamedValue in org.restlet.util
Classes in org.restlet.util with type parameters of type NamedValueModifier and TypeClassDescriptionclassSeries<T extends NamedValue<String>>Modifiable list of entries with many helper methods.Methods in org.restlet.util that return types with arguments of type NamedValueModifier and TypeMethodDescriptionstatic 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 NamedValueModifier and TypeMethodDescriptionstatic Series<? extends NamedValue>Series.unmodifiableSeries(Series<? extends NamedValue> series) Returns an unmodifiable view of the specified series.