| Package | Description | 
|---|---|
| org.restlet.data | 
 Information exchanged by components. 
 | 
| 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 | Class and Description | 
|---|---|
class  | 
Series<T extends NamedValue<java.lang.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-2024 Restlet.