Uses of Class
org.restlet.util.Series
-
-
Uses of Series in org.restlet
Fields in org.restlet declared as Series Modifier and Type Field Description private Series<Cookie>Request. cookiesThe cookies provided by the client.private Series<CookieSetting>Response. cookieSettingsThe cookie settings provided by the server.private Series<Parameter>Context. parametersThe modifiable series of parameters.Methods in org.restlet that return Series Modifier and Type Method 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<Header>Message. getHeaders()Returns the series of lower-level HTTP headers.Series<Parameter>Context. getParameters()Returns the modifiable series of parameters.Methods in org.restlet with parameters of type Series Modifier and Type Method Description voidRequest. setCookies(Series<Cookie> cookies)Sets the modifiable series of cookies provided by the client.voidResponse. setCookieSettings(Series<CookieSetting> cookieSettings)Sets the modifiable series of cookie settings provided by the server.voidContext. setParameters(Series<Parameter> parameters)Sets the modifiable series of parameters. -
Uses of Series in org.restlet.data
Subclasses of Series in org.restlet.data Modifier and Type Class Description classFormForm which is a specialized modifiable list of parameters.Fields in org.restlet.data declared as Series Modifier and Type Field Description private Series<Parameter>ChallengeMessage. parametersThe additional scheme parameters.private Series<Parameter>Disposition. parametersThe list of disposition parameters.private Series<Parameter>MediaType. parametersThe list of parameters.private Series<Parameter>Preference. parametersThe modifiable list of parameters.Methods in org.restlet.data that return Series Modifier and Type Method Description Series<Parameter>ChallengeMessage. getParameters()Returns the modifiable series of scheme parameters.Series<Parameter>Disposition. getParameters()Returns the list of disposition 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.Methods in org.restlet.data with parameters of type Series Modifier and Type Method Description private static java.lang.StringMediaType. normalizeType(java.lang.String name, Series<Parameter> parameters)Normalizes the specified media type.voidChallengeMessage. setParameters(Series<Parameter> parameters)Sets the parameters.voidDisposition. setParameters(Series<Parameter> parameters)Sets the list of disposition parameters.voidPreference. setParameters(Series<Parameter> parameters)Sets the modifiable list of parameters.Constructors in org.restlet.data with parameters of type Series Constructor Description ChallengeMessage(ChallengeScheme scheme, java.lang.String realm, Series<Parameter> parameters)Constructor.ChallengeMessage(ChallengeScheme scheme, java.lang.String realm, Series<Parameter> parameters, java.lang.String digestAlgorithm, java.lang.String opaque, java.lang.String serverNonce)Constructor.ChallengeMessage(ChallengeScheme scheme, Series<Parameter> parameters)Constructor.ChallengeResponse(ChallengeScheme scheme, java.lang.String identifier, char[] secret, Series<Parameter> parameters)Constructor.ChallengeResponse(ChallengeScheme scheme, java.lang.String identifier, Series<Parameter> parameters)Constructor.ChallengeResponse(ChallengeScheme scheme, Series<Parameter> parameters, java.lang.String identifier, char[] secret, java.lang.String secretAlgorithm, java.lang.String realm, java.lang.String quality, Reference digestRef, java.lang.String digestAlgorithm, java.lang.String opaque, java.lang.String clientNonce, java.lang.String serverNonce, int serverNounceCount, long timeIssued)Constructor.Disposition(java.lang.String type, Series<Parameter> parameters)Constructor.MediaType(java.lang.String name, Series<Parameter> parameters)Constructor.MediaType(java.lang.String name, Series<Parameter> parameters, java.lang.String description)Constructor.Preference(T metadata, float quality, Series<Parameter> parameters)Constructor. -
Uses of Series in org.restlet.engine
Methods in org.restlet.engine that return Series Modifier and Type Method Description Series<Parameter>RestletHelper. getHelpedParameters()Returns the helped Restlet parameters. -
Uses of Series in org.restlet.engine.adapter
Fields in org.restlet.engine.adapter declared as Series Modifier and Type Field Description private Series<Header>Call. requestHeadersThe request headers.private Series<Header>Call. responseHeadersThe response headers.Methods in org.restlet.engine.adapter that return Series Modifier and Type Method Description Series<Cookie>HttpRequest. getCookies()Returns the cookies provided by the client.Series<Header>Call. getRequestHeaders()Returns the modifiable list of request headers.Series<Header>Call. getResponseHeaders()Returns the modifiable list of server headers. -
Uses of Series in org.restlet.engine.connector
Methods in org.restlet.engine.connector that return Series Modifier and Type Method Description Series<Header>HttpExchangeCall. getRequestHeaders()Series<Header>HttpUrlConnectionCall. getResponseHeaders()Returns the modifiable list of response headers. -
Uses of Series in org.restlet.engine.header
Methods in org.restlet.engine.header that return Series Modifier and Type Method Description protected Series<Parameter>PreferenceReader. extractMediaParams(Series<Parameter> parameters)Extract the media parameters.Methods in org.restlet.engine.header with parameters of type Series Modifier and Type Method Description static voidHeaderUtils. addEntityHeaders(Representation entity, Series<Header> headers)Adds the entity headers based on theRepresentationto theSeries.static voidHeaderUtils. addExtensionHeaders(Series<Header> existingHeaders, Series<Header> additionalHeaders)Adds extension headers if they are non-standard headers.static voidHeaderUtils. addGeneralHeaders(Message message, Series<Header> headers)static voidHeaderUtils. addHeader(java.lang.String headerName, java.lang.String headerValue, Series<Header> headers)Adds a header to the given list.static voidHeaderUtils. addNotModifiedEntityHeaders(Representation entity, Series<Header> headers)Adds the entity headers based on theRepresentationto theSerieswhen a 304 (Not Modified) status is returned.static voidHeaderUtils. addRequestHeaders(Request request, Series<Header> headers)static voidHeaderUtils. addResponseHeaders(Response response, Series<Header> headers)static voidHeaderUtils. copyExtensionHeaders(Series<Header> headers, Message message)Copies extension headers into a request or a response.static voidHeaderUtils. copyResponseTransportHeaders(Series<Header> headers, Response response)Copies headers into a response.private ContentTypeContentTypeReader. createContentType(java.lang.StringBuilder mediaType, Series<Parameter> parameters)Creates a content type.protected Preference<T>PreferenceReader. createPreference(java.lang.CharSequence metadata, Series<Parameter> parameters)Creates a new preference.protected Series<Parameter>PreferenceReader. extractMediaParams(Series<Parameter> parameters)Extract the media parameters.protected floatPreferenceReader. extractQuality(Series<Parameter> parameters)Extract the quality value.static longHeaderUtils. getContentLength(Series<Header> headers)Returns the content length of the request entity if know,Representation.UNKNOWN_SIZEotherwise.static booleanHeaderUtils. isChunkedEncoding(Series<Header> headers)Indicates if the entity is chunked.static booleanHeaderUtils. isConnectionClose(Series<Header> headers)Indicates if the connection must be closed. -
Uses of Series in org.restlet.engine.security
Methods in org.restlet.engine.security with parameters of type Series Modifier and Type Method Description voidAuthenticatorHelper. formatRequest(ChallengeWriter cw, ChallengeRequest challenge, Response response, Series<Header> httpHeaders)Formats a challenge request as raw credentials.static java.lang.StringAuthenticatorUtils. formatRequest(ChallengeRequest challenge, Response response, Series<Header> httpHeaders)Formats a challenge request as a HTTP header value.voidHttpBasicHelper. formatRequest(ChallengeWriter cw, ChallengeRequest challenge, Response response, Series<Header> httpHeaders)voidAuthenticatorHelper. formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)Formats a challenge response as raw credentials.static java.lang.StringAuthenticatorUtils. formatResponse(ChallengeResponse challenge, Request request, Series<Header> httpHeaders)Formats a challenge response as a HTTP header value.voidHttpBasicHelper. formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)voidSmtpPlainHelper. formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)voidAuthenticatorHelper. parseRequest(ChallengeRequest challenge, Response response, Series<Header> httpHeaders)Parses an authenticate header into a challenge request.static java.util.List<ChallengeRequest>AuthenticatorUtils. parseRequest(Response response, java.lang.String header, Series<Header> httpHeaders)Parses an authenticate header into a list of challenge request.voidHttpBasicHelper. parseRequest(ChallengeRequest challenge, Response response, Series<Header> httpHeaders)voidAuthenticatorHelper. parseResponse(ChallengeResponse challenge, Request request, Series<Header> httpHeaders)Parses an authorization header into a challenge response.static ChallengeResponseAuthenticatorUtils. parseResponse(Request request, java.lang.String header, Series<Header> httpHeaders)Parses an authorization header into a challenge response.voidHttpBasicHelper. parseResponse(ChallengeResponse challenge, Request request, Series<Header> httpHeaders) -
Uses of Series in org.restlet.engine.ssl
Methods in org.restlet.engine.ssl with parameters of type Series Modifier and Type Method Description voidDefaultSslContextFactory. 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 voidSslContextFactory. init(Series<Parameter> parameters)Initialize the factory with the given connector parameters. -
Uses of Series in org.restlet.engine.util
Methods in org.restlet.engine.util with parameters of type Series Modifier and Type Method Description voidFormReader. addParameters(Series<Parameter> parameters)Adds the parameters into a given series.static ReferenceReferenceUtils. getOriginalRef(Reference resourceRef, Series<Header> headers)Returns the original reference especially by detecting potential proxy forwardings. -
Uses of Series in org.restlet.ext.crypto.internal
Methods in org.restlet.ext.crypto.internal with parameters of type Series Modifier and Type Method Description voidHttpDigestHelper. formatRequest(ChallengeWriter cw, ChallengeRequest challenge, Response response, Series<Header> httpHeaders)voidHttpAwsS3Helper. formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)voidHttpAzureSharedKeyHelper. formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)voidHttpAzureSharedKeyLiteHelper. formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)voidHttpDigestHelper. formatResponse(ChallengeWriter cw, ChallengeResponse challenge, Request request, Series<Header> httpHeaders)static java.lang.StringAwsUtils. getCanonicalizedAmzHeaders(Series<Header> requestHeaders)Returns the canonicalized AMZ headers.private static java.lang.StringHttpAzureSharedKeyHelper. getCanonicalizedAzureHeaders(Series<Header> requestHeaders)Returns the canonicalized Azure headers.static java.lang.StringAwsUtils. getS3Signature(Request request, Series<Header> headers, char[] secret)Returns the AWS S3 authentication compatible signature for the given request and secret.static java.lang.StringAwsUtils. getS3StringToSign(Request request, Series<Header> headers)Returns the S3 string to sign.voidHttpDigestHelper. parseRequest(ChallengeRequest challenge, Response response, Series<Header> httpHeaders)voidHttpDigestHelper. parseResponse(ChallengeResponse challenge, Request request, Series<Header> httpHeaders) -
Uses of Series in org.restlet.ext.html
Fields in org.restlet.ext.html declared as Series Modifier and Type Field Description private Series<FormData>FormDataSet. entriesThe modifiable series of data entries.Methods in org.restlet.ext.html that return Series Modifier and Type Method Description Series<FormData>FormDataSet. getEntries()Returns the modifiable series of form entries. -
Uses of Series in org.restlet.ext.html.internal
Methods in org.restlet.ext.html.internal that return Series Modifier and Type Method Description Series<FormData>FormReader. read()Reads all the entries.Methods in org.restlet.ext.html.internal with parameters of type Series Modifier and Type Method Description voidFormReader. addEntries(Series<FormData> entries)Adds the entries into a given series.static voidFormUtils. parse(Series<FormData> entriesSeries, java.lang.String queryString, CharacterSet characterSet, boolean decode, char separator)Parses a entries string into a given form.static voidFormUtils. parse(Series<FormData> entries, Representation post)Parses a post into a given entries series. -
Uses of Series in org.restlet.ext.httpclient.internal
Methods in org.restlet.ext.httpclient.internal that return Series Modifier and Type Method Description Series<Header>HttpMethodCall. getResponseHeaders()Returns the modifiable list of response headers. -
Uses of Series in org.restlet.ext.jaxrs.internal.core
Methods in org.restlet.ext.jaxrs.internal.core with parameters of type Series Modifier and Type Method Description private static MultivaluedMapImpl<java.lang.String,java.lang.String>UnmodifiableMultivaluedMap. copySeries(Series<?> series, boolean caseInsensitive)Deprecated.Creates a MultiValuedMap of unmodifiable Lists.static UnmodifiableMultivaluedMap<java.lang.String,java.lang.String>UnmodifiableMultivaluedMap. getFromSeries(Series<?> series, boolean caseSensitive)Deprecated.Creates an UnmodifiableMultivaluedMap<String, String;> from the givenSeries. -
Uses of Series in org.restlet.ext.jaxrs.internal.util
Fields in org.restlet.ext.jaxrs.internal.util declared as Series Modifier and Type Field Description private Series<Header>WrappedRequestForHttpHeaders. headersDeprecated.may be null, f content was not already copied from theWrappedRequestForHttpHeaders.restletResponse.Methods in org.restlet.ext.jaxrs.internal.util that return Series Modifier and Type Method Description static Series<Header>Util. copyResponseHeaders(Response restletResponse)Deprecated.private Series<Header>WrappedRequestForHttpHeaders. getHeaders()Deprecated.gets the Restlet headers.static Series<Header>Util. getHttpHeaders(Request request)Deprecated.static Series<Header>Util. getHttpHeaders(Response response)Deprecated.Methods in org.restlet.ext.jaxrs.internal.util with parameters of type Series Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>Converter. toMap(Series<Parameter> parameters)Deprecated. -
Uses of Series in org.restlet.ext.jaxrs.internal.wrappers.params
Methods in org.restlet.ext.jaxrs.internal.wrappers.params with parameters of type Series Modifier and Type Method Description (package private) java.lang.ObjectParameterList.FormOrQueryParamGetter. getParamValue(Series<Parameter> params, java.lang.String paramName) -
Uses of Series in org.restlet.ext.jetty.internal
Methods in org.restlet.ext.jetty.internal that return Series Modifier and Type Method Description Series<Header>JettyServerCall. getRequestHeaders()Returns the list of request headers.Series<Header>JettyClientCall. getResponseHeaders()Returns the modifiable list of response headers. -
Uses of Series in org.restlet.ext.nio.internal.request
Methods in org.restlet.ext.nio.internal.request that return Series Modifier and Type Method Description Series<Cookie>HttpInboundRequest. getCookies()Deprecated.Returns the cookies provided by the client.Series<Header>HttpInboundRequest. getHeaders()Deprecated.Series<Header>InboundRequest. getHeaders()Deprecated.Returns the headers.Methods in org.restlet.ext.nio.internal.request with parameters of type Series Modifier and Type Method Description voidHttpInboundRequest. setHeaders(Series<Header> headers)Deprecated.voidInboundRequest. setHeaders(Series<Header> headers)Deprecated.Put the headers in the request's attributes map. -
Uses of Series in org.restlet.ext.nio.internal.way
Fields in org.restlet.ext.nio.internal.way declared as Series Modifier and Type Field Description private Series<Header>Way. headersDeprecated.The message headers.Methods in org.restlet.ext.nio.internal.way that return Series Modifier and Type Method Description Series<Header>Way. getHeaders()Deprecated.Returns the response headers.Methods in org.restlet.ext.nio.internal.way with parameters of type Series Modifier and Type Method Description protected voidOutboundWay. addEntityHeaders(Representation entity, Series<Header> headers)Deprecated.Adds the entity headers for the given response.protected voidOutboundWay. addGeneralHeaders(Series<Header> headers)Deprecated.protected voidClientOutboundWay. addHeaders(Series<Header> headers)Deprecated.protected abstract voidOutboundWay. addHeaders(Series<Header> headers)Deprecated.Add all the headers, including the general, the message specific and the entity headers.protected voidServerOutboundWay. addHeaders(Series<Header> headers)Deprecated.protected voidClientOutboundWay. addRequestHeaders(Series<Header> headers)Deprecated.Adds the request headers.protected voidServerOutboundWay. addResponseHeaders(Series<Header> headers)Deprecated.Adds the response headers.protected voidClientInboundWay. copyResponseTransportHeaders(Series<Header> headers, Response response)Deprecated.Copies headers into a response.protected RepresentationInboundWay. createEntity(Series<Header> headers)Deprecated.Returns the message entity if available.protected voidWay. setHeaders(Series<Header> headers)Deprecated.Sets the response headers to be written. -
Uses of Series in org.restlet.ext.wadl
Methods in org.restlet.ext.wadl that return Series Modifier and Type Method Description private Series<Header>WadlServerResource. getHeaders()Deprecated.Returns the set of headers as a collection ofParameterobjects.protected Series<? extends NamedValue<java.lang.String>>WadlServerResource. getParameters(java.lang.String name)Deprecated.Returns a collection of parameters found in the current context (entity, query, headers, etc) given a parameter name.private Series<? extends NamedValue<java.lang.String>>WadlServerResource. getParameters(ParameterInfo parameterInfo)Deprecated.Returns a collection of parameters objects contained in the current context (entity, query, headers, etc) given a ParameterInfo instance. -
Uses of Series in org.restlet.resource
Methods in org.restlet.resource that return Series Modifier and Type Method 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.Methods in org.restlet.resource with parameters of type Series Modifier and Type Method Description voidClientResource. setCookies(Series<Cookie> cookies)Sets the cookies provided by the client.voidServerResource. setCookieSettings(Series<CookieSetting> cookieSettings)Sets the cookie settings provided by the server. -
Uses of Series in org.restlet.security
Fields in org.restlet.security declared as Series Modifier and Type Field Description private Series<Parameter>Realm. parametersThe modifiable series of parameters.Methods in org.restlet.security that return Series Modifier and Type Method Description Series<Parameter>Realm. getParameters()Returns the modifiable series of parameters.Methods in org.restlet.security with parameters of type Series Modifier and Type Method Description voidRealm. setParameters(Series<Parameter> parameters)Sets the modifiable series of parameters. -
Uses of Series in org.restlet.util
Methods in org.restlet.util that return Series Modifier and Type Method Description 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(java.lang.String name)Returns a list of all the values associated to the parameter name.Series<T>Series. subList(java.lang.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.Methods in org.restlet.util with parameters of type Series Modifier and Type Method Description voidWrapperRequest. setCookies(Series<Cookie> cookies)voidWrapperResponse. setCookieSettings(Series<CookieSetting> cookieSettings)static Series<? extends NamedValue>Series. unmodifiableSeries(Series<? extends NamedValue> series)Returns an unmodifiable view of the specified series.
-