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 |
---|---|
List<Parameter> |
Expectation.getParameters()
Returns the list of parameters.
|
Series<Parameter> |
Disposition.getParameters()
Returns the list of disposition parameters.
|
Series<Parameter> |
ChallengeMessage.getParameters()
Returns the modifiable series of scheme parameters.
|
Series<Parameter> |
MediaType.getParameters()
Returns the unmodifiable list of parameters corresponding to subtype
modifiers.
|
Series<Parameter> |
Preference.getParameters()
Returns the modifiable list of 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 |
ChallengeMessage.setParameters(Series<Parameter> parameters)
Sets the parameters.
|
void |
Preference.setParameters(Series<Parameter> parameters)
Sets the modifiable list of 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 |
---|---|
abstract void |
SslContextFactory.init(Series<Parameter> parameters)
Initialize the factory with the given connector parameters.
|
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.
|
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 |
---|---|
static String |
AwsUtils.getQuerySignature(Method method,
Reference resourceRef,
List<Parameter> params,
char[] secret)
Returns the AWS SimpleDB authentication compatible signature for the
given request and secret.
|
static String |
AwsUtils.getQueryStringToSign(Method method,
Reference resourceRef,
List<Parameter> params)
Returns the SimpleDB string to sign.
|
Modifier and Type | Method and Description |
---|---|
void |
JsslutilsSslContextFactory.init(Series<Parameter> parameters)
Deprecated.
|
void |
PkixSslContextFactory.init(Series<Parameter> parameters)
Deprecated.
Sets the following options according to parameters that may have been set
up directly in the HttpsServerHelper parameters.
|
Modifier and Type | Method and Description |
---|---|
Query<T> |
Query.addParameters(Series<Parameter> params)
Creates a new Query
|
Representation |
Service.invokeComplex(String service,
Series<Parameter> parameters)
Invokes a service operation and return the raw representation sent back
by the service.
|
String |
Service.invokeSimple(String service,
Series<Parameter> parameters)
Invokes a service operation and return the String value sent back by the
service.
|
Modifier and Type | Method and Description |
---|---|
Series<Parameter> |
SipRecipientInfo.getParameters()
Deprecated.
Returns the list of recipient info parameters.
|
Series<Parameter> |
Event.getParameters()
Deprecated.
Returns the event parameters.
|
Series<Parameter> |
Address.getParameters()
Deprecated.
Returns the list of generic parameters.
|
Series<Parameter> |
Availability.getParameters()
Deprecated.
Returns the list of other parameters.
|
Series<Parameter> |
Subscription.getParameters()
Deprecated.
Returns the subscription parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
SipRecipientInfo.setParameters(Series<Parameter> parameters)
Deprecated.
Sets the list of recipient info parameters.
|
void |
Event.setParameters(Series<Parameter> parameters)
Deprecated.
Sets the event parameters.
|
void |
Address.setParameters(Series<Parameter> parameters)
Deprecated.
Sets the list of generic parameters.
|
void |
Availability.setParameters(Series<Parameter> parameters)
Deprecated.
Sets the list of other parameters.
|
void |
Subscription.setParameters(Series<Parameter> parameters)
Deprecated.
Sets the subscription parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
ContactInfoReader.addParameter(Address address,
Parameter param)
Deprecated.
Handle a given parameters.
|
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–2016. All rights reserved.