Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
Request.getCookies()
Returns the modifiable series of cookies provided by the client.
|
Series<CookieSetting> |
Response.getCookieSettings()
Returns the modifiable series of cookie settings provided by the server.
|
Series<Parameter> |
Context.getParameters()
Returns the modifiable series of parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setCookies(Series<Cookie> cookies)
Sets the modifiable series of cookies provided by the client.
|
void |
Response.setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the modifiable series of cookie settings provided by the server.
|
void |
Context.setParameters(Series<Parameter> parameters)
Sets the modifiable series of parameters.
|
Modifier and Type | Class and Description |
---|---|
class |
Form
Form which is a specialized modifiable list of parameters.
|
Modifier and Type | Method and Description |
---|---|
Series<Parameter> |
MediaType.getParameters()
Returns the unmodifiable list of parameters corresponding to subtype
modifiers.
|
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 |
---|---|
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.
|
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 |
---|---|
Series<Cookie> |
HttpRequest.getCookies()
Returns the cookies provided by the client.
|
Series<Header> |
HttpResponse.getHeaders()
Returns the HTTP headers.
|
Series<Header> |
HttpRequest.getHeaders()
Returns the HTTP headers.
|
Series<Header> |
Call.getRequestHeaders()
Returns the modifiable list of request headers.
|
Series<Header> |
Call.getResponseHeaders()
Returns the modifiable list of server headers.
|
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
HttpInboundRequest.getCookies()
Returns the cookies provided by the client.
|
Series<Header> |
Way.getHeaders()
Returns the response headers.
|
Series<Header> |
InboundRequest.getHeaders()
Returns the headers.
|
Series<Header> |
HttpInboundRequest.getHeaders() |
Modifier and Type | Method and Description |
---|---|
protected void |
OutboundWay.addEntityHeaders(Representation entity,
Series<Header> headers)
Adds the entity headers for the given response.
|
protected void |
OutboundWay.addGeneralHeaders(Series<Header> headers)
|
protected void |
ClientOutboundWay.addHeaders(Series<Header> headers) |
protected abstract void |
OutboundWay.addHeaders(Series<Header> headers)
Add all the headers, including the general, the message specific and the
entity headers.
|
protected void |
ServerOutboundWay.addHeaders(Series<Header> headers) |
protected void |
ClientOutboundWay.addRequestHeaders(Series<Header> headers)
Adds the request headers.
|
protected void |
ServerOutboundWay.addResponseHeaders(Series<Header> headers)
Adds the response headers.
|
protected void |
ClientInboundWay.copyResponseTransportHeaders(Series<Header> headers,
Response response)
Copies headers into a response.
|
protected Representation |
InboundWay.createEntity(Series<Header> headers)
Returns the message entity if available.
|
protected void |
Way.setHeaders(Series<Header> headers)
Sets the response headers to be written.
|
void |
InboundRequest.setHeaders(Series<Header> headers)
Put the headers in the request's attributes map.
|
void |
HttpInboundRequest.setHeaders(Series<Header> headers) |
Modifier and Type | Method and Description |
---|---|
protected Series<Parameter> |
PreferenceReader.extractMediaParams(Series<Parameter> parameters)
Extract the media parameters.
|
Modifier and Type | Method and Description |
---|---|
static void |
HeaderUtils.addEntityHeaders(Representation entity,
Series<Header> headers)
Adds the entity headers based on the
Representation to the
Series . |
static void |
HeaderUtils.addExtensionHeaders(Series<Header> existingHeaders,
Series<Header> additionalHeaders)
Adds extension headers if they are non-standard headers.
|
static void |
HeaderUtils.addExtensionHeaders(Series<Header> existingHeaders,
Series<Header> additionalHeaders)
Adds extension headers if they are non-standard headers.
|
static void |
HeaderUtils.addGeneralHeaders(Message message,
Series<Header> headers)
|
static void |
HeaderUtils.addHeader(String headerName,
String headerValue,
Series<Header> headers)
Adds a header to the given list.
|
static void |
HeaderUtils.addNotModifiedEntityHeaders(Representation entity,
Series<Header> headers)
Adds the entity headers based on the
Representation to the
Series when a 304 (Not Modified) status is returned. |
static void |
HeaderUtils.addRequestHeaders(Request request,
Series<Header> headers)
|
static void |
HeaderUtils.addResponseHeaders(Response response,
Series<Header> headers)
|
static void |
HeaderUtils.copyExtensionHeaders(Series<Header> headers,
Response response)
Copies extension headers into a response.
|
static void |
HeaderUtils.copyResponseTransportHeaders(Series<Header> headers,
Response response)
Copies headers into a response.
|
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.
|
static long |
HeaderUtils.getContentLength(Series<Header> headers)
Returns the content length of the request entity if know,
Representation.UNKNOWN_SIZE otherwise. |
static boolean |
HeaderUtils.isChunkedEncoding(Series<Header> headers)
Indicates if the entity is chunked.
|
static boolean |
HeaderUtils.isConnectionClose(Series<Header> headers)
Indicates if the connection must be closed.
|
Modifier and Type | Method and Description |
---|---|
static String |
AuthenticatorUtils.formatRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders)
Formats a challenge request as a HTTP header value.
|
void |
AuthenticatorHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders)
Formats a challenge request as raw credentials.
|
void |
HttpBasicHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
static String |
AuthenticatorUtils.formatResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders)
Formats a challenge response as a HTTP header value.
|
void |
SmtpPlainHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
AuthenticatorHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders)
Formats a challenge response as raw credentials.
|
void |
HttpBasicHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
AuthenticatorHelper.parseRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders)
Parses an authenticate header into a challenge request.
|
void |
HttpBasicHelper.parseRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
static List<ChallengeRequest> |
AuthenticatorUtils.parseRequest(Response response,
String header,
Series<Header> httpHeaders)
Parses an authenticate header into a list of challenge request.
|
void |
AuthenticatorHelper.parseResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders)
Parses an authorization header into a challenge response.
|
void |
HttpBasicHelper.parseResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
static ChallengeResponse |
AuthenticatorUtils.parseResponse(Request request,
String header,
Series<Header> httpHeaders)
Parses an authorization header into a challenge response.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieSeries
Deprecated.
Use
Series directly |
class |
CookieSettingSeries
Deprecated.
Use
Series directly |
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 |
---|---|
void |
HttpDigestHelper.formatRequest(ChallengeWriter cw,
ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
void |
HttpAzureSharedKeyLiteHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
HttpAzureSharedKeyHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
HttpAwsS3Helper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
void |
HttpDigestHelper.formatResponse(ChallengeWriter cw,
ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
static String |
AwsUtils.getCanonicalizedAmzHeaders(Series<Header> requestHeaders)
Returns the canonicalized AMZ headers.
|
static String |
AwsUtils.getS3Signature(Request request,
Series<Header> headers,
char[] secret)
Returns the AWS S3 authentication compatible signature for the given
request and secret.
|
static String |
AwsUtils.getS3StringToSign(Request request,
Series<Header> headers)
Returns the S3 string to sign.
|
void |
HttpDigestHelper.parseRequest(ChallengeRequest challenge,
Response response,
Series<Header> httpHeaders) |
void |
HttpDigestHelper.parseResponse(ChallengeResponse challenge,
Request request,
Series<Header> httpHeaders) |
Modifier and Type | Method and Description |
---|---|
Series<FormData> |
FormDataSet.getEntries()
Returns the modifiable series of form entries.
|
Modifier and Type | Method and Description |
---|---|
Series<FormData> |
FormReader.read()
Reads all the entries.
|
Modifier and Type | Method and Description |
---|---|
void |
FormReader.addEntries(Series<FormData> entries)
Adds the entries into a given series.
|
static void |
FormUtils.parse(Series<FormData> entries,
Representation post)
Parses a post into a given entries series.
|
static void |
FormUtils.parse(Series<FormData> entriesSeries,
String queryString,
CharacterSet characterSet,
boolean decode,
char separator)
Parses a entries string into a given form.
|
Modifier and Type | Method and Description |
---|---|
Series<Header> |
HttpMethodCall.getResponseHeaders()
Returns the modifiable list of response headers.
|
Modifier and Type | Method and Description |
---|---|
Series<Header> |
HttpUrlConnectionCall.getResponseHeaders()
Returns the modifiable list of response headers.
|
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<Header> |
ServletCall.getRequestHeaders()
Returns the list of request headers.
|
Modifier and Type | Method and Description |
---|---|
Series<Parameter> |
Subscription.getParameters()
Returns the subscription parameters.
|
Series<Parameter> |
SipRecipientInfo.getParameters()
Returns the list of recipient info parameters.
|
Series<Parameter> |
Event.getParameters()
Returns the event parameters.
|
Series<Parameter> |
Availability.getParameters()
Returns the list of other parameters.
|
Series<Parameter> |
Address.getParameters()
Returns the list of generic parameters.
|
Modifier and Type | Method and Description |
---|---|
void |
Subscription.setParameters(Series<Parameter> parameters)
Sets the subscription parameters.
|
void |
SipRecipientInfo.setParameters(Series<Parameter> parameters)
Sets the list of recipient info parameters.
|
void |
Event.setParameters(Series<Parameter> parameters)
Sets the event parameters.
|
void |
Availability.setParameters(Series<Parameter> parameters)
Sets the list of other parameters.
|
void |
Address.setParameters(Series<Parameter> parameters)
Sets the list of generic parameters.
|
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
SipInboundRequest.getCookies()
Returns the cookies provided by the client.
|
Series<Header> |
SipInboundRequest.getHeaders()
Returns the HTTP headers.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SipClientOutboundWay.addGeneralHeaders(Series<Header> headers) |
protected void |
SipClientOutboundWay.addRequestHeaders(Series<Header> headers) |
protected void |
SipServerOutboundWay.addResponseHeaders(Series<Header> headers) |
protected void |
SipClientInboundWay.copyResponseTransportHeaders(Series<Header> headers,
Response response) |
void |
SipInboundRequest.setHeaders(Series<Header> headers)
Put the headers in the request's attributes map.
|
Modifier and Type | Method and Description |
---|---|
void |
JsslutilsSslContextFactory.init(Series<Parameter> parameters) |
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.
|
void |
PkixSslContextFactory.init(Series<Parameter> parameters)
Sets the following options according to parameters that may have been set
up directly in the HttpsServerHelper parameters.
|
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 | Method and Description |
---|---|
Series<Header> |
XdbServletCall.getRequestHeaders() |
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
Resource.getCookies()
Returns the modifiable series of cookies provided by the client.
|
Series<CookieSetting> |
Resource.getCookieSettings()
Returns the modifiable series of cookie settings provided by the server.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientResource.setCookies(Series<Cookie> cookies)
Sets the cookies provided by the client.
|
void |
ServerResource.setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the cookie settings provided by the server.
|
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.
|
Modifier and Type | Method and Description |
---|---|
Series<T> |
Series.createSeries(List<T> delegate)
Deprecated.
Use
Series(Class, List) constructor instead. |
Series<Cookie> |
WrapperRequest.getCookies()
Returns the cookies provided by the client.
|
Series<CookieSetting> |
WrapperResponse.getCookieSettings()
Returns the cookie settings provided by the server.
|
Series<T> |
Series.subList(int fromIndex,
int toIndex)
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
|
Series<T> |
Series.subList(String name)
Returns a list of all the values associated to the parameter name.
|
Series<T> |
Series.subList(String name,
boolean ignoreCase)
Returns a list of all the values associated to the parameter name.
|
static Series<? extends NamedValue> |
Series.unmodifiableSeries(Series<? extends NamedValue> series)
Returns an unmodifiable view of the specified series.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRequest.setCookies(Series<Cookie> cookies) |
void |
WrapperResponse.setCookieSettings(Series<CookieSetting> cookieSettings) |
static Series<? extends NamedValue> |
Series.unmodifiableSeries(Series<? extends NamedValue> series)
Returns an unmodifiable view of the specified series.
|
Copyright © 2005–2013. All rights reserved.