Package | Description |
---|---|
org.restlet.data | |
org.restlet.engine.header | |
org.restlet.ext.html | |
org.restlet.ext.wadl | |
org.restlet.util |
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 |
Parameter
Multi-usage parameter.
|
Modifier and Type | Class and Description |
---|---|
class |
Header
Represents an HTTP header.
|
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 |
FormData
HTML form data composed of a name and a value.
|
Constructor and Description |
---|
FormData(NamedValue<String> namedValue)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected NamedValue<String> |
WadlServerResource.getParameter(String name)
Returns the first parameter found in the current context (entity, query,
headers, etc) with the given name.
|
Modifier and Type | Method and Description |
---|---|
protected Series<? extends NamedValue<String>> |
WadlServerResource.getParameters(String name)
Returns a collection of parameters found in the current context (entity,
query, headers, etc) given a parameter name.
|
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–2015. All rights reserved.