| Package | Description |
|---|---|
| org.restlet.data |
Information exchanged by components.
|
| org.restlet.engine.header |
Supports HTTP header parsing and formatting.
|
| org.restlet.util |
Various utility classes.
|
| Modifier and Type | Class and 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.
|
| Modifier and Type | Method and Description |
|---|---|
<NV extends NamedValue<String>> |
HeaderReader.readNamedValue(Class<NV> resultClass)
Reads the next pair as a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
HeaderWriter<V> |
HeaderWriter.appendExtension(NamedValue<String> extension)
Formats and appends a parameter as an extension.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Series<T extends NamedValue<String>>
Modifiable list of entries with many helper methods.
|
| Modifier and Type | Method and Description |
|---|---|
static Series<? extends NamedValue> |
Series.unmodifiableSeries(Series<? extends NamedValue> series)
Returns an unmodifiable view of the specified series.
|
| Modifier and Type | Method and Description |
|---|---|
static Series<? extends NamedValue> |
Series.unmodifiableSeries(Series<? extends NamedValue> series)
Returns an unmodifiable view of the specified series.
|
Copyright © 2005–2025. All rights reserved.