| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.data |
Information exchanged by components.
|
| org.restlet.engine |
Implementation of Restlet API.
|
| org.restlet.engine.header |
Supports HTTP header parsing and formatting.
|
| org.restlet.engine.ssl |
Support SSL and TLS.
|
| org.restlet.engine.util |
General utilities.
|
| org.restlet.resource |
Client and server resource classes.
|
| org.restlet.security |
Classes related to security.
|
| Modifier and Type | Method and Description |
|---|---|
Series<Parameter> |
Context.getParameters()
Returns the modifiable series of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setParameters(Series<Parameter> parameters)
Sets the modifiable series of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
Parameter.create(CharSequence name,
CharSequence value)
Creates a parameter.
|
Parameter |
Form.createEntry(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
Series<Parameter> |
MediaType.getParameters()
Returns the unmodifiable list of parameters corresponding to subtype
modifiers.
|
List<Parameter> |
Expectation.getParameters()
Returns the list of parameters.
|
Series<Parameter> |
Disposition.getParameters()
Returns the list of disposition parameters.
|
Series<Parameter> |
Preference.getParameters()
Returns the modifiable list of parameters.
|
Series<Parameter> |
ChallengeMessage.getParameters()
Returns the modifiable series of scheme parameters.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
Reference.addQueryParameter(Parameter parameter)
Adds a parameter to the query component.
|
int |
Parameter.compareTo(Parameter o) |
| Modifier and Type | Method and Description |
|---|---|
Reference |
Reference.addQueryParameters(Iterable<Parameter> parameters)
Adds several parameters to the query component.
|
void |
Expectation.setParameters(List<Parameter> parameters)
Sets the list of parameters.
|
void |
Disposition.setParameters(Series<Parameter> parameters)
Sets the list of disposition parameters.
|
void |
Preference.setParameters(Series<Parameter> parameters)
Sets the modifiable list of parameters.
|
void |
ChallengeMessage.setParameters(Series<Parameter> parameters)
Sets the parameters.
|
| Constructor and Description |
|---|
ChallengeMessage(ChallengeScheme scheme,
Series<Parameter> parameters)
Constructor.
|
ChallengeMessage(ChallengeScheme scheme,
String realm,
Series<Parameter> parameters)
Constructor.
|
ChallengeMessage(ChallengeScheme scheme,
String realm,
Series<Parameter> parameters,
String digestAlgorithm,
String opaque,
String serverNonce)
Constructor.
|
ChallengeResponse(ChallengeScheme scheme,
Series<Parameter> parameters,
String identifier,
char[] secret,
String secretAlgorithm,
String realm,
String quality,
Reference digestRef,
String digestAlgorithm,
String opaque,
String clientNonce,
String serverNonce,
int serverNounceCount,
long timeIssued)
Constructor.
|
ChallengeResponse(ChallengeScheme scheme,
String identifier,
char[] secret,
Series<Parameter> parameters)
Constructor.
|
ChallengeResponse(ChallengeScheme scheme,
String identifier,
Series<Parameter> parameters)
Constructor.
|
Disposition(String type,
Series<Parameter> parameters)
Constructor.
|
Form(List<Parameter> delegate)
Constructor.
|
MediaType(String name,
Series<Parameter> parameters)
Constructor.
|
MediaType(String name,
Series<Parameter> parameters,
String description)
Constructor.
|
Preference(T metadata,
float quality,
Series<Parameter> parameters)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Series<Parameter> |
RestletHelper.getHelpedParameters()
Returns the helped Restlet parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected Parameter |
HeaderReader.createParameter(String name)
Creates a new parameter with a null value.
|
protected Parameter |
HeaderReader.createParameter(String name,
String value)
Creates a new parameter.
|
Parameter |
HeaderReader.readParameter()
Reads the next pair as a parameter.
|
| Modifier and Type | Method and Description |
|---|---|
protected Series<Parameter> |
PreferenceReader.extractMediaParams(Series<Parameter> parameters)
Extract the media parameters.
|
| Modifier and Type | Method and Description |
|---|---|
ChallengeWriter |
ChallengeWriter.appendChallengeParameter(Parameter parameter)
Appends a new challenge parameter, prefixed with a comma.
|
ChallengeWriter |
ChallengeWriter.appendQuotedChallengeParameter(Parameter parameter)
Appends a new parameter, prefixed with a comma.
|
| Modifier and Type | Method and Description |
|---|---|
protected Preference<T> |
PreferenceReader.createPreference(CharSequence metadata,
Series<Parameter> parameters)
Creates a new preference.
|
protected Series<Parameter> |
PreferenceReader.extractMediaParams(Series<Parameter> parameters)
Extract the media parameters.
|
protected float |
PreferenceReader.extractQuality(Series<Parameter> parameters)
Extract the quality value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultSslContextFactory.init(Series<Parameter> helperParameters)
Sets the following options according to parameters that may have been set up
directly in the HttpsClientHelper or HttpsServerHelper parameters.
|
abstract void |
SslContextFactory.init(Series<Parameter> parameters)
Initialize the factory with the given connector parameters.
|
| Modifier and Type | Method and Description |
|---|---|
static Parameter |
FormUtils.create(CharSequence name,
CharSequence value,
boolean decode,
CharacterSet characterSet)
Creates a parameter.
|
static Parameter |
FormUtils.getFirstParameter(Representation post,
String name)
Reads the first parameter with the given name.
|
static Parameter |
FormUtils.getFirstParameter(String query,
String name,
CharacterSet characterSet,
char separator,
boolean decode)
Reads the first parameter with the given name.
|
Parameter |
FormReader.readFirstParameter(String name)
Reads the first parameter with the given name.
|
Parameter |
FormReader.readNextParameter()
Reads the next parameter available or null.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FormUtils.isParameterFound(Parameter searchedParam,
MediaType mediaRange)
Indicates if the searched parameter is specified in the given media range.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FormReader.addParameters(Series<Parameter> parameters)
Adds the parameters into a given series.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
ClientResource.addQueryParameter(Parameter parameter)
Adds a parameter to the query component.
|
| Modifier and Type | Method and Description |
|---|---|
Reference |
ClientResource.addQueryParameters(Iterable<Parameter> parameters)
Adds several parameters to the query component.
|
| Modifier and Type | Method and Description |
|---|---|
Series<Parameter> |
Realm.getParameters()
Returns the modifiable series of parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Realm.setParameters(Series<Parameter> parameters)
Sets the modifiable series of parameters.
|
Copyright © 2005–2025. All rights reserved.