|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NamedValue | |
|---|---|
| org.restlet.data | Information exchanged by components. |
| org.restlet.engine.header | Supports HTTP header parsing and formatting. |
| org.restlet.util | Various utility classes. |
| Uses of NamedValue in org.restlet.data |
|---|
| Classes in org.restlet.data that implement NamedValue | |
|---|---|
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 |
Parameter
Multi-usage parameter. |
| Uses of NamedValue in org.restlet.engine.header |
|---|
| Classes in org.restlet.engine.header that implement NamedValue | |
|---|---|
class |
Header
Represents an HTTP header. |
| Methods in org.restlet.engine.header with type parameters of type NamedValue | ||
|---|---|---|
|
HeaderReader.readNamedValue(Class<NV> resultClass)
Reads the next pair as a parameter. |
|
| Methods in org.restlet.engine.header with parameters of type NamedValue | |
|---|---|
HeaderWriter<V> |
HeaderWriter.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 NamedValue | |
|---|---|
class |
Series<T extends NamedValue<String>>
Modifiable list of entries with many helper methods. |
| Methods in org.restlet.util that return types with arguments of type NamedValue | |
|---|---|
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 | |
|---|---|
static Series<? extends NamedValue> |
Series.unmodifiableSeries(Series<? extends NamedValue> series)
Returns an unmodifiable view of the specified series. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||