A B C D E F G H I J K L M N O P Q R S T U V W Z 

A

abort() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
abort() - Method in class org.restlet.engine.http.HttpRequest
 
abort() - Method in class org.restlet.engine.http.ServerCall
Ask the connector to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.ext.netty.internal.NettyServerCall
Closes the socket.
abort() - Method in class org.restlet.ext.simple.internal.SimpleCall
Closes the socket.
abort() - Method in class org.restlet.Request
Ask the connector to attempt to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.resource.ServerResource
Ask the connector to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.Response
Ask the connector to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.util.WrapperRequest
 
abort() - Method in class org.restlet.util.WrapperResponse
 
accept(Request, Response) - Method in class org.restlet.security.Guard
Deprecated.
Accepts the call.
Acceptor - Class in org.restlet.engine.http.connector
Listens on the given socket channel for incoming connections and dispatches them to the given handler pool
Acceptor(BaseServerHelper, CountDownLatch) - Constructor for class org.restlet.engine.http.connector.Acceptor
Constructor.
acceptRepresentation(Representation) - Method in class org.restlet.resource.Resource
Deprecated.
Accepts and processes a representation posted to the resource.
AccessLogFileHandler - Class in org.restlet.engine.log
Log file handler that uses the AccessLogFormatter by default.
AccessLogFileHandler() - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String, boolean) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String, int, int) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String, int, int, boolean) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFormatter - Class in org.restlet.engine.log
Log record formatter which simply outputs the message on a new line.
AccessLogFormatter() - Constructor for class org.restlet.engine.log.AccessLogFormatter
 
Activator - Class in org.restlet.engine.internal
OSGi activator.
Activator() - Constructor for class org.restlet.engine.internal.Activator
 
Adapter - Class in org.restlet.engine.http.adapter
Converter between high-level and low-level HTTP calls.
Adapter(Context) - Constructor for class org.restlet.engine.http.adapter.Adapter
Constructor.
add(String) - Method in class org.restlet.data.ReferenceList
Creates then adds a reference at the end of the list.
add(Client) - Method in class org.restlet.util.ClientList
 
add(Protocol) - Method in class org.restlet.util.ClientList
Adds a new client connector in the map supporting the given protocol.
add(String, String) - Method in class org.restlet.util.Series
Creates then adds a parameter at the end of the list.
add(Protocol) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol.
add(Protocol, int) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol on the specified port.
add(Protocol, String, int) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol on the specified IP address and port.
add(Server) - Method in class org.restlet.util.ServerList
Adds a server at the end of the list.
add(int, Service) - Method in class org.restlet.util.ServiceList
 
add(Service) - Method in class org.restlet.util.ServiceList
 
add(E) - Method in class org.restlet.util.WrapperList
Adds a element at the end of the list.
add(int, E) - Method in class org.restlet.util.WrapperList
Inserts the specified element at the specified position in this list.
addAll(Collection<? extends Service>) - Method in class org.restlet.util.ServiceList
 
addAll(int, Collection<? extends Service>) - Method in class org.restlet.util.ServiceList
 
addAll(Collection<? extends E>) - Method in class org.restlet.util.WrapperList
Appends all of the elements in the specified collection to the end of this list.
addAll(int, Collection<? extends E>) - Method in class org.restlet.util.WrapperList
Inserts all of the elements in the specified collection into this list at the specified position.
addCharacterSets(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses character set preferences from a header.
addCommonExtensions() - Method in class org.restlet.service.MetadataService
Adds a common list of associations from extensions to metadata.
addDate(String, Date) - Method in class org.restlet.data.Disposition
Adds a Date parameter.
addEncodings(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses encoding preferences from a header.
addEntityHeaders(HttpResponse) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Adds the entity headers for the handled uniform call.
addEntityHeaders(Representation, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Adds the entity headers for the given response.
addEntityHeaders(Representation, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the entity headers based on the Representation to the Series.
addExtension(String, Metadata) - Method in class org.restlet.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addExtension(String, Metadata, boolean) - Method in class org.restlet.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addExtensionHeaders(Series<Parameter>, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds extension headers if they are non-standard headers.
addFilter(Filter) - Method in class org.restlet.engine.ChainHelper
Adds a new filter to the chain.
addGeneralHeaders(Message, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Adds the general headers from the Message to the Series.
addGeneralHeaders(Message, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the general headers from the Message to the Series.
addHeader(Request, String, String) - Static method in class org.restlet.engine.http.connector.ConnectedRequest
Adds a new header to the given request.
addHeader(String, String, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds a header to the given list.
addHeader(Request, String, String) - Static method in class org.restlet.engine.http.HttpRequest
Adds a new header to the given request.
addHeader(Response, String, String) - Static method in class org.restlet.engine.http.HttpResponse
Adds a new header to the given request.
addLanguages(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Adds language preferences from a header.
addMediaTypes(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses media type preferences from a header.
addNotModifiedEntityHeaders(Representation, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the entity headers based on the Representation to the Series when a 304 (Not Modified) status is returned.
addObjectClass(List<Class<?>>, Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
Adds an object class to the given list.
addParameters(Form) - Method in class org.restlet.engine.util.FormReader
Adds the parameters into a given form.
addQueryParameter(String, String) - Method in class org.restlet.data.Reference
Adds a parameter to the query component.
addRequestHeaders(Request, Series<Parameter>) - Method in class org.restlet.engine.http.connector.ClientConnection
Adds the request headers.
addRequestHeaders(Request, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the headers based on the Request to the given Series .
addResponseHeaders(HttpResponse) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Adds the response headers for the handled uniform call.
addResponseHeaders(Response, Series<Parameter>) - Method in class org.restlet.engine.http.connector.ServerConnection
Adds the response headers.
addResponseHeaders(Response, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the headers based on the Response to the given Series.
addSegment(String) - Method in class org.restlet.data.Reference
Adds a segment at the end of the path.
addValues(Parameter, Collection<CacheDirective>) - Static method in class org.restlet.engine.http.header.CacheDirectiveReader
Adds values to the given collection.
addValues(Parameter, Collection<Dimension>) - Static method in class org.restlet.engine.http.header.DimensionReader
Adds values to the given collection.
addValues(String, ClientInfo) - Static method in class org.restlet.engine.http.header.ExpectationReader
Adds values to the given collection.
addValues(Collection<V>) - Method in class org.restlet.engine.http.header.HeaderReader
Adds values to the given list.
addValues(Parameter, Collection<Method>) - Static method in class org.restlet.engine.http.header.MethodReader
Adds values to the given collection.
addValues(Parameter, Collection<RecipientInfo>) - Static method in class org.restlet.engine.http.header.RecipientInfoReader
Adds values to the given collection.
addValues(Parameter, Collection<Warning>) - Static method in class org.restlet.engine.http.header.WarningReader
Adds values to the given collection.
addVariant(List<VariantInfo>, VariantInfo) - Method in class org.restlet.engine.converter.ConverterHelper
Adds a variant to the given list.
addVariant(List<VariantInfo>, VariantInfo) - Static method in class org.restlet.engine.converter.ConverterUtils
Adds a variant to the given list.
after(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
afterHandle(Request, Response) - Method in class org.restlet.engine.application.Decoder
Allows filtering after its handling by the target Restlet.
afterHandle(Request, Response) - Method in class org.restlet.engine.application.Encoder
Allows filtering after its handling by the target Restlet.
afterHandle(Request, Response) - Method in class org.restlet.engine.application.RangeFilter
 
afterHandle(Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Allows filtering after its handling by the target Restlet.
afterHandle(Request, Response) - Method in class org.restlet.engine.log.LogFilter
Allows filtering after processing by the next Restlet.
afterHandle(Request, Response) - Method in class org.restlet.routing.Filter
Allows filtering after processing by the next Restlet.
afterSend(Representation) - Method in class org.restlet.service.ConnectorService
Call-back method invoked by the client or server connectors just after sending the response to the target component.
AJP - Static variable in class org.restlet.data.Protocol
AJP 1.3 protocol to communicate with Apache HTTP server or Microsoft IIS.
ALGORITHM_HTTP_DIGEST - Static variable in class org.restlet.data.Digest
Digest algorithm for the HTTP DIGEST scheme.
ALGORITHM_MD2 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in RFC 1319.
ALGORITHM_MD5 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in RFC 1321.
ALGORITHM_NONE - Static variable in class org.restlet.data.Digest
No digest algorithm defined.
ALGORITHM_SHA_1 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in Secure Hash Standard, NIST FIPS 180-1.
ALGORITHM_SHA_256 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_384 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_512 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALL - Static variable in class org.restlet.data.CharacterSet
All character sets acceptable.
ALL - Static variable in class org.restlet.data.Encoding
All encodings acceptable.
ALL - Static variable in class org.restlet.data.Language
All languages acceptable.
ALL - Static variable in class org.restlet.data.MediaType
 
ALL - Static variable in class org.restlet.data.Method
Pseudo-method use to match all methods.
ALL - Static variable in class org.restlet.data.Protocol
All protocols wildcard.
ALL - Static variable in class org.restlet.data.Tag
Tag matching any other tag, used in call's condition data.
ALL - Static variable in class org.restlet.security.Role
Unmodifiable role that covers all existing roles.
allowClient(ClientInfo) - Method in class org.restlet.service.TunnelService
Indicates if the request from a given client can be tunneled.
allowDelete() - Method in class org.restlet.resource.Handler
Deprecated.
Indicates if DELETE calls are allowed.
allowDelete() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if DELETE calls are allowed by checking the "modifiable" property.
allowGet() - Method in class org.restlet.resource.Handler
Deprecated.
Indicates if GET calls are allowed.
allowGet() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if GET calls are allowed by checking the "readable" property.
allowHead() - Method in class org.restlet.resource.Handler
Deprecated.
Indicates if HEAD calls are allowed.
allowOptions() - Method in class org.restlet.resource.Handler
Deprecated.
Indicates if OPTIONS calls are allowed.
allowPost() - Method in class org.restlet.resource.Handler
Deprecated.
Indicates if POST calls are allowed.
allowPost() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if POST calls are allowed by checking the "modifiable" property.
allowPut() - Method in class org.restlet.resource.Handler
Deprecated.
Indicates if PUT calls are allowed.
allowPut() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if PUT calls are allowed by checking the "modifiable" property.
AlphabeticalComparator - Class in org.restlet.engine.util
Allows to sort the list of references set by the resource.
AlphabeticalComparator() - Constructor for class org.restlet.engine.util.AlphabeticalComparator
 
AlphaNumericComparator - Class in org.restlet.engine.util
Optimized public-domain implementation of a Java alphanumeric sort.
AlphaNumericComparator() - Constructor for class org.restlet.engine.util.AlphaNumericComparator
 
ALWAYS - Static variable in class org.restlet.security.Authorizer
Authorizer returning true all the time.
AnnotationInfo - Class in org.restlet.engine.resource
Descriptor for method annotations.
AnnotationInfo(Class<?>, Method, Method, String) - Constructor for class org.restlet.engine.resource.AnnotationInfo
Constructor.
AnnotationUtils - Class in org.restlet.engine.resource
Utilities to manipulate Restlet annotations.
anyNull(Object...) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Indicates if any of the objects is null.
append(CacheDirective) - Method in class org.restlet.engine.http.header.CacheDirectiveWriter
 
append(ChallengeRequest) - Method in class org.restlet.engine.http.header.ChallengeWriter
 
append(CookieSetting) - Method in class org.restlet.engine.http.header.CookieSettingWriter
 
append(Cookie) - Method in class org.restlet.engine.http.header.CookieWriter
 
append(List<Cookie>) - Method in class org.restlet.engine.http.header.CookieWriter
Appends a list of cookies as an HTTP header.
append(Collection<Dimension>) - Method in class org.restlet.engine.http.header.DimensionWriter
Appends a collection of dimensions as a header.
append(Dimension) - Method in class org.restlet.engine.http.header.DimensionWriter
 
append(Disposition) - Method in class org.restlet.engine.http.header.DispositionWriter
 
append(Expectation) - Method in class org.restlet.engine.http.header.ExpectationWriter
 
append(char) - Method in class org.restlet.engine.http.header.HeaderWriter
 
append(char[]) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends an array of characters.
append(CharSequence) - Method in class org.restlet.engine.http.header.HeaderWriter
 
append(Collection<V>) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a collection of values.
append(int) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends an integer.
append(long) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a long.
append(V) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a value.
append(M) - Method in class org.restlet.engine.http.header.MetadataWriter
 
append(Method) - Method in class org.restlet.engine.http.header.MethodWriter
 
append(Preference<?>) - Method in class org.restlet.engine.http.header.PreferenceWriter
 
append(List<Range>) - Method in class org.restlet.engine.http.header.RangeWriter
Format ranges as a Range header value
append(Range) - Method in class org.restlet.engine.http.header.RangeWriter
 
append(RecipientInfo) - Method in class org.restlet.engine.http.header.RecipientInfoWriter
 
append(Tag) - Method in class org.restlet.engine.http.header.TagWriter
 
append(Warning) - Method in class org.restlet.engine.http.header.WarningWriter
 
append(char) - Method in class org.restlet.representation.AppendableRepresentation
 
append(CharSequence) - Method in class org.restlet.representation.AppendableRepresentation
 
append(CharSequence, int, int) - Method in class org.restlet.representation.AppendableRepresentation
 
AppendableRepresentation - Class in org.restlet.representation
Represents an appendable sequence of characters.
AppendableRepresentation() - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, Language) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
appendChallengeParameter(Parameter) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new challenge parameter, prefixed with a comma.
appendChallengeParameter(String) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendChallengeParameter(String, String) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendChallengeParameterSeparator() - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a comma as a separator if the first parameter has already been written.
appendComment(String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a string as an HTTP comment, surrounded by parenthesis and with quoted pairs if needed.
appendExtension(Parameter) - Method in class org.restlet.engine.http.header.HeaderWriter
Formats and appends a parameter as an extension.
appendExtension(String, String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends an extension.
appendParameterSeparator() - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a semicolon as a parameter separator.
appendProduct(String, String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a product description.
appendQuality(float) - Method in class org.restlet.engine.http.header.PreferenceWriter
Formats a quality value.
If the quality is invalid, an IllegalArgumentException is thrown.
appendQuotedChallengeParameter(Parameter) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendQuotedChallengeParameter(String, String) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendQuotedPair(char) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a quoted character, prefixing it with a backslash.
appendQuotedString(String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a quoted string.
appendSpace() - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a space character.
appendToken(String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a token.
appendUriEncoded(CharSequence, CharacterSet) - Method in class org.restlet.engine.http.header.HeaderWriter
Formats and appends a source string as an URI encoded string.
appendValue(String, int) - Method in class org.restlet.engine.http.header.CookieSettingWriter
Appends a source string as an HTTP comment.
appendValue(String, int) - Method in class org.restlet.engine.http.header.CookieWriter
Appends a source string as an HTTP comment.
appendValueSeparator() - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a comma as a value separator.
Application - Class in org.restlet
Restlet managing a coherent set of Resources and Services.
Application() - Constructor for class org.restlet.Application
Constructor.
Application(Context) - Constructor for class org.restlet.Application
Constructor.
APPLICATION_ALL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ALL_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ATOM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ATOM_SERVICE_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
APPLICATION_ATOM_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
APPLICATION_ATOMPUB_CATEGORY - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ATOMPUB_SERVICE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_CAB - Static variable in class org.restlet.data.MediaType
 
APPLICATION_COMPRESS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_EXCEL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_FLASH - Static variable in class org.restlet.data.MediaType
 
APPLICATION_GNU_TAR - Static variable in class org.restlet.data.MediaType
 
APPLICATION_GNU_ZIP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_HTTP_COOKIES - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_ARCHIVE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_OBJECT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_OBJECT_GWT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_OBJECT_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVASCRIPT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JNLP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JSON - Static variable in class org.restlet.data.MediaType
 
APPLICATION_KML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_KMZ - Static variable in class org.restlet.data.MediaType
 
APPLICATION_LATEX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MAC_BINHEX40 - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MATHML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MATHML_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
APPLICATION_MSOFFICE_DOCM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_DOCX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_DOTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_DOTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_ONETOC - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_ONETOC2 - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_POTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_POTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPAM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPSM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPSX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_SLDM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_SLDX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLAM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLSB - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLSM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLSX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODB - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODC - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODF - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODG - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODI - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTG - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTH - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OXT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_PDF - Static variable in class org.restlet.data.MediaType
 
APPLICATION_POSTSCRIPT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_POWERPOINT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_PROJECT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RDF_TRIG - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RDF_TRIX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RDF_TURTLE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RDF_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RELAXNG_COMPACT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RELAXNG_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RSS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RSS_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
APPLICATION_RTF - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPARQL_RESULTS_JSON - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPARQL_RESULTS_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPSS_SAV - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPSS_SPS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_STATA_STA - Static variable in class org.restlet.data.MediaType
 
APPLICATION_STUFFIT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_TAR - Static variable in class org.restlet.data.MediaType
 
APPLICATION_TEX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_TROFF_MAN - Static variable in class org.restlet.data.MediaType
 
APPLICATION_VOICEXML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_W3C_SCHEMA - Static variable in class org.restlet.data.MediaType
 
APPLICATION_W3C_SCHEMA_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
APPLICATION_W3C_XSLT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_WADL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_WADL_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
APPLICATION_WORD - Static variable in class org.restlet.data.MediaType
 
APPLICATION_WWW_FORM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XHTML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XHTML_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
APPLICATION_XMI_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XML_DTD - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XUL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ZIP - Static variable in class org.restlet.data.MediaType
 
ApplicationHelper - Class in org.restlet.engine.application
Application implementation.
ApplicationHelper(Application) - Constructor for class org.restlet.engine.application.ApplicationHelper
Constructor.
attach(Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attach(String, Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attach(Restlet) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router with an empty URI pattern.
attach(Restlet, int) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router with an empty URI pattern.
attach(String, Class<?>) - Method in class org.restlet.routing.Router
Attaches a target Resource class to this router based on a given URI pattern.
attach(String, Class<?>, int) - Method in class org.restlet.routing.Router
Attaches a target Resource class to this router based on a given URI pattern.
attach(String, Restlet) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router based on a given URI pattern.
attach(String, Restlet, int) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router based on a given URI pattern.
attach(Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a target Restlet to this router with an empty URI pattern.
attach(String, Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a target Restlet to this router based on a given URI pattern.
attachDefault(Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attachDefault(Class<?>) - Method in class org.restlet.routing.Router
Attaches a Resource class to this router as the default target to invoke when no route matches.
attachDefault(Restlet) - Method in class org.restlet.routing.Router
Attaches a Restlet to this router as the default target to invoke when no route matches.
attachDefault(Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a Restlet to this router as the default target to invoke when no route matches.
ATTRIBUTE_HEADERS - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_CIPHER_SUITE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_CLIENT_CERTIFICATES - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_KEY_SIZE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_SSL_SESSION_ID - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_VERSION - Static variable in class org.restlet.engine.http.header.HeaderConstants
Deprecated.
AUDIO_ALL - Static variable in class org.restlet.data.MediaType
 
AUDIO_BASIC - Static variable in class org.restlet.data.MediaType
 
AUDIO_MIDI - Static variable in class org.restlet.data.MediaType
 
AUDIO_MPEG - Static variable in class org.restlet.data.MediaType
 
AUDIO_REAL - Static variable in class org.restlet.data.MediaType
 
AUDIO_WAV - Static variable in class org.restlet.data.MediaType
 
authenticate(ChallengeResponse, Request, Guard) - Method in class org.restlet.engine.security.AuthenticatorHelper
Deprecated.
See new org.restlet.security package.
authenticate(Request, Guard) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Deprecated.
See new org.restlet.security package.
authenticate(Request, Response) - Method in class org.restlet.security.Authenticator
Attempts to authenticate the subject sending the request.
authenticate(Request, Response) - Method in class org.restlet.security.ChallengeAuthenticator
Authenticates the call, relying on the verifier to check the credentials provided (in general an identifier + secret couple).
authenticate(Request) - Method in class org.restlet.security.Guard
Deprecated.
Indicates if the call is properly authenticated.
authenticated(Request, Response) - Method in class org.restlet.security.Authenticator
Invoked upon successful authentication.
AUTHENTICATED - Static variable in class org.restlet.security.Authorizer
Authorizer returning true for all authenticated requests.
AUTHENTICATION_INVALID - Static variable in class org.restlet.security.Guard
Deprecated.
Indicates that an authentication response is considered invalid.
AUTHENTICATION_MISSING - Static variable in class org.restlet.security.Guard
Deprecated.
Indicates that an authentication response couldn't be found.
AUTHENTICATION_STALE - Static variable in class org.restlet.security.Guard
Deprecated.
Indicates that an authentication response is stale.
AUTHENTICATION_VALID - Static variable in class org.restlet.security.Guard
Deprecated.
Indicates that an authentication response is valid.
AuthenticationInfo - Class in org.restlet.data
Preemptive authentication information.
AuthenticationInfo(String, int, String, String, String) - Constructor for class org.restlet.data.AuthenticationInfo
Constructor.
Authenticator - Class in org.restlet.security
Filter authenticating the client sending the request.
Authenticator(Context) - Constructor for class org.restlet.security.Authenticator
Constructor setting the mode to "required".
Authenticator(Context, boolean) - Constructor for class org.restlet.security.Authenticator
Constructor using the context's default enroler.
Authenticator(Context, boolean, Enroler) - Constructor for class org.restlet.security.Authenticator
Constructor.
AuthenticatorHelper - Class in org.restlet.engine.security
Base class for authentication helpers.
AuthenticatorHelper(ChallengeScheme, boolean, boolean) - Constructor for class org.restlet.engine.security.AuthenticatorHelper
Constructor.
AuthenticatorUtils - Class in org.restlet.engine.security
Authentication utilities.
authorize(Request, Response) - Method in class org.restlet.security.Authorizer
Attempts to authorize the request.
authorize(Request) - Method in class org.restlet.security.Guard
Deprecated.
Indicates if the request is authorized to pass through the Guard.
authorize(Request, Response) - Method in class org.restlet.security.MethodAuthorizer
Authorizes the request only if its method is one of the authorized methods.
authorize(Request, Response) - Method in class org.restlet.security.RoleAuthorizer
Authorizes the request only if its subject is in one of the authorized roles and in none of the forbidden ones.
authorized(Request, Response) - Method in class org.restlet.security.Authorizer
Invoked upon successful authorization.
Authorizer - Class in org.restlet.security
Filter authorizing requests.
Authorizer() - Constructor for class org.restlet.security.Authorizer
Default constructor.
Authorizer(String) - Constructor for class org.restlet.security.Authorizer
Constructor.
available() - Method in class org.restlet.engine.application.RangeInputStream
 
available() - Method in class org.restlet.engine.http.io.SizedInputStream
 
available() - Method in class org.restlet.engine.io.ReaderInputStream
 
awaitTermination(long, TimeUnit) - Method in class org.restlet.service.TaskService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.

B

Base64 - Class in org.restlet.engine.util
Minimal but fast Base64 codec.
Base64() - Constructor for class org.restlet.engine.util.Base64
 
BaseClientHelper - Class in org.restlet.engine.http.connector
Base client helper based on NIO blocking sockets.
BaseClientHelper(Client) - Constructor for class org.restlet.engine.http.connector.BaseClientHelper
Constructor.
BaseHelper<T extends Connector> - Class in org.restlet.engine.http.connector
Base connector helper.
BaseHelper(T, boolean) - Constructor for class org.restlet.engine.http.connector.BaseHelper
Constructor.
BaseServerHelper - Class in org.restlet.engine.http.connector
Base server helper based on NIO blocking sockets.
BaseServerHelper(Server) - Constructor for class org.restlet.engine.http.connector.BaseServerHelper
Constructor.
BaseTask - Class in org.restlet.engine.http.connector
 
BaseTask() - Constructor for class org.restlet.engine.http.connector.BaseTask
Constructor.
before(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.Decoder
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.Encoder
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.TunnelFilter
 
beforeHandle(Request, Response) - Method in class org.restlet.engine.component.HostRoute
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.log.LogFilter
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.Extractor
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.Filter
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.Route
Deprecated.
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.TemplateRoute
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.Validator
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.security.Authenticator
Handles the authentication by first invoking the Authenticator.authenticate(Request, Response) method.
beforeHandle(Request, Response) - Method in class org.restlet.security.Authorizer
 
beforeSend(Representation) - Method in class org.restlet.service.ConnectorService
Call-back method invoked by the client or server connectors just before sending the response to the target component.
BEST - Static variable in class org.restlet.routing.Router
Deprecated.
BioUtils - Class in org.restlet.engine.io
Basic IO manipulation utilities.
blockingLock() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
BUFFER_SIZE - Static variable in class org.restlet.engine.io.IoUtils
The buffer size.

C

CACHE_MAX_AGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_MAX_STALE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_MIN_FRESH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_MUST_REVALIDATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_NO_CACHE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_NO_STORE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_NO_TRANSFORM - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_ONLY_IF_CACHED - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_PRIVATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_PROXY_MUST_REVALIDATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_PUBLIC - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_SHARED_MAX_AGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CacheDirective - Class in org.restlet.data
Directive for caching mechanisms along the call chain.
CacheDirective(String) - Constructor for class org.restlet.data.CacheDirective
Constructor for directives with no value.
CacheDirective(String, String) - Constructor for class org.restlet.data.CacheDirective
Constructor for directives with a value.
CacheDirective(String, String, boolean) - Constructor for class org.restlet.data.CacheDirective
Constructor for directives with a value.
CacheDirectiveReader - Class in org.restlet.engine.http.header
Cache directive header reader.
CacheDirectiveReader(String) - Constructor for class org.restlet.engine.http.header.CacheDirectiveReader
Constructor.
CacheDirectiveWriter - Class in org.restlet.engine.http.header
Cache directive header writer.
CacheDirectiveWriter() - Constructor for class org.restlet.engine.http.header.CacheDirectiveWriter
 
Call - Class in org.restlet.engine.http
Low-level call for the HTTP connectors.
Call() - Constructor for class org.restlet.engine.http.Call
Constructor.
CallResolver - Class in org.restlet.engine.util
Resolves variable values based on a request and a response.
CallResolver(Request, Response) - Constructor for class org.restlet.engine.util.CallResolver
Constructor.
canAdd(Encoding, Collection<Encoding>) - Method in class org.restlet.engine.http.header.EncodingReader
 
canAdd(V, Collection<V>) - Method in class org.restlet.engine.http.header.HeaderReader
Indicates if the value can be added the the list.
canDecode(Representation) - Method in class org.restlet.engine.application.Decoder
Indicates if a representation can be decoded.
canDecode() - Method in class org.restlet.engine.application.DecodeRepresentation
Deprecated.
canEncode(Representation) - Method in class org.restlet.engine.application.Encoder
Indicates if a representation can be encoded.
canEncode() - Method in class org.restlet.engine.application.EncodeRepresentation
Indicates if the encoding can happen.
canEnqueue() - Method in class org.restlet.engine.http.connector.ClientConnection
Indicates whether the client connection can accept a new message.
canRead() - Method in class org.restlet.engine.http.connector.ClientConnection
 
canRead() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection's socket can be read for inbound data.
canRead() - Method in class org.restlet.engine.http.connector.ServerConnection
 
canWrite() - Method in class org.restlet.engine.http.connector.ClientConnection
 
canWrite() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection's socket can be written for outbound data.
canWrite(Encoding) - Method in class org.restlet.engine.http.header.EncodingWriter
 
canWrite(V) - Method in class org.restlet.engine.http.header.HeaderWriter
Indicates if the value can be written to the header.
ChainHelper<T extends Restlet> - Class in org.restlet.engine
Chain helper serving as base class for Application and Component helpers.
ChainHelper(T) - Constructor for class org.restlet.engine.ChainHelper
Constructor.
challenge(Response, boolean, Guard) - Method in class org.restlet.engine.security.AuthenticatorHelper
Deprecated.
See new org.restlet.security package.
challenge(Response, boolean, Guard) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Deprecated.
See new org.restlet.security package.
challenge(Response, boolean) - Method in class org.restlet.security.ChallengeAuthenticator
Challenges the client by adding a challenge request to the response and by setting the status to Status.CLIENT_ERROR_UNAUTHORIZED.
challenge(Response, boolean) - Method in class org.restlet.security.Guard
Deprecated.
Challenges the client by adding a challenge request to the response and by setting the status to CLIENT_ERROR_UNAUTHORIZED.
ChallengeAuthenticator - Class in org.restlet.security
Authenticator based on a challenge scheme.
ChallengeAuthenticator(Context, boolean, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
Constructor using the context's default verifier.
ChallengeAuthenticator(Context, boolean, ChallengeScheme, String, Verifier) - Constructor for class org.restlet.security.ChallengeAuthenticator
Constructor.
ChallengeAuthenticator(Context, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
Constructor setting the optional property to false.
ChallengeMessage - Class in org.restlet.data
Base authentication challenge message exchanged between an origin server and a client.
ChallengeMessage(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeRequest - Class in org.restlet.data
Authentication challenge sent by an origin server to a client.
ChallengeRequest(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeRequest
Constructor.
ChallengeRequest(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeRequest
Constructor.
ChallengeRequestReader - Class in org.restlet.engine.http.header
Challenge request header reader.
ChallengeRequestReader(String) - Constructor for class org.restlet.engine.http.header.ChallengeRequestReader
Constructor.
ChallengeResponse - Class in org.restlet.data
Authentication response sent by client to an origin server.
ChallengeResponse(ChallengeRequest, Response, String, char[]) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeRequest, Response, String, String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeRequest, Response, String, char[], String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeResponse
Constructor with no credentials.
ChallengeResponse(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeResponse
Deprecated.
ChallengeResponse(ChallengeScheme, String, char[]) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeScheme - Class in org.restlet.data
Challenge scheme used to authenticate remote clients.
ChallengeScheme(String, String) - Constructor for class org.restlet.data.ChallengeScheme
Constructor.
ChallengeScheme(String, String, String) - Constructor for class org.restlet.data.ChallengeScheme
Constructor.
ChallengeWriter - Class in org.restlet.engine.http.header
Authentication challenge header writer.
ChallengeWriter() - Constructor for class org.restlet.engine.http.header.ChallengeWriter
Constructor.
ChannelRepresentation - Class in org.restlet.representation
Representation based on a NIO byte channel.
ChannelRepresentation(MediaType) - Constructor for class org.restlet.representation.ChannelRepresentation
Constructor.
CharacterRepresentation - Class in org.restlet.representation
Representation based on a BIO character stream.
CharacterRepresentation(MediaType) - Constructor for class org.restlet.representation.CharacterRepresentation
Constructor.
CharacterSet - Class in org.restlet.data
Character set used to encode characters in textual representations.
CharacterSet(Charset) - Constructor for class org.restlet.data.CharacterSet
Constructor.
CharacterSet(String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
CharacterSet(String, String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
checkDigest() - Method in class org.restlet.representation.DigesterRepresentation
Check that the digest computed from the wrapped representation content and the digest declared by the wrapped representation are the same.
checkDigest(String) - Method in class org.restlet.representation.DigesterRepresentation
Check that the digest computed from the representation content and the digest declared by the representation are the same.
checkDigest() - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
Check that the digest computed from the wrapped representation content and the digest declared by the wrapped representation are the same.
checkDigest(String) - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
Check that the digest computed from the representation content and the digest declared by the representation are the same.
checkDigest() - Method in class org.restlet.representation.Representation
Deprecated.
Use a DigesterRepresentation instead.
checkDigest(String) - Method in class org.restlet.representation.Representation
Deprecated.
Use a DigesterRepresentation instead.
checkDigest() - Method in class org.restlet.util.WrapperRepresentation
Deprecated.
checkDigest(String) - Method in class org.restlet.util.WrapperRepresentation
Deprecated.
checkExtensionsConsistency(File) - Method in class org.restlet.engine.local.FileClientHelper
Check that all extensions of the file correspond to a known metadata.
checkin(T) - Method in class org.restlet.engine.util.Pool
Checks in an object into the pool.
checkout() - Method in class org.restlet.engine.util.Pool
Checks out an object from the pool.
checkSecret(Request, String, char[]) - Method in class org.restlet.security.Guard
Deprecated.
Indicates if the secret is valid for the given identifier.
ChildClientDispatcher - Class in org.restlet.engine.component
Client dispatcher for a component child.
ChildClientDispatcher(ChildContext) - Constructor for class org.restlet.engine.component.ChildClientDispatcher
Constructor.
ChildContext - Class in org.restlet.engine.component
Context based on a parent component's context but dedicated to a child Restlet, typically to an application.
ChildContext(Context) - Constructor for class org.restlet.engine.component.ChildContext
Constructor.
ChunkedInputStream - Class in org.restlet.engine.http.io
InputStream to wrap a source InputStream that has been chunked.
ChunkedInputStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.ChunkedInputStream
Constructor.
ChunkedOutputStream - Class in org.restlet.engine.http.io
OutputStream to write data in the HTTP chunked encoding format to a destination OutputStream.
ChunkedOutputStream(OutputStream) - Constructor for class org.restlet.engine.http.io.ChunkedOutputStream
Convenience constructor to use a default chunk size size of 2048.
ChunkedOutputStream(OutputStream, int) - Constructor for class org.restlet.engine.http.io.ChunkedOutputStream
 
CLAP - Static variable in class org.restlet.data.Protocol
CLAP (ClassLoader Access Protocol) is a custom scheme to access to representations via classloaders.
CLAP_CLASS - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the classloader associated with the local class.
CLAP_DEFAULT - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the classloader associated with the local class.
CLAP_SYSTEM - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the system's classloader.
CLAP_THREAD - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current thread's classloader.
ClapClientHelper - Class in org.restlet.engine.local
Connector to the resources accessed via class loaders.
ClapClientHelper(Client) - Constructor for class org.restlet.engine.local.ClapClientHelper
Constructor.
clear() - Method in class org.restlet.engine.ChainHelper
Clears the chain.
clear() - Method in class org.restlet.engine.util.Pool
Clears the store of reusable objects.
clear(T) - Method in class org.restlet.engine.util.Pool
Clears the given object when it is checked in the pool.
clear() - Method in class org.restlet.util.WrapperList
Removes all of the elements from this list.
clear() - Method in class org.restlet.util.WrapperMap
Removes all mappings from this Map.
clearCache() - Static method in class org.restlet.engine.resource.AnnotationUtils
Clears the annotation descriptors cache.
clearExtensions() - Method in class org.restlet.service.MetadataService
clears the mappings for all extensions.
clearThreadLocalVariables() - Static method in class org.restlet.engine.Engine
Clears the thread local variables set by the Restlet API and engine.
Client - Class in org.restlet
Connector acting as a generic client.
Client(Context, List<Protocol>) - Constructor for class org.restlet.Client
Constructor.
Client(Context, List<Protocol>, String) - Constructor for class org.restlet.Client
Constructor.
Client(Context, Protocol) - Constructor for class org.restlet.Client
Constructor.
Client(List<Protocol>) - Constructor for class org.restlet.Client
Constructor.
Client(Protocol) - Constructor for class org.restlet.Client
Constructor.
Client(String) - Constructor for class org.restlet.Client
Constructor.
CLIENT_ERROR_BAD_REQUEST - Static variable in class org.restlet.data.Status
The request could not be understood by the server due to malformed syntax.
CLIENT_ERROR_CONFLICT - Static variable in class org.restlet.data.Status
The request could not be completed due to a conflict with the current state of the resource (as experienced in a version control system).
CLIENT_ERROR_EXPECTATION_FAILED - Static variable in class org.restlet.data.Status
The user agent expects some behavior of the server (given in an Expect request-header field), but this expectation could not be met by this server.
CLIENT_ERROR_FAILED_DEPENDENCY - Static variable in class org.restlet.data.Status
This status code means that the method could not be performed on the resource because the requested action depended on another action and that action failed.
CLIENT_ERROR_FORBIDDEN - Static variable in class org.restlet.data.Status
The server understood the request, but is refusing to fulfill it as it could be explained in the entity.
CLIENT_ERROR_GONE - Static variable in class org.restlet.data.Status
The requested resource is no longer available at the server and no forwarding address is known.
CLIENT_ERROR_LENGTH_REQUIRED - Static variable in class org.restlet.data.Status
The server refuses to accept the request without a defined Content-Length.
CLIENT_ERROR_LOCKED - Static variable in class org.restlet.data.Status
The source or destination resource of a method is locked (or temporarily involved in another process).
CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class org.restlet.data.Status
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
CLIENT_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.data.Status
The resource identified by the request is only capable of generating response entities whose content characteristics do not match the user's requirements (in Accept* headers).
CLIENT_ERROR_NOT_FOUND - Static variable in class org.restlet.data.Status
The server has not found anything matching the Request-URI or the server does not wish to reveal exactly why the request has been refused, or no other response is applicable.
CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.data.Status
This code is reserved for future use.
CLIENT_ERROR_PRECONDITION_FAILED - Static variable in class org.restlet.data.Status
Sent by the server when the user agent asks the server to carry out a request under certain conditions that are not met.
CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.data.Status
This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
CLIENT_ERROR_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.restlet.data.Status
The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class org.restlet.data.Status
Sent by the server when an HTTP client opens a connection, but has never sent a request (or never sent the blank line that signals the end of the request).
CLIENT_ERROR_REQUEST_URI_TOO_LONG - Static variable in class org.restlet.data.Status
The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
CLIENT_ERROR_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.restlet.data.Status
The request includes a Range request-header field and the selected resource is too small for any of the byte-ranges to apply.
CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.data.Status
The request requires user authentication.
CLIENT_ERROR_UNPROCESSABLE_ENTITY - Static variable in class org.restlet.data.Status
This status code means the server understands the content type of the request entity (syntactically correct) but was unable to process the contained instructions.
CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.data.Status
The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
ClientAdapter - Class in org.restlet.engine.http.adapter
Converter of high-level uniform calls into low-level HTTP client calls.
ClientAdapter(Context) - Constructor for class org.restlet.engine.http.adapter.ClientAdapter
Constructor.
ClientCall - Class in org.restlet.engine.http
Low-level HTTP client call.
ClientCall(HttpClientHelper, String, String) - Constructor for class org.restlet.engine.http.ClientCall
Constructor setting the request address to the local host.
ClientConnection - Class in org.restlet.engine.http.connector
Generic HTTP-like client connection.
ClientConnection(BaseHelper<Client>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.ClientConnection
Constructor.
ClientHelper - Class in org.restlet.engine
Client connector helper.
ClientHelper(Client) - Constructor for class org.restlet.engine.ClientHelper
Constructor.
ClientInfo - Class in org.restlet.data
Client specific data related to a call.
ClientInfo() - Constructor for class org.restlet.data.ClientInfo
Constructor.
ClientInfo(List<? extends Variant>) - Constructor for class org.restlet.data.ClientInfo
Constructor from a list of variants.
ClientInfo(MediaType) - Constructor for class org.restlet.data.ClientInfo
Constructor from a media type.
ClientList - Class in org.restlet.util
Modifiable list of client connectors.
ClientList(Context) - Constructor for class org.restlet.util.ClientList
Constructor.
ClientProxy - Interface in org.restlet.resource
Marker interface for RESTful resource proxies.
ClientResource - Class in org.restlet.resource
Client-side resource.
ClientResource() - Constructor for class org.restlet.resource.ClientResource
Empty constructor.
ClientResource(ClientResource) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Request, Response) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Request, Response) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientRoute - Class in org.restlet.engine.component
Router scorer based on a target client connector.
ClientRoute(Router, Client) - Constructor for class org.restlet.engine.component.ClientRoute
Constructor.
ClientRouter - Class in org.restlet.engine.component
Router that collects calls from all applications and dispatches them to the appropriate client connectors.
ClientRouter(Component) - Constructor for class org.restlet.engine.component.ClientRouter
Constructor.
clone() - Method in class org.restlet.data.Reference
 
clone() - Method in class org.restlet.engine.security.DefaultSslContextFactory
This class is likely to contain sensitive information; cloning is therefore not allowed.
close() - Method in class org.restlet.engine.http.connector.Connection
Closes the connection.
close() - Method in class org.restlet.engine.http.io.ChunkedInputStream
Closes this input stream but do not close the underlying stream.
close() - Method in class org.restlet.engine.http.io.ChunkedOutputStream
Closes this output stream for writing but does not close the wrapped stream.
close() - Method in class org.restlet.engine.http.io.InboundStream
 
close() - Method in class org.restlet.engine.http.io.OutboundStream
 
close() - Method in class org.restlet.engine.http.io.SizedInputStream
 
close() - Method in class org.restlet.engine.http.io.UnclosableInputStream
 
close() - Method in class org.restlet.engine.http.io.UnclosableOutputStream
 
close() - Method in class org.restlet.engine.io.ReaderInputStream
Closes the wrapped reader.
close() - Method in class org.restlet.engine.io.WriterOutputStream
 
close() - Method in class org.restlet.engine.log.TraceHandler
 
ClosingInputStream - Class in org.restlet.engine.http.io
Input stream based on a source stream that must only be totally read before closing.
ClosingInputStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.ClosingInputStream
Constructor.
ClosingRepresentation - Class in org.restlet.engine.http.io
Wrapper representation to close the associated socket when the representation is released.
ClosingRepresentation(Representation, Socket, Logger) - Constructor for class org.restlet.engine.http.io.ClosingRepresentation
Constructor.
commit(ClientCall, Request, Response) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Commits the changes to a handled HTTP client call back into the original uniform call.
commit(HttpResponse) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Commits the changes to a handled uniform call back into the original HTTP call.
commit(Response) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
commit(Response) - Method in class org.restlet.engine.http.connector.ServerConnection
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client.
commit(Response) - Method in class org.restlet.Request
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client.
commit() - Method in class org.restlet.resource.ServerResource
Asks the response to immediately commit making it ready to be sent back to the client.
commit() - Method in class org.restlet.Response
Asks the server connector to immediately commit the given response, making it ready to be sent back to the client.
commit(Response) - Method in class org.restlet.util.WrapperRequest
 
commit() - Method in class org.restlet.util.WrapperResponse
 
compare(Reference, Reference) - Method in class org.restlet.engine.util.AlphabeticalComparator
Compares two references.
compare(String, String) - Method in class org.restlet.engine.util.AlphabeticalComparator
Compares two strings.
compare(String, String) - Method in class org.restlet.engine.util.AlphaNumericComparator
 
compare(char[], char[]) - Static method in class org.restlet.security.SecretVerifier
Compares that two secrets are equal.
compareTo(Method) - Method in class org.restlet.data.Method
Compares this method to another.
compareTo(Parameter) - Method in class org.restlet.data.Parameter
Compares this object with the specified object for order.
complete() - Method in class org.restlet.engine.http.ServerCall
Complete the response
complete() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
Component - Class in org.restlet
Restlet managing a set of Connectors, VirtualHosts, Services and Applications.
Component() - Constructor for class org.restlet.Component
Constructor.
Component(Reference) - Constructor for class org.restlet.Component
Constructor with the reference to the XML configuration file.
Component(Representation) - Constructor for class org.restlet.Component
Constructor with the representation of the XML configuration file.
Component(String) - Constructor for class org.restlet.Component
Constructor with the URI reference to the XML configuration file.
ComponentClientDispatcher - Class in org.restlet.engine.component
Component client dispatcher.
ComponentClientDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentClientDispatcher
Constructor.
ComponentContext - Class in org.restlet.engine.component
Context allowing access to the component's connectors.
ComponentContext(ComponentHelper) - Constructor for class org.restlet.engine.component.ComponentContext
Constructor.
ComponentHelper - Class in org.restlet.engine.component
Component helper.
ComponentHelper(Component) - Constructor for class org.restlet.engine.component.ComponentHelper
Constructor.
ComponentServerDispatcher - Class in org.restlet.engine.component
Component server dispatcher.
ComponentServerDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentServerDispatcher
Constructor.
ComponentXmlParser - Class in org.restlet.engine.component
Parser for component XML configuration.
ComponentXmlParser(Component, Representation) - Constructor for class org.restlet.engine.component.ComponentXmlParser
Constructor.
COMPRESS - Static variable in class org.restlet.data.Encoding
The common Unix file compression.
computeDigest() - Method in class org.restlet.representation.DigesterRepresentation
Compute the representation digest according to MD5 algorithm.
If case this algorithm is the same than the one provided at instantiation, the computation operation is made with the current stored computed value and does not require to exhaust entirely the representation's stream.
computeDigest(String) - Method in class org.restlet.representation.DigesterRepresentation
Compute the representation digest according to the given algorithm.
Since this method reads entirely the representation's stream, user must take care of the content of the representation in case the latter is transient.
computeDigest(String) - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
Compute the representation digest according to the given algorithm.
Since this method reads entirely the representation's stream, user must take care of the content of the representation in case the latter is transient.
computeDigest(String) - Method in class org.restlet.representation.Representation
Deprecated.
Use a DigesterRepresentation instead.
computeDigest(String) - Method in class org.restlet.util.WrapperRepresentation
Deprecated.
Conditions - Class in org.restlet.data
Set of conditions applying to a request.
Conditions() - Constructor for class org.restlet.data.Conditions
Constructor.
config(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a configuration message.
configureBlocking(boolean) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
CONNECT - Static variable in class org.restlet.data.Method
Used with a proxy that can dynamically switch to being a tunnel.
ConnectedRequest - Class in org.restlet.engine.http.connector
Request wrapper for server HTTP calls.
ConnectedRequest(ConnectedRequest) - Constructor for class org.restlet.engine.http.connector.ConnectedRequest
Copy constructor.
ConnectedRequest(Context, ServerConnection, Method, String, String, Series<Parameter>, Representation, boolean, Principal) - Constructor for class org.restlet.engine.http.connector.ConnectedRequest
Constructor.
Connection<T extends Connector> - Class in org.restlet.engine.http.connector
A network connection though which requests and responses are exchanged by connectors.
Connection(BaseHelper<T>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.Connection
Constructor.
ConnectionState - Enum in org.restlet.engine.http.connector
Enumeration of the states of a connection.
Connector - Class in org.restlet
Restlet enabling communication between Components.
Connector(Context) - Constructor for class org.restlet.Connector
Constructor.
Connector(Context, List<Protocol>) - Constructor for class org.restlet.Connector
Constructor.
CONNECTOR_ERROR_COMMUNICATION - Static variable in class org.restlet.data.Status
The client connector faced an error during the communication with the remote server (interruption, timeout, etc.).
CONNECTOR_ERROR_CONNECTION - Static variable in class org.restlet.data.Status
The client connector could not connect to the remote server.
CONNECTOR_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
The client connector faced an internal error during the process of a request to its server or the process of a response to its client.
ConnectorHelper<T extends Connector> - Class in org.restlet.engine
Base connector helper.
ConnectorHelper(T) - Constructor for class org.restlet.engine.ConnectorHelper
Constructor.
ConnectorService - Class in org.restlet.service
Application service declaring client and server connectors.
ConnectorService() - Constructor for class org.restlet.service.ConnectorService
Constructor.
Conneg - Class in org.restlet.engine.util
Content negotiation algorithm.
Conneg(ClientInfo, MetadataService) - Constructor for class org.restlet.engine.util.Conneg
Constructor.
ConnegUtils - Class in org.restlet.engine.util
Content negotiation utilities.
contains(Object) - Method in class org.restlet.util.WrapperList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class org.restlet.util.WrapperList
Returns true if this list contains all of the elements of the specified collection.
containsKey(Object) - Method in class org.restlet.util.WrapperMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.restlet.util.WrapperMap
Returns true if this map maps one or more keys to the specified value.
ContentType - Class in org.restlet.engine.http.header
Association of a media type and a character set.
ContentType(MediaType, CharacterSet) - Constructor for class org.restlet.engine.http.header.ContentType
Constructor.
ContentType(String) - Constructor for class org.restlet.engine.http.header.ContentType
Constructor.
ContentTypeReader - Class in org.restlet.engine.http.header
Content type header reader.
ContentTypeReader(String) - Constructor for class org.restlet.engine.http.header.ContentTypeReader
Constructor.
Context - Class in org.restlet
Contextual data and services provided to a set of Restlets.
Context() - Constructor for class org.restlet.Context
Constructor.
Context(Logger) - Constructor for class org.restlet.Context
Constructor.
Context(String) - Constructor for class org.restlet.Context
Constructor.
CONTINUE - Static variable in class org.restlet.routing.Filter
Indicates that the request processing should continue normally.
continueResponse() - Static method in class org.restlet.data.Expectation
Creates a "100-continue" expectation.
controlConnections() - Method in class org.restlet.engine.http.connector.Controller
Control each connection for messages to read or write.
controlHelper() - Method in class org.restlet.engine.http.connector.Controller
Control the helper for inbound or outbound messages to handle.
Controller - Class in org.restlet.engine.http.connector
Controls the state of the server helper and its managed connections.
Controller(BaseHelper<?>) - Constructor for class org.restlet.engine.http.connector.Controller
Constructor.
ConverterHelper - Class in org.restlet.engine.converter
Converter between Representations and regular Java objects.
ConverterHelper() - Constructor for class org.restlet.engine.converter.ConverterHelper
 
ConverterService - Class in org.restlet.service
Application service converting between representation and regular Java objects.
ConverterService() - Constructor for class org.restlet.service.ConverterService
Constructor.
ConverterService(boolean) - Constructor for class org.restlet.service.ConverterService
Constructor.
ConverterUtils - Class in org.restlet.engine.converter
Utilities for the converter service.
Cookie - Class in org.restlet.data
Cookie provided by a client.
Cookie() - Constructor for class org.restlet.data.Cookie
Constructor.
Cookie(int, String, String) - Constructor for class org.restlet.data.Cookie
Constructor.
Cookie(int, String, String, String, String) - Constructor for class org.restlet.data.Cookie
Constructor.
Cookie(String, String) - Constructor for class org.restlet.data.Cookie
Constructor.
CookieReader - Class in org.restlet.engine.http.header
Cookie header reader.
CookieReader(String) - Constructor for class org.restlet.engine.http.header.CookieReader
Constructor.
CookieSeries - Class in org.restlet.engine.util
Cookie series used internally by the Request class.
CookieSeries() - Constructor for class org.restlet.engine.util.CookieSeries
Constructor.
CookieSeries(List<Cookie>) - Constructor for class org.restlet.engine.util.CookieSeries
Constructor.
CookieSetting - Class in org.restlet.data
Cookie setting provided by a server.
CookieSetting() - Constructor for class org.restlet.data.CookieSetting
Default constructor.
CookieSetting(int, String, String) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean, boolean) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(String, String) - Constructor for class org.restlet.data.CookieSetting
Preferred constructor.
CookieSettingReader - Class in org.restlet.engine.http.header
Cookie setting header reader.
CookieSettingReader(String) - Constructor for class org.restlet.engine.http.header.CookieSettingReader
Constructor.
CookieSettingSeries - Class in org.restlet.engine.util
Cookie setting series.
CookieSettingSeries() - Constructor for class org.restlet.engine.util.CookieSettingSeries
Constructor.
CookieSettingSeries(List<CookieSetting>) - Constructor for class org.restlet.engine.util.CookieSettingSeries
Constructor.
CookieSettingWriter - Class in org.restlet.engine.http.header
Cookie setting header writer.
CookieSettingWriter() - Constructor for class org.restlet.engine.http.header.CookieSettingWriter
 
CookieWriter - Class in org.restlet.engine.http.header
Cookie header writer.
CookieWriter() - Constructor for class org.restlet.engine.http.header.CookieWriter
 
COPY - Static variable in class org.restlet.data.Method
Creates a duplicate of the source resource, identified by the Request-URI, in the destination resource, identified by the URI in the Destination header.
copy(InputStream, OutputStream) - Static method in class org.restlet.engine.io.BioUtils
Copies an input stream to an output stream.
copy(InputStream, RandomAccessFile) - Static method in class org.restlet.engine.io.BioUtils
Copies an input stream to a random access file.
copy(Reader, Writer) - Static method in class org.restlet.engine.io.BioUtils
Copies characters from a reader to a writer.
copy(FileChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Writes the representation to a byte channel.
copy(ReadableByteChannel, OutputStream) - Static method in class org.restlet.engine.io.NioUtils
Writes a NIO readable channel to a BIO output stream.
copy(ReadableByteChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Writes a readable channel to a writable channel.
copyResponseTransportHeaders(Series<Parameter>, Response) - Method in class org.restlet.engine.http.connector.ClientConnection
Copies headers into a response.
copyResponseTransportHeaders(Series<Parameter>, Response) - Static method in class org.restlet.engine.http.header.HeaderUtils
Copies headers into a response.
copySubList(List<T>, int, int) - Static method in class org.restlet.engine.util.ListUtils
Unlike List.subList(), which returns a live view of a set of List elements, this method returns a new copy of the list.
copyTo(Map<String, Object>) - Method in class org.restlet.util.Series
Copies the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
Couple<T,U> - Class in org.restlet.util
Relationship between two typed objects.
Couple(T, U) - Constructor for class org.restlet.util.Couple
Constructor.
create(CharSequence, CharSequence) - Static method in class org.restlet.data.Parameter
Creates a parameter.
create(Request) - Method in class org.restlet.engine.http.HttpClientHelper
Creates a low-level HTTP client call from a high-level request.
create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.engine.util.FormUtils
Creates a parameter.
create(MediaType, T) - Method in class org.restlet.ext.jackson.JacksonConverter
Creates the marshaling JacksonRepresentation.
create(Representation, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
Creates the unmarshaling JacksonRepresentation.
create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(String, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(Class<? extends ServerResource>, Request, Response) - Method in class org.restlet.resource.Finder
Creates a new instance of a given ServerResource subclass.
create(Request, Response) - Method in class org.restlet.resource.Finder
Creates a new instance of the ServerResource subclass designated by the "targetClass" property.
createAcceptorService() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Creates the handler service.
createChallengeRequest(boolean) - Method in class org.restlet.security.ChallengeAuthenticator
Creates a new challenge request.
createChildContext() - Method in class org.restlet.Context
Creates a protected child context.
createChildContext() - Method in class org.restlet.engine.component.ChildContext
 
createChildContext() - Method in class org.restlet.engine.component.ComponentContext
 
createClapReference(Package) - Static method in class org.restlet.data.LocalReference
Constructor.
createClapReference(int, Package) - Static method in class org.restlet.data.LocalReference
Constructor for CLAP URIs to a given package.
createClapReference(String) - Static method in class org.restlet.data.LocalReference
Constructor.
createClapReference(int, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createClassLoader() - Method in class org.restlet.engine.Engine
Creates a new class loader.
createClientInfo() - Method in class org.restlet.representation.Variant
Creates a ClientInfo instance with preferences matching exactly the current variant.
createConnection(BaseHelper<Client>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
createConnection(BaseHelper<T>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.BaseHelper
Creates a connection associated to the given socket.
createConnection(BaseHelper<Server>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.HttpServerHelper
 
createController() - Method in class org.restlet.engine.http.connector.BaseHelper
Creates a new controller.
createControllerService() - Method in class org.restlet.engine.http.connector.BaseHelper
Creates the connector controller service.
createEmpty() - Static method in class org.restlet.representation.Representation
Deprecated.
Use EmptyRepresentation instead.
createEntry(String, String) - Method in class org.restlet.data.Form
 
createEntry(String, String) - Method in class org.restlet.engine.util.CookieSeries
 
createEntry(String, String) - Method in class org.restlet.engine.util.CookieSettingSeries
 
createEntry(String, String) - Method in class org.restlet.util.Series
Creates a new entry.
createExecutorService() - Method in class org.restlet.service.TaskService
Creates a new JDK executor service that will be wrapped.
createFileReference(File) - Static method in class org.restlet.data.LocalReference
Constructor.
createFileReference(String) - Static method in class org.restlet.data.LocalReference
Constructor.
createFileReference(String, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createFinder(Class<?>) - Method in class org.restlet.engine.component.InternalRouter
 
createFinder(Class<?>, Class<? extends Finder>, Context, Logger) - Static method in class org.restlet.resource.Finder
Creates a new finder instance based on the "targetClass" property.
createFinder(Class<?>) - Method in class org.restlet.routing.Router
Creates a new finder instance based on the "targetClass" property.
createFinder(Class<?>) - Method in class org.restlet.routing.VirtualHost
Creates a new finder instance based on the "targetClass" property.
createHelper(Client, String) - Method in class org.restlet.engine.Engine
Creates a new helper for a given client connector.
createHelper(Server, String) - Method in class org.restlet.engine.Engine
Creates a new helper for a given server connector.
createInboundEntity(Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound message entity if available.
createInboundFilter(Context) - Method in class org.restlet.service.DecoderService
 
createInboundFilter(Context) - Method in class org.restlet.service.LogService
 
createInboundFilter(Context) - Method in class org.restlet.service.RangeService
 
createInboundFilter(Context) - Method in class org.restlet.service.Service
Create the filter that should be invoked for incoming calls.
createInboundFilter(Context) - Method in class org.restlet.service.StatusService
 
createInboundFilter(Context) - Method in class org.restlet.service.TunnelService
 
createInboundRoot() - Method in class org.restlet.Application
Creates a inbound root Restlet that will receive all incoming calls.
createJarReference(Reference, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createNext() - Method in class org.restlet.resource.ClientResource
Creates a next Restlet is no one is set.
createObject() - Method in class org.restlet.engine.util.Pool
Creates a new reusable object.
createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonConverter
Creates a Jackson object mapper based on a media type.
createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Creates a Jackson object mapper based on a media type.
createOutboundFilter(Context) - Method in class org.restlet.service.Service
Create the filter that should be invoked for outgoing calls.
createOutboundRoot() - Method in class org.restlet.Application
Creates a outbound root Restlet that will receive all outgoing calls from ClientResource.
createParameter(String, String) - Method in class org.restlet.engine.http.header.CacheDirectiveReader
 
createParameter(String, String) - Method in class org.restlet.engine.http.header.ExpectationReader
 
createParameter(String) - Method in class org.restlet.engine.http.header.HeaderReader
Creates a new parameter with a null value.
createParameter(String, String) - Method in class org.restlet.engine.http.header.HeaderReader
Creates a new parameter.
createPreference(CharSequence, Series<Parameter>) - Method in class org.restlet.engine.http.header.PreferenceReader
Creates a new preference.
createReference(String, String, String, String) - Method in class org.restlet.engine.local.EntityClientHelper
Generate a Reference for a variant name (which is URL decoded) and handle the translation between the incoming requested path (which is URL encoded).
createRequest(Context, ServerConnection, String, String, String, Series<Parameter>, Representation, boolean, Principal) - Method in class org.restlet.engine.http.connector.ServerConnection
Creates a new request.
createRequest(Request) - Method in class org.restlet.resource.ClientResource
Creates a new request by cloning the given one.
createResolver(Map<String, ?>) - Static method in class org.restlet.util.Resolver
Creates a resolver that is based on a given map.
createResolver(Request, Response) - Static method in class org.restlet.util.Resolver
Creates a resolver that is based on a call (request, response couple).
createResponse(Request) - Method in class org.restlet.engine.http.connector.BaseHelper
Creates the response object.
createResponse(Request) - Method in class org.restlet.resource.ClientResource
Creates a new response for the given request.
createRiapReference(int, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createRoot() - Method in class org.restlet.Application
Deprecated.
Override the Application.createInboundRoot() method instead.
createRoute(String, Restlet, int) - Method in class org.restlet.engine.component.InternalRouter
 
createRoute(String, Restlet) - Method in class org.restlet.routing.Router
Creates a new route for the given URI pattern and target.
createRoute(String, Restlet, int) - Method in class org.restlet.routing.Router
Creates a new route for the given URI pattern, target and matching mode.
createRoute(String, Restlet, int) - Method in class org.restlet.routing.VirtualHost
 
createSecureSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates a properly configured secure socket factory.
createSeries(List<Parameter>) - Method in class org.restlet.data.Form
 
createSeries(List<Cookie>) - Method in class org.restlet.engine.util.CookieSeries
 
createSeries(List<CookieSetting>) - Method in class org.restlet.engine.util.CookieSettingSeries
 
createSeries(List<E>) - Method in class org.restlet.util.Series
Creates a new series.
createServerSocket() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Create a server socket channel and bind it to the given address
createSocket(boolean, InetSocketAddress) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates the socket that will be used to send the request and get the response.
createSocket(boolean, String, int) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates the socket that will be used to send the request and get the response.
createSocketAddress() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Creates a socket address to listen on.
createSocketFactory(boolean) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates a normal or secure socket factory.
createSslContext() - Method in class org.restlet.engine.security.DefaultSslContextFactory
Creates a configured and initialised SSLContext from the values set via the various setters of this class.
createSslContext() - Method in class org.restlet.engine.security.SslContextFactory
Creates a configured and initialized SSLContext.
createStatus(int) - Method in class org.restlet.engine.http.connector.ClientConnection
Returns the status corresponding to a given status code.
createStore() - Method in class org.restlet.engine.util.Pool
Creates the store of reusable objects.
createTarget(Class<? extends Handler>, Request, Response) - Method in class org.restlet.resource.Finder
Deprecated.
createTarget(Request, Response) - Method in class org.restlet.resource.Finder
Deprecated.
createThreadFactory() - Method in class org.restlet.service.TaskService
Creates a new thread factory that will properly name the Restlet created threads with a "restlet-" prefix.
createWorkerService() - Method in class org.restlet.engine.http.connector.BaseHelper
Creates the handler service.
createZipReference(Reference, String) - Static method in class org.restlet.data.LocalReference
Constructor.
CURRENT - Static variable in enum org.restlet.engine.Edition
The current engine edition.
CUSTOM - Static variable in class org.restlet.data.ChallengeScheme
Custom scheme based on IP address or cookies or query parameters, etc.
CUSTOM - Static variable in class org.restlet.routing.Router
Deprecated.
Use Router.MODE_CUSTOM instead.

D

DateUtils - Class in org.restlet.engine.util
Date manipulation utilities.
DateWriter - Class in org.restlet.engine.http.header
Date header writer.
DateWriter() - Constructor for class org.restlet.engine.http.header.DateWriter
 
decode(String) - Static method in class org.restlet.data.Reference
Decodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
decode(String, CharacterSet) - Static method in class org.restlet.data.Reference
Decodes a given string using the standard URI encoding mechanism.
decode(Representation) - Method in class org.restlet.engine.application.Decoder
Decodes a given representation if its encodings are supported by NRE.
decode(char[]) - Static method in class org.restlet.engine.util.Base64
Decodes base64 characters into bytes.
decode(String) - Static method in class org.restlet.engine.util.Base64
Decodes a base64 string into bytes.
Decoder - Class in org.restlet.engine.application
Filter decompressing entities.
Decoder(Context) - Constructor for class org.restlet.engine.application.Decoder
Constructor to only decode request entities before handling.
Decoder(Context, boolean, boolean) - Constructor for class org.restlet.engine.application.Decoder
Constructor.
DecodeRepresentation - Class in org.restlet.engine.application
Representation that decodes a wrapped representation if its encoding is supported.
DecodeRepresentation(Representation) - Constructor for class org.restlet.engine.application.DecodeRepresentation
Constructor.
DecoderService - Class in org.restlet.service
Application service automatically decoding or uncompressing request entities.
DecoderService() - Constructor for class org.restlet.service.DecoderService
Constructor.
DecoderService(boolean) - Constructor for class org.restlet.service.DecoderService
Constructor.
DEFAULT - Static variable in class org.restlet.data.CharacterSet
The default character set of the JVM.
DEFAULT - Static variable in class org.restlet.data.Language
The default language of the JVM.
DEFAULT_NONCE_LIFESPAN_MILLIS - Static variable in class org.restlet.security.Guard
Deprecated.
Default lifespan for generated nonces (5 minutes).
DefaultAccessLogFormatter - Class in org.restlet.engine.log
Access log record formatter which writes a header describing the default log format.
DefaultAccessLogFormatter() - Constructor for class org.restlet.engine.log.DefaultAccessLogFormatter
 
DefaultConverter - Class in org.restlet.engine.converter
Converter for the built-in Representation classes.
DefaultConverter() - Constructor for class org.restlet.engine.converter.DefaultConverter
 
DefaultSaxHandler - Class in org.restlet.engine.util
A Utility class which extends the provided DefaultHandler and implements the LSResourceResolver interface.
DefaultSaxHandler() - Constructor for class org.restlet.engine.util.DefaultSaxHandler
Trivial constructor.
DefaultSslContextFactory - Class in org.restlet.engine.security
This SslContextFactory makes it possible to configure most basic options when building an SSLContext.
DefaultSslContextFactory() - Constructor for class org.restlet.engine.security.DefaultSslContextFactory
 
DEFLATE - Static variable in class org.restlet.data.Encoding
The zlib format defined by RFC 1950 and 1951.
DELETE - Static variable in class org.restlet.data.Method
Requests that the origin server deletes the resource identified by the request URI.
delete(File) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or an empty directory.
delete(File, boolean) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or a directory.
delete(File, boolean, boolean) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or a directory.
delete() - Method in class org.restlet.engine.local.DirectoryServerResource
 
delete() - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
delete(Class<T>) - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
delete(MediaType) - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
Delete - Annotation Type in org.restlet.resource
Annotation for methods that remove representations.
delete() - Method in class org.restlet.resource.ServerResource
Deletes the resource and all its representations.
delete(Variant) - Method in class org.restlet.resource.ServerResource
Deletes the resource and all its representations.
describeVariants() - Method in class org.restlet.resource.ServerResource
Describes the available variants to help client-side content negotiation.
DESCRIPTOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER_PATH - Static variable in class org.restlet.engine.Engine
 
detach(Class<?>) - Method in class org.restlet.routing.Router
Detaches the target from this router.
detach(Restlet) - Method in class org.restlet.routing.Router
Detaches the target from this router.
Digest - Class in org.restlet.data
Describes a digest value and the digest algorithm used.
Digest(byte[]) - Constructor for class org.restlet.data.Digest
Constructor using the MD5 algorithm by default.
Digest(String, byte[]) - Constructor for class org.restlet.data.Digest
Constructor.
DigesterRepresentation - Class in org.restlet.representation
Representation capable of computing a digest.
DigesterRepresentation(Representation) - Constructor for class org.restlet.representation.DigesterRepresentation
Constructor.
By default, the instance relies on the Digest.ALGORITHM_MD5 digest algorithm.
DigesterRepresentation(Representation, String) - Constructor for class org.restlet.representation.DigesterRepresentation
Constructor.
DigestRepresentation - Class in org.restlet.representation
Deprecated.
DigestRepresentation(Representation) - Constructor for class org.restlet.representation.DigestRepresentation
Deprecated.
Constructor.
By default, the instance relies on the Digest.ALGORITHM_MD5 digest algorithm.
DigestRepresentation(Representation, String) - Constructor for class org.restlet.representation.DigestRepresentation
Deprecated.
Constructor.
Dimension - Enum in org.restlet.data
Dimension on which the representations of a resource may vary.
DimensionReader - Class in org.restlet.engine.http.header
Dimension header reader.
DimensionReader(String) - Constructor for class org.restlet.engine.http.header.DimensionReader
Constructor.
DimensionWriter - Class in org.restlet.engine.http.header
Dimension header writer.
DimensionWriter() - Constructor for class org.restlet.engine.http.header.DimensionWriter
 
Directory - Class in org.restlet.resource
Finder mapping a directory of local resources.
Directory(Context, Reference) - Constructor for class org.restlet.resource.Directory
Constructor.
Directory(Context, String) - Constructor for class org.restlet.resource.Directory
Constructor.
DirectoryServerResource - Class in org.restlet.engine.local
Resource supported by a set of context representations (from file system, class loaders and webapp context).
DirectoryServerResource() - Constructor for class org.restlet.engine.local.DirectoryServerResource
 
Disposition - Class in org.restlet.data
Describes the presentation of a single entity especially in the case of multipart documents.
Disposition() - Constructor for class org.restlet.data.Disposition
Constructor.
Disposition(String) - Constructor for class org.restlet.data.Disposition
Constructor.
Disposition(String, Series<Parameter>) - Constructor for class org.restlet.data.Disposition
Constructor.
DispositionReader - Class in org.restlet.engine.http.header
Disposition header reader.
DispositionReader(String) - Constructor for class org.restlet.engine.http.header.DispositionReader
Constructor.
DispositionWriter - Class in org.restlet.engine.http.header
Disposition header writer.
DispositionWriter() - Constructor for class org.restlet.engine.http.header.DispositionWriter
 
doCatch(Throwable) - Method in class org.restlet.resource.UniformResource
Invoked when an error or an exception is caught during initialization, handling or releasing.
doConditionalHandle() - Method in class org.restlet.resource.ServerResource
Handles a call by first verifying the optional request conditions and continue the processing if possible.
doHandle(Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Handles the call by distributing it to the next Restlet.
doHandle(Request, Response) - Method in class org.restlet.engine.component.ChildClientDispatcher
Transmits the call to the parent component except if the call is internal as denoted by the Protocol.RIAP protocol and targets this child application.
doHandle(Request, Response) - Method in class org.restlet.engine.component.ComponentClientDispatcher
 
doHandle(Request, Response) - Method in class org.restlet.engine.component.ComponentServerDispatcher
 
doHandle(Request, Response) - Method in class org.restlet.engine.TemplateDispatcher
Actually handles the call.
doHandle() - Method in class org.restlet.resource.ServerResource
Effectively handles a call without content negotiation of the response entity.
doHandle(Variant) - Method in class org.restlet.resource.ServerResource
Effectively handles a call with content negotiation of the response entity.
doHandle(Request, Response) - Method in class org.restlet.routing.Filter
Handles the call by distributing it to the next Restlet.
doHandle(Restlet, Request, Response) - Method in class org.restlet.routing.Router
Effectively handles the call using the selected next Restlet, typically the selected Route.
doHandle(Request, Response) - Method in class org.restlet.security.Guard
Deprecated.
Handles the call by distributing it to the next Restlet.
doInit() - Method in class org.restlet.engine.local.DirectoryServerResource
This initialization method aims at answering the following questions:
does this request target a directory? does this request target a directory, with an index file? should this request be redirected (target is a directory with no trailing "/")? does this request target a file?
The following constraints must be taken into account:
the underlying helper may not support content negotiation and be able to return the list of possible variants of the target file (e.g.
doInit() - Method in class org.restlet.resource.UniformResource
Set-up method that can be overridden in order to initialize the state of the resource.
doNegotiatedHandle() - Method in class org.restlet.resource.ServerResource
Effectively handles a call with content negotiation of the response entity.
doRelease() - Method in class org.restlet.resource.ClientResource
Releases the resource by stopping any connector automatically created and associated to the "next" property (see ClientResource.getNext() method.
doRelease() - Method in class org.restlet.resource.UniformResource
Clean-up method that can be overridden in order to release the state of the resource.

E

Edition - Enum in org.restlet.engine
Enumeration of Restlet editions.
EMPTY_VALUE - Static variable in class org.restlet.util.Series
A marker for empty values to differentiate from non existing values (null).
EmptyRepresentation - Class in org.restlet.representation
Empty representation with no content.
EmptyRepresentation() - Constructor for class org.restlet.representation.EmptyRepresentation
Constructor.
encode() - Method in class org.restlet.data.Form
Encodes the form using the standard URI encoding mechanism and the UTF-8 character set.
encode(CharacterSet) - Method in class org.restlet.data.Form
URL encodes the form.
encode(CharacterSet, char) - Method in class org.restlet.data.Form
URL encodes the form.
encode(Appendable, CharacterSet) - Method in class org.restlet.data.Parameter
Encodes the parameter and appends the result to the given buffer.
encode(CharacterSet) - Method in class org.restlet.data.Parameter
Encodes the parameter using the standard URI encoding mechanism.
encode(String) - Static method in class org.restlet.data.Reference
Encodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
encode(String, CharacterSet) - Static method in class org.restlet.data.Reference
Encodes a given string using the standard URI encoding mechanism.
encode(ClientInfo, Representation) - Method in class org.restlet.engine.application.Encoder
Encodes a given representation if an encoding is supported by the client.
encode(byte[], boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire byte array into a Base64 string, with optional newlines after every 76 characters.
encode(byte[], int, int, boolean) - Static method in class org.restlet.engine.util.Base64
Encodes specified bytes into a Base64 string, with optional newlines after every 76 characters.
encode(char[], boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire chars array into a Base64 string, with optional newlines after every 76 characters.
encode(char[], String, boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire chars array into a Base64 string, with optional newlines after every 76 characters.
encode(String) - Method in class org.restlet.routing.Variable
According to the type of the variable, encodes the value given in parameters.
ENCODE_ALL_SIZES - Static variable in class org.restlet.engine.application.Encoder
Indicates if the encoding should always occur, regardless of the size.
Encoder - Class in org.restlet.engine.application
Filter compressing entities.
Encoder(Context) - Constructor for class org.restlet.engine.application.Encoder
Constructor using the default media types and with Encoder.ENCODE_ALL_SIZES setting.
Encoder(Context, boolean, boolean, long, List<MediaType>, List<MediaType>) - Constructor for class org.restlet.engine.application.Encoder
Constructor.
EncodeRepresentation - Class in org.restlet.engine.application
Content that encodes a wrapped content.
EncodeRepresentation(Encoding, Representation) - Constructor for class org.restlet.engine.application.EncodeRepresentation
Constructor.
Encoding - Class in org.restlet.data
Modifier of a representation's media type.
Encoding(String) - Constructor for class org.restlet.data.Encoding
Constructor.
Encoding(String, String) - Constructor for class org.restlet.data.Encoding
Constructor.
EncodingReader - Class in org.restlet.engine.http.header
Encoding header reader.
EncodingReader(String) - Constructor for class org.restlet.engine.http.header.EncodingReader
Constructor.
EncodingWriter - Class in org.restlet.engine.http.header
Encoding header writer.
EncodingWriter() - Constructor for class org.restlet.engine.http.header.EncodingWriter
 
Engine - Class in org.restlet.engine
Engine supporting the Restlet API.
Engine() - Constructor for class org.restlet.engine.Engine
Constructor that will automatically attempt to discover connectors.
Engine(boolean) - Constructor for class org.restlet.engine.Engine
Constructor.
EngineClassLoader - Class in org.restlet.engine.util
Flexible engine class loader.
EngineClassLoader(Engine) - Constructor for class org.restlet.engine.util.EngineClassLoader
Constructor.
ENGLISH - Static variable in class org.restlet.data.Language
English language.
ENGLISH_US - Static variable in class org.restlet.data.Language
English language spoken in USA.
enrole(ClientInfo) - Method in interface org.restlet.security.Enroler
Attempts to update an authenticated client, with a User properly defined, by adding the Role that are assigned to this user.
Enroler - Interface in org.restlet.security
Updates an authenticated client user with assigned roles.
Entity - Class in org.restlet.engine.local
Represents a local entity, for example a regular file or a directory.
Entity(MetadataService) - Constructor for class org.restlet.engine.local.Entity
Constructor.
EntityClientHelper - Class in org.restlet.engine.local
Connector to the local entities.
EntityClientHelper(Client) - Constructor for class org.restlet.engine.local.EntityClientHelper
Constructor.
entry - Variable in class org.restlet.engine.local.ZipEntryEntity
The Zip entry.
entry - Variable in class org.restlet.engine.local.ZipEntryRepresentation
The Zip entry.
entrySet() - Method in class org.restlet.util.WrapperMap
Returns a set view of the mappings contained in this map.
equals(Object) - Method in class org.restlet.data.AuthenticationInfo
equals(Object) - Method in class org.restlet.data.ChallengeRequest
equals(Object) - Method in class org.restlet.data.ChallengeResponse
equals(Object) - Method in class org.restlet.data.ChallengeScheme
equals(Object) - Method in class org.restlet.data.CharacterSet
equals(Object) - Method in class org.restlet.data.Cookie
equals(Object) - Method in class org.restlet.data.CookieSetting
equals(Object) - Method in class org.restlet.data.Digest
 
equals(Object) - Method in class org.restlet.data.Encoding
equals(Object) - Method in class org.restlet.data.Expectation
 
equals(Object) - Method in class org.restlet.data.Language
equals(Object) - Method in class org.restlet.data.MediaType
equals(Object, boolean) - Method in class org.restlet.data.MediaType
Test the equality of two media types, with the possibility to ignore the parameters.
equals(Object) - Method in class org.restlet.data.Metadata
equals(Object) - Method in class org.restlet.data.Method
equals(Object) - Method in class org.restlet.data.Protocol
equals(Object) - Method in class org.restlet.data.Range
 
equals(Object) - Method in class org.restlet.data.Reference
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.restlet.data.Status
Indicates if the status is equal to a given one.
equals(Object) - Method in class org.restlet.data.Tag
Indicates if both tags are equal.
equals(Object, boolean) - Method in class org.restlet.data.Tag
Indicates if both tags are equal.
equals(Object) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the current variant is equal to the given variant.
equals(Object) - Method in class org.restlet.engine.resource.VariantInfo
Indicates if the current variant is equal to the given variant.
equals(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
equals(Object) - Method in class org.restlet.representation.Variant
Indicates if the current variant is equal to the given variant.
equals(Object) - Method in class org.restlet.security.Role
 
equals(Object) - Method in class org.restlet.util.Couple
 
equals(Object) - Method in class org.restlet.util.Triple
 
equals(Object) - Method in class org.restlet.util.WrapperList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.restlet.util.WrapperMap
Compares the specified object with this map for equality.
error(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
exceptionCaught(ChannelHandlerContext, ExceptionEvent) - Method in class org.restlet.ext.netty.internal.HttpRequestHandler
 
execute(Runnable) - Method in class org.restlet.engine.http.connector.Controller
Executes the next task in a separate thread provided by the worker service, only if the worker service isn't busy.
execute(Runnable) - Method in class org.restlet.service.TaskService
Executes the given command asynchronously.
exhaust(InputStream) - Static method in class org.restlet.engine.io.BioUtils
Exhaust the content of the representation by reading it and silently discarding anything read.
exhaust() - Method in class org.restlet.representation.DigesterRepresentation
Exhauts the content of the representation by reading it and silently discarding anything read.
exhaust() - Method in class org.restlet.representation.Representation
Exhaust the content of the representation by reading it and silently discarding anything read.
exhaust() - Method in class org.restlet.util.WrapperRepresentation
 
exists() - Method in class org.restlet.engine.local.Entity
Indicates if the entity does exist.
exists() - Method in class org.restlet.engine.local.FileEntity
 
exists() - Method in class org.restlet.engine.local.ZipEntryEntity
 
EXPECT_CONTINUE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
Expectation - Class in org.restlet.data
Particular server behavior that is required by a client.
Expectation(String) - Constructor for class org.restlet.data.Expectation
Constructor for directives with no value.
Expectation(String, String) - Constructor for class org.restlet.data.Expectation
Constructor for directives with a value.
ExpectationReader - Class in org.restlet.engine.http.header
Expectation header reader.
ExpectationReader(String) - Constructor for class org.restlet.engine.http.header.ExpectationReader
Constructor.
ExpectationWriter - Class in org.restlet.engine.http.header
Expectation header writer.
ExpectationWriter() - Constructor for class org.restlet.engine.http.header.ExpectationWriter
 
extractCookie(String, String, boolean) - Method in class org.restlet.routing.Route
Deprecated.
Extracts an attribute from the request cookies.
extractEntity(String, String, boolean) - Method in class org.restlet.routing.Route
Deprecated.
Extracts an attribute from the request entity form.
extractEntityHeaders(Iterable<Parameter>, Representation) - Static method in class org.restlet.engine.http.header.HeaderUtils
Extracts entity headers and updates a given representation or create an empty one when at least one entity header is present.
extractFromCookie(String, String, boolean) - Method in class org.restlet.routing.Extractor
Extracts an attribute from the request cookies.
extractFromEntity(String, String, boolean) - Method in class org.restlet.routing.Extractor
Extracts an attribute from the request entity form.
extractFromQuery(String, String, boolean) - Method in class org.restlet.routing.Extractor
Extracts an attribute from the query string of the resource reference.
extractKeySize(String) - Static method in class org.restlet.engine.security.SslUtils
Extract the SSL key size of a given cipher suite.
extractMediaParams(Series<Parameter>) - Method in class org.restlet.engine.http.header.PreferenceReader
Extract the media parameters.
Extractor - Class in org.restlet.routing
Filter extracting attributes from a call.
Extractor() - Constructor for class org.restlet.routing.Extractor
Constructor.
Extractor(Context) - Constructor for class org.restlet.routing.Extractor
Constructor.
Extractor(Context, Restlet) - Constructor for class org.restlet.routing.Extractor
Constructor.
extractQuality(Series<Parameter>) - Method in class org.restlet.engine.http.header.PreferenceReader
Extract the quality value.
extractQuery(String, String, boolean) - Method in class org.restlet.routing.Route
Deprecated.
Extracts an attribute from the query string of the resource reference.

F

fatalError(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
FILE - Static variable in class org.restlet.data.Protocol
FILE is a standard scheme to access to representations stored in the file system (locally most of the time).
FileClientHelper - Class in org.restlet.engine.local
Connector to the file resources accessible.
FileClientHelper(Client) - Constructor for class org.restlet.engine.local.FileClientHelper
Constructor.
FileEntity - Class in org.restlet.engine.local
Local entity based on a regular File.
FileEntity(File, MetadataService) - Constructor for class org.restlet.engine.local.FileEntity
Constructor.
FileRepresentation - Class in org.restlet.representation
Representation based on a static file.
FileRepresentation(File, MediaType) - Constructor for class org.restlet.representation.FileRepresentation
Constructor that does not set an expiration date for file
FileRepresentation(File, MediaType, int) - Constructor for class org.restlet.representation.FileRepresentation
Constructor.
FileRepresentation(String, MediaType) - Constructor for class org.restlet.representation.FileRepresentation
Constructor that does not set an expiration date for path
FileRepresentation(String, MediaType, int) - Constructor for class org.restlet.representation.FileRepresentation
Constructor.
Filter - Class in org.restlet.routing
Restlet filtering calls before passing them to an attached Restlet.
Filter() - Constructor for class org.restlet.routing.Filter
Constructor.
Filter(Context) - Constructor for class org.restlet.routing.Filter
Constructor.
Filter(Context, Restlet) - Constructor for class org.restlet.routing.Filter
Constructor.
finalize() - Method in class org.restlet.resource.ClientResource
Attempts to UniformResource.release() the resource.
finalize() - Method in class org.restlet.Restlet
Attempts to Restlet.stop() the Restlet if it is still started.
find(Request, Response) - Method in class org.restlet.resource.Finder
Finds the target ServerResource if available.
findClass(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
Finder - Class in org.restlet.resource
Restlet that can find the target server resource that will effectively handle incoming calls.
Finder() - Constructor for class org.restlet.resource.Finder
Constructor.
Finder(Context) - Constructor for class org.restlet.resource.Finder
Constructor.
Finder(Context, Class<?>) - Constructor for class org.restlet.resource.Finder
Constructor.
findGroups(User) - Method in class org.restlet.security.MemoryRealm
Finds the set of groups where a given user is a member.
findGroups(User, boolean) - Method in class org.restlet.security.MemoryRealm
Finds the set of groups where a given user is a member.
findHelper() - Method in class org.restlet.engine.Engine
Finds the converter helper supporting the given conversion.
findHelper(ChallengeScheme, boolean, boolean) - Method in class org.restlet.engine.Engine
Finds the authenticator helper supporting the given scheme.
findResource(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findRoles(Group) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to given user group.
findRoles(Set<Group>) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to given user groups.
findRoles(User) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to a given user.
findSecret(String) - Method in class org.restlet.security.Guard
Deprecated.
Finds the secret associated to a given identifier.
findTarget(Request, Response) - Method in class org.restlet.resource.Finder
Deprecated.
findUser(String) - Method in class org.restlet.security.MemoryRealm
Finds a user in the organization based on its identifier.
fine(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a fine trace.
finer(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a finer trace.
finest(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a finest trace.
fireContextChanged(Restlet, Context) - Static method in class org.restlet.engine.component.ChildContext
Indicates that a Restlet's context has changed.
FIRST - Static variable in class org.restlet.routing.Router
Deprecated.
flush() - Method in class org.restlet.engine.http.io.ChunkedOutputStream
Writes the current chunk and flushes the wrapped stream.
flush() - Method in class org.restlet.engine.io.TraceOutputStream
 
flush() - Method in class org.restlet.engine.io.WriterOutputStream
 
flush() - Method in class org.restlet.engine.log.TraceHandler
 
forbid(Response) - Method in class org.restlet.security.ChallengeAuthenticator
Rejects the call due to a failed authentication or authorization.
forbid(Response) - Method in class org.restlet.security.Guard
Deprecated.
Rejects the call due to a failed authentication or authorization.
Form - Class in org.restlet.data
Form which is a specialized modifiable list of parameters.
Form() - Constructor for class org.restlet.data.Form
Empty constructor.
Form(int) - Constructor for class org.restlet.data.Form
Constructor.
Form(List<Parameter>) - Constructor for class org.restlet.data.Form
Constructor.
Form(Representation) - Constructor for class org.restlet.data.Form
Constructor.
Form(String) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, char) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, CharacterSet) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, CharacterSet, char) - Constructor for class org.restlet.data.Form
Constructor.
format() - Method in class org.restlet.data.Tag
Returns tag formatted as an HTTP tag string.
format(LogRecord) - Method in class org.restlet.engine.log.AccessLogFormatter
 
format(Request, Response) - Method in class org.restlet.engine.log.LogFilter
Format a log entry.
format(Date) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date in the default HTTP format (RFC 1123).
format(Date, String) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date according to the first format in the array.
format(Date, StringBuffer, FieldPosition) - Method in class org.restlet.engine.util.InternetDateFormat
 
format(Map<String, ?>) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given map of values.
format(Request, Response) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given request and response.
format(Resolver<?>) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given variable resolver.
FORMAT_ASC_TIME - Static variable in class org.restlet.engine.util.DateUtils
Obsoleted HTTP date format (ANSI C asctime() format).
FORMAT_RFC_1036 - Static variable in class org.restlet.engine.util.DateUtils
Obsoleted HTTP date format (RFC 1036).
FORMAT_RFC_1123 - Static variable in class org.restlet.engine.util.DateUtils
Preferred HTTP date format (RFC 1123).
FORMAT_RFC_3339 - Static variable in class org.restlet.engine.util.DateUtils
W3C date format (RFC 3339).
FORMAT_RFC_822 - Static variable in class org.restlet.engine.util.DateUtils
Common date format (RFC 822).
formatAuthenticationInfo(AuthenticationInfo) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats an authentication information as a HTTP header value.
formatDefault(Request, Response, int) - Method in class org.restlet.engine.log.LogFilter
Format a log entry using the default format.
formatNonceCount(int) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a given nonce count as a HTTP header value.
formatRawRequest(ChallengeWriter, ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
formatRawRequest(ChallengeWriter, ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge request as raw credentials.
formatRawResponse(ChallengeWriter, ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
formatRawResponse(ChallengeWriter, ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge response as raw credentials.
formatRawResponse(ChallengeWriter, ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.SmtpPlainHelper
 
formatRequest(ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge request as a HTTP header value.
formatRequest(ChallengeRequest, Response, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a challenge request as a HTTP header value.
formatResponse(ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge response as a HTTP header value.
formatResponse(ChallengeResponse, Request, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a challenge response as a HTTP header value.
formatSecret(ChallengeResponse, Request, Response, String, char[], String) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats the secret of a challenge response.
FormReader - Class in org.restlet.engine.util
Form reader.
FormReader(Representation) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
In case the representation does not define a character set, the UTF-8 character set is used.
FormReader(String, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader(String, CharacterSet, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormUtils - Class in org.restlet.engine.util
Representation of a Web form containing submitted parameters.
FREEMARKER - Static variable in class org.restlet.data.Encoding
The FreeMarker encoding.
FRENCH - Static variable in class org.restlet.data.Language
French language.
FRENCH_FRANCE - Static variable in class org.restlet.data.Language
French language spoken in France.
FTP - Static variable in class org.restlet.data.Protocol
FTP protocol.
FTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
Plain FTP scheme.

G

generateRef(String) - Method in class org.restlet.resource.Handler
Deprecated.
Generates a reference based on a template URI.
GET - Static variable in class org.restlet.data.Method
Retrieves whatever information (in the form of an entity) that is identified by the request URI.
get() - Method in class org.restlet.engine.local.DirectoryServerResource
 
get() - Method in class org.restlet.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
get(Class<T>) - Method in class org.restlet.resource.ClientResource
Represents the resource in the given object class.
get(MediaType) - Method in class org.restlet.resource.ClientResource
Represents the resource using a given media type.
Get - Annotation Type in org.restlet.resource
Annotation for methods that retrieve a resource representation.
get() - Method in class org.restlet.resource.ServerResource
Returns a full representation.
get(Variant) - Method in class org.restlet.resource.ServerResource
Returns a full representation for a given variant.
get(Class<T>) - Method in class org.restlet.util.ServiceList
Returns a service matching a given service class.
get(int) - Method in class org.restlet.util.WrapperList
Returns the element at the specified position in this list.
get(Object) - Method in class org.restlet.util.WrapperMap
Returns the value to which this map maps the specified key.
getAcceptedCharacterSets() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of character set preferences.
getAcceptedEncodings() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of encoding preferences.
getAcceptedLanguages() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of language preferences.
getAcceptedMediaTypes() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of media type preferences.
getAcceptedMediaTypes() - Method in class org.restlet.engine.application.Encoder
Returns the media types that should be encoded.
getAdapter() - Method in class org.restlet.engine.http.HttpClientHelper
Returns the adapter from uniform calls to HTTP calls.
getAdapter() - Method in class org.restlet.engine.http.HttpServerHelper
Returns the adapter from HTTP calls to uniform calls.
getAddress() - Method in class org.restlet.data.ClientInfo
Returns the immediate client's IP address.
getAddress() - Method in class org.restlet.data.ServerInfo
Returns the IP address.
getAddress() - Method in class org.restlet.engine.http.connector.Connection
Returns the socket IP address.
getAddress() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the socket address this server is listening to.
getAddress() - Method in class org.restlet.Server
Returns the optional listening IP address (local host used if null).
getAddresses() - Method in class org.restlet.data.ClientInfo
Deprecated.
Use the ClientInfo.getForwardedAddresses() method instead.
getAge() - Method in class org.restlet.Response
Returns the estimated amount of time since a response was generated or revalidated by the origin server.
getAge() - Method in class org.restlet.util.WrapperResponse
 
getAgent() - Method in class org.restlet.data.ClientInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.data.ServerInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.data.Warning
Returns the agent.
getAgentAttributes() - Method in class org.restlet.data.ClientInfo
Returns a list of attributes taken from the name of the user agent.
getAgentName() - Method in class org.restlet.data.ClientInfo
Returns the name of the user agent.
getAgentProducts() - Method in class org.restlet.data.ClientInfo
Returns the list of product tokens from the user agent name.
getAgentVersion() - Method in class org.restlet.data.ClientInfo
Returns the version of the user agent.
getAlgorithm() - Method in class org.restlet.data.Digest
Returns the digest algorithm.
getAllMediaTypes(String) - Method in class org.restlet.service.MetadataService
Returns all the media types associated to this extension.
getAllMetadata(String) - Method in class org.restlet.service.MetadataService
Returns all the metadata associated to this extension.
getAllowedMethods() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the set of allowed methods.
getAllowedMethods() - Method in class org.restlet.resource.UniformResource
Returns the set of methods allowed for the current client by the resource.
getAllowedMethods() - Method in class org.restlet.Response
Returns the modifiable set of methods allowed on the requested resource.
getAllowedMethods() - Method in class org.restlet.util.WrapperResponse
Returns the set of methods allowed on the requested resource.
getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Java method.
getAnnotation(List<AnnotationInfo>, Method, Representation, MetadataService, ConverterService) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Restlet method.
getAnnotationInfo() - Method in class org.restlet.engine.resource.VariantInfo
Returns the optional annotation descriptor.
getAnnotations(Class<?>) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnnotations(Class<?>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnonymousLogger() - Static method in class org.restlet.engine.Engine
Returns an anonymous logger.
getAnonymousLogger() - Method in class org.restlet.engine.log.LoggerFacade
Returns an anonymous logger.
getAnonymousLogger() - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
Returns an instance of Slf4jLogger, wrapping the result of LoggerFactory.getLogger(String) where the logger name is "".
getAnonymousMethods() - Method in class org.restlet.security.MethodAuthorizer
Returns the modifiable list of methods authorized for anonymous users.
getApplication() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the parent application if it exists, or null.
getApplication() - Method in class org.restlet.resource.UniformResource
Returns the parent application if it exists, or instantiates a new one if needed.
getApplication() - Method in class org.restlet.Restlet
Returns the parent application if it exists, or null.
getApplication() - Method in class org.restlet.util.WrapperRestlet
 
getAsciiBytes(String) - Static method in class org.restlet.engine.util.StringUtils
Encodes the given String into a sequence of bytes using the Ascii character set.
getAttributes() - Method in class org.restlet.Context
Returns a modifiable attributes map that can be used by developers to save information relative to the context.
getAttributes() - Method in class org.restlet.engine.RestletHelper
Returns the map of attributes exchanged between the API and the Engine via this helper.
getAttributes() - Method in class org.restlet.Message
Returns the modifiable map of attributes that can be used by developers to save information relative to the message.
getAttributes() - Method in class org.restlet.util.WrapperRequest
Returns a modifiable attributes map that can be used by developers to save information relative to the message.
getAttributes() - Method in class org.restlet.util.WrapperResponse
Returns a modifiable attributes map that can be used by developers to save information relative to the message.
getAuthenticatedMethods() - Method in class org.restlet.security.MethodAuthorizer
Returns the modifiable list of methods authorized for authenticated users.
getAuthenticationInfo() - Method in class org.restlet.Response
Returns information sent by an origin server related to an successful authentication attempt.
getAuthenticationInfo() - Method in class org.restlet.util.WrapperResponse
 
getAuthor() - Method in class org.restlet.Restlet
Returns the author(s).
getAuthor() - Method in class org.restlet.util.WrapperRestlet
 
getAuthority() - Method in class org.restlet.data.Reference
Returns the authority component for hierarchical identifiers.
getAuthority(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded authority component.
getAuthorityName(int) - Static method in class org.restlet.data.LocalReference
Returns an authority name.
getAuthorizedRoles() - Method in class org.restlet.security.RoleAuthorizer
Returns the modifiable list of authorized roles.
getAvailableSize() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns the available size in bytes of the encoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getAvailableSize() - Method in class org.restlet.engine.application.RangeRepresentation
 
getAvailableSize(Representation) - Static method in class org.restlet.engine.io.BioUtils
Returns the size effectively available.
getAvailableSize() - Method in class org.restlet.representation.Representation
Returns the size effectively available.
getAvailableSize() - Method in class org.restlet.util.WrapperRepresentation
 
getBaseName() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the local base name of the file.
getBaseName(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
Return the base name that is to say the longest part of a given name without known extensions (beginning from the left).
getBaseName() - Method in class org.restlet.engine.local.Entity
Return the base name of this entity that is to say the longest part of the name without known extensions (beginning from the left).
getBaseRef() - Method in class org.restlet.data.Reference
Returns the base reference for relative references.
getBest(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the best route match for a given call.
getBestClassName(Class<?>) - Static method in class org.restlet.engine.component.ChildContext
Return the best class name.
getBestConnection(Request) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Tries to reuse an existing connection for the given request, or creates a new one.
getBestEncoding(ClientInfo) - Method in class org.restlet.engine.application.Encoder
Returns the best supported encoding for a given client.
getBestHelper(Object, Variant, UniformResource) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the best converter helper matching the given parameters.
getBestHelper(Representation, Class<T>, UniformResource) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the best converter helper matching the given parameters.
getBufferSize() - Static method in class org.restlet.engine.io.IoUtils
Returns the size to use when instantiating buffered items such as instances of the BufferedReader class.
getCacheDirectives() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getCacheDirectives() - Method in class org.restlet.engine.http.HttpRequest
 
getCacheDirectives() - Method in class org.restlet.Message
Returns the cache directives.

Note that when used with HTTP connectors, this property maps to the "Cache-Control" header.
getCalendar() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the Calendar object wrapped by this InternetDateFormat object.
getCertAlgorithm() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL certificate algorithm.
getCertAlgorithm() - Method in class org.restlet.ext.netty.HttpsServerHelper
Deprecated.
getCertAlgorithm() - Method in class org.restlet.ext.simple.HttpsServerHelper
Deprecated.
getChallengeRequests() - Method in class org.restlet.resource.UniformResource
Returns the list of authentication requests sent by an origin server to a client.
getChallengeRequests() - Method in class org.restlet.Response
Returns the list of authentication requests sent by an origin server to a client.
getChallengeRequests() - Method in class org.restlet.util.WrapperResponse
Returns the list of authentication requests sent by an origin server to a client.
getChallengeResponse() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getChallengeResponse() - Method in class org.restlet.engine.http.HttpRequest
 
getChallengeResponse() - Method in class org.restlet.Request
Returns the authentication response sent by a client to an origin server.
getChallengeResponse() - Method in class org.restlet.resource.UniformResource
Returns the authentication response sent by a client to an origin server.
getChallengeResponse() - Method in class org.restlet.util.WrapperRequest
Returns the authentication response sent by a client to an origin server.
getChallengeScheme() - Method in class org.restlet.engine.security.AuthenticatorHelper
Returns the supported challenge scheme.
getChannel() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.engine.application.RangeRepresentation
 
getChannel(InputStream) - Static method in class org.restlet.engine.io.NioUtils
Returns a readable byte channel based on a given input stream.
getChannel(OutputStream) - Static method in class org.restlet.engine.io.NioUtils
Returns a writable byte channel based on a given output stream.
getChannel(Representation) - Static method in class org.restlet.engine.io.NioUtils
Returns a readable byte channel based on the given representation's content and its write(WritableByteChannel) method.
getChannel() - Method in class org.restlet.representation.CharacterRepresentation
 
getChannel() - Method in class org.restlet.representation.DigesterRepresentation
 
getChannel() - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
 
getChannel() - Method in class org.restlet.representation.EmptyRepresentation
 
getChannel() - Method in class org.restlet.representation.FileRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.representation.ReadableRepresentation
 
getChannel() - Method in class org.restlet.representation.Representation
Returns a channel with the representation's content.
If it is supported by a file, a read-only instance of FileChannel is returned.
This method is ensured to return a fresh channel for each invocation unless it is a transient representation, in which case null is returned.
getChannel() - Method in class org.restlet.representation.StreamRepresentation
 
getChannel() - Method in class org.restlet.representation.WritableRepresentation
 
getChannel() - Method in class org.restlet.util.WrapperRepresentation
 
getCharacterSet() - Method in class org.restlet.engine.application.MetadataExtension
Returns the character set.
getCharacterSet() - Method in class org.restlet.engine.http.header.ContentType
Returns the character set.
getCharacterSet() - Method in class org.restlet.representation.Variant
Returns the character set or null if not applicable.
getCharacterSet(String) - Method in class org.restlet.service.MetadataService
Returns the character set associated to this extension.
getCharacterSet() - Method in class org.restlet.util.WrapperRepresentation
 
getCharacterSetParameter() - Method in class org.restlet.service.TunnelService
Returns the character set parameter name.
getCharacterSetPrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of character set preferences.
getChild() - Method in class org.restlet.engine.component.ChildContext
Returns the child.
getChild(Reference) - Method in class org.restlet.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getChild(Reference, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the child client resource to proxy calls to the given Java interface into Restlet method calls.
getChild(String) - Method in class org.restlet.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getChild(String, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the child client resource to proxy calls to the given Java interface into Restlet method calls.
getChildren() - Method in class org.restlet.engine.local.Entity
Returns the list of contained entities if the current entity is a directory, null otherwise.
getChildren() - Method in class org.restlet.engine.local.FileEntity
 
getChildren() - Method in class org.restlet.engine.local.ZipEntryEntity
 
getChildRoles() - Method in class org.restlet.security.Role
Returns the modifiable list of child roles.
getClapAuthorityType() - Method in class org.restlet.data.LocalReference
Returns the type of authority.
getClassLoader() - Method in class org.restlet.engine.Engine
Returns the class loader.
getClient() - Method in class org.restlet.engine.component.ClientRoute
Returns the target client.
getClientAddress() - Method in class org.restlet.engine.http.Call
Returns the client address.
Corresponds to the IP address of the requesting client.
getClientAddress() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getClientAddress() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getClientDispatcher() - Method in class org.restlet.Context
Returns a request dispatcher to available client connectors.
getClientDispatcher() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a client dispatcher.
getClientInfo() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.engine.http.HttpRequest
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.engine.util.Conneg
Returns the client preferences.
getClientInfo() - Method in class org.restlet.Request
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.resource.UniformResource
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.util.WrapperRequest
Returns the client-specific information.
getClientNonce() - Method in class org.restlet.data.AuthenticationInfo
Returns the client nonce.
getClientNonce() - Method in class org.restlet.data.ChallengeResponse
Returns the client nonce.
getClientPort() - Method in class org.restlet.engine.http.Call
Returns the client port.
Corresponds to the TCP/IP port of the requesting client.
getClientPort() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getClientPort() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getClientProtocols() - Method in class org.restlet.service.ConnectorService
Returns the modifiable list of required client protocols.
getClientResource() - Method in interface org.restlet.resource.ClientProxy
Returns the wrapped client resource.
getClientRouter() - Method in class org.restlet.engine.component.ComponentHelper
Returns the internal client router.
getClients() - Method in class org.restlet.Component
Returns a modifiable list of client connectors.
getCode() - Method in class org.restlet.data.Status
Returns the corresponding code (HTTP or WebDAV or custom code).
getComment() - Method in class org.restlet.data.CookieSetting
Returns the comment for the user.
getComment() - Method in class org.restlet.data.Product
Returns the facultative comment.
getComment() - Method in class org.restlet.data.RecipientInfo
Returns the optional comment, typically the software agent name.
getComparator() - Method in class org.restlet.resource.Directory
Returns the reference comparator used to sort index pages.
getComponentHelper() - Method in class org.restlet.engine.component.ComponentContext
Returns the component helper.
getComputedDigest() - Method in class org.restlet.representation.DigesterRepresentation
Returns the current computed digest value of the representation.
getComputedDigest() - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
Returns the current computed digest value of the representation.
getConditions() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the condition data applying to this call.
getConditions() - Method in class org.restlet.engine.http.HttpRequest
Returns the condition data applying to this call.
getConditions() - Method in class org.restlet.Request
Returns the modifiable conditions applying to this request.
getConditions() - Method in class org.restlet.resource.UniformResource
Returns the modifiable conditions applying to this request.
getConditions() - Method in class org.restlet.util.WrapperRequest
Returns the conditions applying to this call.
getConnection() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getConnection() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the Simple connection.
getConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the set of active connections.
getConnectorService() - Method in class org.restlet.Application
Returns the connector service.
getConnectorService() - Static method in class org.restlet.engine.ConnectorHelper
Returns the connector service associated to a request.
getConnectTimeout() - Method in class org.restlet.Client
Returns the connection timeout in milliseconds.
getConnectTimeout() - Method in class org.restlet.engine.ClientHelper
Returns the connection timeout.
getConnectTimeout() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the connection timeout.
getContactEmail() - Method in class org.restlet.engine.application.StatusFilter
Returns the email address of the administrator to contact in case of error.
getContactEmail() - Method in class org.restlet.service.StatusService
Returns the email address to contact in case of error.
getContainerServer() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the Simple container server.
getContentLength() - Method in class org.restlet.engine.http.ClientCall
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentLength(Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentLength() - Method in class org.restlet.engine.http.ServerCall
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentLength() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getContext() - Method in class org.restlet.engine.ConnectorHelper
Returns the helped Restlet context.
getContext() - Method in class org.restlet.engine.http.adapter.Adapter
Returns the context.
getContext() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet context.
getContext() - Method in class org.restlet.engine.TemplateDispatcher
Returns the context.
getContext() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the context.
getContext() - Method in class org.restlet.resource.UniformResource
Returns the current context.
getContext() - Method in class org.restlet.Restlet
Returns the context.
getContext() - Method in class org.restlet.service.Service
Returns the context.
getContext() - Method in class org.restlet.util.ClientList
Returns the context.
getContext() - Method in class org.restlet.util.ServerList
Returns the context.
getContext() - Method in class org.restlet.util.ServiceList
Returns the context.
getContext() - Method in class org.restlet.util.WrapperRestlet
 
getController() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the controller task.
getControllerSleepTimeMs() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the time for the controller thread to sleep between each control.
getConverterService() - Method in class org.restlet.Application
Returns the converter service.
getConverterService() - Method in class org.restlet.resource.UniformResource
Returns the application's converter service or create a new one.
getCookies() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the cookies provided by the client.
getCookies(List<Cookie>, Map<String, Cookie>) - Static method in class org.restlet.engine.http.header.CookieWriter
Gets the cookies whose name is a key in the given map.
getCookies() - Method in class org.restlet.engine.http.HttpRequest
Returns the cookies provided by the client.
getCookies() - Method in class org.restlet.Request
Returns the modifiable series of cookies provided by the client.
getCookies() - Method in class org.restlet.resource.UniformResource
Returns the modifiable series of cookies provided by the client.
getCookies() - Method in class org.restlet.util.WrapperRequest
Returns the cookies provided by the client.
getCookieSettings() - Method in class org.restlet.resource.UniformResource
Returns the modifiable series of cookie settings provided by the server.
getCookieSettings() - Method in class org.restlet.Response
Returns the modifiable series of cookie settings provided by the server.
getCookieSettings() - Method in class org.restlet.util.WrapperResponse
Returns the cookie settings provided by the server.
getCredentials() - Method in class org.restlet.data.ChallengeResponse
Deprecated.
getCurrent() - Static method in class org.restlet.Application
This variable is stored internally as a thread local variable and updated each time a call enters an application.
getCurrent() - Static method in class org.restlet.Context
Returns the context associated to the current Restlet.
getCurrent() - Static method in class org.restlet.Request
Returns the request associated to the current thread.
getCurrent() - Static method in class org.restlet.Response
Returns the response associated to the current thread.
getCurrent() - Static method in class org.restlet.routing.VirtualHost
Returns the virtual host code associated to the current thread.
getCurrentLogger() - Static method in class org.restlet.Context
Returns the current context's logger.
getCustom(Request, Response) - Method in class org.restlet.routing.Router
Returns the matched route according to a custom algorithm.
getDate() - Method in class org.restlet.data.Warning
Returns the warning date.
getDate() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the value of this InternetDateFormat object as a Date object.
getDate() - Method in class org.restlet.Message
Returns the date and time at which the message was originated.
getDecoderService() - Method in class org.restlet.Application
Returns the decoder service.
getDefaultAcceptedMediaTypes() - Static method in class org.restlet.engine.application.Encoder
Returns the list of default encoded media types.
getDefaultCharacterSet() - Method in class org.restlet.service.MetadataService
Returns the default character set for textual representations.
getDefaultEncoding() - Method in class org.restlet.service.MetadataService
Returns the default encoding for representations.
getDefaultEnroler() - Method in class org.restlet.Context
Returns an enroler that can add the user roles based on authenticated user principals.
getDefaultHost() - Method in class org.restlet.Component
Returns the default virtual host.
getDefaultIgnoredMediaTypes() - Static method in class org.restlet.engine.application.Encoder
Returns the list of default ignored media types.
getDefaultLanguage() - Method in class org.restlet.engine.local.LocalClientHelper
Returns the default language.
getDefaultLanguage() - Method in class org.restlet.service.MetadataService
Returns the default language for representations.
getDefaultMatchingMode() - Method in class org.restlet.routing.Router
Returns the default matching mode to use when selecting routes based on URIs.
getDefaultMatchingQuery() - Method in class org.restlet.routing.Router
Returns the default setting for whether the routing should be done on URIs with or without taking into account query string.
getDefaultMatchQuery() - Method in class org.restlet.routing.Router
Deprecated.
getDefaultMediaType() - Method in class org.restlet.service.MetadataService
Returns the default media type for representations.
getDefaultPort() - Method in class org.restlet.data.Protocol
Returns the default port number.
getDefaultRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
getDefaultRoute() - Method in class org.restlet.routing.Router
Returns the default route to test if no other one was available after retrying the maximum number of attempts.
getDefaultThreads() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the default number of polling threads for a handler object.
getDefaultValue() - Method in class org.restlet.routing.Variable
Returns the default value to use if the key couldn't be found in the model.
getDefaultVariable() - Method in class org.restlet.routing.Template
Returns the default variable.
getDefaultVerifier() - Method in class org.restlet.Context
Returns a verifier that can check the validity of the credentials associated to a request.
getDelegate() - Method in class org.restlet.util.WrapperList
Returns the delegate list.
getDelegate() - Method in class org.restlet.util.WrapperMap
Returns the delegate list.
getDescription() - Method in class org.restlet.data.ChallengeScheme
Returns the description.
getDescription() - Method in class org.restlet.data.CookieSetting
Returns the description of this REST element.
getDescription() - Method in class org.restlet.data.Metadata
Returns the description.
getDescription() - Method in class org.restlet.data.Method
Returns the description.
getDescription() - Method in class org.restlet.data.Protocol
Returns the description.
getDescription() - Method in class org.restlet.data.Status
Returns the description.
getDescription() - Method in class org.restlet.Restlet
Returns the description.
getDescription() - Method in class org.restlet.security.Group
Returns the description.
getDescription() - Method in class org.restlet.security.Role
Returns the description.
getDescription() - Method in class org.restlet.util.WrapperRestlet
 
getDigest() - Method in class org.restlet.representation.Representation
Returns the representation digest if any.

Note that when used with HTTP connectors, this property maps to the "Content-MD5" header.
getDigest() - Method in class org.restlet.util.WrapperRepresentation
 
getDigestAlgorithm() - Method in class org.restlet.data.ChallengeMessage
Returns the digest algorithm.
getDigestRef() - Method in class org.restlet.data.ChallengeResponse
Returns the Request.getResourceRef() value duplicated here in case a proxy changed it.
getDimensions() - Method in class org.restlet.resource.UniformResource
Returns the modifiable set of selecting dimensions on which the response entity may vary.
getDimensions() - Method in class org.restlet.Response
Returns the modifiable set of selecting dimensions on which the response entity may vary.
getDimensions() - Method in class org.restlet.util.WrapperResponse
Returns the set of selecting dimensions on which the response entity may vary.
getDirectory() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the parent directory handler.
getDirectoryContent() - Method in class org.restlet.engine.local.DirectoryServerResource
If the resource is a directory, this returns its content.
getDirectoryUri() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the context's directory URI (file, clap URI).
getDisabledCipherSuites(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
Returns the list of disabled cipher suites.
getDisposition() - Method in class org.restlet.representation.Representation
Returns the disposition characteristics of the representation.
getDisposition() - Method in class org.restlet.util.WrapperRepresentation
 
getDomain() - Method in class org.restlet.data.Cookie
Returns the domain name.
getDomainRefs() - Method in class org.restlet.data.ChallengeRequest
Returns the base URI references that collectively define the protected domains for the digest authentication.
getDomainUris() - Method in class org.restlet.security.Guard
Deprecated.
Returns the base URIs that collectively define the protected domain for HTTP Digest Authentication.
getDownloadName() - Method in class org.restlet.representation.Representation
Deprecated.
Use the "disposition" attribute instead.
getDownloadName() - Method in class org.restlet.util.WrapperRepresentation
Deprecated.
getEmail() - Method in class org.restlet.security.User
Returns the email.
getEnabledCipherSuites(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
Returns the list of enabled cipher suites.
getEncoding() - Method in class org.restlet.engine.application.MetadataExtension
Returns the encoding.
getEncoding(String) - Method in class org.restlet.service.MetadataService
Returns the encoding associated to this extension.
getEncodingParameter() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted encoding.
getEncodingPrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of encoding preferences.
getEncodings() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns the encodings applied to the entity.
getEncodings() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns the applied encodings.
getEncodings() - Method in class org.restlet.representation.Variant
Returns the modifiable list of encodings applied to the entity-body.
getEncodings() - Method in class org.restlet.util.WrapperRepresentation
 
getEngine() - Method in class org.restlet.engine.util.EngineClassLoader
Returns the parent Restlet engine.
getEnrichedPreferences(List<Preference<T>>, T, T) - Method in class org.restlet.engine.util.Conneg
Returns an enriched list of preferences.
getEnroler() - Method in class org.restlet.security.Authenticator
Returns the enroler invoked upon successful authentication to update the subject with new principals.
getEnroler() - Method in class org.restlet.security.Realm
Returns an enroler that can add the user roles based on user principals.
getEntity() - Method in class org.restlet.engine.http.HttpRequest
Returns the representation provided by the client.
getEntity(String) - Method in class org.restlet.engine.local.EntityClientHelper
Returns a local entity for the given path.
getEntity(String) - Method in class org.restlet.engine.local.FileClientHelper
 
getEntity() - Method in class org.restlet.Message
Returns the entity representation.
getEntity() - Method in class org.restlet.util.WrapperRequest
Returns the entity representation.
getEntity() - Method in class org.restlet.util.WrapperResponse
Returns the entity representation.
getEntityAsForm() - Method in class org.restlet.Message
Deprecated.
Will be removed in future release 2.1.
getEntityAsForm() - Method in class org.restlet.util.WrapperRequest
Deprecated.
Will be removed in future release 2.1.
getEntityAsForm() - Method in class org.restlet.util.WrapperResponse
Deprecated.
Will be removed in future release 2.1.
getEntityAsText() - Method in class org.restlet.Message
Returns the entity as text.
getEphemeralPort() - Method in class org.restlet.Server
Returns the actual ephemeral port used when the listening port is set to '0'.
getExpectations() - Method in class org.restlet.data.ClientInfo
Returns the client expectations.
getExpirationDate() - Method in class org.restlet.representation.Representation
Returns the future date when this representation expire.
getExpirationDate() - Method in class org.restlet.util.WrapperRepresentation
 
getExtension(Metadata) - Method in class org.restlet.service.MetadataService
Returns the first extension mapping to this metadata.
getExtensions() - Method in class org.restlet.data.Reference
Returns the optional extensions for hierarchical identifiers.
getExtensions(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
Returns the list of known extensions taken from a given entity name.
getExtensions(Variant, MetadataService) - Static method in class org.restlet.engine.local.Entity
Returns the list of known extensions taken from a given variant.
getExtensions() - Method in class org.restlet.engine.local.Entity
Returns the list of known extensions.
getExtensionsAsArray() - Method in class org.restlet.data.Reference
Returns the extensions as an array or null if no extension is found.
getFile() - Method in class org.restlet.data.LocalReference
Gets the local file corresponding to the reference.
getFile() - Method in class org.restlet.engine.local.FileEntity
Returns the underlying regular file.
getFile() - Method in class org.restlet.representation.FileRepresentation
Returns the file handle.
getFilename() - Method in class org.restlet.data.Disposition
Returns the value of the "filename" parameter.
getFinderClass() - Method in class org.restlet.Application
Returns the finder class used to instantiate resource classes.
getFinderClass() - Method in class org.restlet.routing.Router
Returns the finder class to instantiate.
getFirst() - Method in class org.restlet.engine.ChainHelper
Returns the first Restlet.
getFirst() - Method in class org.restlet.util.Couple
Returns the first object.
getFirst(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the first route match for a given call.
getFirst(String) - Method in class org.restlet.util.Series
Returns the first parameter found with the given name.
getFirst(String, boolean) - Method in class org.restlet.util.Series
Returns the first parameter found with the given name.
getFirst() - Method in class org.restlet.util.Triple
Returns the first object.
getFirstName() - Method in class org.restlet.security.User
Returns the first name.
getFirstParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the first parameter with the given name.
getFirstParameter(String, String, CharacterSet, char) - Static method in class org.restlet.engine.util.FormUtils
Reads the first parameter with the given name.
getFirstValue(String) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, boolean) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, boolean, String) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, String) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getForbiddenRoles() - Method in class org.restlet.security.RoleAuthorizer
Returns the modifiable list of forbidden roles.
getForwardedAddresses() - Method in class org.restlet.data.ClientInfo
Returns the list of forwarded IP addresses.
getFragment() - Method in class org.restlet.data.Reference
Returns the fragment identifier.
Note that no URI decoding is done by this method.
getFragment(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded fragment identifier.
getFrom() - Method in class org.restlet.data.ClientInfo
Returns the email address of the human user controlling the user agent.
getFullName() - Method in enum org.restlet.engine.Edition
Returns the full size name of the edition.
getHead(Handler) - Method in class org.restlet.engine.log.DefaultAccessLogFormatter
 
getHeaders() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the HTTP headers.
getHeaders() - Method in class org.restlet.engine.http.HttpRequest
Returns the HTTP headers.
getHeaders() - Method in class org.restlet.engine.http.HttpResponse
Returns the HTTP headers.
getHelped() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet.
getHelpedParameters() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet parameters.
getHelper() - Method in class org.restlet.engine.http.ClientCall
Returns the HTTP client helper.
getHelper() - Method in class org.restlet.engine.http.connector.Acceptor
Returns the parent server helper.
getHelper() - Method in class org.restlet.engine.http.connector.Connection
Returns the parent connector helper.
getHelper() - Method in class org.restlet.engine.http.connector.Controller
Returns the parent connector helper.
getHelper() - Method in class org.restlet.ext.simple.internal.SimpleContainer
Returns the delegate Restlet server helper.
getHierarchicalPart() - Method in class org.restlet.data.Reference
Returns the hierarchical part which is equivalent to the scheme specific part less the query component.
Note that no URI decoding is done by this method.
getHierarchicalPart(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded hierarchical part.
getHomeRef() - Method in class org.restlet.engine.application.StatusFilter
Returns the home URI to propose in case of error.
getHomeRef() - Method in class org.restlet.service.StatusService
Returns the home URI to propose in case of error.
getHostDomain() - Method in class org.restlet.data.Reference
Returns the host domain name component for server based hierarchical identifiers.
getHostDomain(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded host domain name component.
getHostDomain() - Method in class org.restlet.engine.http.Call
Returns the host domain.
getHostDomain() - Method in class org.restlet.engine.http.ServerCall
Returns the host domain name.
getHostDomain() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getHostDomain() - Method in class org.restlet.routing.VirtualHost
Returns the hostRef host domain to match.
getHostIdentifier() - Method in class org.restlet.data.Reference
Returns the host identifier.
getHostIdentifier(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded host identifier.
getHostPort() - Method in class org.restlet.data.Reference
Returns the optional port number for server based hierarchical identifiers.
getHostPort() - Method in class org.restlet.engine.http.Call
Returns the host port.
getHostPort() - Method in class org.restlet.engine.http.ServerCall
Returns the host port.
getHostPort() - Method in class org.restlet.routing.VirtualHost
Returns the hostRef host port to match.
getHostRef() - Method in class org.restlet.Request
Returns the host reference.
getHostRef() - Method in class org.restlet.resource.UniformResource
Returns the host reference.
getHostRef() - Method in class org.restlet.util.WrapperRequest
Returns the host reference.
getHosts() - Method in class org.restlet.Component
Returns the modifiable list of virtual hosts.
getHostScheme() - Method in class org.restlet.routing.VirtualHost
Returns the hostRef scheme to match.
getHostType() - Method in class org.restlet.engine.log.IdentClient
Returns the remote host type.
getHttpCall() - Method in class org.restlet.engine.http.HttpRequest
Returns the low-level HTTP call.
getHttpCall() - Method in class org.restlet.engine.http.HttpResponse
Returns the low-level HTTP call.
getIdentifier() - Method in class org.restlet.data.ChallengeResponse
Returns the user identifier, such as a login name or an access key.
getIdentifier() - Method in class org.restlet.data.Reference
Returns the absolute resource identifier, without the fragment.
Note that no URI decoding is done by this method.
getIdentifier(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded absolute resource identifier.
getIdentifier() - Method in class org.restlet.data.ReferenceList
Returns the list identifier.
getIdentifier() - Method in class org.restlet.representation.Variant
Deprecated.
getIdentifier() - Method in class org.restlet.security.Authorizer
Returns the identifier unique within an application.
getIdentifier(Request, Response) - Method in class org.restlet.security.SecretVerifier
Returns the user identifier.
getIdentifier() - Method in class org.restlet.security.User
Returns the identifier.
getIdentifier() - Method in class org.restlet.util.WrapperRepresentation
 
getIgnoredMediaTypes() - Method in class org.restlet.engine.application.Encoder
Returns the media types that should be ignored.
getInboundBufferSize() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the size of the buffer when reading messages..
getInboundEntityChannel(long, boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound message entity channel if it exists.
getInboundEntityStream(long, boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound message entity stream if it exists.
getInboundMessages() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the queue of inbound messages pending for handling.
getInboundMessages() - Method in class org.restlet.engine.http.connector.Connection
Returns the queue of inbound messages.
getInboundRoot() - Method in class org.restlet.Application
Returns the inbound root Restlet.
getInboundStream() - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound stream.
getInboundStream() - Method in class org.restlet.engine.http.io.InputEntityStream
Returns the inbound stream.
getIndex() - Method in class org.restlet.data.Range
Returns the index from which to start the range.
getIndexName() - Method in class org.restlet.resource.Directory
Returns the index name, without extensions.
getIndexRepresentation(Variant, ReferenceList) - Method in class org.restlet.resource.Directory
Returns an actual index representation for a given variant.
getIndexVariants(ReferenceList) - Method in class org.restlet.resource.Directory
Returns the variant representations of a directory index.
getInfo() - Method in class org.restlet.resource.ServerResource
Returns information about the resource's representation.
getInfo(Variant) - Method in class org.restlet.resource.ServerResource
Returns information about the resource's representation.
getInputStream() - Method in class org.restlet.engine.io.PipeStream
Returns a new input stream that can read from the pipe.
getInputValue() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the input part of the annotation value.
getInstance() - Static method in class org.restlet.engine.Engine
Returns the registered Restlet engine.
getInternalRouter() - Method in class org.restlet.Component
Returns the private internal router where Restlets like Applications can be attached.
getIpAddress(String) - Static method in class org.restlet.routing.VirtualHost
Returns the IP address of a given domain name.
getJarEntryPath() - Method in class org.restlet.data.LocalReference
Returns the JAR entry path.
getJarFileRef() - Method in class org.restlet.data.LocalReference
Returns the JAR file reference.
getJavaInputType(int) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the generic type for the given input parameter.
getJavaInputTypes() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the input types of the Java method.
getJavaMajorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the first digit of the version number of the Java Runtime Environment (e.g.
getJavaMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the annotated Java method.
getJavaMinorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the second digit of the version number of the Java Runtime Environment (e.g.
getJavaOutputType() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the output type of the Java method.
getJavaUpdateVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the update release number of the Java Runtime Environment (e.g.
getKeyPassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL key password.
getKeyPassword() - Method in class org.restlet.ext.netty.HttpsServerHelper
Deprecated.
getKeyPassword() - Method in class org.restlet.ext.simple.HttpsServerHelper
Deprecated.
getKeystorePassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore password.
getKeystorePassword() - Method in class org.restlet.ext.netty.HttpsServerHelper
Deprecated.
getKeystorePassword() - Method in class org.restlet.ext.simple.HttpsServerHelper
Deprecated.
getKeystorePath() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore path.
getKeystorePath() - Method in class org.restlet.ext.netty.HttpsServerHelper
Deprecated.
getKeystorePath() - Method in class org.restlet.ext.simple.HttpsServerHelper
Deprecated.
getKeystoreType() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore type.
getKeystoreType() - Method in class org.restlet.ext.netty.HttpsServerHelper
Deprecated.
getKeystoreType() - Method in class org.restlet.ext.simple.HttpsServerHelper
Deprecated.
getLanguage() - Method in class org.restlet.engine.application.MetadataExtension
Returns the language.
getLanguage(String) - Method in class org.restlet.service.MetadataService
Returns the language associated to this extension.
getLanguageParameter() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted language.
getLanguagePrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of language preferences.
getLanguages() - Method in class org.restlet.representation.Variant
Returns the modifiable list of languages.
getLanguages() - Method in class org.restlet.util.WrapperRepresentation
 
getLast() - Method in class org.restlet.engine.ChainHelper
Returns the last Filter.
getLast(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the last route match for a given call.
getLastName() - Method in class org.restlet.security.User
Returns the last name.
getLastSegment() - Method in class org.restlet.data.Reference
Returns the last segment of a hierarchical path.
For example the "/a/b/c" and "/a/b/c/" paths have the same segments: "a", "b", "c.
Note that no URI decoding is done by this method.
getLastSegment(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded last segment.
getLastSegment(boolean, boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded last segment.
getLatin1Bytes(String) - Static method in class org.restlet.engine.util.StringUtils
Encodes the given String into a sequence of bytes using the Latin1 character set.
getLocalAddress() - Static method in class org.restlet.engine.http.ClientCall
Returns the local IP address or 127.0.0.1 if the resolution fails.
getLocalHostAddress() - Static method in class org.restlet.routing.VirtualHost
Returns the local host IP address.
getLocalHostName() - Static method in class org.restlet.routing.VirtualHost
Returns the local host name.
getLocalSecret(String) - Method in class org.restlet.security.LocalVerifier
Returns the local secret associated to a given identifier.
getLocalSecret(String) - Method in class org.restlet.security.MapVerifier
 
getLocalSecrets() - Method in class org.restlet.security.MapVerifier
Returns the map of local secrets.
getLocationRef() - Method in class org.restlet.representation.Variant
Returns an optional location reference.
getLocationRef() - Method in class org.restlet.resource.UniformResource
Returns the reference that the client should follow for redirections or resource creations.
getLocationRef() - Method in class org.restlet.Response
Returns the location reference.
getLocationRef() - Method in class org.restlet.util.WrapperRepresentation
 
getLocationRef() - Method in class org.restlet.util.WrapperResponse
Returns the reference that the client should follow for redirections or resource creations.
getLogFormat() - Method in class org.restlet.service.LogService
Returns the format used.
getLogger() - Method in class org.restlet.Context
Returns the logger.
getLogger(Class<?>) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the given logger name.
getLogger() - Method in class org.restlet.engine.http.adapter.Adapter
Returns the logger.
getLogger() - Method in class org.restlet.engine.http.Call
Returns the logger.
getLogger() - Method in class org.restlet.engine.http.connector.Connection
Returns the logger.
getLogger(Class<?>) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the given logger name.
getLogger() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet logger.
getLogger() - Method in class org.restlet.engine.security.AuthenticatorHelper
Returns the context's logger.
getLogger(String) - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
Returns an instance of Slf4jLogger, wrapping the result of LoggerFactory.getLogger(String) with the logger name.
getLogger() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the logger to use.
getLogger() - Method in class org.restlet.resource.UniformResource
Returns the logger.
getLogger() - Method in class org.restlet.Restlet
Returns the context's logger.
getLogger() - Method in class org.restlet.routing.Template
Returns the logger to use.
getLogger() - Method in class org.restlet.util.WrapperRestlet
 
getLoggerFacade() - Method in class org.restlet.engine.Engine
Returns the logger facade to use.
getLoggerName(String, Object) - Static method in class org.restlet.engine.component.ChildContext
Returns a non-null logger name.
getLoggerName() - Method in class org.restlet.service.LogService
Returns the name of the JDK's logger to use when logging access calls.
getLogPropertiesRef() - Method in class org.restlet.service.LogService
Returns the URI reference of the log properties.
getLogService() - Method in class org.restlet.Component
Returns the global log service.
getMainAgentProduct() - Method in class org.restlet.data.ClientInfo
Returns a Product object based on the name of the user agent.
getMainType() - Method in class org.restlet.data.MediaType
Returns the main type.
getMatch() - Method in class org.restlet.data.Conditions
Returns the modifiable list of tags that must be matched.
getMatchingMode(Restlet) - Method in class org.restlet.routing.Router
Returns the matching mode for the target Restlet.
getMatchingMode() - Method in class org.restlet.routing.Template
Returns the matching mode to use when parsing a formatted reference.
getMatchingMode() - Method in class org.restlet.routing.TemplateRoute
Returns the matching mode to use on the template when parsing a formatted reference.
getMatchQuery() - Method in class org.restlet.routing.TemplateRoute
Deprecated.
getMatrix() - Method in class org.restlet.data.Reference
Returns the optional matrix for hierarchical identifiers.
getMatrix(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded matrix.
getMatrix() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the optional matrix of the request's target resource reference as a form (series of parameters).
getMatrix() - Method in class org.restlet.resource.UniformResource
Returns the resource reference's optional matrix.
getMatrixAsForm() - Method in class org.restlet.data.Reference
Returns the optional matrix as a form.
getMatrixAsForm(CharacterSet) - Method in class org.restlet.data.Reference
Returns the optional matrix as a form submission.
getMatrixString() - Method in class org.restlet.data.Form
Formats the form as a matrix path string.
getMatrixString(CharacterSet) - Method in class org.restlet.data.Form
Formats the form as a query string.
getMaxAge() - Method in class org.restlet.data.CookieSetting
Returns the maximum age in seconds.
getMaxAttempts() - Method in class org.restlet.routing.Router
Returns the maximum number of attempts if no attachment could be matched on the first attempt.
getMaxConnectionsPerHost() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the maximum concurrent connections per host (IP address).
getMaxForwards() - Method in class org.restlet.Request
Returns the maximum number of intermediaries.
getMaxForwards() - Method in class org.restlet.resource.UniformResource
Returns the maximum number of intermediaries.
getMaxForwards() - Method in class org.restlet.util.WrapperRequest
 
getMaxThreads() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the maximum threads that will service requests.
getMaxTotalConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the maximum number of concurrent connections allowed.
getMediaType() - Method in class org.restlet.engine.application.MetadataExtension
Returns the media type.
getMediaType() - Method in class org.restlet.engine.http.header.ContentType
Returns the media type.
getMediaType() - Method in class org.restlet.representation.Variant
Returns the media type.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
getMediaType(String) - Method in class org.restlet.service.MetadataService
Returns the mediatype associated to this extension.
getMediaType() - Method in class org.restlet.util.WrapperRepresentation
 
getMediaTypeParameter() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted media type.
getMediaTypePrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of media type preferences.
getMediumName() - Method in enum org.restlet.engine.Edition
Returns the medium size name of the edition.
getMemberGroups() - Method in class org.restlet.security.Group
Returns the modifiable list of member groups.
getMemberUsers() - Method in class org.restlet.security.Group
 
getMetadata() - Method in class org.restlet.data.Preference
Returns the metadata associated with this preference.
getMetadata() - Method in class org.restlet.engine.application.MetadataExtension
Returns the metadata.
getMetadata(String) - Method in class org.restlet.service.MetadataService
Returns the metadata associated to this extension.
getMetadata(String, Class<T>) - Method in class org.restlet.service.MetadataService
Returns the metadata associated to this extension.
getMetadataService() - Method in class org.restlet.Application
Returns the metadata service.
getMetadataService() - Method in class org.restlet.engine.application.TunnelFilter
Returns the metadata service of the parent application.
getMetadataService() - Method in class org.restlet.engine.local.Entity
Returns the metadata service to use.
getMetadataService() - Method in class org.restlet.engine.RestletHelper
Returns the metadata service.
getMetadataService() - Method in class org.restlet.engine.util.Conneg
Returns the metadata service.
getMetadataService() - Method in class org.restlet.resource.UniformResource
Returns the application's metadata service or create a new one.
getMethod() - Method in class org.restlet.engine.http.Call
Returns the request method.
getMethod() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getMethod() - Method in class org.restlet.ext.simple.internal.SimpleCall
Returns the request method.
getMethod() - Method in class org.restlet.Request
Returns the method.
getMethod() - Method in class org.restlet.resource.UniformResource
Returns the method.
getMethod() - Method in class org.restlet.util.WrapperRequest
Returns the method.
getMethodHeader() - Method in class org.restlet.service.TunnelService
Returns the name of the header containing the method name.
getMethodParameter() - Method in class org.restlet.service.TunnelService
Returns the method parameter name.
getMinimumSize() - Method in class org.restlet.engine.application.Encoder
Returns the minimum size a representation must have before compression is done.
getMinThreads() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the minimum threads waiting to service requests.
getMode() - Method in class org.restlet.routing.Redirector
Returns the redirection mode.
getModificationDate() - Method in class org.restlet.representation.RepresentationInfo
Returns the last date when this representation was modified.
getModificationDate() - Method in class org.restlet.util.WrapperRepresentation
 
getModifiedSince() - Method in class org.restlet.data.Conditions
Returns the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Modified-Since" header.
getMostSpecific(MediaType...) - Static method in class org.restlet.data.MediaType
Returns the first of the most specific media type of the given array of MediaTypes.
getName() - Method in class org.restlet.data.ChallengeScheme
Returns the name.
getName() - Method in class org.restlet.data.Metadata
Returns the name (ex: "text/html" or "compress" or "iso-8851-1").
getName() - Method in class org.restlet.data.Method
Returns the name.
getName() - Method in class org.restlet.data.Parameter
Returns the name of this parameter.
getName() - Method in class org.restlet.data.Product
Returns the product name.
getName() - Method in class org.restlet.data.Protocol
Returns the name.
getName() - Method in class org.restlet.data.RecipientInfo
Returns the host name and port number or a pseudonym.
getName() - Method in class org.restlet.data.Status
Returns the name of this status.
getName() - Method in class org.restlet.data.Tag
Returns the name, corresponding to an HTTP opaque tag value.
getName() - Method in class org.restlet.engine.application.MetadataExtension
Returns the extension name.
getName() - Method in class org.restlet.engine.local.Entity
Returns the name.
getName() - Method in class org.restlet.engine.local.FileEntity
 
getName() - Method in class org.restlet.engine.local.ZipEntryEntity
 
getName() - Method in class org.restlet.Restlet
Returns the display name.
getName() - Method in class org.restlet.security.Group
Returns the display name.
getName() - Method in class org.restlet.security.Realm
Returns the name.
getName() - Method in class org.restlet.security.Role
Returns the name.
getName() - Method in class org.restlet.security.User
Returns the user identifier.
getName() - Method in class org.restlet.util.WrapperRestlet
 
getNames() - Method in class org.restlet.util.Series
Returns the set of parameter names (case sensitive).
getNext(Request, Response) - Method in class org.restlet.engine.component.ClientRouter
 
getNext() - Method in class org.restlet.resource.ClientResource
Returns the next Restlet.
getNext() - Method in class org.restlet.routing.Filter
Returns the next Restlet.
getNext(Request, Response) - Method in class org.restlet.routing.Router
Returns the next Restlet if available.
getNext() - Method in class org.restlet.Server
Returns the next Restlet.
getNext(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns a next route match in a round robin mode for a given call.
getNext() - Method in class org.restlet.util.ServerList
Returns the next Restlet.
getNextServerNonce() - Method in class org.restlet.data.AuthenticationInfo
Returns the next server nonce.
getNonceCount() - Method in class org.restlet.data.AuthenticationInfo
Returns the nonce-count value.
getNonceLifespan() - Method in class org.restlet.security.Guard
Deprecated.
Returns the number of milliseconds between each mandatory nonce refresh.
getNoneMatch() - Method in class org.restlet.data.Conditions
Returns the modifiable list of tags that mustn't match.
getObject() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the wrapped object, deserializing the representation with Jackson if necessary.
getObject() - Method in class org.restlet.representation.ObjectRepresentation
Returns the represented object.
getObjectClass() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the object class to instantiate.
getObjectClasses(Variant) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of object classes that can be converted from a given variant.
getObjectClasses(Variant) - Method in class org.restlet.engine.converter.DefaultConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.jackson.JacksonConverter
 
getObjectClasses(Variant) - Method in class org.restlet.service.ConverterService
Returns the list of object classes that can be converted from a given variant.
getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonConverter
Returns the modifiable Jackson object mapper.
getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the modifiable Jackson object mapper.
getOnResponse() - Method in class org.restlet.Request
Returns the callback invoked on response reception.
getOnResponse() - Method in class org.restlet.resource.ClientResource
Returns the callback invoked on response reception.
getOnResponse() - Method in class org.restlet.util.WrapperRequest
 
getOnSent() - Method in class org.restlet.Message
Returns the callback invoked after sending the message.
getOnSent() - Method in class org.restlet.resource.ClientResource
Returns the callback invoked after sending the request.
getOnSent() - Method in class org.restlet.resource.ServerResource
Returns the callback invoked after sending the response.
getOpaque() - Method in class org.restlet.data.ChallengeMessage
Returns an opaque string of data which should be returned by the client unchanged.
getOriginalRef() - Method in class org.restlet.Request
Returns the original reference as requested by the client.
getOriginalRef() - Method in class org.restlet.resource.UniformResource
Returns the original reference as requested by the client.
getOriginalRef() - Method in class org.restlet.util.WrapperRequest
 
getOutboundBufferSize() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the size of the buffer when writing messages..
getOutboundEntityChannel(boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the response channel if it exists.
getOutboundEntityStream(boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the response entity stream if it exists.
getOutboundMessages() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the queue of outbound messages pending for handling.
getOutboundMessages() - Method in class org.restlet.engine.http.connector.Connection
Returns the queue of outbound messages.
getOutboundRoot() - Method in class org.restlet.Application
Returns the outbound root Restlet.
getOutboundStream() - Method in class org.restlet.engine.http.connector.Connection
Returns the outbound stream.
getOutputStream() - Method in class org.restlet.engine.io.PipeStream
Returns a new output stream that can write into the pipe.
getOutputValue() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the output part of the annotation value.
getOwner() - Method in class org.restlet.Restlet
Returns the owner(s).
getOwner() - Method in class org.restlet.util.WrapperRestlet
 
getParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
getParameter(String, String, CharacterSet, char) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
getParameters() - Method in class org.restlet.Context
Returns the modifiable series of parameters.
getParameters() - Method in class org.restlet.data.ChallengeMessage
Returns the modifiable series of scheme parameters.
getParameters() - Method in class org.restlet.data.Disposition
Returns the list of disposition parameters.
getParameters() - Method in class org.restlet.data.Expectation
Returns the list of parameters.
getParameters() - Method in class org.restlet.data.MediaType
Returns the unmodifiable list of parameters.
getParameters() - Method in class org.restlet.data.Preference
Returns the modifiable list of parameters.
getParameters(Representation, Map<String, Object>) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getParameters(String, Map<String, Object>, CharacterSet, char) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getParameters() - Method in class org.restlet.security.Realm
Returns the modifiable series of parameters.
getParent() - Method in class org.restlet.data.CharacterSet
 
getParent() - Method in class org.restlet.data.Encoding
 
getParent() - Method in class org.restlet.data.Language
 
getParent() - Method in class org.restlet.data.MediaType
Returns the parent metadata if available or null.
getParent() - Method in class org.restlet.data.Metadata
Returns the parent metadata if available or null.
getParent() - Method in class org.restlet.engine.local.Entity
Returns the parent directory (if any).
getParent() - Method in class org.restlet.engine.local.FileEntity
 
getParent() - Method in class org.restlet.engine.local.ZipEntryEntity
 
getParent() - Method in class org.restlet.resource.ClientResource
Returns the parent resource.
getParent(Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the parent client resource to proxy calls to the given Java interface into Restlet method calls.
getParentContext() - Method in class org.restlet.engine.component.ChildContext
Returns the parent context.
getParentRef() - Method in class org.restlet.data.Reference
Returns the parent reference of a hierarchical reference.
getPath() - Method in class org.restlet.data.Cookie
Returns the validity path.
getPath() - Method in class org.restlet.data.Reference
Returns the path component for hierarchical identifiers.
getPath(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded path component.
getPattern() - Method in class org.restlet.routing.Template
Returns the pattern to use for formatting or parsing.
getPipeline() - Method in class org.restlet.ext.netty.internal.HttpServerPipelineFactory
Implements the ChannelPipelineFactory.getPipeline() method.
getPipeline() - Method in class org.restlet.ext.netty.internal.HttpsServerPipelineFactory
Implements the ChannelPipelineFactory.getPipeline() method.
getPipelineFatory() - Method in class org.restlet.ext.netty.HttpServerHelper
 
getPipelineFatory() - Method in class org.restlet.ext.netty.HttpsServerHelper
 
getPipelineFatory() - Method in class org.restlet.ext.netty.NettyServerHelper
Returns the Netty pipeline factory.
getPort() - Method in class org.restlet.data.ClientInfo
Returns the port number which sent the call.
getPort() - Method in class org.restlet.data.ServerInfo
Returns the port number which received the call.
getPort() - Method in class org.restlet.engine.http.connector.Connection
Returns the socket port.
getPort() - Method in class org.restlet.Server
Returns the listening port if specified.
getPreferredCharacterSet(List<CharacterSet>) - Method in class org.restlet.data.ClientInfo
Returns the preferred character set among a list of supported ones, based on the client preferences.
getPreferredEncoding(List<Encoding>) - Method in class org.restlet.data.ClientInfo
Returns the preferred encoding among a list of supported ones, based on the client preferences.
getPreferredLanguage(List<Language>) - Method in class org.restlet.data.ClientInfo
Returns the preferred language among a list of supported ones, based on the client preferences.
getPreferredMediaType(List<MediaType>) - Method in class org.restlet.data.ClientInfo
Returns the preferred media type among a list of supported ones, based on the client preferences.
getPreferredMetadata(List<T>, List<Preference<T>>) - Static method in class org.restlet.engine.util.ConnegUtils
Returns the preferred metadata taking into account both metadata supported by the server and client preferences.
getPreferredVariant(List<? extends Variant>, MetadataService) - Method in class org.restlet.data.ClientInfo
Returns the best variant for a given resource according the the client preferences: accepted languages, accepted character sets, accepted media types and accepted encodings.
getPreferredVariant(Resource, MetadataService) - Method in class org.restlet.data.ClientInfo
getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.engine.util.Conneg
Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
getPreferredVariant(ClientInfo, List<? extends Variant>, MetadataService) - Static method in class org.restlet.engine.util.ConnegUtils
Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
getPreferredVariant() - Method in class org.restlet.resource.Resource
Deprecated.
Returns the preferred variant according to the client preferences specified in the request.
getPreferredVariant(List<Variant>) - Method in class org.restlet.resource.ServerResource
Returns the preferred variant among a list of available variants.
getPrimaryTag() - Method in class org.restlet.data.Language
Returns the primary tag.
getPrincipal() - Method in class org.restlet.data.ChallengeResponse
Gets the principal associated to the identifier property.
getPrincipals() - Method in class org.restlet.data.ClientInfo
Returns the additional client principals.
getProtocol() - Method in class org.restlet.data.RecipientInfo
Returns the protocol used to communicate with the recipient.
getProtocol() - Method in class org.restlet.engine.http.Call
Returns the exact protocol (HTTP or HTTPS).
getProtocol() - Method in class org.restlet.Request
Returns the protocol used or to be used, if known.
getProtocol() - Method in class org.restlet.resource.UniformResource
Returns the protocol by first returning the resourceRef.schemeProtocol property if it is set, or the baseRef.schemeProtocol property otherwise.
getProtocol() - Method in class org.restlet.util.WrapperRequest
Returns the protocol by first returning the baseRef.schemeProtocol property if it is set, or the resourceRef.schemeProtocol property otherwise.
getProtocols() - Method in class org.restlet.Connector
Returns the modifiable list of protocols simultaneously supported.
getProtocols() - Method in class org.restlet.engine.ConnectorHelper
Returns the protocols simultaneously supported.
getProxyChallengeRequests() - Method in class org.restlet.Response
Returns the list of authentication requests sent by an origin server to a client.
getProxyChallengeRequests() - Method in class org.restlet.util.WrapperResponse
Returns the list of authentication requests sent by a proxy to a client.
getProxyChallengeResponse() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getProxyChallengeResponse() - Method in class org.restlet.engine.http.HttpRequest
 
getProxyChallengeResponse() - Method in class org.restlet.Request
Returns the authentication response sent by a client to a proxy.
getProxyChallengeResponse() - Method in class org.restlet.util.WrapperRequest
Returns the authentication response sent by a client to a proxy.
getProxyHost() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the host name of the HTTP proxy, if specified.
getProxyPort() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
getQuality() - Method in class org.restlet.data.AuthenticationInfo
Returns the quality of protection.
getQuality() - Method in class org.restlet.data.ChallengeResponse
Returns the chosen quality of protection.
getQuality() - Method in class org.restlet.data.Preference
Returns the quality/preference level.
getQualityOptions() - Method in class org.restlet.data.ChallengeRequest
Returns the available options for quality of protection.
getQuery() - Method in class org.restlet.data.Reference
Returns the optional query component for hierarchical identifiers.
Note that no URI decoding is done by this method.
getQuery(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded query component.
getQuery() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the parsed query of the request's target resource reference as a form (series of parameters).
getQuery() - Method in class org.restlet.resource.UniformResource
Returns the resource reference's optional query.
getQueryAsForm() - Method in class org.restlet.data.Reference
Returns the optional query component as a form.
getQueryAsForm(CharacterSet) - Method in class org.restlet.data.Reference
Returns the optional query component as a form submission.
getQueryString() - Method in class org.restlet.data.Form
Formats the form as a query string.
getQueryString(CharacterSet) - Method in class org.restlet.data.Form
Formats the form as a query string.
getRandom(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns a random route match for a given call.
getRange() - Method in class org.restlet.engine.application.RangeRepresentation
Returns the range specific to this wrapper.
getRange() - Method in class org.restlet.representation.Representation
Returns the range where in the full content the partial content available should be applied.

Note that when used with HTTP connectors, this property maps to the "Content-Range" header.
getRange() - Method in class org.restlet.util.WrapperRepresentation
 
getRangeDate() - Method in class org.restlet.data.Conditions
Returns the range condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
getRanges() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getRanges() - Method in class org.restlet.engine.http.HttpRequest
 
getRanges() - Method in class org.restlet.Request
Returns the ranges to return from the target resource's representation.
getRanges() - Method in class org.restlet.resource.UniformResource
Returns the ranges to return from the target resource's representation.
getRanges() - Method in class org.restlet.util.WrapperRequest
 
getRangeService() - Method in class org.restlet.Application
Returns the range service.
getRangeService() - Method in class org.restlet.engine.application.RangeFilter
Returns the Range service of the parent application.
getRangeStatus(RepresentationInfo) - Method in class org.restlet.data.Conditions
Returns the range conditional status of an entity.
getRangeStatus(Tag, Date) - Method in class org.restlet.data.Conditions
Returns the range conditional status of an entity.
getRangeTag() - Method in class org.restlet.data.Conditions
Returns the range condition based on the entity tag of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
getRawValue() - Method in class org.restlet.data.ChallengeMessage
Returns the raw challenge value.
getReader() - Method in class org.restlet.engine.application.RangeRepresentation
 
getReader(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns a reader from an input stream and a character set.
getReader(WriterRepresentation) - Static method in class org.restlet.engine.io.BioUtils
Returns a reader from a writer representation.Internally, it uses a writer thread and a pipe stream.
getReader() - Method in class org.restlet.representation.ChannelRepresentation
 
getReader() - Method in class org.restlet.representation.DigesterRepresentation
 
getReader() - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
 
getReader() - Method in class org.restlet.representation.EmptyRepresentation
 
getReader() - Method in class org.restlet.representation.FileRepresentation
 
getReader() - Method in class org.restlet.representation.ReaderRepresentation
 
getReader() - Method in class org.restlet.representation.Representation
Returns a characters reader with the representation's content.
getReader() - Method in class org.restlet.representation.StreamRepresentation
 
getReader() - Method in class org.restlet.representation.StringRepresentation
 
getReader() - Method in class org.restlet.representation.WriterRepresentation
 
getReader() - Method in class org.restlet.util.WrapperRepresentation
 
getRealm(String) - Method in class org.restlet.Component
Finds the realm with the given name.
getRealm() - Method in class org.restlet.data.ChallengeMessage
Returns the realm name.
getRealm() - Method in class org.restlet.security.ChallengeAuthenticator
Returns the authentication realm.
getRealm() - Method in class org.restlet.security.Guard
Deprecated.
Returns the authentication realm.
getRealms() - Method in class org.restlet.Component
Returns the modifiable list of security realms.
getReasonPhrase() - Method in class org.restlet.engine.http.Call
Returns the reason phrase.
getRecipientsInfo() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getRecipientsInfo() - Method in class org.restlet.engine.http.HttpRequest
 
getRecipientsInfo() - Method in class org.restlet.Message
Returns the intermediary recipient information.

Note that when used with HTTP connectors, this property maps to the "Via" headers.
getReencodedVariantEntityName(String, String) - Method in class org.restlet.engine.local.EntityClientHelper
Percent-encodes the given percent-decoded variant name of a resource whose percent-encoded name is given.
getReference() - Method in class org.restlet.resource.UniformResource
Returns the URI reference.
getReferrerRef() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.engine.http.HttpRequest
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.Request
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.resource.UniformResource
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.util.WrapperRequest
Returns the referrer reference if available.
getRegisteredAuthenticators() - Method in class org.restlet.engine.Engine
Returns the list of available authentication helpers.
getRegisteredClients() - Method in class org.restlet.engine.Engine
Returns the list of available client connectors.
getRegisteredConverters() - Method in class org.restlet.engine.Engine
Returns the list of available converters.
getRegisteredProtocols() - Method in class org.restlet.engine.Engine
Returns the list of available protocol connectors.
getRegisteredServers() - Method in class org.restlet.engine.Engine
Returns the list of available server connectors.
getRegularSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the regular socket factory.
getRelativePart() - Method in class org.restlet.data.Reference
Returns the relative part of relative references, without the query and fragment.
getRelativePart(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded relative part.
getRelativeRef() - Method in class org.restlet.data.Reference
Returns the current reference as a relative reference to the current base reference.
getRelativeRef(Reference) - Method in class org.restlet.data.Reference
Returns the current reference relatively to a base reference.
getRemainingPart() - Method in class org.restlet.data.Reference
Returns the part of the resource identifier remaining after the base reference.
getRemainingPart(boolean) - Method in class org.restlet.data.Reference
Returns the optionally decoded remaining part.
getRemainingPart(boolean, boolean) - Method in class org.restlet.data.Reference
Returns the optionally decoded remaining part with or without the query part of the reference.
getRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
getRepresentation(InputStream) - Method in class org.restlet.engine.http.Call
Returns the representation wrapping the given stream.
getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.http.Call
Returns the representation wrapping the given channel.
getRepresentation(InputStream) - Method in class org.restlet.engine.http.connector.Connection
Returns the representation wrapping the given stream.
getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.http.connector.Connection
Returns the representation wrapping the given channel.
getRepresentation(String, MediaType) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a representation of the resource at the target URI.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.Entity
Returns a representation of this local entity.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.FileEntity
 
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.ZipEntryEntity
 
getRepresentation(Status, Request, Response) - Method in class org.restlet.service.StatusService
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
getRequest() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the request.
getRequest() - Method in class org.restlet.resource.UniformResource
Returns the handled request.
getRequest() - Method in class org.restlet.Response
Returns the associated request
getRequest() - Method in class org.restlet.util.WrapperResponse
Returns the associated request
getRequestAttributes() - Method in class org.restlet.resource.UniformResource
Returns the request attributes.
getRequestEntity() - Method in class org.restlet.engine.http.ServerCall
Returns the request entity if available.
getRequestEntity() - Method in class org.restlet.resource.UniformResource
Returns the request entity representation.
getRequestEntityChannel() - Method in class org.restlet.engine.http.ClientCall
Returns the request entity channel if it exists.
getRequestEntityChannel(long) - Method in class org.restlet.engine.http.ServerCall
Returns the request entity channel if it exists.
getRequestEntityChannel(long) - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getRequestEntityChannel(long) - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getRequestEntityStream() - Method in class org.restlet.engine.http.ClientCall
Returns the request entity stream if it exists.
getRequestEntityStream(long) - Method in class org.restlet.engine.http.ServerCall
Returns the request entity stream if it exists.
getRequestEntityStream(long) - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getRequestHeadChannel() - Method in class org.restlet.engine.http.ServerCall
Returns the request head channel if it exists.
getRequestHeadChannel() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getRequestHeadChannel() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getRequestHeaders() - Method in class org.restlet.engine.http.Call
Returns the modifiable list of request headers.
getRequestHeaders() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getRequestHeaders() - Method in class org.restlet.ext.simple.internal.SimpleCall
Returns the list of request headers.
getRequestHeadStream() - Method in class org.restlet.engine.http.ClientCall
Returns the request head stream if it exists.
getRequestHeadStream() - Method in class org.restlet.engine.http.ServerCall
Returns the request head stream if it exists.
getRequestHeadStream() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getRequestHeadStream() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getRequestUri() - Method in class org.restlet.engine.http.Call
Returns the URI on the request line (most like a relative reference, but not necessarily).
getRequestUri() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getRequestUri() - Method in class org.restlet.ext.simple.internal.SimpleCall
Returns the full request URI.
getRequestVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns a list of request variants based on the annotation value.
getRequiredScore() - Method in class org.restlet.routing.Router
Returns the minimum score required to have a match.
getResource(String) - Static method in class org.restlet.engine.Engine
Returns the classloader resource for a given name/path.
getResourceClass() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the resource interface value.
getResourceDomain() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef host domain to match.
getResourcePort() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef host port to match.
getResourceRef() - Method in class org.restlet.Request
Returns the reference of the target resource.
getResourceRef() - Method in class org.restlet.util.WrapperRequest
Returns the reference of the target resource.
getResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
getResourceScheme() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef scheme to match.
getResponse() - Method in class org.restlet.ext.netty.internal.NettyServerCall
Get response.
getResponse() - Method in class org.restlet.resource.Handler
Deprecated.
Returns the response.
getResponse() - Method in class org.restlet.resource.UniformResource
Returns the handled response.
getResponseAttributes() - Method in class org.restlet.resource.UniformResource
Returns the response attributes.
getResponseDigest() - Method in class org.restlet.data.AuthenticationInfo
Returns the optional response digest for mutual authentication.
getResponseEntity(Response) - Method in class org.restlet.engine.http.ClientCall
Returns the response entity if available.
getResponseEntity() - Method in class org.restlet.resource.UniformResource
Returns the response entity representation.
getResponseEntityChannel(long) - Method in class org.restlet.engine.http.ClientCall
Returns the response channel if it exists.
getResponseEntityChannel() - Method in class org.restlet.engine.http.ServerCall
Returns the response channel if it exists.
getResponseEntityChannel() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getResponseEntityChannel() - Method in class org.restlet.ext.simple.internal.SimpleCall
Returns the response channel if it exists.
getResponseEntityStream(long) - Method in class org.restlet.engine.http.ClientCall
Returns the response entity stream if it exists.
getResponseEntityStream() - Method in class org.restlet.engine.http.ServerCall
Returns the response entity stream if it exists.
getResponseEntityStream() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getResponseEntityStream() - Method in class org.restlet.ext.simple.internal.SimpleCall
Returns the response stream if it exists.
getResponseHeaders() - Method in class org.restlet.engine.http.Call
Returns the modifiable list of server headers.
getResponseVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns a list of response variants based on the annotation value.
getRestletMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the matching Restlet method.
getRestletResponse() - Method in class org.restlet.ext.netty.internal.NettyServerCall
Returns the Restlet response.
getRetryAfter() - Method in class org.restlet.Response
Indicates how long the service is expected to be unavailable to the requesting client.
getRetryAfter() - Method in class org.restlet.util.WrapperResponse
 
getRetryAttempts() - Method in class org.restlet.resource.ClientResource
Returns the number of retry attempts before reporting an error.
getRetryDelay() - Method in class org.restlet.resource.ClientResource
Returns the delay in milliseconds between two retry attempts.
getRetryDelay() - Method in class org.restlet.routing.Router
Returns the delay in milliseconds before a new attempt is made.
getRiapAuthorityType() - Method in class org.restlet.data.LocalReference
Returns the type of authority.
getRole(String) - Method in class org.restlet.Application
Returns the role associated to the given name.
getRoles() - Method in class org.restlet.Application
Returns the modifiable list of roles.
getRoles() - Method in class org.restlet.data.ClientInfo
Returns the authenticated user roles.
getRoot() - Method in class org.restlet.Application
Deprecated.
Use the Application.getInboundRoot() method instead.
getRootGroups() - Method in class org.restlet.security.MemoryRealm
Returns the modifiable list of root groups.
getRootRef() - Method in class org.restlet.Request
Returns the application root reference.
getRootRef() - Method in class org.restlet.resource.Directory
Returns the root URI from which the relative resource URIs will be looked up.
getRootRef() - Method in class org.restlet.resource.UniformResource
Returns the application root reference.
getRootRef() - Method in class org.restlet.util.WrapperRequest
Returns the application root reference.
getRouter() - Method in class org.restlet.routing.TemplateRoute
Returns the parent router.
getRoutes() - Method in class org.restlet.routing.Router
Returns the modifiable list of routes.
getRoutingMode() - Method in class org.restlet.routing.Router
Returns the routing mode.
getScheme() - Method in class org.restlet.data.ChallengeMessage
Returns the scheme used.
getScheme() - Method in class org.restlet.data.Reference
Returns the scheme component.
Note that no URI decoding is done by this method.
getScheme(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded scheme component.
getScheme() - Method in class org.restlet.security.ChallengeAuthenticator
Returns the authentication challenge scheme.
getScheme() - Method in class org.restlet.security.Guard
Deprecated.
Returns the authentication challenge scheme.
getSchemeName() - Method in class org.restlet.data.Protocol
Returns the URI scheme name.
getSchemeProtocol() - Method in class org.restlet.data.Reference
Returns the protocol associated with the scheme component.
getSchemeSpecificPart() - Method in class org.restlet.data.Reference
Returns the scheme specific part.
Note that no URI decoding is done by this method.
getSchemeSpecificPart(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded scheme specific part.
getSecond() - Method in class org.restlet.util.Couple
Returns the second object.
getSecond() - Method in class org.restlet.util.Triple
Returns the second object.
getSecret() - Method in class org.restlet.data.ChallengeResponse
Returns the user secret, such as a password or a secret key.
getSecret(Request, Response) - Method in class org.restlet.security.SecretVerifier
Returns the secret provided by the user.
getSecret() - Method in class org.restlet.security.User
Returns the secret.
getSecretResolver() - Method in class org.restlet.security.Guard
Deprecated.
Returns the secret resolver.
getSecrets() - Method in class org.restlet.security.Guard
Deprecated.
Returns the modifiable map of identifiers and secrets.
getSecureRandomAlgorithm() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the name of the RNG algorithm.
getSecureSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the secure socket factory.
getSecureSocketProtocol() - Method in class org.restlet.engine.security.DefaultSslContextFactory
Returns the secure socket protocol name, "TLS" by default.
getSecurityProvider() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the Java security provider name.
getSegments() - Method in class org.restlet.data.Reference
Returns the list of segments in a hierarchical path.
A new list is created for each call.
Note that no URI decoding is done by this method.
getSegments(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded list of segments.
getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
Get an exclusive Selector.
getServerAddress() - Method in class org.restlet.engine.http.Call
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.routing.VirtualHost
Returns the listening server address.
getServerDispatcher() - Method in class org.restlet.Context
Returns a request dispatcher to component's virtual hosts.
getServerInfo() - Method in class org.restlet.engine.http.HttpResponse
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.resource.UniformResource
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.Response
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.util.WrapperResponse
Returns the server-specific information.
getServerKey() - Method in class org.restlet.security.Guard
Deprecated.
Returns the secret key known only by server.
getServerNonce() - Method in class org.restlet.data.ChallengeMessage
Returns the server nonce.
getServerNounceCount() - Method in class org.restlet.data.ChallengeResponse
Returns the server nonce count.
getServerNounceCountAsHex() - Method in class org.restlet.data.ChallengeResponse
Returns the server nonce count as an hexadecimal string of eight characters.
getServerPort() - Method in class org.restlet.engine.http.Call
Returns the server port.
getServerPort() - Method in class org.restlet.routing.VirtualHost
Returns the listening server port.
getServerProtocols() - Method in class org.restlet.service.ConnectorService
Returns the modifiable list of required server protocols.
getServerRouter() - Method in class org.restlet.engine.component.ComponentHelper
Returns the internal host router.
getServers() - Method in class org.restlet.Component
Returns the modifiable list of server connectors.
getServerSocket() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Returns the server socket.
getServices() - Method in class org.restlet.Application
Returns the modifiable list of services.
getServices() - Method in class org.restlet.Component
Returns the modifiable list of services.
getShortName() - Method in enum org.restlet.engine.Edition
Returns the short size name of the edition.
getSize() - Method in class org.restlet.data.Range
Returns the size of the range in number of bytes.
getSize() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns the size in bytes of the decoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns the size in bytes of the encoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.representation.FileRepresentation
 
getSize() - Method in class org.restlet.representation.Representation
Returns the size in bytes if known, UNKNOWN_SIZE (-1) otherwise.

Note that when used with HTTP connectors, this property maps to the "Content-Length" header.
getSize() - Method in class org.restlet.util.WrapperRepresentation
 
getSlf4jLogger() - Method in class org.restlet.ext.slf4j.Slf4jLogger
Returns the wrapped SLF4J logger.
getSocket() - Method in class org.restlet.engine.http.connector.Connection
Returns the underlying socket.
getSocketAddress(Request) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns an IP socket address representing the target host domain and port for a given request.
getSocketChannel() - Method in class org.restlet.engine.http.connector.Connection
Returns the underlying NIO socket channel.
getSocketFactory(boolean) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the socket factory.
getSource() - Method in class org.restlet.engine.security.RoleMapping
 
getSslCipherSuite() - Method in class org.restlet.engine.http.connector.Connection
Returns the SSL cipher suite.
getSslCipherSuite() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL Cipher Suite, if available and accessible.
getSslCipherSuite() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getSslCipherSuite() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getSslClientCertificates() - Method in class org.restlet.engine.http.connector.Connection
Returns the list of client SSL certificates.
getSslClientCertificates() - Method in class org.restlet.engine.http.ServerCall
Returns the chain of client certificates, if available and accessible.
getSslClientCertificates() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getSslClientCertificates() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getSslContext() - Method in class org.restlet.ext.netty.HttpsServerHelper
Gets the SSL context used by this server.
getSslContext() - Method in class org.restlet.ext.simple.HttpsServerHelper
Gets the SSL context used by this server.
getSslContextFactory(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
Returns the SSL context factory.
getSslKeySize() - Method in class org.restlet.engine.http.connector.Connection
Returns the SSL key size, if available and accessible.
getSslKeySize() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL key size, if available and accessible.
getSslProtocol() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore type.
getSslProtocol() - Method in class org.restlet.ext.netty.HttpsServerHelper
Deprecated.
getSslProtocol() - Method in class org.restlet.ext.simple.HttpsServerHelper
Deprecated.
getSslSessionId() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL session ID, in hexadecimal encoding, if available and accessible.
getSslSessionIdBytes() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL session ID, as a byte array, if available and accessible in that format (to be used by getSslSessionId).
getSslSessionIdBytes() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getSslSessionIdBytes() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getState() - Method in class org.restlet.engine.http.connector.Connection
Returns the state of the connection.
getStatus(Method, boolean, Tag, Date) - Method in class org.restlet.data.Conditions
Returns the conditional status of a variant using a given method.
getStatus(Method, RepresentationInfo) - Method in class org.restlet.data.Conditions
Returns the conditional status of a variant using a given method.
getStatus() - Method in class org.restlet.data.Warning
Returns the special status.
getStatus(Throwable, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a status for a given exception or error.
getStatus() - Method in exception org.restlet.resource.ResourceException
Returns the status associated to this exception.
getStatus() - Method in class org.restlet.resource.UniformResource
Returns the status.
getStatus() - Method in class org.restlet.Response
Returns the status.
getStatus(Throwable, Request, Response) - Method in class org.restlet.service.StatusService
Returns a status for a given exception or error.
getStatus(Throwable, UniformResource) - Method in class org.restlet.service.StatusService
Returns a status for a given exception or error.
getStatus() - Method in class org.restlet.util.WrapperResponse
Returns the status.
getStatusCode() - Method in class org.restlet.engine.http.Call
Returns the status code.
getStatusInfo(Status) - Method in class org.restlet.engine.application.StatusFilter
Returns the status information to display in the default representation.
getStatusService() - Method in class org.restlet.Application
Returns the status service.
getStatusService() - Method in class org.restlet.Component
Returns the status service, enabled by default.
getStatusService() - Method in class org.restlet.engine.application.StatusFilter
Returns the helped status service.
getStatusService() - Method in class org.restlet.resource.UniformResource
Returns the application's status service or create a new one.
getStore() - Method in class org.restlet.engine.util.Pool
Returns the store containing the reusable objects.
getStream() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.engine.application.RangeRepresentation
 
getStream(Writer) - Static method in class org.restlet.engine.io.BioUtils
Returns an output stream based on a given writer.
getStream(Reader, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns an input stream based on a given character reader.
getStream(Representation) - Static method in class org.restlet.engine.io.BioUtils
Returns an input stream based on the given representation's content and its write(OutputStream) method.
getStream(ReadableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Returns an input stream based on a given readable byte channel.
getStream(WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Returns an output stream based on a given writable byte channel.
getStream() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
getStream() - Method in class org.restlet.representation.ChannelRepresentation
 
getStream() - Method in class org.restlet.representation.CharacterRepresentation
 
getStream() - Method in class org.restlet.representation.DigesterRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.EmptyRepresentation
 
getStream() - Method in class org.restlet.representation.FileRepresentation
 
getStream() - Method in class org.restlet.representation.InputRepresentation
 
getStream() - Method in class org.restlet.representation.OutputRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.Representation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.StringRepresentation
 
getStream() - Method in class org.restlet.util.WrapperRepresentation
 
getSubTags() - Method in class org.restlet.data.Language
Returns the unmodifiable list of subtags.
getSubType() - Method in class org.restlet.data.MediaType
Returns the sub-type.
getSupportedEncodings() - Static method in class org.restlet.engine.application.DecodeRepresentation
Returns the list of supported encodings.
getSupportedEncodings() - Method in class org.restlet.engine.application.Encoder
Returns the list of supported encodings.
getSupportedEncodings() - Static method in class org.restlet.engine.application.EncodeRepresentation
Returns the list of supported encodings.
getTag() - Method in class org.restlet.representation.RepresentationInfo
Returns the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
getTag() - Method in class org.restlet.util.WrapperRepresentation
 
getTarget() - Method in class org.restlet.engine.security.RoleMapping
 
getTarget() - Method in class org.restlet.Server
Deprecated.
Use the Server.getNext() method instead.
getTarget() - Method in class org.restlet.util.ServerList
Deprecated.
Use the ServerList.getNext() method instead.
getTargetClass() - Method in class org.restlet.resource.Finder
Returns the target handler class which must be either a subclass of Handler or of ServerResource.
getTargetRef() - Method in class org.restlet.data.Reference
Returns the target reference.
getTargetRef(Request, Response) - Method in class org.restlet.routing.Redirector
Returns the target reference to redirect to.
getTargetTemplate() - Method in class org.restlet.routing.Redirector
Returns the target URI pattern.
getTargetUri() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the context's target URI (file, clap URI).
getTaskService() - Method in class org.restlet.Application
Returns a task service to run concurrent tasks.
getTcpNoDelay() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Indicates if the protocol will use Nagle's algorithm
getTechnicalName() - Method in class org.restlet.data.ChallengeScheme
Returns the technical name (ex: BASIC).
getTechnicalName() - Method in class org.restlet.data.Protocol
Returns the technical name that appears on the wire.
getTemplate() - Method in class org.restlet.routing.TemplateRoute
Returns the reference template to match.
getTemporaryExtension() - Method in class org.restlet.engine.local.FileClientHelper
Returns the name of the extension to use to store the temporary content while uploading content via the PUT method.
getText() - Method in class org.restlet.data.Warning
Returns the warning text.
getText() - Method in class org.restlet.engine.application.DecodeRepresentation
Converts the representation to a string value.
getText() - Method in class org.restlet.engine.application.EncodeRepresentation
Converts the representation to a string value.
getText() - Method in class org.restlet.engine.application.RangeRepresentation
 
getText(Representation) - Static method in class org.restlet.engine.io.BioUtils
Converts the representation to a string value.
getText() - Method in class org.restlet.representation.AppendableRepresentation
 
getText() - Method in class org.restlet.representation.DigesterRepresentation
 
getText() - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
 
getText() - Method in class org.restlet.representation.EmptyRepresentation
 
getText() - Method in class org.restlet.representation.FileRepresentation
Note that this method relies on FileRepresentation.getStream().
getText() - Method in class org.restlet.representation.InputRepresentation
Note that this method relies on InputRepresentation.getStream().
getText() - Method in class org.restlet.representation.ReaderRepresentation
Note that this method relies on CharacterRepresentation.getStream().
getText() - Method in class org.restlet.representation.Representation
Converts the representation to a string value.
getText() - Method in class org.restlet.representation.StringRepresentation
 
getText() - Method in class org.restlet.util.WrapperRepresentation
 
getTextRepresentation() - Method in class org.restlet.data.ReferenceList
Returns a representation of the list in the "text/uri-list" format.
getThird() - Method in class org.restlet.util.Triple
Returns the third object.
getThreadMaxIdleTimeMs() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the time for an idle thread to wait for an operation before being collected.
getThrowable() - Method in class org.restlet.data.Status
Returns the related error or exception.
getTime() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the value of this InternetDateFormat object as millisecond time value.
getTimeToLive() - Method in class org.restlet.engine.local.LocalClientHelper
Returns the time to live for a file representation before it expires (in seconds).
getTruststorePassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL trust store password.
getTruststorePath() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL trust store path.
getTruststoreType() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL trust store type.
getTunnelService() - Method in class org.restlet.Application
Returns the tunnel service.
getTunnelService() - Method in class org.restlet.engine.application.TunnelFilter
Returns the tunnel service of the parent application.
getType() - Method in class org.restlet.data.Disposition
Returns the disposition type.
getType() - Method in class org.restlet.routing.Variable
Returns the type of variable.
getUnmodifiedSince() - Method in class org.restlet.data.Conditions
Returns the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Unmodified-Since" header.
getUpstreamAddress() - Method in class org.restlet.data.ClientInfo
Returns the IP address of the upstream client component.
getUri() - Method in class org.restlet.data.Method
Returns the URI of the specification describing the method.
getUri() - Method in class org.restlet.data.Status
Returns the URI of the specification describing the status.
getUser() - Method in class org.restlet.data.ClientInfo
Returns the authenticated user.
getUserClassLoader() - Method in class org.restlet.engine.Engine
Returns the class loader specified by the user and that should be used in priority.
getUserIdentifier() - Method in class org.restlet.engine.log.IdentClient
Returns the user identifier.
getUserInfo() - Method in class org.restlet.data.Reference
Returns the user info component for server based hierarchical identifiers.
Note that no URI decoding is done by this method.
getUserInfo(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded user info component.
getUserPrincipal() - Method in class org.restlet.engine.http.Call
Returns the user principal.
getUserPrincipal() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getUsers() - Method in class org.restlet.security.MemoryRealm
Returns the modifiable list of users.
getValue() - Method in class org.restlet.data.Digest
Returns the digest value.
getValue() - Method in class org.restlet.data.Parameter
Returns the value.
getValue() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the annotation value.
getValue(String) - Method in enum org.restlet.ext.netty.internal.NettyParams
Get converted value from a string option value.
getValues(String) - Method in class org.restlet.util.Series
Returns the values of the parameters with a given name.
getValues(String, String, boolean) - Method in class org.restlet.util.Series
Returns the parameter values with a given name.
getValuesArray(String) - Method in class org.restlet.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesArray(String, boolean) - Method in class org.restlet.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesMap() - Method in class org.restlet.util.Series
Returns a map of name, value pairs.
getVariableNames() - Method in class org.restlet.routing.Template
Returns the list of variable names in the template.
getVariables() - Method in class org.restlet.routing.Template
Returns the modifiable map of variable descriptors.
getVariant() - Method in class org.restlet.engine.local.Entity
Returns a variant corresponding to the extensions of this entity.
getVariants(Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of variants that can be converted from a given object class.
getVariants(Class<?>, Variant) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the list of variants that can be converted from a given object class.
getVariants(Class<?>) - Method in class org.restlet.engine.converter.DefaultConverter
 
getVariants() - Method in class org.restlet.engine.local.DirectoryServerResource
 
getVariants(Method) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the list of variants for the given method.
getVariants(Class<?>) - Method in class org.restlet.ext.jackson.JacksonConverter
 
getVariants() - Method in class org.restlet.resource.Resource
Deprecated.
Returns the modifiable list of variants.
getVariants() - Method in class org.restlet.resource.ServerResource
Returns a modifiable list of exposed variants for the current request method.
getVariants(Method) - Method in class org.restlet.resource.ServerResource
Returns a modifiable list of exposed variants for the given method.
getVariants(Class<?>, Variant) - Method in class org.restlet.service.ConverterService
Returns the list of variants that can be converted from a given object class.
getVerifier() - Method in class org.restlet.security.ChallengeAuthenticator
Returns the credentials verifier.
getVerifier() - Method in class org.restlet.security.Realm
Returns a verifier that can check the validity of the credentials associated to a request.
getVersion() - Method in class org.restlet.data.Cookie
Returns the cookie specification version.
getVersion() - Method in class org.restlet.data.Product
Returns the version of the product.
getVersion() - Method in class org.restlet.data.Protocol
Returns the version.
getVersion() - Method in class org.restlet.engine.http.Call
Returns the protocol version used.
getVersion() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
getVersion() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
getVirtualHost() - Method in class org.restlet.engine.component.HostRoute
Returns the target virtual host.
getWarnings() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getWarnings() - Method in class org.restlet.engine.http.HttpRequest
 
getWarnings() - Method in class org.restlet.Message
Returns the additional warnings information.

Note that when used with HTTP connectors, this property maps to the "Warning" headers.
getWebRepresentation() - Method in class org.restlet.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWebRepresentation(CharacterSet) - Method in class org.restlet.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWebRepresentation() - Method in class org.restlet.data.ReferenceList
Returns a representation of the list in "text/html" format.
getWorkerService() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the connection handler service.
getWorkerService() - Method in class org.restlet.engine.http.connector.Controller
Returns the helper's worker service.
getWrappedRepresentation() - Method in class org.restlet.util.WrapperRepresentation
Returns the wrapped representation.
getWrappedRequest() - Method in class org.restlet.util.WrapperRequest
Returns the wrapped request.
getWrappedResponse() - Method in class org.restlet.util.WrapperResponse
Returns the wrapped response.
Group - Class in org.restlet.security
Group that contains member groups and users.
Group() - Constructor for class org.restlet.security.Group
Default constructor.
Group(String, String) - Constructor for class org.restlet.security.Group
Constructor.
Group(String, String, boolean) - Constructor for class org.restlet.security.Group
Constructor.
Guard - Class in org.restlet.security
Deprecated.
Use the ChallengeAuthenticator class instead.
Guard(Context, ChallengeScheme, String) - Constructor for class org.restlet.security.Guard
Deprecated.
Constructor.
Guard(Context, String, Collection<String>, String) - Constructor for class org.restlet.security.Guard
Deprecated.
Alternate Constructor for HTTP DIGEST authentication scheme.
GZIP - Static variable in class org.restlet.data.Encoding
The GNU Zip encoding.

H

handle(Request, Response) - Method in class org.restlet.Application
 
handle(Request) - Method in class org.restlet.Client
Handles a call.
handle(Request, Response) - Method in class org.restlet.Client
 
handle(Request, Response, Uniform) - Method in class org.restlet.Client
Handles a call.
handle(Request, Uniform) - Method in class org.restlet.Client
Handles a call.
handle(Request, Response) - Method in class org.restlet.Component
 
handle(Request, Response) - Method in class org.restlet.engine.application.ApplicationHelper
In addition to the default behavior, it saves the current application instance into the current thread.
handle(Request, Response) - Method in class org.restlet.engine.ChainHelper
 
handle(Request, Response) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
handle(Request, Response) - Method in class org.restlet.engine.http.connector.BaseServerHelper
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
handle(Request, Response) - Method in class org.restlet.engine.http.HttpClientHelper
 
handle(ServerCall) - Method in class org.restlet.engine.http.HttpServerHelper
Handles the connector call.
handle() - Method in class org.restlet.engine.local.DirectoryServerResource
 
handle(Request, Response) - Method in class org.restlet.engine.local.LocalClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.RestletHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.riap.RiapClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.ServerHelper
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
handle(Request, Response) - Method in class org.restlet.engine.TemplateDispatcher
Handles the call after resolving any URI template on the request's target resource reference.
handle(Request, Response) - Method in class org.restlet.ext.simple.internal.SimpleContainer
Handles a Simple request/response transaction.
handle() - Method in class org.restlet.resource.ClientResource
Handles the call by invoking the next handler.
handle(Request, Response) - Method in class org.restlet.resource.Directory
 
handle(Request, Response) - Method in class org.restlet.resource.Finder
Handles a call.
handle() - Method in class org.restlet.resource.ServerResource
Handles any call to this resource.
handle() - Method in class org.restlet.resource.UniformResource
Handles the call composed of the current context, request and response.
handle(Request, Response) - Method in class org.restlet.Restlet
Handles a call.
handle(Request, Response) - Method in class org.restlet.routing.Filter
Handles a call by first invoking the beforeHandle() method for pre-filtering, then distributing the call to the next Restlet via the doHandle() method.
handle(Request, Response) - Method in class org.restlet.routing.Redirector
Handles a call by redirecting using the selected redirection mode.
handle(Request, Response) - Method in class org.restlet.routing.Router
Handles a call by invoking the next Restlet if it is available.
handle(Request, Response) - Method in class org.restlet.Server
 
handle(Request, Response) - Method in interface org.restlet.Uniform
Handles a uniform call.
handle(Request, Response) - Method in class org.restlet.util.WrapperRestlet
 
handleClassLoader(Request, Response, ClassLoader) - Method in class org.restlet.engine.local.ClapClientHelper
Handles a call with a given class loader.
handleDelete() - Method in class org.restlet.resource.Handler
Deprecated.
Handles a DELETE call.
handleDelete() - Method in class org.restlet.resource.Resource
Deprecated.
Handles a DELETE call by invoking the Resource.removeRepresentations() method.
handleEntityGet(Request, Response, Entity) - Method in class org.restlet.engine.local.EntityClientHelper
Handles a GET call.
handleFile(Request, Response, String) - Method in class org.restlet.engine.local.FileClientHelper
 
handleFileDelete(Response, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a DELETE call for the FILE protocol.
handleFilePut(Request, Response, String, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a PUT call for the FILE protocol.
handleGet(Request, Response, File, String, MetadataService) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a GET call.
handleGet() - Method in class org.restlet.resource.Handler
Deprecated.
Handles a GET call.
handleGet() - Method in class org.restlet.resource.Resource
Deprecated.
Handles a GET call by automatically returning the best representation available.
handleHead() - Method in class org.restlet.resource.Handler
Deprecated.
Handles a HEAD call.
handleInbound(Response) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
handleInbound(Response) - Method in class org.restlet.engine.http.connector.BaseHelper
Handles an inbound message.
handleInbound(Response) - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.ClapClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.EntityClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.FileClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.LocalClientHelper
Handles a local call.
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a call for a local entity.
handleNextInbound() - Method in class org.restlet.engine.http.connector.BaseHelper
Handles the next inbound message.
handleNextOutbound() - Method in class org.restlet.engine.http.connector.BaseHelper
Handles the next outbound message.
handleOptions() - Method in class org.restlet.resource.Handler
Deprecated.
Handles an OPTIONS call introspecting the target resource (as provided by the 'findTarget' method).
handleOutbound(Response) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
handleOutbound(Response) - Method in class org.restlet.engine.http.connector.BaseHelper
Handles an outbound message.
handleOutbound(Response) - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
handlePost() - Method in class org.restlet.resource.Handler
Deprecated.
Handles a POST call.
handlePost() - Method in class org.restlet.resource.Resource
Deprecated.
Handles a POST call by invoking the Resource.acceptRepresentation(Representation) method.
handlePut(Request, Response, File, String) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a PUT call.
handlePut() - Method in class org.restlet.resource.Handler
Deprecated.
Handles a PUT call.
handlePut() - Method in class org.restlet.resource.Resource
Deprecated.
Handles a PUT call by invoking the Resource.storeRepresentation(Representation) method.
Handler - Class in org.restlet.resource
Deprecated.
Use the new ServerResource class instead.
Handler() - Constructor for class org.restlet.resource.Handler
Deprecated.
Special constructor used by IoC frameworks.
Handler(Context, Request, Response) - Constructor for class org.restlet.resource.Handler
Deprecated.
Normal constructor.
hasExtensions() - Method in class org.restlet.data.Reference
Indicates if this reference has file-like extensions on its last path segment.
hasFragment() - Method in class org.restlet.data.Reference
Indicates if this reference has a fragment identifier.
hashCode() - Method in class org.restlet.data.AuthenticationInfo
hashCode() - Method in class org.restlet.data.ChallengeMessage
hashCode() - Method in class org.restlet.data.ChallengeResponse
hashCode() - Method in class org.restlet.data.ChallengeScheme
hashCode() - Method in class org.restlet.data.CharacterSet
hashCode() - Method in class org.restlet.data.Cookie
hashCode() - Method in class org.restlet.data.CookieSetting
hashCode() - Method in class org.restlet.data.Encoding
hashCode() - Method in class org.restlet.data.Language
hashCode() - Method in class org.restlet.data.MediaType
hashCode() - Method in class org.restlet.data.Metadata
hashCode() - Method in class org.restlet.data.Method
hashCode() - Method in class org.restlet.data.Protocol
hashCode() - Method in class org.restlet.data.Reference
Returns a hash code value for the object.
hashCode() - Method in class org.restlet.data.Status
hashCode() - Method in class org.restlet.data.Tag
hashCode(Object...) - Static method in class org.restlet.engine.util.SystemUtils
Computes the hash code of a set of objects.
hashCode() - Method in class org.restlet.security.Role
 
hashCode() - Method in class org.restlet.util.Couple
hashCode() - Method in class org.restlet.util.Triple
hashCode() - Method in class org.restlet.util.WrapperList
Returns the hash code value for this list.
hashCode() - Method in class org.restlet.util.WrapperMap
Returns the hash code value for this map.
hasMatrix() - Method in class org.restlet.data.Reference
Indicates if this reference has a matrix.
hasNext() - Method in class org.restlet.resource.ClientResource
Indicates if there is a next Restlet.
hasNext() - Method in class org.restlet.routing.Filter
Indicates if there is a next Restlet.
hasNext() - Method in class org.restlet.Server
Indicates if a next Restlet is set.
hasQuery() - Method in class org.restlet.data.Reference
Indicates if this reference has a query component.
hasScheme() - Method in class org.restlet.data.Reference
Indicates if this reference has a scheme component.
hasSome() - Method in class org.restlet.data.Conditions
Indicates if there are some conditions set.
hasSomeRange() - Method in class org.restlet.data.Conditions
Indicates if there are some range conditions set.
hasTarget() - Method in class org.restlet.Server
Deprecated.
Use the Server.hasNext() method instead.
HEAD - Static variable in class org.restlet.data.Method
Identical to GET except that the server must not return a message body in the response but only the message header.
head() - Method in class org.restlet.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
head(MediaType) - Method in class org.restlet.resource.ClientResource
Represents the resource using a given media type.
head() - Method in class org.restlet.resource.ServerResource
Returns a representation whose metadata will be returned to the client.
head(Variant) - Method in class org.restlet.resource.ServerResource
Returns a representation whose metadata will be returned to the client.
HEADER_ACCEPT - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_CHARSET - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_ENCODING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_LANGUAGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_RANGES - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_AGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ALLOW - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_AUTHENTICATION_INFO - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_AUTHORIZATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CACHE_CONTROL - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONNECTION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_DISPOSITION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_ENCODING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_LANGUAGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_LENGTH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_LOCATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_MD5 - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_RANGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_TYPE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_COOKIE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_DATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ETAG - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_EXPECT - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_EXPIRES - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_FROM - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_HOST - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_MATCH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_MODIFIED_SINCE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_NONE_MATCH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_RANGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_UNMODIFIED_SINCE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_LAST_MODIFIED - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_LOCATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_MAX_FORWARDS - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_PRAGMA - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_PROXY_AUTHENTICATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_RANGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_REFERRER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_RETRY_AFTER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SERVER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SET_COOKIE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SET_COOKIE2 - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SLUG - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_TRAILER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_TRANSFER_ENCODING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_TRANSFER_EXTENSION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_UPGRADE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_USER_AGENT - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_VARY - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_VIA - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_WARNING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_WWW_AUTHENTICATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_X_FORWARDED_FOR - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_X_HTTP_METHOD_OVERRIDE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HeaderConstants - Class in org.restlet.engine.http.header
Constants related to the HTTP protocol.
HeaderConstants() - Constructor for class org.restlet.engine.http.header.HeaderConstants
 
HeaderReader<V> - Class in org.restlet.engine.http.header
HTTP-style header reader.
HeaderReader(String) - Constructor for class org.restlet.engine.http.header.HeaderReader
Constructor.
HeaderUtils - Class in org.restlet.engine.http.header
HTTP-style header utilities.
HeaderWriter<V> - Class in org.restlet.engine.http.header
HTTP-style header writer.
HeaderWriter() - Constructor for class org.restlet.engine.http.header.HeaderWriter
 
Helper - Class in org.restlet.engine
Abstract marker class parent of all engine helpers.
Helper() - Constructor for class org.restlet.engine.Helper
 
HostRoute - Class in org.restlet.engine.component
Route based on a target VirtualHost.
HostRoute(Router, VirtualHost) - Constructor for class org.restlet.engine.component.HostRoute
Constructor.
HTTP - Static variable in class org.restlet.data.Protocol
HTTP protocol.
HTTP_AWS_S3 - Static variable in class org.restlet.data.ChallengeScheme
Amazon S3 HTTP scheme.
HTTP_AZURE_SHAREDKEY - Static variable in class org.restlet.data.ChallengeScheme
Microsoft Azure Shared Key scheme.
HTTP_AZURE_SHAREDKEY_LITE - Static variable in class org.restlet.data.ChallengeScheme
Microsoft Azure Shared Key lite scheme.
HTTP_BASIC - Static variable in class org.restlet.data.ChallengeScheme
Basic HTTP scheme.
HTTP_COOKIE - Static variable in class org.restlet.data.ChallengeScheme
Cookie HTTP scheme.
HTTP_DIGEST - Static variable in class org.restlet.data.ChallengeScheme
Digest HTTP scheme.
HTTP_NTLM - Static variable in class org.restlet.data.ChallengeScheme
Microsoft NTML HTTP scheme.
HTTP_OAUTH - Static variable in class org.restlet.data.ChallengeScheme
OAuth HTTP scheme.
HttpBasicHelper - Class in org.restlet.engine.http.security
Implements the HTTP BASIC authentication.
HttpBasicHelper() - Constructor for class org.restlet.engine.http.security.HttpBasicHelper
Constructor.
HttpClientHelper - Class in org.restlet.engine.http.connector
HTTP client helper based on NIO blocking sockets.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.http.connector.HttpClientHelper
Constructor.
HttpClientHelper - Class in org.restlet.engine.http
Base HTTP client connector.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.http.HttpClientHelper
Constructor.
HttpProtocolHelper - Class in org.restlet.engine.http
Protocol helper for the HTTP protocol.
HttpProtocolHelper() - Constructor for class org.restlet.engine.http.HttpProtocolHelper
 
HttpRequest - Class in org.restlet.engine.http
Request wrapper for server HTTP calls.
HttpRequest(Context, ServerCall) - Constructor for class org.restlet.engine.http.HttpRequest
Constructor.
HttpRequestHandler - Class in org.restlet.ext.netty.internal
HTTP request handler implementation.
HttpRequestHandler(NettyServerHelper) - Constructor for class org.restlet.ext.netty.internal.HttpRequestHandler
Constructor.
HttpResponse - Class in org.restlet.engine.http
Response wrapper for server HTTP calls.
HttpResponse(ServerCall, Request) - Constructor for class org.restlet.engine.http.HttpResponse
Constructor.
HTTPS - Static variable in class org.restlet.data.Protocol
HTTPS protocol (via SSL socket).
HttpServerHelper - Class in org.restlet.engine.http.connector
HTTP server helper based on NIO blocking sockets.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.http.connector.HttpServerHelper
Constructor.
HttpServerHelper - Class in org.restlet.engine.http
Base HTTP server connector.
HttpServerHelper() - Constructor for class org.restlet.engine.http.HttpServerHelper
Default constructor.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.http.HttpServerHelper
Constructor.
HttpServerHelper - Class in org.restlet.ext.netty
Netty HTTP server connector.
HttpServerHelper(Server) - Constructor for class org.restlet.ext.netty.HttpServerHelper
Constructor.
HttpServerHelper - Class in org.restlet.ext.simple
Simple HTTPS server connector.
HttpServerHelper(Server) - Constructor for class org.restlet.ext.simple.HttpServerHelper
Constructor.
HttpServerPipelineFactory - Class in org.restlet.ext.netty.internal
HTTP server pipeline factory.
HttpServerPipelineFactory(NettyServerHelper) - Constructor for class org.restlet.ext.netty.internal.HttpServerPipelineFactory
Constructor.
HttpsServerHelper - Class in org.restlet.ext.netty
Netty HTTPS server connector.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.netty.HttpsServerHelper
Constructor.
HttpsServerHelper - Class in org.restlet.ext.simple
Simple HTTP server connector.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.simple.HttpsServerHelper
Constructor.
HttpsServerPipelineFactory - Class in org.restlet.ext.netty.internal
HTTPS channel pipeline factory.
HttpsServerPipelineFactory(NettyServerHelper, SSLContext) - Constructor for class org.restlet.ext.netty.internal.HttpsServerPipelineFactory
Constructor.

I

IdentClient - Class in org.restlet.engine.log
Simple IDENT client.
IdentClient(String, int, int) - Constructor for class org.restlet.engine.log.IdentClient
Constructor.
IDENTITY - Static variable in class org.restlet.data.Encoding
The default (identity) encoding.
IMAGE_ALL - Static variable in class org.restlet.data.MediaType
 
IMAGE_BMP - Static variable in class org.restlet.data.MediaType
 
IMAGE_GIF - Static variable in class org.restlet.data.MediaType
 
IMAGE_ICON - Static variable in class org.restlet.data.MediaType
 
IMAGE_JPEG - Static variable in class org.restlet.data.MediaType
 
IMAGE_PNG - Static variable in class org.restlet.data.MediaType
 
IMAGE_SVG - Static variable in class org.restlet.data.MediaType
 
IMAGE_TIFF - Static variable in class org.restlet.data.MediaType
 
implCloseChannel() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
inboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call to a target reference.
InboundStream - Class in org.restlet.engine.http.io
Buffered input stream that prevent the underlying stream from being closed.
InboundStream(InputStream) - Constructor for class org.restlet.engine.http.io.InboundStream
Constructor.
InboundStream(InputStream, int) - Constructor for class org.restlet.engine.http.io.InboundStream
Constructor.
includes(Metadata) - Method in class org.restlet.data.CharacterSet
Indicates if a given character set is included in the current one.
includes(Metadata) - Method in class org.restlet.data.Encoding
Indicates if a given encoding is included in the current one.
includes(Metadata) - Method in class org.restlet.data.Language
Indicates if a given language is included in the current one.
includes(Metadata) - Method in class org.restlet.data.MediaType
Indicates if a given media type is included in the current one.
includes(Metadata) - Method in class org.restlet.data.Metadata
Indicates if a given metadata is included in the current one.
includes(Variant) - Method in class org.restlet.representation.Variant
Indicates if the current variant includes the given variant.
INDEX_FIRST - Static variable in class org.restlet.data.Range
Index for the first byte of an entity.
INDEX_LAST - Static variable in class org.restlet.data.Range
Index for the last byte of an entity.
indexOf(Object) - Method in class org.restlet.util.WrapperList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
info(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs an info message.
INFO_CONTINUE - Static variable in class org.restlet.data.Status
This interim response (the client has to wait for the final response) is used to inform the client that the initial part of the request has been received and has not yet been rejected or completed by the server.
INFO_DISCONNECTED_OPERATION - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that it is intentionally disconnected from the rest of the network for a period of time.
INFO_HEURISTIC_EXPIRATION - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that it heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater than 24 hours.
INFO_MISC_WARNING - Static variable in class org.restlet.data.Status
Warning status code, optionally including arbitrary information to be presented to a human user, typically returned by a cache.
INFO_PROCESSING - Static variable in class org.restlet.data.Status
This interim response is used to inform the client that the server has accepted the complete request, but has not yet completed it since the server has a reasonable expectation that the request will take significant time to complete.
INFO_REVALIDATION_FAILED - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that the response is stale because an attempt to revalidate the response failed, due to an inability to reach the server.
INFO_STALE_RESPONSE - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that the response is stale.
INFO_SWITCHING_PROTOCOL - Static variable in class org.restlet.data.Status
The server understands and is willing to comply with the client's request, via the Upgrade message header field, for a change in the application protocol being used on this connection.
init() - Method in class org.restlet.engine.log.AccessLogFileHandler
Initialization code common to all constructors.
init(Series<Parameter>) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the following options according to parameters that may have been set up directly in the HttpsServerHelper parameters.
init(Series<Parameter>) - Method in class org.restlet.engine.security.SslContextFactory
Initialize the factory with the given connector parameters.
init(Context, Request, Response) - Method in class org.restlet.resource.Handler
Deprecated.
Initialize the resource with its context.
init(Context, Request, Response) - Method in class org.restlet.resource.Resource
Deprecated.
Initialize the resource with its context.
init(Context, Request, Response) - Method in class org.restlet.resource.UniformResource
Initialization method setting the environment of the current resource instance.
InputEntityStream - Class in org.restlet.engine.http.io
Input stream that synchronizes the state of a Connection instance and an input stream.
InputEntityStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.InputEntityStream
Constructor.
InputRepresentation - Class in org.restlet.representation
Transient representation based on a BIO input stream.
InputRepresentation(InputStream) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
instance - Static variable in class org.restlet.engine.riap.RiapServerHelper
The unique registered helper.
InternalRouter - Class in org.restlet.engine.component
Provides the behavior of the internal router of a Component.
InternalRouter(Context) - Constructor for class org.restlet.engine.component.InternalRouter
Constructor.
InternetDateFormat - Class in org.restlet.engine.util
This class handles Internet date/time strings in accordance with RFC 3339.
InternetDateFormat() - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the UTC (Z) time zone.
InternetDateFormat(Calendar) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Calendar object.
InternetDateFormat(Date) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the UTC (Z) time zone.
InternetDateFormat(Date, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the specified time zone.
InternetDateFormat(long) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the UTC (Z) time zone.
InternetDateFormat(long, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the specified time zone.
InternetDateFormat(String) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
InternetDateFormat(TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the specified time zone.
invokeAll(Collection) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.

Due to a breaking change between Java SE versions 5 and 6, and in order to maintain compatibility both at the source and binary level, we have removed the generic information from this method.
invokeAll(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
IoUtils - Class in org.restlet.engine.io
IO manipulation utilities.
isAbsolute() - Method in class org.restlet.data.Reference
Indicates if the reference is absolute.
isAcceptingRanges() - Method in class org.restlet.data.ServerInfo
Return true if the server accepts range requests for a resource, with the "byte" range unit.
isAcceptRanges() - Method in class org.restlet.data.ServerInfo
Deprecated.
isAccessRestricted() - Method in class org.restlet.data.CookieSetting
Indicates if cookie access is restricted for untrusted parties.
isAlpha(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is alphabetical (a-z or A-Z).
isAnnotated() - Method in class org.restlet.resource.ServerResource
Indicates if annotations are supported.
isAsciiChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is in ASCII range.
isAuthenticated() - Method in class org.restlet.data.ChallengeResponse
Deprecated.
isAuthenticated() - Method in class org.restlet.data.ClientInfo
Indicates if the identifier or principal has been authenticated.
isAutoCommitting() - Method in class org.restlet.resource.ServerResource
Indicates if the response should be automatically committed.
isAutoCommitting() - Method in class org.restlet.Response
Indicates if the response should be automatically committed.
isAutoCommitting() - Method in class org.restlet.util.WrapperResponse
 
isAutoDelete() - Method in class org.restlet.representation.FileRepresentation
Deprecated.
isAutoDeleting() - Method in class org.restlet.representation.FileRepresentation
Indicates if this file should be automatically deleted on release of the representation.
isAvailable() - Method in class org.restlet.Client
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.Connector
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.representation.Representation
Indicates if some fresh content is potentially available, without having to actually call one of the content manipulation method like getStream() that would actually consume it.
isAvailable() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the resource is actually available.
isAvailable() - Method in class org.restlet.Server
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.util.WrapperRepresentation
 
isBlocking() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
isBlocking(Channel) - Static method in class org.restlet.engine.io.NioUtils
Indicates if the channel is in blocking mode.
isBroken(Throwable) - Static method in class org.restlet.engine.http.Call
Returns true if the given exception is caused by a broken connection.
isBusy() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection is busy.
isCarriageReturn(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a carriage return.
isChannelOption() - Method in enum org.restlet.ext.netty.internal.NettyParams
Is this a channel option or not?
isChunkedEncoding(Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the entity is chunked.
isClientError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isClientError() - Method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isClientKeepAlive() - Method in class org.restlet.engine.http.Call
Indicates if the client wants a persistent connection.
isClientKeepAlive() - Method in class org.restlet.engine.http.ClientCall
 
isClientKeepAlive() - Method in class org.restlet.engine.http.ServerCall
 
isClientKeepAlive() - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
isClientKeepAlive() - Method in class org.restlet.ext.simple.internal.SimpleCall
 
isClientSide() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if it is helping a client connector.
isClientSide() - Method in class org.restlet.engine.http.connector.Connection
Indicates if it is a client-side connection.
isClientSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
isComma(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a comma, the character used as header value separator.
isCommentText(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a comment text.
isCommitted() - Method in class org.restlet.resource.ServerResource
Indicates if the response has already been committed.
isCommitted() - Method in class org.restlet.Response
Indicates if the response has already been committed.
isCommitted() - Method in class org.restlet.util.WrapperResponse
 
isCompatible(Metadata) - Method in class org.restlet.data.Metadata
Checks if this metadata is compatible with the given metadata.
isCompatible(Method, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the annotated method described is compatible with the given parameters.
isCompatible(Variant) - Method in class org.restlet.representation.Variant
Indicates if the current variant is compatible with the given variant.
isCompatibleRequestEntity(Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the given request entity is compatible with the annotated method described.
isConcrete() - Method in class org.restlet.data.MediaType
Checks if the current media type is concrete.
isConditional() - Method in class org.restlet.resource.ServerResource
Indicates if conditional handling is enabled.
isConfidential() - Method in class org.restlet.data.Protocol
Indicates if the protocol guarantees the confidentially of the messages exchanged, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.engine.http.Call
Indicates if the confidentiality of the call is ensured (ex: via SSL).
isConfidential() - Method in class org.restlet.ext.simple.SimpleServerHelper
Indicates if this service is acting in HTTP or HTTPS mode.
isConfidential() - Method in class org.restlet.Message
Indicates if the message was or will be exchanged confidentially, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.Request
Implemented based on the Protocol.isConfidential() method for the request's protocol returned by Request.getProtocol();
isConfidential() - Method in class org.restlet.resource.UniformResource
Indicates if the message was or will be exchanged confidentially, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.Response
 
isConfidential() - Method in class org.restlet.util.WrapperRequest
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConfidential() - Method in class org.restlet.util.WrapperResponse
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConnectionBroken(Throwable) - Method in class org.restlet.engine.http.Call
Returns true if the given exception is caused by a broken connection.
isConnectionClose(Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the connection must be closed.
isConnectorError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isConnectorError() - Method in class org.restlet.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isControlChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a control character.
isControllerDaemon() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if the controller thread should be a daemon (not blocking JVM exit).
isDecodedOnParse() - Method in class org.restlet.routing.Variable
Deprecated.
isDecodeRequest() - Method in class org.restlet.engine.application.Decoder
Deprecated.
isDecodeResponse() - Method in class org.restlet.engine.application.Decoder
Deprecated.
isDecoding() - Method in class org.restlet.engine.application.DecodeRepresentation
Indicates if the decoding can happen.
isDecodingOnParse() - Method in class org.restlet.routing.Variable
Indicates if the parsed value must be decoded.
isDecodingRequest() - Method in class org.restlet.engine.application.Decoder
Indicates if the request entity should be decoded.
isDecodingResponse() - Method in class org.restlet.engine.application.Decoder
Indicates if the response entity should be decoded.
isDeeplyAccessible() - Method in class org.restlet.resource.Directory
Indicates if the sub-directories are deeply accessible (true by default).
isDigit() - Method in class org.restlet.data.CacheDirective
Returns true if the directive contains a digit value.
isDigit(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a digit (0-9).
isDirectory() - Method in class org.restlet.engine.local.Entity
Indicates if the entity is a directory.
isDirectory() - Method in class org.restlet.engine.local.FileEntity
 
isDirectory() - Method in class org.restlet.engine.local.ZipEntryEntity
 
isDirectoryTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a directory.
isDoubleQuote(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a double quote.
isDownloadable() - Method in class org.restlet.representation.Representation
Deprecated.
Use the "disposition" attribute instead.
isDownloadable() - Method in class org.restlet.util.WrapperRepresentation
Deprecated.
isEmpty() - Method in class org.restlet.util.WrapperList
Returns true if this list contains no elements.
isEmpty() - Method in class org.restlet.util.WrapperMap
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class org.restlet.service.Service
Indicates if the service should be enabled.
isEncodedOnFormat() - Method in class org.restlet.routing.Variable
Deprecated.
isEncodeRequest() - Method in class org.restlet.engine.application.Encoder
Deprecated.
isEncodeResponse() - Method in class org.restlet.engine.application.Encoder
Deprecated.
isEncodeVariables() - Method in class org.restlet.routing.Template
Deprecated.
isEncodingOnFormat() - Method in class org.restlet.routing.Variable
Indicates if the formatted value must be encoded.
isEncodingRequest() - Method in class org.restlet.engine.application.Encoder
Indicates if the request entity should be encoded.
isEncodingResponse() - Method in class org.restlet.engine.application.Encoder
Indicates if the response entity should be encoded.
isEncodingVariables() - Method in class org.restlet.routing.Template
Indicates if the variables must be encoded when formatting the template.
isEntityAvailable() - Method in class org.restlet.Message
Indicates if a content is available and can be sent or received.
isEntityAvailable() - Method in class org.restlet.Request
Indicates if a content is available and can be sent.
isEntityAvailable() - Method in class org.restlet.util.WrapperRequest
Indicates if a content is available and can be sent.
isEntityAvailable() - Method in class org.restlet.util.WrapperResponse
Indicates if a content is available and can be sent.
isEquivalentTo(Reference) - Method in class org.restlet.data.Reference
Returns true if both reference are equivalent, meaning that they resolve to the same target reference.
isError(int) - Static method in class org.restlet.data.Status
Indicates if the status is an error (client or server) status.
isError() - Method in class org.restlet.data.Status
Indicates if the status is an error (client or server) status.
isExisting() - Method in class org.restlet.resource.ServerResource
Indicates if the identified resource exists.
isExpectingResponse() - Method in class org.restlet.Request
Indicates if an associated response is expected.
isExpectingResponse() - Method in class org.restlet.util.WrapperRequest
 
isExtensionsTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the extensions.
isFileTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a file.
isFirstChallengeParameter() - Method in class org.restlet.engine.http.header.ChallengeWriter
Indicates if the first comma-separated value is written.
isFixed() - Method in class org.restlet.routing.Variable
Returns true if the value is fixed, in which case the "defaultValue" property is always used.
isFollowingRedirects() - Method in class org.restlet.resource.ClientResource
Indicates if redirections are followed.
isGenericDelimiter(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is a generic URI component delimiter character.
isGlobalError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isGlobalError() - Method in class org.restlet.data.Status
Indicates if the status is a global error status, meaning "The server has definitive information about a particular user".
isHeadersTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the method can be tunneled via the header.
isHierarchical() - Method in class org.restlet.data.Reference
Indicates if the identifier is hierarchical.
isHorizontalTab(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is an horizontal tab.
isIdempotent() - Method in class org.restlet.data.Method
Indicates if the side-effects of several requests is the same as a single request.
isIdentityCheck() - Method in class org.restlet.service.LogService
Indicates if the identity check (as specified by RFC1413) is enabled.
isInboundBusy() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the input of the socket is busy.
isIncluded(long, long) - Method in class org.restlet.data.Range
Indicates if the given index is included in the range.
isInformational(int) - Static method in class org.restlet.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isInformational() - Method in class org.restlet.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isInheritingRoles() - Method in class org.restlet.security.Group
Indicates if the roles of the parent group should be inherited.
isInRole(String) - Method in class org.restlet.resource.ServerResource
Indicates if the authenticated client user associated to the current request is in the given role name.
isKeepAlive() - Method in class org.restlet.engine.http.Call
Indicates if both the client and the server want a persistent connection.
isLatin1Char(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is in ISO Latin 1 (8859-1) range.
isLinearWhiteSpace(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a value separator.
isLineFeed(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a line feed.
isListingAllowed() - Method in class org.restlet.resource.Directory
Indicates if the display of directory listings is allowed when no index file is found.
isLoggable(Level) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
isLowerCase(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is lower case (a-z).
isMatchingQuery() - Method in class org.restlet.routing.TemplateRoute
Indicates whether the query part should be taken into account when matching a reference with the template.
isMethodTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the method name can be tunneled.
isModifiable() - Method in class org.restlet.resource.Directory
Indicates if modifications to local resources (most likely files) are allowed.
isModifiable() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the representations can be modified via the Resource.handlePost(), the Resource.handlePut() or the Resource.handleDelete() methods.
isNeedClientAuthentication() - Method in class org.restlet.ext.netty.HttpsServerHelper
Indicates if we require client certificate authentication.
isNeedClientAuthentication() - Method in class org.restlet.ext.simple.HttpsServerHelper
Indicates if we require client certificate authentication.
isNegotiateContent() - Method in class org.restlet.resource.Directory
Deprecated.
isNegotiateContent() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the best content is automatically negotiated.
isNegotiated() - Method in class org.restlet.resource.ServerResource
Indicates if content negotiation of response entities is enabled.
isNegotiatingContent() - Method in class org.restlet.resource.Directory
Indicates if the best content is automatically negotiated.
isNormal() - Method in class org.restlet.engine.local.Entity
Indicates if the entity is a normal entity, especially if it is not a directory.
isNormal() - Method in class org.restlet.engine.local.FileEntity
 
isNormal() - Method in class org.restlet.engine.local.ZipEntryEntity
 
isNotDigit(char) - Method in class org.restlet.engine.util.AlphaNumericComparator
Indicates if the character is a digit.
ISO_8859_1 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-1 (Latin 1) character set.
ISO_8859_10 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-10 (Latin 6) character set.
ISO_8859_2 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-2 (Latin 2) character set.
ISO_8859_3 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-3 (Latin 3) character set.
ISO_8859_4 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-4 (Latin 4) character set.
ISO_8859_5 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-5 (Cyrillic) character set.
ISO_8859_6 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-6 (Arabic) character set.
ISO_8859_7 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-7 (Greek) character set.
ISO_8859_8 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-8 (Hebrew) character set.
ISO_8859_9 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-9 (Latin 5) character set.
isOpaque() - Method in class org.restlet.data.Reference
Indicates if the identifier is opaque.
isOptional() - Method in class org.restlet.security.Authenticator
Indicates if the authenticator is not required to succeed.
isOutboundBusy() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the output of the socket is busy.
isOverloaded() - Method in class org.restlet.engine.http.connector.Controller
Indicates if the controller is overloaded.
isOverwrite() - Method in class org.restlet.engine.application.StatusFilter
Deprecated.
isOverwrite() - Method in class org.restlet.service.StatusService
Deprecated.
isOverwriting() - Method in class org.restlet.engine.application.StatusFilter
Indicates if existing representations should be overwritten.
isOverwriting() - Method in class org.restlet.service.StatusService
Indicates if an existing entity should be overwritten.
isParameterFound(Parameter, MediaType) - Static method in class org.restlet.engine.util.FormUtils
Indicates if the searched parameter is specified in the given media range.
isParent(Reference) - Method in class org.restlet.data.Reference
Indicates if the reference is a parent of the hierarchical child reference.
isPersistent() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection should be persisted across calls.
isPersistingConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if persistent connections should be used if possible.
isPipelining() - Method in class org.restlet.engine.http.connector.Connection
Indicates if idempotent sequences of requests can be pipelined.
isPipeliningConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if pipelining connections are supported.
isPreferencesTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the query parameters or file extensions.
isProxying() - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
isProxying() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if the helper is going through a client proxy or is a server proxy.
isProxying() - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
isQueryTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the method and client preferences can be tunneled via query parameters or file extensions.
isQuoteCharacter(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character marks the start of a quoted pair.
isQuotedText(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a quoted text.
isReadable() - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the representations can be read via the Resource.handleGet() method.
isRechallengeEnabled() - Method in class org.restlet.security.Guard
Deprecated.
Indicates if a new challenge should be sent when invalid credentials are received (true by default to conform to HTTP recommendations).
isRechallenging() - Method in class org.restlet.security.ChallengeAuthenticator
Indicates if a new challenge should be sent when invalid credentials are received (true by default to conform to HTTP recommendations).
isRecoverableError() - Method in class org.restlet.data.Status
Indicates if an error is recoverable, meaning that simply retrying after a delay could result in a success.
isRedirection(int) - Static method in class org.restlet.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRedirection() - Method in class org.restlet.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRegistered() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
isRelative() - Method in class org.restlet.data.Reference
Indicates if the reference is relative.
isReplying() - Method in class org.restlet.data.Method
Indicates if the method replies with a response.
isRequestChunked() - Method in class org.restlet.engine.http.Call
Indicates if the request entity is chunked.
isRequired() - Method in class org.restlet.routing.Variable
Returns true if the variable is required or optional.
isReserved(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is a reserved URI character.
isResponseChunked() - Method in class org.restlet.engine.http.Call
Indicates if the response entity is chunked.
isResumeUpload() - Method in class org.restlet.engine.local.FileClientHelper
Indicates if a failed upload can be resumed.
isRetryOnError() - Method in class org.restlet.resource.ClientResource
Indicates if idempotent requests should be retried on error.
isRunning() - Method in class org.restlet.engine.http.connector.BaseTask
Indicates if the task is running.
isSafe() - Method in class org.restlet.data.Method
Indicates if it should have the significance of taking an action other than retrieval.
isSecure() - Method in class org.restlet.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
isSemiColon(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a semicolon, the character used as header parameter separator.
isSeparator(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a separator.
isServerError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isServerError() - Method in class org.restlet.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isServerKeepAlive() - Method in class org.restlet.engine.http.Call
Indicates if the server wants a persistent connection.
isServerKeepAlive() - Method in class org.restlet.engine.http.ClientCall
 
isServerKeepAlive() - Method in class org.restlet.engine.http.ServerCall
 
isServerSide() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if it is helping a server connector.
isServerSide() - Method in class org.restlet.engine.http.connector.Connection
Indicates if it is a server-side connection.
isServerSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if server side authentication is supported.
isShutdown() - Method in class org.restlet.service.TaskService
Returns true if this executor has been shut down.
isShutdownAllowed() - Method in class org.restlet.service.TaskService
Indicates if the TaskService.shutdown() and TaskService.shutdownNow() methods are allowed to effectively shutdown the wrapped executor service.
isSpace(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a space.
isStale() - Method in class org.restlet.data.ChallengeRequest
Indicates if the previous request from the client was stale.
isStarted() - Method in class org.restlet.Restlet
Indicates if the Restlet is started.
isStarted() - Method in class org.restlet.security.Realm
Indicates if the realm is started.
isStarted() - Method in class org.restlet.service.Service
Indicates if the service is started.
isStarted() - Method in class org.restlet.util.WrapperRestlet
 
isStopped() - Method in class org.restlet.Restlet
Indicates if the Restlet is stopped.
isStopped() - Method in class org.restlet.security.Realm
Indicates if the realm is stopped.
isStopped() - Method in class org.restlet.service.Service
Indicates if the service is stopped.
isStopped() - Method in class org.restlet.util.WrapperRestlet
 
isSubDelimiter(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is an URI subcomponent delimiter character.
isSuccess(int) - Static method in class org.restlet.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
isSuccess() - Method in class org.restlet.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
isTerminated() - Method in class org.restlet.service.TaskService
Returns true if all tasks have completed following shut down.
isText(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is textual (ISO Latin 1 and not a control character).
isToken(CharSequence) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the token is valid.
Only contains valid token characters.
isTokenChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a token character (text and not a separator).
isTracing() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if console tracing is enabled.
isTransient() - Method in class org.restlet.representation.Representation
Indicates if the representation's content is transient, which means that it can be obtained only once.
isTransient() - Method in class org.restlet.util.WrapperRepresentation
 
isUnreserved(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is an unreserved URI character.
isUpperCase(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is upper case (A-Z).
isUserAgentTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled according to the user agent.
isValid(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is a valid URI character.
isValidQuality(float) - Static method in class org.restlet.engine.http.header.PreferenceWriter
Indicates if the quality value is valid.
isWantClientAuthentication() - Method in class org.restlet.ext.netty.HttpsServerHelper
Indicates if we would like client certificate authentication.
isWantClientAuthentication() - Method in class org.restlet.ext.simple.HttpsServerHelper
Indicates if we would like client certificate authentication.
isWeak() - Method in class org.restlet.data.Tag
Indicates if the tag is weak.
isWorkerServiceFull() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if the worker service is busy.
isWorkerServiceFull() - Method in class org.restlet.engine.http.connector.Controller
Indicates if the helper's worker service is fully busy and can't accept more tasks.
iterator() - Method in class org.restlet.util.WrapperList
Returns an iterator over the elements in this list in proper sequence.

J

JacksonConverter - Class in org.restlet.ext.jackson
Converter between the JSON and Representation classes based on Jackson.
JacksonConverter() - Constructor for class org.restlet.ext.jackson.JacksonConverter
 
JacksonRepresentation<T> - Class in org.restlet.ext.jackson
Representation based on the Jackson library.
JacksonRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JacksonRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JacksonRepresentation(T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JAR - Static variable in class org.restlet.data.Protocol
JAR (Java ARchive) is a common scheme to access to representations inside archive files.
JDBC - Static variable in class org.restlet.data.Protocol
JDBC protocol.

K

keyFor(Selector) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
keySet() - Method in class org.restlet.util.WrapperMap
Returns a set view of the keys contained in this map.

L

Language - Class in org.restlet.data
Language used in representations and preferences.
Language(String) - Constructor for class org.restlet.data.Language
Constructor.
Language(String, String) - Constructor for class org.restlet.data.Language
Constructor.
LanguageReader - Class in org.restlet.engine.http.header
Language header reader.
LanguageReader(String) - Constructor for class org.restlet.engine.http.header.LanguageReader
Constructor.
LanguageWriter - Class in org.restlet.engine.http.header
Language header writer.
LanguageWriter() - Constructor for class org.restlet.engine.http.header.LanguageWriter
 
LAST - Static variable in class org.restlet.routing.Router
Deprecated.
lastIndexOf(Object) - Method in class org.restlet.util.WrapperList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
listIterator() - Method in class org.restlet.util.WrapperList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.restlet.util.WrapperList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
ListUtils - Class in org.restlet.engine.util
Emulate List functions missing from GWT port of List
ListUtils() - Constructor for class org.restlet.engine.util.ListUtils
 
loadClass(String) - Static method in class org.restlet.engine.Engine
Returns the class object for the given name using the engine classloader.
LocalClientHelper - Class in org.restlet.engine.local
Connector to the local resources accessible via file system, class loaders and similar mechanisms.
LocalClientHelper(Client) - Constructor for class org.restlet.engine.local.LocalClientHelper
Constructor.
localizePath(String) - Static method in class org.restlet.data.LocalReference
Localize a path by converting all the separator characters to the system-dependent separator character.
LocalReference - Class in org.restlet.data
Reference to a local resource.
LocalReference(Reference) - Constructor for class org.restlet.data.LocalReference
Constructor.
LocalReference(String) - Constructor for class org.restlet.data.LocalReference
Constructor.
LocalVerifier - Class in org.restlet.security
Verifier that can locally retrieve the secrets.
LocalVerifier() - Constructor for class org.restlet.security.LocalVerifier
 
LOCK - Static variable in class org.restlet.data.Method
Used to take out a lock of any access type on the resource identified by the request URI.
log(Level, String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Object) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Object[]) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Throwable) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(LogRecord) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
LogFilter - Class in org.restlet.engine.log
Filter logging all calls after their handling by the target Restlet.
LogFilter(Context, LogService) - Constructor for class org.restlet.engine.log.LogFilter
Constructor.
LoggerFacade - Class in org.restlet.engine.log
Logger facade to the underlying logging framework used by the Restlet Framework.
LoggerFacade() - Constructor for class org.restlet.engine.log.LoggerFacade
 
LoggingThreadFactory - Class in org.restlet.engine.log
Thread factory that logs uncaught exceptions thrown by the created threads.
LoggingThreadFactory(Logger) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
LoggingThreadFactory(Logger, boolean) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
logRoute(Route) - Method in class org.restlet.engine.component.ClientRouter
 
logRoute(Route) - Method in class org.restlet.engine.component.ServerRouter
 
logRoute(Route) - Method in class org.restlet.routing.Router
Logs the route selected.
logService - Variable in class org.restlet.engine.log.LogFilter
The log service.
LogService - Class in org.restlet.service
Service providing access logging service.
LogService() - Constructor for class org.restlet.service.LogService
Constructor.
LogService(boolean) - Constructor for class org.restlet.service.LogService
Constructor.
logTemplate - Variable in class org.restlet.engine.log.LogFilter
The log template to use.
longToHex(long) - Static method in class org.restlet.ext.netty.internal.HttpRequestHandler
Convert a long value to hex byte array.

M

MACINTOSH - Static variable in class org.restlet.data.CharacterSet
The Macintosh ("Mac OS Roman") character set.
main(String[]) - Static method in class org.restlet.Component
Used as bootstrap for configuring and running a component in command line.
main(String[]) - Static method in class org.restlet.engine.http.header.ChallengeRequestReader
 
MAJOR_NUMBER - Static variable in class org.restlet.engine.Engine
Major version number.
map(Group, Role) - Method in class org.restlet.security.MemoryRealm
Maps a group defined in a component to a role defined in the application.
map(User, Role) - Method in class org.restlet.security.MemoryRealm
Maps a user defined in a component to a role defined in the application.
MapResolver - Class in org.restlet.engine.util
Resolves variable values based on a map.
MapResolver(Map<String, ?>) - Constructor for class org.restlet.engine.util.MapResolver
Constructor.
MapVerifier - Class in org.restlet.security
Verifier that stores its local secrets in a map indexed by the identifier.
MapVerifier() - Constructor for class org.restlet.security.MapVerifier
Constructor.
MapVerifier(ConcurrentMap<String, char[]>) - Constructor for class org.restlet.security.MapVerifier
Constructor.
mark(int) - Method in class org.restlet.engine.application.RangeInputStream
 
mark() - Method in class org.restlet.engine.http.header.HeaderReader
Marks the current position in this reader.
mark(int) - Method in class org.restlet.engine.http.io.SizedInputStream
 
markSupported() - Method in class org.restlet.engine.http.io.SizedInputStream
 
match(String) - Method in class org.restlet.routing.Template
Indicates if the current pattern matches the given formatted string.
MAX_ATTEMPTS - Static variable in class org.restlet.engine.io.SelectorFactory
The number of attempts to find an available selector.
MAX_SELECTORS - Static variable in class org.restlet.engine.io.SelectorFactory
The maximum number of Selector to create.
maxAge(int) - Static method in class org.restlet.data.CacheDirective
Creates a "max-age" directive.
maxStale() - Static method in class org.restlet.data.CacheDirective
Creates a "max-stale" directive.
maxStale(int) - Static method in class org.restlet.data.CacheDirective
Creates a "max-stale" directive.
MediaType - Class in org.restlet.data
Media type used in representations and preferences.
MediaType(String) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, Series<Parameter>) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, Series<Parameter>, String) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, String) - Constructor for class org.restlet.data.MediaType
Constructor.
MemoryRealm - Class in org.restlet.security
Security realm based on a memory model.
MemoryRealm() - Constructor for class org.restlet.security.MemoryRealm
Constructor.
Message - Class in org.restlet
Generic message exchanged between components.
Message() - Constructor for class org.restlet.Message
Constructor.
Message(Representation) - Constructor for class org.restlet.Message
Constructor.
MESSAGE_ALL - Static variable in class org.restlet.data.MediaType
 
messageReceived(ChannelHandlerContext, MessageEvent) - Method in class org.restlet.ext.netty.internal.HttpRequestHandler
 
Metadata - Class in org.restlet.data
Representations metadata for content negotiation.
Metadata(String) - Constructor for class org.restlet.data.Metadata
Constructor.
Metadata(String, String) - Constructor for class org.restlet.data.Metadata
Constructor.
MetadataExtension - Class in org.restlet.engine.application
Associates an extension name and a metadata.
MetadataExtension(String, Metadata) - Constructor for class org.restlet.engine.application.MetadataExtension
Constructor.
MetadataService - Class in org.restlet.service
Application service providing access to metadata and their associated extension names.
MetadataService() - Constructor for class org.restlet.service.MetadataService
Constructor.
MetadataWriter<M extends Metadata> - Class in org.restlet.engine.http.header
Metadata header writer.
MetadataWriter() - Constructor for class org.restlet.engine.http.header.MetadataWriter
 
Method - Class in org.restlet.data
Method to execute when handling a call.
Method(String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String, boolean, boolean) - Constructor for class org.restlet.data.Method
Constructor for methods that reply to requests with responses.
Method(String, String, String, boolean, boolean, boolean) - Constructor for class org.restlet.data.Method
Constructor.
Method - Annotation Type in org.restlet.engine
Meta annotation to declare method annotations.
MethodAuthorizer - Class in org.restlet.security
Authorizer based on authorized methods.
MethodAuthorizer() - Constructor for class org.restlet.security.MethodAuthorizer
Default constructor.
MethodAuthorizer(String) - Constructor for class org.restlet.security.MethodAuthorizer
Constructor.
MethodReader - Class in org.restlet.engine.http.header
Method header reader.
MethodReader(String) - Constructor for class org.restlet.engine.http.header.MethodReader
Constructor.
MethodWriter - Class in org.restlet.engine.http.header
Method header writer.
MethodWriter() - Constructor for class org.restlet.engine.http.header.MethodWriter
 
minFresh(int) - Static method in class org.restlet.data.CacheDirective
Creates a "min-fresh" directive.
MINOR_NUMBER - Static variable in class org.restlet.engine.Engine
Minor version number.
MKCOL - Static variable in class org.restlet.data.Method
MKCOL creates a new collection resource at the location specified by the Request URI.
mode - Variable in class org.restlet.routing.Redirector
The redirection mode.
MODE_BEST_MATCH - Static variable in class org.restlet.routing.Router
Each call will be routed to the route with the best score, if the required score is reached.
MODE_CLIENT_FOUND - Static variable in class org.restlet.routing.Redirector
In this mode, the client is simply redirected to the URI generated from the target URI pattern.
MODE_CLIENT_PERMANENT - Static variable in class org.restlet.routing.Redirector
In this mode, the client is permanently redirected to the URI generated from the target URI pattern.
MODE_CLIENT_SEE_OTHER - Static variable in class org.restlet.routing.Redirector
In this mode, the client is simply redirected to the URI generated from the target URI pattern.
MODE_CLIENT_TEMPORARY - Static variable in class org.restlet.routing.Redirector
In this mode, the client is temporarily redirected to the URI generated from the target URI pattern.
MODE_CUSTOM - Static variable in class org.restlet.routing.Router
Each call will be routed according to a custom mode.
MODE_DISPATCHER - Static variable in class org.restlet.routing.Redirector
Deprecated.
MODE_EQUALS - Static variable in class org.restlet.routing.Template
Mode where all characters must match the template and size be identical.
MODE_FIRST_MATCH - Static variable in class org.restlet.routing.Router
Each call is routed to the first route if the required score is reached.
MODE_LAST_MATCH - Static variable in class org.restlet.routing.Router
Each call will be routed to the last route if the required score is reached.
MODE_NEXT_MATCH - Static variable in class org.restlet.routing.Router
Each call is be routed to the next route target if the required score is reached.
MODE_RANDOM_MATCH - Static variable in class org.restlet.routing.Router
Each call will be randomly routed to one of the routes that reached the required score.
MODE_SERVER_INBOUND - Static variable in class org.restlet.routing.Redirector
In this mode, the call is sent to the context's server dispatcher.
MODE_SERVER_OUTBOUND - Static variable in class org.restlet.routing.Redirector
In this mode, the call is sent to the application's outboundRoot or if null to the context's client dispatcher.
MODE_STARTS_WITH - Static variable in class org.restlet.routing.Template
Mode where characters at the beginning must match the template.
MODEL_ALL - Static variable in class org.restlet.data.MediaType
 
MODEL_VRML - Static variable in class org.restlet.data.MediaType
 
MOVE - Static variable in class org.restlet.data.Method
Logical equivalent of a copy, followed by consistency maintenance processing, followed by a delete of the source where all three actions are performed atomically.
MULTIPART_ALL - Static variable in class org.restlet.data.MediaType
 
MULTIPART_FORM_DATA - Static variable in class org.restlet.data.MediaType
 
mustRevalidate() - Static method in class org.restlet.data.CacheDirective
Creates a "must-revalidate" directive.

N

NAME_CREATION_DATE - Static variable in class org.restlet.data.Disposition
The creation date parameter name as presented by the RFC 2183.
NAME_FILENAME - Static variable in class org.restlet.data.Disposition
The filename parameter name as presented by the RFC 2183.
NAME_MODIFICATION_DATE - Static variable in class org.restlet.data.Disposition
The modification date parameter name as presented by the RFCc 2183.
NAME_READ_DATE - Static variable in class org.restlet.data.Disposition
The read date parameter name as presented by the RFC 2183.
NAME_SIZE - Static variable in class org.restlet.data.Disposition
The size parameter name as presented by the RFC 2183.
NbChannelInputStream - Class in org.restlet.engine.io
Input stream connected to a non-blocking readable channel.
NbChannelInputStream(ReadableByteChannel) - Constructor for class org.restlet.engine.io.NbChannelInputStream
Constructor.
NbChannelOutputStream - Class in org.restlet.engine.io
Output stream connected to a non-blocking writable channel.
NbChannelOutputStream(WritableByteChannel) - Constructor for class org.restlet.engine.io.NbChannelOutputStream
Constructor.
NettyParams - Enum in org.restlet.ext.netty.internal
Helper class that convert from Restlet options to Netty channel options.
NettyServerCall - Class in org.restlet.ext.netty.internal
Call that is used by the Netty HTTP server connectors.
NettyServerCall(Server, MessageEvent, ChannelBuffer, HttpRequest, InetSocketAddress, boolean, SSLEngine) - Constructor for class org.restlet.ext.netty.internal.NettyServerCall
Constructor.
NettyServerHelper - Class in org.restlet.ext.netty
Abstract Netty Web server connector.
NettyServerHelper(Server) - Constructor for class org.restlet.ext.netty.NettyServerHelper
Constructor.
NEVER - Static variable in class org.restlet.security.Authorizer
Authorizer returning false all the time.
newThread(Runnable) - Method in class org.restlet.engine.log.LoggingThreadFactory
Creates a new thread.
NEXT - Static variable in class org.restlet.routing.Router
Deprecated.
NIO_TIMEOUT - Static variable in class org.restlet.engine.io.NioUtils
The number of milliseconds after which NIO operation will time out.
NioUtils - Class in org.restlet.engine.io
Utility methods for NIO processing.
noCache() - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
noCache(List<String>) - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
noCache(String) - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
normalize() - Method in class org.restlet.data.Reference
Normalizes the reference.
normalizePath(String) - Static method in class org.restlet.data.LocalReference
Normalize a path by converting all the system-dependent separator characters to the standard '/' separator character.
noStore() - Static method in class org.restlet.data.CacheDirective
Creates a "no-store" directive.
Notifiable - Interface in org.restlet.engine.http.io
Marker class for objects such as Connection that can be notified of stream events.
noTransform() - Static method in class org.restlet.data.CacheDirective
Creates a "no-transform" directive.
now() - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the UTC (Z) time zone.
now(TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the specified time zone.

O

ObjectRepresentation<T extends java.io.Serializable> - Class in org.restlet.representation
Representation based on a serializable Java object.
ObjectRepresentation(Representation) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor reading the object from a serialized representation.
ObjectRepresentation(T) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor for the MediaType.APPLICATION_JAVA_OBJECT type.
ObjectRepresentation(T, MediaType) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor for either the MediaType.APPLICATION_JAVA_OBJECT type or the MediaType.APPLICATION_XML type.
onEndReached() - Method in class org.restlet.engine.http.connector.Connection
Set the inbound busy state to false.
onEndReached() - Method in class org.restlet.engine.http.io.ChunkedInputStream
 
onEndReached() - Method in class org.restlet.engine.http.io.InputEntityStream
To be called when the end of the stream is reached.
onEndReached() - Method in interface org.restlet.engine.http.io.Notifiable
To be called when the end of the stream is reached.
onError() - Method in class org.restlet.engine.http.connector.Connection
Set the inbound busy state to false and the connection state to ConnectionState.CLOSING.
onError() - Method in class org.restlet.engine.http.io.InputEntityStream
To be called when there is an error when handling the stream.
onError() - Method in interface org.restlet.engine.http.io.Notifiable
To be called when there is an error when handling the stream.
onFailure(Throwable) - Method in interface org.restlet.resource.Result
Method called back by the associated object when a failure is detected.
onlyIfCached() - Static method in class org.restlet.data.CacheDirective
Creates a "onlyIfCached" directive.
onSuccess(T) - Method in interface org.restlet.resource.Result
Method called back by the associated object in case of success.
open() - Method in class org.restlet.engine.http.connector.Connection
Opens the connection.
OPTIONS - Static variable in class org.restlet.data.Method
Requests for information about the communication options available on the request/response chain identified by the URI.
options() - Method in class org.restlet.resource.ClientResource
Describes the resource using content negotiation to select the best variant based on the client preferences.
options(Class<T>) - Method in class org.restlet.resource.ClientResource
Describes the resource using a given media type.
options(MediaType) - Method in class org.restlet.resource.ClientResource
Describes the resource using a given media type.
Options - Annotation Type in org.restlet.resource
Annotation for methods that describe a resource.
options() - Method in class org.restlet.resource.ServerResource
Indicates the communication options available for this resource.
options(Variant) - Method in class org.restlet.resource.ServerResource
Indicates the communication options available for this resource.
org.restlet - package org.restlet
Core classes of the API.
org.restlet.data - package org.restlet.data
Information exchanged by components.
org.restlet.engine - package org.restlet.engine
Implementation of Restlet API.
org.restlet.engine.application - package org.restlet.engine.application
Supports Restlet applications.
org.restlet.engine.component - package org.restlet.engine.component
Supports Restlet components.
org.restlet.engine.converter - package org.restlet.engine.converter
Supports the converter service.
org.restlet.engine.http - package org.restlet.engine.http
Supports HTTP connectors.
org.restlet.engine.http.adapter - package org.restlet.engine.http.adapter
Adapters between low-level HTTP calls and high-level Restlet Request and Response objects.
org.restlet.engine.http.connector - package org.restlet.engine.http.connector
New advanced internal HTTP connector.
org.restlet.engine.http.header - package org.restlet.engine.http.header
Supports HTTP header parsing and formatting.
org.restlet.engine.http.io - package org.restlet.engine.http.io
Supports HTTP input and output.
org.restlet.engine.http.security - package org.restlet.engine.http.security
Supports HTTP security.
org.restlet.engine.internal - package org.restlet.engine.internal
 
org.restlet.engine.io - package org.restlet.engine.io
Supports input and output work.
org.restlet.engine.local - package org.restlet.engine.local
Supports local connectors and resources.
org.restlet.engine.log - package org.restlet.engine.log
Supports the log service.
org.restlet.engine.resource - package org.restlet.engine.resource
Supports resources.
org.restlet.engine.riap - package org.restlet.engine.riap
Supports RIAP (Restlet Internal Access Protocol) connectors.
org.restlet.engine.security - package org.restlet.engine.security
Supports security.
org.restlet.engine.util - package org.restlet.engine.util
General utilities.
org.restlet.ext.jackson - package org.restlet.ext.jackson
Integration with Jackson 1.4.
org.restlet.ext.netty - package org.restlet.ext.netty
Integration with Netty 3.1.
org.restlet.ext.netty.internal - package org.restlet.ext.netty.internal
 
org.restlet.ext.simple - package org.restlet.ext.simple
Integration with Simple framework 4.1.
org.restlet.ext.simple.internal - package org.restlet.ext.simple.internal
 
org.restlet.ext.slf4j - package org.restlet.ext.slf4j
Integration with SLF4J 1.5.
org.restlet.representation - package org.restlet.representation
Common representation data elements.
org.restlet.resource - package org.restlet.resource
Client and server resource classes.
org.restlet.routing - package org.restlet.routing
Classes related to call routing.
org.restlet.security - package org.restlet.security
Classes related to security.
org.restlet.service - package org.restlet.service
Services used by applications and components.
org.restlet.util - package org.restlet.util
Various utility classes.
outboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call to a target reference.
OutboundStream - Class in org.restlet.engine.http.io
Buffered output stream that prevents the underlying stream from being closed.
OutboundStream(OutputStream) - Constructor for class org.restlet.engine.http.io.OutboundStream
Constructor.
OutboundStream(OutputStream, int) - Constructor for class org.restlet.engine.http.io.OutboundStream
Constructor.
OutputRepresentation - Class in org.restlet.representation
Representation based on a BIO output stream.
OutputRepresentation(MediaType) - Constructor for class org.restlet.representation.OutputRepresentation
Constructor.
OutputRepresentation(MediaType, long) - Constructor for class org.restlet.representation.OutputRepresentation
Constructor.

P

Parameter - Class in org.restlet.data
Multi-usage parameter.
Parameter() - Constructor for class org.restlet.data.Parameter
Default constructor.
Parameter(String, String) - Constructor for class org.restlet.data.Parameter
Preferred constructor.
ParameterReader - Class in org.restlet.engine.http.header
Parameter header reader.
ParameterReader(String) - Constructor for class org.restlet.engine.http.header.ParameterReader
Constructor.
parse(String) - Static method in class org.restlet.data.Tag
Parses a tag formatted as defined by the HTTP standard.
parse() - Method in class org.restlet.engine.component.ComponentXmlParser
Parse a configuration file and update the component's configuration.
parse(String) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object using the default HTTP format (RFC 1123).
parse(String, List<String>) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object.
parse(Form, Representation) - Static method in class org.restlet.engine.util.FormUtils
Parses a post into a given form.
parse(Form, String, CharacterSet, boolean, char) - Static method in class org.restlet.engine.util.FormUtils
Parses a parameters string into a given form.
parse(String) - Method in class org.restlet.engine.util.InternetDateFormat
 
parse(String, ParsePosition) - Method in class org.restlet.engine.util.InternetDateFormat
 
parse(String, Map<String, Object>) - Method in class org.restlet.routing.Template
Attempts to parse a formatted reference.
parse(String, Request) - Method in class org.restlet.routing.Template
Attempts to parse a formatted reference.
parseAuthenticationInfo(String) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses the "Authentication-Info" header.
parseCalendar(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a Calendar object.
parseContentDisposition(String) - Static method in class org.restlet.engine.http.ClientCall
Deprecated.
Use DispositionReader instead.
parseDate(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a Date object.
parseRequest(ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
parseRequest(ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Parses an authenticate header into a challenge request.
parseRequest(Response, String, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses an authenticate header into a list of challenge request.
parseResponse(ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
parseResponse(ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Parses an authorization header into a challenge response.
parseResponse(Request, String, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses an authorization header into a challenge response.
parseTime(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a millisecond time value.
peek() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next character.
PipeStream - Class in org.restlet.engine.io
Pipe stream that pipes output streams into input streams.
PipeStream() - Constructor for class org.restlet.engine.io.PipeStream
Constructor.
Pool<T> - Class in org.restlet.engine.util
Generic object pool.
Pool() - Constructor for class org.restlet.engine.util.Pool
Default constructor.
Pool(int) - Constructor for class org.restlet.engine.util.Pool
Constructor.
POP - Static variable in class org.restlet.data.Protocol
POP protocol.
POP_BASIC - Static variable in class org.restlet.data.ChallengeScheme
Basic POP scheme.
POP_DIGEST - Static variable in class org.restlet.data.ChallengeScheme
Digest POP scheme.
POPS - Static variable in class org.restlet.data.Protocol
POPS protocol (via SSL/TLS socket)..
POST - Static variable in class org.restlet.data.Method
Requests that the origin server accepts the entity enclosed in the request as a new subordinate of the resource identified by the request URI.
post(Object) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Object, MediaType) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Representation) - Method in class org.restlet.resource.ClientResource
Posts a representation.
Post - Annotation Type in org.restlet.resource
Annotation for methods that accept submitted representations.
post(Representation) - Method in class org.restlet.resource.ServerResource
Posts a representation to the resource at the target URI reference.
post(Representation, Variant) - Method in class org.restlet.resource.ServerResource
Posts a representation to the resource at the target URI reference.
preCreate(int) - Method in class org.restlet.engine.util.Pool
Pre-creates the initial objects using the Pool.createObject() method and check them in the pool using the Pool.checkin(Object) method.
Preference<T extends Metadata> - Class in org.restlet.data
Metadata preference definition.
Preference() - Constructor for class org.restlet.data.Preference
Constructor.
Preference(T) - Constructor for class org.restlet.data.Preference
Constructor.
Preference(T, float) - Constructor for class org.restlet.data.Preference
Constructor.
Preference(T, float, Series<Parameter>) - Constructor for class org.restlet.data.Preference
Constructor.
PreferenceReader<T extends Metadata> - Class in org.restlet.engine.http.header
Preference header reader.
PreferenceReader(int, String) - Constructor for class org.restlet.engine.http.header.PreferenceReader
Constructor.
PreferenceWriter - Class in org.restlet.engine.http.header
Preference header writer.
PreferenceWriter() - Constructor for class org.restlet.engine.http.header.PreferenceWriter
 
privateInfo() - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
privateInfo(List<String>) - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
privateInfo(String) - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
process(Socket) - Method in class org.restlet.ext.simple.internal.SimpleServer
Pass in the connection socket and add the engine to the pipeline attributes.
Product - Class in org.restlet.data
Product tokens are used to allow communicating applications to identify themselves by software name and version.
Product(String, String, String) - Constructor for class org.restlet.data.Product
Constructor.
ProductReader - Class in org.restlet.engine.http.header
User agent header reader.
ProductWriter - Class in org.restlet.engine.http.header
User agent header writer.
ProductWriter() - Constructor for class org.restlet.engine.http.header.ProductWriter
 
PROPERTY_ENGINE - Static variable in class org.restlet.ext.simple.internal.SimpleServer
 
PROPERTY_SOCKET - Static variable in class org.restlet.ext.simple.internal.SimpleServer
 
PROPFIND - Static variable in class org.restlet.data.Method
Retrieves properties defined on the resource identified by the request URI.
PROPPATCH - Static variable in class org.restlet.data.Method
Processes instructions specified in the request body to set and/or remove properties defined on the resource identified by the request URI.
Protocol - Class in org.restlet.data
Protocol used by client and server connectors.
Protocol(String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean, String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, String, int, boolean, String) - Constructor for class org.restlet.data.Protocol
Constructor.
ProtocolHelper - Class in org.restlet.engine
Protocol helper.
ProtocolHelper() - Constructor for class org.restlet.engine.ProtocolHelper
Constructor.
provider() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
proxyMustRevalidate() - Static method in class org.restlet.data.CacheDirective
Creates a "proxy-revalidate" directive.
publicInfo() - Static method in class org.restlet.data.CacheDirective
Creates a "public" directive.
publish(LogRecord) - Method in class org.restlet.engine.log.TraceHandler
 
PUT - Static variable in class org.restlet.data.Method
Requests that the enclosed entity be stored under the supplied request URI.
put(Representation) - Method in class org.restlet.engine.local.DirectoryServerResource
 
put(Object) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Object, MediaType) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Representation) - Method in class org.restlet.resource.ClientResource
Creates or updates a resource with the given representation as new state to be stored.
Put - Annotation Type in org.restlet.resource
Annotation for methods that store submitted representations.
put(Representation) - Method in class org.restlet.resource.ServerResource
Creates or updates a resource with the given representation as new state to be stored.
put(Representation, Variant) - Method in class org.restlet.resource.ServerResource
Creates or updates a resource with the given representation as new state to be stored.
put(K, V) - Method in class org.restlet.util.WrapperMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class org.restlet.util.WrapperMap
Copies all of the mappings from the specified map to this map (optional operation).

Q

QUALITY_AUTHENTICATION - Static variable in class org.restlet.data.ChallengeMessage
Authentication quality.
QUALITY_AUTHENTICATION_INTEGRITY - Static variable in class org.restlet.data.ChallengeMessage
Authentication and integrity.

R

RANDOM - Static variable in class org.restlet.routing.Router
Deprecated.
Range - Class in org.restlet.data
Describes a range of bytes.
Range() - Constructor for class org.restlet.data.Range
Default constructor defining a range starting on the first byte and with a maximum size, i.e.
Range(long) - Constructor for class org.restlet.data.Range
Constructor defining a range starting on the first byte and with the given size.
Range(long, long) - Constructor for class org.restlet.data.Range
Constructor.
RangeFilter - Class in org.restlet.engine.application
Filter that is in charge to check the responses to requests for partial content.
RangeFilter(Context) - Constructor for class org.restlet.engine.application.RangeFilter
Constructor.
RangeInputStream - Class in org.restlet.engine.application
Filters an input stream to expose only a given range.
RangeInputStream(InputStream, long, Range) - Constructor for class org.restlet.engine.application.RangeInputStream
Constructs a stream exposing only a range of a given source stream.
RangeReader - Class in org.restlet.engine.http.header
Range header reader.
RangeRepresentation - Class in org.restlet.engine.application
Representation that exposes only a range of the content of a wrapped representation.
RangeRepresentation(Representation) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
RangeRepresentation(Representation, Range) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
RangeService - Class in org.restlet.service
Application service automatically exposes ranges of response entities.
RangeService() - Constructor for class org.restlet.service.RangeService
Constructor.
RangeService(boolean) - Constructor for class org.restlet.service.RangeService
Constructor.
RangeWriter - Class in org.restlet.engine.http.header
Range header writer.
RangeWriter() - Constructor for class org.restlet.engine.http.header.RangeWriter
 
read() - Method in class org.restlet.engine.application.RangeInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.application.RangeInputStream
 
read(String) - Static method in class org.restlet.engine.http.header.CookieReader
Parses the given String to a Cookie
read(String) - Static method in class org.restlet.engine.http.header.CookieSettingReader
Parses the given String to a CookieSetting
read() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next character.
read(String) - Static method in class org.restlet.engine.http.header.ProductReader
Parses the given user agent String to a list of Product instances.
read(String) - Static method in class org.restlet.engine.http.header.RangeReader
Parse the Range header and returns the list of corresponding Range objects.
read() - Method in class org.restlet.engine.http.io.ChunkedInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.http.io.ChunkedInputStream
 
read() - Method in class org.restlet.engine.http.io.ClosingInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.http.io.ClosingInputStream
 
read(ByteBuffer) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
Reads some bytes and put them into the destination buffer.
read() - Method in class org.restlet.engine.http.io.SizedInputStream
Reads a byte from the underlying stream.
read(byte[], int, int) - Method in class org.restlet.engine.http.io.SizedInputStream
 
read() - Method in class org.restlet.engine.io.NbChannelInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelInputStream
 
read() - Method in class org.restlet.engine.io.ReaderInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.ReaderInputStream
 
read() - Method in class org.restlet.engine.io.TraceInputStream
 
read(byte[]) - Method in class org.restlet.engine.io.TraceInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.TraceInputStream
 
read() - Method in class org.restlet.engine.util.FormReader
Reads all the parameters.
ReadableEntityChannel - Class in org.restlet.engine.http.io
Readable byte channel based on a source socket channel that must only be partially read.
ReadableEntityChannel(ByteBuffer, SelectableChannel, long) - Constructor for class org.restlet.engine.http.io.ReadableEntityChannel
Constructor.
ReadableRepresentation - Class in org.restlet.representation
Transient representation based on a readable NIO byte channel.
ReadableRepresentation(ReadableByteChannel, MediaType) - Constructor for class org.restlet.representation.ReadableRepresentation
Constructor.
ReadableRepresentation(ReadableByteChannel, MediaType, long) - Constructor for class org.restlet.representation.ReadableRepresentation
Constructor.
readCharacterSet(String) - Static method in class org.restlet.engine.http.header.ContentType
Parses the given content type header and returns the character set.
readComment() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next comment.
readDate(String, boolean) - Static method in class org.restlet.engine.http.header.HeaderReader
Parses a date string.
readDigits() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next digits.
ReaderInputStream - Class in org.restlet.engine.io
Input stream based on a reader.
ReaderInputStream(Reader) - Constructor for class org.restlet.engine.io.ReaderInputStream
Constructor.
ReaderInputStream(Reader, CharacterSet) - Constructor for class org.restlet.engine.io.ReaderInputStream
Constructor.
ReaderRepresentation - Class in org.restlet.representation
Transient representation based on a BIO characters reader.
ReaderRepresentation(Reader) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
ReaderRepresentation(Reader, MediaType) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
ReaderRepresentation(Reader, MediaType, long) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
readFirstParameter(String) - Method in class org.restlet.engine.util.FormReader
Reads the first parameter with the given name.
readHeader(CharSequence) - Static method in class org.restlet.engine.http.header.HeaderReader
Read a header.
readHeader(InputStream, StringBuilder) - Static method in class org.restlet.engine.http.header.HeaderReader
Read a header.
readMediaType(String) - Static method in class org.restlet.engine.http.header.ContentType
Parses the given content type header and returns the media type.
readMessage() - Method in class org.restlet.engine.http.connector.ClientConnection
 
readMessage() - Method in class org.restlet.engine.http.connector.Connection
Reads the next message received via the inbound stream or channel.
readMessage() - Method in class org.restlet.engine.http.connector.ServerConnection
Reads the next request sent by the client if available.
readMessages() - Method in class org.restlet.engine.http.connector.Connection
Reads inbound messages from the socket.
readNextParameter() - Method in class org.restlet.engine.util.FormReader
Reads the next parameter available or null.
readParameter() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next pair as a parameter.
readParameter(String) - Method in class org.restlet.engine.util.FormReader
Reads the parameters with the given name.
readParameters(Map<String, Object>) - Method in class org.restlet.engine.util.FormReader
Reads the parameters whose name is a key in the given map.
readParameterValue() - Method in class org.restlet.engine.http.header.HeaderReader
Reads a parameter value which is either a token or a quoted string.
readQuality(String) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses a quality value.
If the quality is invalid, an IllegalArgumentException is thrown.
readQuotedString() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next quoted string.
readRawText() - Method in class org.restlet.engine.http.header.HeaderReader
Read the next text until a space separator is reached.
readRawValue() - Method in class org.restlet.engine.http.header.HeaderReader
Read the next header value of a multi-value header.
readRequestHead(InputStream) - Method in class org.restlet.engine.http.ServerCall
Reads the HTTP request head (request line and headers).
readResponseHeaders(ClientCall, Response) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Reads the response headers of a handled HTTP client call to update the original uniform call.
readToken() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next token.
readValue() - Method in class org.restlet.engine.http.header.CacheDirectiveReader
 
readValue() - Method in class org.restlet.engine.http.header.ChallengeRequestReader
 
readValue() - Method in class org.restlet.engine.http.header.ContentTypeReader
 
readValue() - Method in class org.restlet.engine.http.header.CookieReader
 
readValue() - Method in class org.restlet.engine.http.header.CookieSettingReader
 
readValue() - Method in class org.restlet.engine.http.header.DimensionReader
 
readValue() - Method in class org.restlet.engine.http.header.DispositionReader
 
readValue() - Method in class org.restlet.engine.http.header.EncodingReader
 
readValue() - Method in class org.restlet.engine.http.header.ExpectationReader
 
readValue() - Method in class org.restlet.engine.http.header.HeaderReader
Read the next value.
readValue() - Method in class org.restlet.engine.http.header.LanguageReader
 
readValue() - Method in class org.restlet.engine.http.header.MethodReader
 
readValue() - Method in class org.restlet.engine.http.header.ParameterReader
 
readValue() - Method in class org.restlet.engine.http.header.PreferenceReader
Read the next preference.
readValue() - Method in class org.restlet.engine.http.header.RecipientInfoReader
 
readValue() - Method in class org.restlet.engine.http.header.TokenReader
 
readValue() - Method in class org.restlet.engine.http.header.WarningReader
 
readValues() - Method in class org.restlet.engine.http.header.HeaderReader
Returns a new list with all values added.
Realm - Class in org.restlet.security
Security realm capable of providing an enroler and a verifier.
Realm() - Constructor for class org.restlet.security.Realm
Constructor.
Realm(Verifier, Enroler) - Constructor for class org.restlet.security.Realm
Constructor.
RecipientInfo - Class in org.restlet.data
Describes an intermediary via which the call went through.
RecipientInfo() - Constructor for class org.restlet.data.RecipientInfo
Default constructor.
RecipientInfo(Protocol, String, String) - Constructor for class org.restlet.data.RecipientInfo
Constructor.
RecipientInfoReader - Class in org.restlet.engine.http.header
Recipient info header reader.
RecipientInfoReader(String) - Constructor for class org.restlet.engine.http.header.RecipientInfoReader
Constructor.
RecipientInfoWriter - Class in org.restlet.engine.http.header
Recipient info header writer.
RecipientInfoWriter() - Constructor for class org.restlet.engine.http.header.RecipientInfoWriter
 
redirectDispatcher(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
REDIRECTION_FOUND - Static variable in class org.restlet.data.Status
The requested resource resides temporarily under a different URI which should not be used for future requests by the client (use status codes 303 or 307 instead since this status has been manifestly misused).
REDIRECTION_MULTIPLE_CHOICES - Static variable in class org.restlet.data.Status
The server lets the user agent choosing one of the multiple representations of the requested resource, each representation having its own specific location provided in the response entity.
REDIRECTION_NOT_MODIFIED - Static variable in class org.restlet.data.Status
Status code sent by the server in response to a conditional GET request in case the document has not been modified.
REDIRECTION_PERMANENT - Static variable in class org.restlet.data.Status
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
REDIRECTION_SEE_OTHER - Static variable in class org.restlet.data.Status
The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
REDIRECTION_TEMPORARY - Static variable in class org.restlet.data.Status
The requested resource resides temporarily under a different URI which should not be used for future requests by the client.
REDIRECTION_USE_PROXY - Static variable in class org.restlet.data.Status
The requested resource MUST be accessed through the proxy given by the Location field.
Redirector - Class in org.restlet.routing
Rewrites URIs then redirects the call or the client to a new destination.
Redirector(Context, String) - Constructor for class org.restlet.routing.Redirector
Constructor for the client dispatcher mode.
Redirector(Context, String, int) - Constructor for class org.restlet.routing.Redirector
Constructor.
redirectPermanent(Reference) - Method in class org.restlet.resource.ServerResource
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.resource.ServerResource
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.Response
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.Response
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectSeeOther(Reference) - Method in class org.restlet.resource.ServerResource
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.resource.ServerResource
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(Reference) - Method in class org.restlet.Response
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.Response
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(Reference) - Method in class org.restlet.util.WrapperResponse
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.util.WrapperResponse
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectTemporary(Reference) - Method in class org.restlet.resource.ServerResource
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.resource.ServerResource
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.Response
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.Response
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.util.WrapperResponse
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.util.WrapperResponse
Temporarily redirects the client to a target URI.
Reference - Class in org.restlet.data
Reference to a Uniform Resource Identifier (URI).
Reference() - Constructor for class org.restlet.data.Reference
Empty constructor.
Reference(URI) - Constructor for class org.restlet.data.Reference
Constructor from an URI instance.
Reference(URL) - Constructor for class org.restlet.data.Reference
Constructor from an URL instance.
Reference(Protocol, String) - Constructor for class org.restlet.data.Reference
Constructor for a protocol and host name.
Reference(Protocol, String, int) - Constructor for class org.restlet.data.Reference
Constructor for a protocol, host name and host port
Reference(Reference) - Constructor for class org.restlet.data.Reference
Clone constructor.
Reference(Reference, Reference) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference (most likely relative).
Reference(Reference, String) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference (most likely relative).
Reference(Reference, String, String, String) - Constructor for class org.restlet.data.Reference
Constructor of relative reference from its parts.
Reference(String) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference.
Reference(String, String) - Constructor for class org.restlet.data.Reference
Constructor from an identifier and a fragment.
Reference(String, String, int, String, String, String) - Constructor for class org.restlet.data.Reference
Constructor of absolute reference from its parts.
ReferenceList - Class in org.restlet.data
List of URI references.
ReferenceList() - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(int) - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(List<Reference>) - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(Representation) - Constructor for class org.restlet.data.ReferenceList
Constructor from a "text/uri-list" representation.
register(String, String) - Static method in class org.restlet.data.MediaType
Register a media type as a known type that can later be retrieved using MediaType.valueOf(String).
register(Method) - Static method in class org.restlet.data.Method
Adds a new Method to the list of registered methods.
register() - Static method in class org.restlet.engine.Engine
Registers a new Restlet Engine.
register(boolean) - Static method in class org.restlet.engine.Engine
Registers a new Restlet Engine.
register(Selector, int, Object) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
register() - Static method in class org.restlet.engine.log.TraceHandler
Registers the handler with the root logger.
registerDefaultAuthentications() - Method in class org.restlet.engine.Engine
Registers the default authentication helpers.
registerDefaultConnectors() - Method in class org.restlet.engine.Engine
Registers the default client and server connectors.
registerDefaultConverters() - Method in class org.restlet.engine.Engine
Registers the default converters.
registerDefaultProtocols() - Method in class org.restlet.engine.Engine
Registers the default protocols.
registerHelper(ClassLoader, String, List, Class) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelpers(ClassLoader, URL, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelpers(String, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a list of helpers.
registerMethods() - Method in class org.restlet.engine.http.HttpProtocolHelper
 
registerMethods() - Method in class org.restlet.engine.http.WebDavProtocolHelper
 
registerMethods() - Method in class org.restlet.engine.ProtocolHelper
Register all supported methods.
registerUrlFactory() - Method in class org.restlet.engine.Engine
Registers a factory that is used by the URL class to create the URLConnection instances when the URL.openConnection() or URL.openStream() methods are invoked.
release() - Method in class org.restlet.engine.http.io.ClosingRepresentation
Closes the socket if necessary.
release(Selector, SelectionKey) - Static method in class org.restlet.engine.io.NioUtils
Release the selection key, working around for bug #6403933.
release() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
release() - Method in class org.restlet.Message
Releases the message's entity if present.
release() - Method in class org.restlet.representation.FileRepresentation
Releases the file handle.
release() - Method in class org.restlet.representation.InputRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.representation.ObjectRepresentation
Releases the represented object.
release() - Method in class org.restlet.representation.ReadableRepresentation
Closes and releases the readable channel.
release() - Method in class org.restlet.representation.ReaderRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.representation.Representation
Releases the representation and all associated objects like streams, channels or files which are used to produce its content, transient or not.
release() - Method in class org.restlet.representation.StringRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.representation.WritableRepresentation
Calls parent's implementation.
release() - Method in class org.restlet.representation.WriterRepresentation
Calls parent's implementation.
release() - Method in class org.restlet.resource.UniformResource
Releases the resource by calling UniformResource.doRelease().
release() - Method in class org.restlet.util.WrapperRepresentation
 
RELEASE_NUMBER - Static variable in class org.restlet.engine.Engine
Release number.
remove(int) - Method in class org.restlet.util.WrapperList
Removes the element at the specified position in this list.
remove(Object) - Method in class org.restlet.util.WrapperList
Removes the first occurrence in this list of the specified element.
remove(Object) - Method in class org.restlet.util.WrapperMap
Removes the mapping for this key from this map if it is present (optional operation).
removeAll(Restlet) - Method in class org.restlet.util.RouteList
Removes all routes routing to a given target.
removeAll(String) - Method in class org.restlet.util.Series
Removes all the parameters with a given name.
removeAll(String, boolean) - Method in class org.restlet.util.Series
Removes all the parameters with a given name.
removeAll(Collection<?>) - Method in class org.restlet.util.WrapperList
Removes from this list all the elements that are contained in the specified collection.
removeFirst(String) - Method in class org.restlet.util.Series
Removes from this list the first entry whose name equals the specified name ignoring the case.
removeFirst(String, boolean) - Method in class org.restlet.util.Series
Removes from this list the first entry whose name equals the specified name ignoring the case or not.
removeRepresentations() - Method in class org.restlet.resource.Resource
Deprecated.
Removes all the representations of the resource and effectively the resource itself.
represent() - Method in class org.restlet.resource.Resource
Deprecated.
Returns the preferred representation according to the client preferences specified in the request.
represent(Variant) - Method in class org.restlet.resource.Resource
Deprecated.
Returns a full representation for a given variant previously returned via the getVariants() method.
Representation - Class in org.restlet.representation
Current or intended state of a resource.
Representation() - Constructor for class org.restlet.representation.Representation
Default constructor.
Representation(MediaType) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(MediaType, Date) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(MediaType, Date, Tag) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(MediaType, Tag) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(Variant, Date) - Constructor for class org.restlet.representation.Representation
Constructor from a variant.
Representation(Variant, Date, Tag) - Constructor for class org.restlet.representation.Representation
Constructor from a variant.
Representation(Variant, Tag) - Constructor for class org.restlet.representation.Representation
Constructor from a variant.
RepresentationInfo - Class in org.restlet.representation
Information about a representation.
RepresentationInfo() - Constructor for class org.restlet.representation.RepresentationInfo
Default constructor.
RepresentationInfo(MediaType) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(Variant, Date) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Date, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
Request - Class in org.restlet
Generic request sent by client connectors.
Request() - Constructor for class org.restlet.Request
Constructor.
Request(Method, Reference) - Constructor for class org.restlet.Request
Constructor.
Request(Method, Reference, Representation) - Constructor for class org.restlet.Request
Constructor.
Request(Method, String) - Constructor for class org.restlet.Request
Constructor.
Request(Method, String, Representation) - Constructor for class org.restlet.Request
Constructor.
Request(Request) - Constructor for class org.restlet.Request
Copy constructor.
reset() - Method in class org.restlet.engine.http.header.HeaderReader
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.restlet.engine.http.io.SizedInputStream
 
resolve(String) - Method in class org.restlet.engine.util.CallResolver
 
resolve(String) - Method in class org.restlet.engine.util.MapResolver
 
resolve(String) - Method in class org.restlet.util.Resolver
Resolves a name into a value.
resolveEntity(String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
Resolver<T> - Class in org.restlet.util
Resolves a name into a value.
Resolver() - Constructor for class org.restlet.util.Resolver
 
resolveResource(String, String, String, String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
Allow the application to resolve external resources.
Resource - Class in org.restlet.resource
Deprecated.
Use the new ServerResource class instead.
Resource() - Constructor for class org.restlet.resource.Resource
Deprecated.
Special constructor used by IoC frameworks.
Resource(Context, Request, Response) - Constructor for class org.restlet.resource.Resource
Deprecated.
Normal constructor.
ResourceException - Exception in org.restlet.resource
Encapsulates a response status and the optional cause as a checked exception.
ResourceException(int) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String, String, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String, String, String, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, String, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor that set the status to Status.SERVER_ERROR_INTERNAL including the related error or exception.
Response - Class in org.restlet
Generic response sent by server connectors.
Response(Request) - Constructor for class org.restlet.Response
Constructor.
Restlet - Class in org.restlet
Uniform class that provides a context and life cycle support.
Restlet() - Constructor for class org.restlet.Restlet
Constructor with null context.
Restlet(Context) - Constructor for class org.restlet.Restlet
Constructor with the Restlet's context which can be the parent's application context, but shouldn't be the parent Component's context for security reasons.
RestletHelper<T extends Restlet> - Class in org.restlet.engine
Delegate used by API classes to get support from the implementation classes.
RestletHelper(T) - Constructor for class org.restlet.engine.RestletHelper
Constructor.
Result<T> - Interface in org.restlet.resource
Callback interface for asynchronous tasks.
RESULT_INVALID - Static variable in interface org.restlet.security.Verifier
Invalid credentials provided.
RESULT_MISSING - Static variable in interface org.restlet.security.Verifier
No credentials provided.
RESULT_STALE - Static variable in interface org.restlet.security.Verifier
Stale credentials provided.
RESULT_UNKNOWN - Static variable in interface org.restlet.security.Verifier
Unknown user.
RESULT_UNSUPPORTED - Static variable in interface org.restlet.security.Verifier
Unsupported credentials.
RESULT_VALID - Static variable in interface org.restlet.security.Verifier
Valid credentials provided.
retainAll(Collection<?>) - Method in class org.restlet.util.WrapperList
RemovesRetains only the elements in this list that are contained in the specified collection.
returnSelector(Selector) - Static method in class org.restlet.engine.io.SelectorFactory
Returns the Selector to the cache.
rewrite(Representation) - Method in class org.restlet.routing.Redirector
Optionally rewrites the response entity returned in the Redirector.MODE_SERVER_INBOUND and Redirector.MODE_SERVER_OUTBOUND modes.
RIAP - Static variable in class org.restlet.data.Protocol
RIAP (Restlet Internal Access Protocol) is a custom scheme to access representations via internal calls to virtual hosts/components.
RIAP_APPLICATION - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current application's root Restlet.
RIAP_COMPONENT - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current component's internal (private) router.
RIAP_HOST - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current component's virtual host.
RiapClientHelper - Class in org.restlet.engine.riap
Client connector for RIAP calls.
RiapClientHelper(Client) - Constructor for class org.restlet.engine.riap.RiapClientHelper
Constructor.
RiapServerHelper - Class in org.restlet.engine.riap
Server connector handling RIAP calls.
RiapServerHelper(Server) - Constructor for class org.restlet.engine.riap.RiapServerHelper
Constructor.
Role - Class in org.restlet.security
Application specific role.
Role() - Constructor for class org.restlet.security.Role
Default constructor.
Role(String, String) - Constructor for class org.restlet.security.Role
Constructor.
RoleAuthorizer - Class in org.restlet.security
Authorizer based on authorized and forbidden roles.
RoleAuthorizer() - Constructor for class org.restlet.security.RoleAuthorizer
Default constructor.
RoleAuthorizer(String) - Constructor for class org.restlet.security.RoleAuthorizer
Constructor.
RoleMapping - Class in org.restlet.engine.security
Mapping from an organization or a user or a group to a role.
RoleMapping() - Constructor for class org.restlet.engine.security.RoleMapping
Default constructor.
RoleMapping(Object, Role) - Constructor for class org.restlet.engine.security.RoleMapping
Constructor.
Route - Class in org.restlet.routing
Deprecated.
Use TemplateRoute instead.
Route(Restlet) - Constructor for class org.restlet.routing.Route
Deprecated.
Constructor behaving as a simple extractor filter.
Route(Router, String, Restlet) - Constructor for class org.restlet.routing.Route
Deprecated.
Constructor.
Route(Router, Template, Restlet) - Constructor for class org.restlet.routing.Route
Deprecated.
Constructor.
RouteList - Class in org.restlet.util
Modifiable list of routes with some helper methods.
RouteList() - Constructor for class org.restlet.util.RouteList
Constructor.
RouteList(List<Route>) - Constructor for class org.restlet.util.RouteList
Constructor.
Router - Class in org.restlet.routing
Restlet routing calls to one of the attached routes.
Router() - Constructor for class org.restlet.routing.Router
Constructor.
Router(Context) - Constructor for class org.restlet.routing.Router
Constructor.
run() - Method in class org.restlet.engine.http.connector.Acceptor
Listens on the given server socket for incoming connections.
run() - Method in class org.restlet.engine.http.connector.Controller
Listens on the given server socket for incoming connections.

S

score(Request, Response) - Method in class org.restlet.engine.component.ClientRoute
Returns the score for a given call (between 0 and 1.0).
score(Request, Response) - Method in class org.restlet.engine.component.HostRoute
Returns the score for a given call (between 0 and 1.0).
score(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Scores the affinity of this helper with the source class.
score(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Scores the affinity of this helper with the source class.
score(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
score(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
score(Object, Variant, UniformResource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
score(Representation, Class<T>, UniformResource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
score(Request, Response) - Method in class org.restlet.routing.TemplateRoute
Returns the score for a given call (between 0 and 1.0).
scoreCharacterSet(CharacterSet) - Method in class org.restlet.engine.util.Conneg
Scores a character set relatively to enriched client preferences.
scoreEncodings(List<Encoding>) - Method in class org.restlet.engine.util.Conneg
Scores encodings relatively to enriched client preferences.
scoreLanguages(List<Language>) - Method in class org.restlet.engine.util.Conneg
Scores languages relatively to enriched client preferences.
scoreMediaType(MediaType) - Method in class org.restlet.engine.util.Conneg
Scores a media type relatively to enriched client preferences.
scoreVariant(Variant) - Method in class org.restlet.engine.util.Conneg
Scores a variant relatively to enriched client preferences.
SecretVerifier - Class in org.restlet.security
Verifier of identifier/secret couples.
SecretVerifier() - Constructor for class org.restlet.security.SecretVerifier
 
SelectorFactory - Class in org.restlet.engine.io
Factory used to dispatch/share Selector.
SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
 
sendRequest(Request) - Method in class org.restlet.engine.http.ClientCall
Sends the request to the client.
sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.http.ClientCall
Sends the request to the client.
sendResponse(Response) - Method in class org.restlet.engine.http.ServerCall
Sends the response back to the client.
sendResponse(Response) - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
Series<E extends Parameter> - Class in org.restlet.util
Modifiable list of entries with many helper methods.
Series() - Constructor for class org.restlet.util.Series
Constructor.
Series(int) - Constructor for class org.restlet.util.Series
Constructor.
Series(List<E>) - Constructor for class org.restlet.util.Series
Constructor.
Server - Class in org.restlet
Connector acting as a generic server.
Server(Context, List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, List<Protocol>, String, int, Restlet, String) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, Class<?>) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, int) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, int, Class<?>) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Context, Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, Class<?>) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, int) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, int, Class<?>) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String, Class<?>) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String, int) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, String, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.data.Status
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
SERVER_ERROR_GATEWAY_TIMEOUT - Static variable in class org.restlet.data.Status
The server, while acting as a gateway or proxy, could not connect to the upstream server.
SERVER_ERROR_INSUFFICIENT_STORAGE - Static variable in class org.restlet.data.Status
This status code means the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
SERVER_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
The server encountered an unexpected condition which prevented it from fulfilling the request.
SERVER_ERROR_NOT_IMPLEMENTED - Static variable in class org.restlet.data.Status
The server does not support the functionality required to fulfill the request.
SERVER_ERROR_SERVICE_UNAVAILABLE - Static variable in class org.restlet.data.Status
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
SERVER_ERROR_VERSION_NOT_SUPPORTED - Static variable in class org.restlet.data.Status
The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
ServerAdapter - Class in org.restlet.engine.http.adapter
Converter of low-level HTTP server calls into high-level uniform calls.
ServerAdapter(Context) - Constructor for class org.restlet.engine.http.adapter.ServerAdapter
Constructor.
ServerCall - Class in org.restlet.engine.http
Abstract HTTP server connector call.
ServerCall(Server) - Constructor for class org.restlet.engine.http.ServerCall
Constructor.
ServerCall(String, int) - Constructor for class org.restlet.engine.http.ServerCall
Constructor.
ServerConnection - Class in org.restlet.engine.http.connector
Generic HTTP-like server connection.
ServerConnection(BaseHelper<Server>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.ServerConnection
Constructor.
ServerHelper - Class in org.restlet.engine
Server connector helper.
ServerHelper(Server) - Constructor for class org.restlet.engine.ServerHelper
Constructor.
ServerInfo - Class in org.restlet.data
Server specific data related to a call.
ServerInfo() - Constructor for class org.restlet.data.ServerInfo
Constructor.
ServerList - Class in org.restlet.util
Modifiable list of server connectors.
ServerList(Context, Restlet) - Constructor for class org.restlet.util.ServerList
Constructor.
serverRedirect(Restlet, Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call on the server-side to a next Restlet with a given target reference.
ServerResource - Class in org.restlet.resource
Base class for server-side resources.
ServerResource() - Constructor for class org.restlet.resource.ServerResource
Default constructor.
ServerRouter - Class in org.restlet.engine.component
Router that collects calls from all server connectors and dispatches them to the appropriate host routers.
ServerRouter(Component) - Constructor for class org.restlet.engine.component.ServerRouter
Constructor.
Service - Class in org.restlet.service
Generic service associated to a component or an application.
Service() - Constructor for class org.restlet.service.Service
Constructor.
Service(boolean) - Constructor for class org.restlet.service.Service
Constructor.
ServiceList - Class in org.restlet.util
Modifiable list of services.
ServiceList(Context) - Constructor for class org.restlet.util.ServiceList
Constructor.
set(String, String) - Method in class org.restlet.util.Series
Replaces the value of the first parameter with the given name and removes all other parameters with the same name.
set(String, String, boolean) - Method in class org.restlet.util.Series
Replaces the value of the first parameter with the given name and removes all other parameters with the same name.
set(List<Service>) - Method in class org.restlet.util.ServiceList
Sets the list of services.
set(Service) - Method in class org.restlet.util.ServiceList
Replaces or adds a service.
set(int, E) - Method in class org.restlet.util.WrapperList
Replaces the element at the specified position in this list with the specified element.
setAcceptedCharacterSets(List<Preference<CharacterSet>>) - Method in class org.restlet.data.ClientInfo
Sets the character set preferences.
setAcceptedEncodings(List<Preference<Encoding>>) - Method in class org.restlet.data.ClientInfo
Sets the encoding preferences.
setAcceptedLanguages(List<Preference<Language>>) - Method in class org.restlet.data.ClientInfo
Sets the language preferences.
setAcceptedMediaTypes(List<Preference<MediaType>>) - Method in class org.restlet.data.ClientInfo
Sets the media type preferences.
setAcceptingRanges(boolean) - Method in class org.restlet.data.ServerInfo
Indicates if the server accepts range requests for a resource, with the "byte" range unit.
setAcceptRanges(boolean) - Method in class org.restlet.data.ServerInfo
Deprecated.
setAccessRestricted(boolean) - Method in class org.restlet.data.CookieSetting
Indicates whether to restrict cookie access to untrusted parties.
setAdapter(ClientAdapter) - Method in class org.restlet.engine.http.HttpClientHelper
Sets the adapter from uniform calls to HTTP calls.
setAdapter(ServerAdapter) - Method in class org.restlet.engine.http.HttpServerHelper
Sets the adapter from HTTP calls to uniform calls.
setAddress(String) - Method in class org.restlet.data.ClientInfo
Sets the client's IP address.
setAddress(String) - Method in class org.restlet.data.ServerInfo
Sets the IP address which received the call.
setAddress(InetSocketAddress) - Method in class org.restlet.ext.simple.SimpleServerHelper
Sets the socket address this server is listening to.
setAddress(String) - Method in class org.restlet.Server
Sets the optional listening IP address (local host used if null).
setAddresses(List<String>) - Method in class org.restlet.data.ClientInfo
Deprecated.
setAge(int) - Method in class org.restlet.Response
Sets the estimated amount of time since a response was generated or revalidated by the origin server.
setAge(int) - Method in class org.restlet.util.WrapperResponse
 
setAgent(String) - Method in class org.restlet.data.ClientInfo
Sets the agent name (ex: "Restlet-Framework/2.0").
setAgent(String) - Method in class org.restlet.data.ServerInfo
Sets the agent name (ex: "Restlet-Framework/2.0").
setAgent(String) - Method in class org.restlet.data.Warning
Sets the agent.
setAgentAttributes(Map<String, String>) - Method in class org.restlet.data.ClientInfo
Sets a list of attributes taken from the name of the user agent.
setAgentProducts(List<Product>) - Method in class org.restlet.data.ClientInfo
Sets the list of product tokens from the user agent name.
setAllowedMethods(Set<Method>) - Method in class org.restlet.resource.ServerResource
Sets the set of methods allowed on the requested resource.
setAllowedMethods(Set<Method>) - Method in class org.restlet.Response
Sets the set of methods allowed on the requested resource.
setAllowedMethods(Set<Method>) - Method in class org.restlet.util.WrapperResponse
 
setAlphaComparator() - Method in class org.restlet.resource.Directory
Sets the reference comparator based on classic alphabetical order.
setAlphaNumComparator() - Method in class org.restlet.resource.Directory
Sets the reference comparator based on the more friendly "Alphanum Algorithm" created by David Koelle.
setAnnotated(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if annotations are supported.
setAnonymousMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
Sets the modifiable list of methods authorized for anonymous users.
setAttributes(Map<String, Object>) - Method in class org.restlet.Context
Sets the modifiable map of attributes.
setAttributes(Map<String, Object>) - Method in class org.restlet.Message
Sets the modifiable map of attributes.
setAuthenticated(boolean) - Method in class org.restlet.data.ChallengeResponse
Deprecated.
setAuthenticated(boolean) - Method in class org.restlet.data.ClientInfo
Indicates if the identifier or principal has been authenticated.
setAuthenticatedMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
Sets the modifiable list of methods authorized for authenticated users.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.Response
Sets the authentication information sent by an origin server to a client after a successful authentication attempt.

Note that when used with HTTP connectors, this property maps to the "Authentication-Info" header.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.util.WrapperResponse
 
setAuthor(String) - Method in class org.restlet.Restlet
Sets the author(s).
setAuthor(String) - Method in class org.restlet.util.WrapperRestlet
 
setAuthority(String) - Method in class org.restlet.data.Reference
Sets the authority component for hierarchical identifiers.
setAuthorizedRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
Sets the modifiable list of authorized roles.
setAutoCommitting(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if the response should be automatically committed.
setAutoCommitting(boolean) - Method in class org.restlet.Response
Indicates if the response should be automatically committed.
setAutoCommitting(boolean) - Method in class org.restlet.util.WrapperResponse
 
setAutoDelete(boolean) - Method in class org.restlet.representation.FileRepresentation
setAutoDeleting(boolean) - Method in class org.restlet.representation.FileRepresentation
Indicates if this file should be automatically deleted on release of the representation.
setAvailable(boolean) - Method in class org.restlet.representation.Representation
Indicates if some fresh content is available.
setAvailable(boolean) - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the resource is actually available.
setAvailable(boolean) - Method in class org.restlet.util.WrapperRepresentation
 
setBaseRef(Reference) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setBaseRef(String) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.Message
Sets the cache directives.
setChallengeRequest(ChallengeRequest) - Method in class org.restlet.Response
Deprecated.
Add request to Response.getChallengeRequests() method result instead or use Response.setChallengeRequests(List).
setChallengeRequest(ChallengeRequest) - Method in class org.restlet.util.WrapperResponse
Deprecated.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.resource.ServerResource
Sets the list of authentication requests sent by an origin server to a client.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
Sets the list of authentication requests sent by an origin server to a client.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
Sets the list of authentication requests sent by an origin server to a client.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.HttpRequest
 
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.resource.ClientResource
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.resource.ClientResource
Sets the authentication response sent by a client to an origin server given a scheme, identifier and secret.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
Sets the authentication response sent by a client to an origin server.
setChallengeScheme(ChallengeScheme) - Method in class org.restlet.engine.security.AuthenticatorHelper
Sets the supported challenge scheme.
setChannel(ReadableByteChannel) - Method in class org.restlet.representation.ReadableRepresentation
Sets the readable channel.
setCharacterSet(CharacterSet) - Method in class org.restlet.representation.StringRepresentation
 
setCharacterSet(CharacterSet) - Method in class org.restlet.representation.Variant
Sets the character set or null if not applicable.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
setCharacterSet(CharacterSet) - Method in class org.restlet.util.WrapperRepresentation
 
setCharacterSetParameter(String) - Method in class org.restlet.service.TunnelService
Sets the character set parameter name.
setChild(Restlet) - Method in class org.restlet.engine.component.ChildContext
Sets the child.
setChildRoles(List<Role>) - Method in class org.restlet.security.Role
Sets the modifiable list of child roles.
setClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
Sets the engine class loader.
setClientAddress(String) - Method in class org.restlet.engine.http.Call
Sets the client address.
setClientDispatcher(Client) - Method in class org.restlet.Context
Sets the client dispatcher.
setClientInfo(ClientInfo) - Method in class org.restlet.Request
Sets the client-specific information.
setClientInfo(ClientInfo) - Method in class org.restlet.resource.ClientResource
Sets the client-specific information.
setClientInfo(ClientInfo) - Method in class org.restlet.util.WrapperRequest
 
setClientNonce(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the client nonce.
setClientNonce(String) - Method in class org.restlet.data.ChallengeResponse
Sets the client nonce.
setClientPort(int) - Method in class org.restlet.engine.http.Call
Sets the client port.
setClientProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
Sets the modifiable list of required client protocols.
setClientRoot(Class<?>) - Method in class org.restlet.Application
Sets the client root Resource class.
setClients(ClientList) - Method in class org.restlet.Component
Sets the modifiable list of client connectors.
setClientSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
setComment(String) - Method in class org.restlet.data.CookieSetting
Sets the comment for the user.
setComment(String) - Method in class org.restlet.data.Product
Sets the facultative comment.
setComment(String) - Method in class org.restlet.data.RecipientInfo
Sets the optional comment, typically the software agent name.
setCommitted(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if the response has already been committed.
setCommitted(boolean) - Method in class org.restlet.Response
Indicates if the response has already been committed.
setCommitted(boolean) - Method in class org.restlet.util.WrapperResponse
 
setComparator(Comparator<Reference>) - Method in class org.restlet.resource.Directory
Sets the reference comparator used to sort index pages.
setComponentHelper(ComponentHelper) - Method in class org.restlet.engine.component.ComponentContext
Sets the component helper.
setConditional(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if conditional handling is enabled.
setConditions(Conditions) - Method in class org.restlet.Request
Sets the conditions applying to this request.
setConditions(Conditions) - Method in class org.restlet.resource.ClientResource
Sets the conditions applying to this request.
setConditions(Conditions) - Method in class org.restlet.util.WrapperRequest
 
setConfidential(boolean) - Method in class org.restlet.engine.http.Call
Indicates if the confidentiality of the call is ensured (ex: via SSL).
setConfidential(boolean) - Method in class org.restlet.ext.simple.SimpleServerHelper
Indicates if this service is acting in HTTP or HTTPS mode.
setConnection(Connection) - Method in class org.restlet.ext.simple.SimpleServerHelper
Sets the Simple connection.
setConnectorService(ConnectorService) - Method in class org.restlet.Application
Sets the connector service.
setConnectTimeout(int) - Method in class org.restlet.Client
Sets the connection timeout in milliseconds.
setContactEmail(String) - Method in class org.restlet.engine.application.StatusFilter
Sets the email address of the administrator to contact in case of error.
setContactEmail(String) - Method in class org.restlet.service.StatusService
Sets the email address to contact in case of error.
setContainerServer(ContainerServer) - Method in class org.restlet.ext.simple.SimpleServerHelper
Sets the Simple container server.
setContext(Context) - Method in class org.restlet.Application
 
setContext(Context) - Method in class org.restlet.engine.TemplateDispatcher
Sets the context.
setContext(Context) - Method in class org.restlet.resource.Handler
Deprecated.
Sets the parent context.
setContext(Context) - Method in class org.restlet.Restlet
Sets the context.
setContext(Context) - Method in class org.restlet.service.Service
Sets the context.
setContext(Context) - Method in class org.restlet.util.ClientList
Sets the context.
setContext(Context) - Method in class org.restlet.util.ServerList
Sets the context.
setContext(Context) - Method in class org.restlet.util.ServiceList
Sets the context.
setContext(Context) - Method in class org.restlet.util.WrapperRestlet
 
setConverterService(ConverterService) - Method in class org.restlet.Application
Sets the converter service.
setCookies(Series<Cookie>) - Method in class org.restlet.Request
Sets the modifiable series of cookies provided by the client.
setCookies(Series<Cookie>) - Method in class org.restlet.resource.ClientResource
Sets the cookies provided by the client.
setCookies(Series<Cookie>) - Method in class org.restlet.util.WrapperRequest
 
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.resource.ServerResource
Sets the cookie settings provided by the server.
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.Response
Sets the modifiable series of cookie settings provided by the server.
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.util.WrapperResponse
 
setCreationDate(Date) - Method in class org.restlet.data.Disposition
Sets the creation date parameter.
setCredentials(String) - Method in class org.restlet.data.ChallengeResponse
Deprecated.
setCurrent(Application) - Static method in class org.restlet.Application
Sets the context to associated with the current thread.
setCurrent(Context) - Static method in class org.restlet.Context
Sets the context to associated with the current thread.
setCurrent(Response) - Static method in class org.restlet.Response
Sets the response associated with the current thread.
setCurrent(Integer) - Static method in class org.restlet.routing.VirtualHost
Sets the virtual host code associated with the current thread.
setDate(String, Date) - Method in class org.restlet.data.Disposition
Sets a Date parameter.
setDate(Date) - Method in class org.restlet.data.Warning
Sets the warning date.
setDate(Date) - Method in class org.restlet.Message
Sets the date and time at which the message was originated.
setDecodedOnParse(boolean) - Method in class org.restlet.routing.Variable
Deprecated.
setDecodeRequest(boolean) - Method in class org.restlet.engine.application.Decoder
Deprecated.
setDecodeResponse(boolean) - Method in class org.restlet.engine.application.Decoder
Deprecated.
setDecoderService(DecoderService) - Method in class org.restlet.Application
Sets the decoder service.
setDecodingOnParse(boolean) - Method in class org.restlet.routing.Variable
Indicates if the parsed value must be decoded.
setDecodingRequest(boolean) - Method in class org.restlet.engine.application.Decoder
Indicates if the request entity should be decoded.
setDecodingResponse(boolean) - Method in class org.restlet.engine.application.Decoder
Indicates if the response entity should be decoded.
setDeeplyAccessible(boolean) - Method in class org.restlet.resource.Directory
Indicates if the sub-directories are deeply accessible (true by default).
setDefaultCharacterSet(CharacterSet) - Method in class org.restlet.service.MetadataService
Sets the default character set for local representations.
setDefaultEncoding(Encoding) - Method in class org.restlet.service.MetadataService
Sets the default encoding for local representations.
setDefaultEnroler(Enroler) - Method in class org.restlet.Context
Sets an enroler that can add the user roles based on authenticated user principals.
setDefaultHost(VirtualHost) - Method in class org.restlet.Component
Sets the default virtual host.
setDefaultLanguage(Language) - Method in class org.restlet.service.MetadataService
Sets the default language for local representations.
setDefaultMatchingMode(int) - Method in class org.restlet.routing.Router
Sets the default matching mode to use when selecting routes based on URIs.
setDefaultMatchingQuery(boolean) - Method in class org.restlet.routing.Router
Sets the default setting for whether the routing should be done on URIs with or without taking into account query string.
setDefaultMatchQuery(boolean) - Method in class org.restlet.routing.Router
Deprecated.
setDefaultMediaType(MediaType) - Method in class org.restlet.service.MetadataService
Sets the default media type for local representations.
setDefaultRoute(Route) - Method in class org.restlet.routing.Router
Sets the default route tested if no other one was available.
setDefaultValue(String) - Method in class org.restlet.routing.Variable
Sets the default value to use if the key couldn't be found in the model.
setDefaultVariable(Variable) - Method in class org.restlet.routing.Template
Sets the variable to use, if no variable is given.
setDefaultVerifier(Verifier) - Method in class org.restlet.Context
Sets a local verifier that can check the validity of user/secret couples based on Restlet default authorization model.
setDescription(String) - Method in class org.restlet.Restlet
Sets the description.
setDescription(String) - Method in class org.restlet.security.Group
Sets the description.
setDescription(String) - Method in class org.restlet.security.Role
Sets the description.
setDescription(String) - Method in class org.restlet.util.WrapperRestlet
 
setDigest(Digest) - Method in class org.restlet.representation.Representation
Sets the representation digest.

Note that when used with HTTP connectors, this property maps to the "Content-MD5" header.
setDigest(Digest) - Method in class org.restlet.util.WrapperRepresentation
 
setDigestAlgorithm(String) - Method in class org.restlet.data.ChallengeMessage
Sets the digest algorithm.
setDigestRef(Reference) - Method in class org.restlet.data.ChallengeResponse
Sets the digest URI reference.
setDigit(boolean) - Method in class org.restlet.data.CacheDirective
Indicates if the directive is a digit value.
setDimensions(Set<Dimension>) - Method in class org.restlet.resource.ServerResource
Sets the set of dimensions on which the response entity may vary.
setDimensions(Set<Dimension>) - Method in class org.restlet.Response
Sets the set of dimensions on which the response entity may vary.
setDimensions(Set<Dimension>) - Method in class org.restlet.util.WrapperResponse
 
setDisposition(Disposition) - Method in class org.restlet.representation.Representation
Sets the disposition characteristics of the representation.
setDisposition(Disposition) - Method in class org.restlet.util.WrapperRepresentation
 
setDomain(String) - Method in class org.restlet.data.Cookie
Sets the domain name.
setDomainRefs(List<Reference>) - Method in class org.restlet.data.ChallengeRequest
Sets the URI references that define the protection domains for the digest authentication.
setDomainUris(Collection<String>) - Method in class org.restlet.data.ChallengeRequest
Sets the URI references that define the protection domains for the digest authentication.
setDomainUris(Collection<String>) - Method in class org.restlet.security.Guard
Deprecated.
Sets the URIs that define the HTTP DIGEST authentication protection domains.
setDownloadable(boolean) - Method in class org.restlet.representation.Representation
Deprecated.
Use the "disposition" attribute instead.
setDownloadable(boolean) - Method in class org.restlet.util.WrapperRepresentation
Deprecated.
setDownloadName(String) - Method in class org.restlet.representation.Representation
Deprecated.
Use the "disposition" attribute instead.
setDownloadName(String) - Method in class org.restlet.util.WrapperRepresentation
Deprecated.
setEmail(String) - Method in class org.restlet.security.User
Sets the email.
setEnabled(boolean) - Method in class org.restlet.service.Service
Indicates if the service should be enabled.
setEncodedOnFormat(boolean) - Method in class org.restlet.routing.Variable
Deprecated.
setEncodeRequest(boolean) - Method in class org.restlet.engine.application.Encoder
Deprecated.
setEncodeResponse(boolean) - Method in class org.restlet.engine.application.Encoder
Deprecated.
setEncodeVariables(boolean) - Method in class org.restlet.routing.Template
Deprecated.
setEncodingOnFormat(boolean) - Method in class org.restlet.routing.Variable
Indicates if the formatted value must be encoded.
setEncodingParameter(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted encoding.
setEncodingRequest(boolean) - Method in class org.restlet.engine.application.Encoder
Indicates if the request entity should be encoded.
setEncodingResponse(boolean) - Method in class org.restlet.engine.application.Encoder
Indicates if the response entity should be encoded.
setEncodings(List<Encoding>) - Method in class org.restlet.representation.Variant
Sets the list of encodings applied to the entity-body.

Note that when used with HTTP connectors, this property maps to the "Content-Encoding" header.
setEncodings(List<Encoding>) - Method in class org.restlet.util.WrapperRepresentation
 
setEncodingVariables(boolean) - Method in class org.restlet.routing.Template
Indicates if the variables must be encoded when formatting the template.
setEnroler(Enroler) - Method in class org.restlet.security.Authenticator
Sets the enroler invoked upon successful authentication.
setEnroler(Enroler) - Method in class org.restlet.security.Realm
Sets an enroler that can add the user roles based on user principals.
setEntity(Representation) - Method in class org.restlet.engine.http.HttpRequest
 
setEntity(Representation) - Method in class org.restlet.Message
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.Message
Sets a textual entity.
setEntity(Representation) - Method in class org.restlet.util.WrapperRequest
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.util.WrapperRequest
Sets a textual entity.
setEntity(Representation) - Method in class org.restlet.util.WrapperResponse
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.util.WrapperResponse
Sets a textual entity.
setEphemeralPort(int) - Method in class org.restlet.engine.http.connector.BaseServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.http.connector.BaseServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(int) - Method in class org.restlet.engine.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
setExisting(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if the identified resource exists.
setExpectations(List<Expectation>) - Method in class org.restlet.data.ClientInfo
Sets the client expectations.
setExpirationDate(Date) - Method in class org.restlet.representation.Representation
Sets the future date when this representation expire.
setExpirationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
 
setExtensions(String) - Method in class org.restlet.data.Reference
Sets the extensions for hierarchical identifiers.
setExtensions(String[]) - Method in class org.restlet.data.Reference
Sets the extensions based on an array of extension tokens (without dots).
setExtensionsTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the extensions.
setFile(File) - Method in class org.restlet.representation.FileRepresentation
Sets the file handle.
setFilename(String) - Method in class org.restlet.data.Disposition
Sets the value of the "filename" parameter.
setFinderClass(Class<? extends Finder>) - Method in class org.restlet.Application
Sets the finder class to instantiate.
setFinderClass(Class<? extends Finder>) - Method in class org.restlet.routing.Router
Sets the finder class to instantiate.
setFirst(Restlet) - Method in class org.restlet.engine.ChainHelper
Sets the first Restlet.
setFirst(T) - Method in class org.restlet.util.Couple
Sets the first object.
setFirst(T) - Method in class org.restlet.util.Triple
Sets the first object.
setFirstChallengeParameter(boolean) - Method in class org.restlet.engine.http.header.ChallengeWriter
Indicates if the first comma-separated value is written.
setFirstName(String) - Method in class org.restlet.security.User
Sets the first name.
setFixed(boolean) - Method in class org.restlet.routing.Variable
Indicates if the value is fixed
setFollowingRedirects(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if redirections are followed.
setForbiddenRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
Sets the modifiable list of forbidden roles.
setForwardedAddresses(List<String>) - Method in class org.restlet.data.ClientInfo
Sets the list of forwarded IP addresses.
setFragment(String) - Method in class org.restlet.data.Reference
Sets the fragment identifier.
setFrom(String) - Method in class org.restlet.data.ClientInfo
Sets the email address of the human user controlling the user agent.
setHeaderTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method can be tunneled via the header.
setHelped(T) - Method in class org.restlet.engine.RestletHelper
Sets the helped Restlet.
setHomeRef(Reference) - Method in class org.restlet.engine.application.StatusFilter
Sets the home URI to propose in case of error.
setHomeRef(Reference) - Method in class org.restlet.service.StatusService
Sets the home URI to propose in case of error.
setHostDomain(String) - Method in class org.restlet.data.Reference
Sets the host domain component for server based hierarchical identifiers.
setHostDomain(String) - Method in class org.restlet.engine.http.Call
Sets the host domain name.
setHostDomain(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef host domain to match.
setHostPort(Integer) - Method in class org.restlet.data.Reference
Sets the optional port number for server based hierarchical identifiers.
setHostPort(int) - Method in class org.restlet.engine.http.Call
Sets the host port.
setHostPort(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef host port to match.
setHostRef(Reference) - Method in class org.restlet.Request
Sets the host reference.
setHostRef(String) - Method in class org.restlet.Request
Sets the host reference using an URI string.
setHostRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the host reference.
setHostRef(String) - Method in class org.restlet.resource.ClientResource
Sets the host reference using an URI string.
setHostRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the host reference.
setHostRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the host reference using an URI string.
setHosts(List<VirtualHost>) - Method in class org.restlet.Component
Sets the modifiable list of virtual hosts.
setHostScheme(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef scheme to match.
setIdentifier(String) - Method in class org.restlet.data.ChallengeResponse
Sets the user identifier, such as a login name or an access key.
setIdentifier(String) - Method in class org.restlet.data.Reference
Sets the absolute resource identifier.
setIdentifier(Reference) - Method in class org.restlet.data.ReferenceList
Sets the list reference.
setIdentifier(String) - Method in class org.restlet.data.ReferenceList
Sets the list reference.
setIdentifier(Reference) - Method in class org.restlet.representation.Variant
Deprecated.
setIdentifier(String) - Method in class org.restlet.representation.Variant
Deprecated.
setIdentifier(String) - Method in class org.restlet.security.Authorizer
Sets the identifier unique within an application.
setIdentifier(String) - Method in class org.restlet.security.User
Sets the identifier.
setIdentifier(Reference) - Method in class org.restlet.util.WrapperRepresentation
 
setIdentifier(String) - Method in class org.restlet.util.WrapperRepresentation
 
setIdentityCheck(boolean) - Method in class org.restlet.service.LogService
Indicates if the identity check (as specified by RFC1413) is enabled.
setInboundBusy(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the input of the socket is busy.
setInboundRoot(Class<?>) - Method in class org.restlet.Application
Sets the inbound root Resource class.
setInboundRoot(Restlet) - Method in class org.restlet.Application
Sets the inbound root Restlet.
setIndex(long) - Method in class org.restlet.data.Range
Sets the index from which to start the range.
setIndexName(String) - Method in class org.restlet.resource.Directory
Sets the index name, without extensions.
setInheritingRoles(boolean) - Method in class org.restlet.security.Group
Indicates if the roles of the parent group should be inherited.
setInstance(Engine) - Static method in class org.restlet.engine.Engine
Sets the registered Restlet engine.
setInternalRouter(Router) - Method in class org.restlet.Component
Sets the private internal router were Restlets like Applications can be attached.
setKeyManagerAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the KeyManager algorithm.
setKeyStoreKeyPassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStoreKeyPassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStorePassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePath(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the path to the keystore file.
setKeyStoreProvider(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the name of the keystore provider.
setKeyStoreType(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the KeyStore type of the keystore.
setLanguageParameter(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted language.
setLanguages(List<Language>) - Method in class org.restlet.representation.Variant
Sets the list of languages.

Note that when used with HTTP connectors, this property maps to the "Content-Language" header.
setLanguages(List<Language>) - Method in class org.restlet.util.WrapperRepresentation
 
setLast(Filter) - Method in class org.restlet.engine.ChainHelper
Sets the last Filter.
setLastName(String) - Method in class org.restlet.security.User
Sets the last name.
setLastSegment(String) - Method in class org.restlet.data.Reference
Sets the last segment of the path.
setListingAllowed(boolean) - Method in class org.restlet.resource.Directory
Indicates if the display of directory listings is allowed when no index file is found.
setLocalSecrets(Map<String, char[]>) - Method in class org.restlet.security.MapVerifier
Sets the modifiable map of local secrets.
setLocationRef(Reference) - Method in class org.restlet.representation.Variant
Sets the optional identifier.
setLocationRef(String) - Method in class org.restlet.representation.Variant
Sets the identifier from a URI string.

Note that when used with HTTP connectors, this property maps to the "Content-Location" header.
setLocationRef(Reference) - Method in class org.restlet.resource.ServerResource
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.resource.ServerResource
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.util.WrapperRepresentation
 
setLocationRef(String) - Method in class org.restlet.util.WrapperRepresentation
 
setLocationRef(Reference) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLogFormat(String) - Method in class org.restlet.service.LogService
Sets the format to use when logging calls.
setLogger(Logger) - Method in class org.restlet.Context
Sets the logger.
setLogger(String) - Method in class org.restlet.Context
Sets the logger.
setLogger(Logger) - Method in class org.restlet.routing.Template
Sets the logger to use.
setLoggerFacade(LoggerFacade) - Method in class org.restlet.engine.Engine
Sets the logger facade to use.
setLoggerName(String) - Method in class org.restlet.service.LogService
Sets the name of the JDK's logger to use when logging access calls.
setLogPropertiesRef(Reference) - Method in class org.restlet.service.LogService
Sets the URI reference of the log properties.
setLogPropertiesRef(String) - Method in class org.restlet.service.LogService
Sets the URI reference of the log properties.
setLogService(LogService) - Method in class org.restlet.Component
Sets the global log service.
setMatch(List<Tag>) - Method in class org.restlet.data.Conditions
Sets the modifiable list of tags that must be matched.

Note that when used with HTTP connectors, this property maps to the "If-Match" header.
setMatchingMode(int) - Method in class org.restlet.routing.Template
Sets the matching mode to use when parsing a formatted reference.
setMatchingMode(int) - Method in class org.restlet.routing.TemplateRoute
Sets the matching mode to use on the template when parsing a formatted reference.
setMatchingQuery(boolean) - Method in class org.restlet.routing.TemplateRoute
Sets whether the matching should be done on the URI with or without query string.
setMatchQuery(boolean) - Method in class org.restlet.routing.TemplateRoute
Deprecated.
setMaxAge(int) - Method in class org.restlet.data.CookieSetting
Sets the maximum age in seconds.
setMaxAttempts(int) - Method in class org.restlet.routing.Router
Sets the maximum number of attempts if no attachment could be matched on the first attempt.
setMaxForwards(int) - Method in class org.restlet.Request
Sets the maximum number of intermediaries.
setMaxForwards(int) - Method in class org.restlet.util.WrapperRequest
 
setMediaType(MediaType) - Method in class org.restlet.representation.Variant
Sets the media type.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
setMediaType(MediaType) - Method in class org.restlet.util.WrapperRepresentation
 
setMediaTypeParameter(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted media type.
setMemberGroups(List<Group>) - Method in class org.restlet.security.Group
Sets the modifiable list of member groups.
setMemberUsers(List<User>) - Method in class org.restlet.security.Group
Sets the modifiable list of member user references.
setMetadata(T) - Method in class org.restlet.data.Preference
Sets the metadata associated with this preference.
setMetadataService(MetadataService) - Method in class org.restlet.Application
Sets the metadata service.
setMethod(String) - Method in class org.restlet.engine.http.Call
Sets the request method.
setMethod(Method) - Method in class org.restlet.Request
Sets the method called.
setMethod(Method) - Method in class org.restlet.resource.ClientResource
Sets the method called.
setMethod(Method) - Method in class org.restlet.util.WrapperRequest
Sets the method called.
setMethodHeader(String) - Method in class org.restlet.service.TunnelService
Sets the name of the header containing the method name.
setMethodParameter(String) - Method in class org.restlet.service.TunnelService
Sets the method parameter name.
setMethodTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method name can be tunneled.
setMinimumSize(long) - Method in class org.restlet.engine.application.Encoder
Sets the minimum size a representation must have before compression is done.
setMode(int) - Method in class org.restlet.routing.Redirector
Sets the redirection mode.
setModifiable(boolean) - Method in class org.restlet.resource.Directory
Indicates if modifications to local resources are allowed.
setModifiable(boolean) - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the representations can be modified via the Resource.handlePost(), the Resource.handlePut() or the Resource.handleDelete() methods.
setModificationDate(Date) - Method in class org.restlet.data.Disposition
Sets the modification date parameter.
setModificationDate(Date) - Method in class org.restlet.representation.RepresentationInfo
Sets the last date when this representation was modified.
setModificationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
 
setModifiedSince(Date) - Method in class org.restlet.data.Conditions
Sets the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Modified-Since" header.
setName(String) - Method in class org.restlet.data.Parameter
Sets the name.
setName(String) - Method in class org.restlet.data.Product
Sets the product name.
setName(String) - Method in class org.restlet.data.RecipientInfo
Sets the host name and port number or a pseudonym.
setName(String) - Method in class org.restlet.Restlet
Sets the display name.
setName(String) - Method in class org.restlet.security.Group
Sets the display name.
setName(String) - Method in class org.restlet.security.Realm
Sets the name.
setName(String) - Method in class org.restlet.security.Role
Sets the name.
setName(String) - Method in class org.restlet.util.WrapperRestlet
 
setNegotiateContent(boolean) - Method in class org.restlet.resource.Directory
setNegotiateContent(boolean) - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the returned representation is automatically negotiated.
setNegotiated(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if content negotiation of response entities is enabled.
setNegotiatingContent(boolean) - Method in class org.restlet.resource.Directory
Indicates if the best content is automatically negotiated.
setNext(Restlet) - Method in class org.restlet.engine.ChainHelper
Sets the next Restlet after the chain.
setNext(Client) - Method in class org.restlet.engine.component.ClientRoute
Sets the next client.
setNext(VirtualHost) - Method in class org.restlet.engine.component.HostRoute
Sets the next virtual host.
setNext(Uniform) - Method in class org.restlet.resource.ClientResource
Sets the next handler such as a Restlet or a Filter.
setNext(Class<?>) - Method in class org.restlet.routing.Filter
Sets the next Restlet as a Finder for a given Handler or ServerResource class.
setNext(Restlet) - Method in class org.restlet.routing.Filter
Sets the next Restlet.
setNext(Class<?>) - Method in class org.restlet.Server
Sets the next Restlet as a Finder for a given resource class.
setNext(Restlet) - Method in class org.restlet.Server
Sets the next Restlet.
setNext(Class<?>) - Method in class org.restlet.util.ServerList
Sets the next Restlet as a Finder for a given resource class.
setNext(Restlet) - Method in class org.restlet.util.ServerList
Sets the next Restlet.
setNextServerNonce(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the next server nonce.
setNonceCount(int) - Method in class org.restlet.data.AuthenticationInfo
Sets the nonce-count value.
setNonceLifespan(long) - Method in class org.restlet.security.Guard
Deprecated.
Sets the number of milliseconds between each mandatory nonce refresh.
setNoneMatch(List<Tag>) - Method in class org.restlet.data.Conditions
Sets the modifiable list of tags that mustn't match.
setObject(T) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the object to format.
setObject(T) - Method in class org.restlet.representation.ObjectRepresentation
Sets the represented object.
setObjectClass(Class<T>) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the object class to instantiate.
setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonConverter
Sets the Jackson object mapper.
setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the Jackson object mapper.
setOnResponse(Uniform) - Method in class org.restlet.Request
Sets the callback invoked on response reception.
setOnResponse(Uniform) - Method in class org.restlet.resource.ClientResource
Sets the callback invoked on response reception.
setOnResponse(Uniform) - Method in class org.restlet.util.WrapperRequest
 
setOnSent(Uniform) - Method in class org.restlet.Message
Sets the callback invoked after sending the message.
setOnSent(Uniform) - Method in class org.restlet.resource.ClientResource
Sets the callback invoked after sending the request.
setOnSent(Uniform) - Method in class org.restlet.resource.ServerResource
Sets the callback invoked after sending the response.
setOpaque(String) - Method in class org.restlet.data.ChallengeMessage
Sets an opaque string of data which should be returned by the client unchanged.
setOptional(boolean) - Method in class org.restlet.security.Authenticator
Indicates if the authenticator is not required to succeed.
setOriginalRef(Reference) - Method in class org.restlet.Request
Sets the original reference requested by the client.
setOriginalRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the original reference requested by the client.
setOriginalRef(Reference) - Method in class org.restlet.util.WrapperRequest
 
setOutboundBusy(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the output of the socket is busy.
setOutboundRoot(Restlet) - Method in class org.restlet.Application
Sets the outbound root Restlet.
setOverloaded(boolean) - Method in class org.restlet.engine.http.connector.Controller
Indicates if the controller is overloaded.
setOverwrite(boolean) - Method in class org.restlet.engine.application.StatusFilter
Deprecated.
setOverwrite(boolean) - Method in class org.restlet.service.StatusService
Deprecated.
setOverwriting(boolean) - Method in class org.restlet.engine.application.StatusFilter
Indicates if existing representations should be overwritten.
setOverwriting(boolean) - Method in class org.restlet.service.StatusService
Indicates if an existing entity should be overwritten.
setOwner(String) - Method in class org.restlet.Restlet
Sets the owner(s).
setOwner(String) - Method in class org.restlet.util.WrapperRestlet
 
setParameters(Series<Parameter>) - Method in class org.restlet.Context
Sets the modifiable series of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.ChallengeMessage
Sets the parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.Disposition
Sets the list of disposition parameters.
setParameters(List<Parameter>) - Method in class org.restlet.data.Expectation
Sets the list of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.Preference
Sets the modifiable list of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.security.Realm
Sets the modifiable series of parameters.
setPath(String) - Method in class org.restlet.data.Cookie
Sets the validity path.
setPath(String) - Method in class org.restlet.data.Reference
Sets the path component for hierarchical identifiers.
setPattern(String) - Method in class org.restlet.routing.Template
Sets the pattern to use for formatting or parsing.
setPersistent(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection should be persisted across calls.
setPipelining(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if idempotent sequences of requests can be pipelined.
setPort(int) - Method in class org.restlet.data.ClientInfo
Sets the port number which sent the call.
setPort(int) - Method in class org.restlet.data.ServerInfo
Sets the port number which received the call.
setPort(int) - Method in class org.restlet.Server
Sets the listening port if specified.
setPreferencesTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the query parameters.
setPrincipals(List<Principal>) - Method in class org.restlet.data.ClientInfo
Sets the additional client principals.
setProtocol(Protocol) - Method in class org.restlet.data.RecipientInfo
Sets the protocol used to communicate with the recipient.
setProtocol(Protocol) - Method in class org.restlet.data.Reference
Sets the scheme component based on this protocol.
setProtocol(Protocol) - Method in class org.restlet.engine.http.Call
Sets the exact protocol used (HTTP or HTTPS).
setProtocol(Protocol) - Method in class org.restlet.Request
Sets the protocol used or to be used.
setProtocol(Protocol) - Method in class org.restlet.resource.ClientResource
Sets the protocol used or to be used.
setProtocol(Protocol) - Method in class org.restlet.util.WrapperRequest
 
setProtocols(List<Protocol>) - Method in class org.restlet.Connector
Sets the list of protocols simultaneously supported.
setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
Sets the modifiable list of authentication requests sent by a proxy to a client.
setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
Sets the list of authentication requests sent by a proxy to a client.
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.HttpRequest
 
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
Sets the authentication response sent by a client to a proxy.
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
Sets the authentication response sent by a client to a proxy.
setQuality(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the quality of protection.
setQuality(String) - Method in class org.restlet.data.ChallengeResponse
Sets the chosen quality of protection.
setQuality(float) - Method in class org.restlet.data.Preference
Sets the quality/preference level.
setQualityOptions(List<String>) - Method in class org.restlet.data.ChallengeRequest
Sets the available options for quality of protection.
setQuery(String) - Method in class org.restlet.data.Reference
Sets the query component for hierarchical identifiers.
setQueryTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method and client preferences can be tunneled via query parameters.
setRange(Range) - Method in class org.restlet.engine.application.RangeRepresentation
Sets the range specific to this wrapper.
setRange(Range) - Method in class org.restlet.representation.Representation
Sets the range where in the full content the partial content available should be applied.

Note that when used with HTTP connectors, this property maps to the "Content-Range" header.
setRange(Range) - Method in class org.restlet.util.WrapperRepresentation
 
setRangeDate(Date) - Method in class org.restlet.data.Conditions
Sets the range condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
setRanges(List<Range>) - Method in class org.restlet.Request
Sets the modifiable list of ranges to return from the target resource's representation.
setRanges(List<Range>) - Method in class org.restlet.resource.ClientResource
Sets the ranges to return from the target resource's representation.
setRanges(List<Range>) - Method in class org.restlet.util.WrapperRequest
 
setRangeService(RangeService) - Method in class org.restlet.Application
Sets the range service.
setRangeTag(Tag) - Method in class org.restlet.data.Conditions
Sets the range condition based on the entity tag of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
setRawValue(String) - Method in class org.restlet.data.ChallengeMessage
Sets the raw value.
setReadable(boolean) - Method in class org.restlet.resource.Resource
Deprecated.
Indicates if the representations can be read via the Resource.handleGet() method.
setReadDate(Date) - Method in class org.restlet.data.Disposition
Sets the read date parameter.
setReader(Reader) - Method in class org.restlet.representation.ReaderRepresentation
Sets the reader to use.
setRealm(String) - Method in class org.restlet.data.ChallengeMessage
Sets the realm name.
setRealm(String) - Method in class org.restlet.security.ChallengeAuthenticator
Sets the authentication realm.
setRealm(String) - Method in class org.restlet.security.Guard
Deprecated.
Sets the authentication realm.
setRealms(List<Realm>) - Method in class org.restlet.Component
Sets the list of realms.
setReasonPhrase(String) - Method in class org.restlet.engine.http.Call
Sets the reason phrase.
setRechallengeEnabled(boolean) - Method in class org.restlet.security.Guard
Deprecated.
Indicates if a new challenge should be sent when invalid credentials are received.
setRechallenging(boolean) - Method in class org.restlet.security.ChallengeAuthenticator
Indicates if a new challenge should be sent when invalid credentials are received.
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.http.HttpRequest
 
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.Message
Sets the modifiable list of intermediary recipients.
setReference(Reference) - Method in class org.restlet.resource.ClientResource
Sets the resource's reference.
setReference(String) - Method in class org.restlet.resource.ClientResource
Sets the resource's reference using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.Request
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.Request
Sets the referrer reference if available using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.resource.ClientResource
Sets the referrer reference if available using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the referrer reference if available using an URI string.
setRegisteredAuthenticators(List<AuthenticatorHelper>) - Method in class org.restlet.engine.Engine
Sets the list of available authentication helpers.
setRegisteredClients(List<ConnectorHelper<Client>>) - Method in class org.restlet.engine.Engine
Sets the list of available client helpers.
setRegisteredConverters(List<ConverterHelper>) - Method in class org.restlet.engine.Engine
Sets the list of available converter helpers.
setRegisteredProtocols(List<ProtocolHelper>) - Method in class org.restlet.engine.Engine
Sets the list of available protocol helpers.
setRegisteredServers(List<ConnectorHelper<Server>>) - Method in class org.restlet.engine.Engine
Sets the list of available server helpers.
setRegularSocketFactory(SocketFactory) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Sets the regular socket factory.
setRelativePart(String) - Method in class org.restlet.data.Reference
Sets the relative part for relative references only.
setRequest(Request) - Method in class org.restlet.resource.Handler
Deprecated.
Sets the request to handle.
setRequest(Request) - Method in class org.restlet.resource.UniformResource
Sets the handled request.
setRequest(Request) - Method in class org.restlet.Response
Sets the associated request.
setRequest(Request) - Method in class org.restlet.util.WrapperResponse
Sets the associated request.
setRequest(WrapperRequest) - Method in class org.restlet.util.WrapperResponse
Sets the associated request.
setRequestUri(String) - Method in class org.restlet.engine.http.Call
Sets the full request URI.
setRequired(boolean) - Method in class org.restlet.routing.Variable
Indicates if the variable is required or optional.
setRequiredScore(float) - Method in class org.restlet.routing.Router
Sets the score required to have a match.
setResourceDomain(String) - Method in class org.restlet.routing.VirtualHost
Sets the resourceRef host domain to match.
setResourcePort(String) - Method in class org.restlet.routing.VirtualHost
Sets the resourceRef host port to match.
setResourceRef(Reference) - Method in class org.restlet.Request
Sets the target resource reference.
setResourceRef(String) - Method in class org.restlet.Request
Sets the target resource reference using an URI string.
setResourceRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the target resource reference.
setResourceRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the target resource reference using an URI string.
setResourceScheme(String) - Method in class org.restlet.routing.VirtualHost
Sets the resourceRef scheme to match.
setResponse(Response) - Method in class org.restlet.resource.Handler
Deprecated.
Sets the response to update.
setResponse(Response) - Method in class org.restlet.resource.UniformResource
Sets the handled response.
setResponseDigest(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the optional response digest for mutual authentication.
setRestletResponse(Response) - Method in class org.restlet.ext.netty.internal.NettyServerCall
Sets the Restlet response.
setRetryAfter(Date) - Method in class org.restlet.Response
Indicates how long the service is expected to be unavailable to the requesting client.
setRetryAfter(Date) - Method in class org.restlet.util.WrapperResponse
 
setRetryAttempts(int) - Method in class org.restlet.resource.ClientResource
Sets the number of retry attempts before reporting an error.
setRetryDelay(long) - Method in class org.restlet.resource.ClientResource
Sets the delay in milliseconds between two retry attempts.
setRetryDelay(long) - Method in class org.restlet.routing.Router
Sets the delay in milliseconds before a new attempt is made.
setRetryOnError(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if idempotent requests should be retried on error.
setRoles(List<Role>) - Method in class org.restlet.Application
Sets the modifiable list of roles.
setRoles(List<Role>) - Method in class org.restlet.data.ClientInfo
Sets the authenticated user roles.
setRoot(Class<?>) - Method in class org.restlet.Application
Deprecated.
Use the Application.setInboundRoot(Class) method instead.
setRoot(Restlet) - Method in class org.restlet.Application
Deprecated.
Use the Application.setInboundRoot(Restlet) method instead.
setRootGroups(List<Group>) - Method in class org.restlet.security.MemoryRealm
Sets the modifiable list of root groups.
setRootRef(Reference) - Method in class org.restlet.Request
Sets the application root reference.
setRootRef(Reference) - Method in class org.restlet.resource.Directory
Sets the root URI from which the relative resource URIs will be lookep up.
setRootRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the application root reference.
setRouter(Router) - Method in class org.restlet.routing.TemplateRoute
Sets the parent router.
setRoutes(RouteList) - Method in class org.restlet.routing.Router
Sets the modifiable list of routes.
setRoutingMode(int) - Method in class org.restlet.routing.Router
Sets the routing mode.
setRunning(boolean) - Method in class org.restlet.engine.http.connector.BaseTask
Indicates if the task is running.
setScheme(ChallengeScheme) - Method in class org.restlet.data.ChallengeMessage
Sets the scheme used.
setScheme(String) - Method in class org.restlet.data.Reference
Sets the scheme component.
setScheme(ChallengeScheme) - Method in class org.restlet.security.Guard
Deprecated.
Sets the authentication challenge scheme.
setSchemeSpecificPart(String) - Method in class org.restlet.data.Reference
Sets the scheme specific part.
setSecond(U) - Method in class org.restlet.util.Couple
Sets the second object.
setSecond(U) - Method in class org.restlet.util.Triple
Sets the second object.
setSecret(char[]) - Method in class org.restlet.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecret(String) - Method in class org.restlet.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecret(char[]) - Method in class org.restlet.security.User
Sets the secret.
setSecretResolver(Resolver<char[]>) - Method in class org.restlet.security.Guard
Deprecated.
Sets the secret resolver.
setSecure(boolean) - Method in class org.restlet.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
setSecureRandomAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the SecureRandom algorithm.
setSecureSocketFactory(SocketFactory) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Sets the secure socket factory.
setSecureSocketProtocol(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the secure socket protocol name, "TLS" by default.
setSegments(List<String>) - Method in class org.restlet.data.Reference
Sets the segments of a hierarchical path.
A new absolute path will replace any existing one.
setServerAddress(String) - Method in class org.restlet.engine.http.Call
Sets the response address.
Corresponds to the IP address of the responding server.
setServerAddress(String) - Method in class org.restlet.routing.VirtualHost
Sets the listening server address.
setServerDispatcher(Client) - Method in class org.restlet.Context
Sets the server dispatcher.
setServerInfo(ServerInfo) - Method in class org.restlet.resource.ServerResource
Sets the server-specific information.
setServerInfo(ServerInfo) - Method in class org.restlet.Response
Sets the server-specific information.
setServerInfo(ServerInfo) - Method in class org.restlet.util.WrapperResponse
 
setServerKey(String) - Method in class org.restlet.security.Guard
Deprecated.
Sets the secret key known only by server.
setServerNonce(String) - Method in class org.restlet.data.ChallengeMessage
Sets the server nonce.
setServerNounceCount(int) - Method in class org.restlet.data.ChallengeResponse
Sets the server nonce count.
setServerPort(int) - Method in class org.restlet.engine.http.Call
Sets the server port.
setServerPort(String) - Method in class org.restlet.routing.VirtualHost
Sets the listening server port.
setServerProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
Sets the modifiable list of required server protocols.
setServerRouter(ServerRouter) - Method in class org.restlet.engine.component.ComponentHelper
Sets the internal server router.
setServers(ServerList) - Method in class org.restlet.Component
Sets the modifiable list of server connectors.
setServerSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if server side authentication is supported.
setShutdownAllowed(boolean) - Method in class org.restlet.service.TaskService
Indicates if the TaskService.shutdown() and TaskService.shutdownNow() methods are allowed to effectively shutdown the wrapped executor service.
setSize(long) - Method in class org.restlet.data.Disposition
Sets the value of the "size" parameter.
setSize(long) - Method in class org.restlet.data.Range
Sets the size of the range in number of bytes.
setSize(long) - Method in class org.restlet.representation.Representation
Sets the expected size in bytes if known, -1 otherwise.

Note that when used with HTTP connectors, this property maps to the "Content-Length" header.
setSize(long) - Method in class org.restlet.util.WrapperRepresentation
 
setSlf4jLogger(Logger) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Sets the wrapped SLF4J logger.
setSource(Object) - Method in class org.restlet.engine.security.RoleMapping
 
setSslContext(SSLContext) - Method in class org.restlet.ext.netty.HttpsServerHelper
Sets the SSL context for the server.
setSslContext(SSLContext) - Method in class org.restlet.ext.simple.HttpsServerHelper
Sets the SSL context for the server.
setStale(boolean) - Method in class org.restlet.data.ChallengeRequest
Indicates if the previous request from the client was stale.
setState(ConnectionState) - Method in class org.restlet.engine.http.connector.Connection
Sets the state of the connection.
setStatus(Status) - Method in class org.restlet.data.Warning
Sets the special status.
setStatus(Status) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, String) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, Throwable, String) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, String) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, Throwable, String) - Method in class org.restlet.Response
Sets the status.
setStatus(Status) - Method in class org.restlet.util.WrapperResponse
Sets the status.
setStatus(Status, String) - Method in class org.restlet.util.WrapperResponse
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.util.WrapperResponse
 
setStatus(Status, Throwable, String) - Method in class org.restlet.util.WrapperResponse
 
setStatusCode(int) - Method in class org.restlet.engine.http.Call
Sets the status code.
setStatusService(StatusService) - Method in class org.restlet.Application
Sets the status service.
setStatusService(StatusService) - Method in class org.restlet.Component
Sets the status service.
setStatusService(StatusService) - Method in class org.restlet.engine.application.StatusFilter
Sets the helped status service.
setStream(InputStream) - Method in class org.restlet.representation.InputRepresentation
Sets the input stream to use.
setTag(Tag) - Method in class org.restlet.representation.RepresentationInfo
Sets the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
setTag(Tag) - Method in class org.restlet.util.WrapperRepresentation
 
setTarget(Role) - Method in class org.restlet.engine.security.RoleMapping
 
setTarget(Restlet) - Method in class org.restlet.Server
Deprecated.
Use the Server.setNext(Restlet) method instead.
setTarget(Restlet) - Method in class org.restlet.util.ServerList
Deprecated.
Use the ServerList.setNext(Restlet) method instead.
setTargetClass(Class<?>) - Method in class org.restlet.resource.Finder
Sets the target handler class which must be either a subclass of Handler or of ServerResource.
setTargetTemplate(String) - Method in class org.restlet.routing.Redirector
Sets the target URI pattern.
setTargetUri(String) - Method in class org.restlet.engine.local.DirectoryServerResource
Sets the context's target URI (file, clap URI).
setTaskService(TaskService) - Method in class org.restlet.Application
Sets the task service.
setTemplate(Template) - Method in class org.restlet.routing.TemplateRoute
Sets the reference template to match.
setText(String) - Method in class org.restlet.data.Warning
Sets the warning text.
setText(CharSequence) - Method in class org.restlet.representation.AppendableRepresentation
 
setText(CharSequence) - Method in class org.restlet.representation.StringRepresentation
Sets the string value.
setText(String) - Method in class org.restlet.representation.StringRepresentation
Sets the string value.
setThird(V) - Method in class org.restlet.util.Triple
Sets the third object.
setTransient(boolean) - Method in class org.restlet.representation.Representation
Indicates if the representation's content is transient.
setTransient(boolean) - Method in class org.restlet.util.WrapperRepresentation
 
setTrustManagerAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the TrustManager algorithm.
setTrustStorePassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePath(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the path to the trust store KeyStore.
setTrustStoreProvider(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the name of the trust store provider.
setTrustStoreType(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the KeyStore type of the trust store.
setTunnelService(TunnelService) - Method in class org.restlet.Application
Sets the tunnel service.
setType(String) - Method in class org.restlet.data.Disposition
Sets the disposition type.
setType(int) - Method in class org.restlet.routing.Variable
Sets the type of variable.
setUnmodifiedSince(Date) - Method in class org.restlet.data.Conditions
Sets the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Unmodified-Since" header.
setUri(String) - Method in class org.restlet.data.Method
Deprecated.
Method instances are shared by all Restlet applications and shouldn't be modifiable.
setUser(User) - Method in class org.restlet.data.ClientInfo
Sets the authenticated user.
setUserAgentTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled according to the user agent.
setUserClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
Sets the user class loader that should used in priority.
setUserInfo(String) - Method in class org.restlet.data.Reference
Sets the user info component for server based hierarchical identifiers.
setUserPrincipal(Principal) - Method in class org.restlet.engine.http.Call
Sets the user principal.
setUsers(List<User>) - Method in class org.restlet.security.MemoryRealm
Sets the modifiable list of users.
setValue(String) - Method in class org.restlet.data.Parameter
Sets the value.
setVariables(Map<String, Variable>) - Method in class org.restlet.routing.Template
Sets the modifiable map of variables.
setVariants(List<Variant>) - Method in class org.restlet.resource.Resource
Deprecated.
Sets the modifiable list of variants.
setVerifier(Verifier) - Method in class org.restlet.security.ChallengeAuthenticator
Sets the credentials verifier.
setVerifier(Verifier) - Method in class org.restlet.security.Realm
Sets a verifier that can check the validity of the credentials associated to a request.
setVersion(int) - Method in class org.restlet.data.Cookie
Sets the cookie specification version.
setVersion(String) - Method in class org.restlet.data.Product
Sets the version of the product.
setVersion(String) - Method in class org.restlet.engine.http.Call
Sets the protocol version used.
setWarnings(List<Warning>) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setWarnings(List<Warning>) - Method in class org.restlet.engine.http.HttpRequest
 
setWarnings(List<Warning>) - Method in class org.restlet.Message
Sets the additional warnings information.
severe(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a severe message.
sharedMaxAge(int) - Static method in class org.restlet.data.CacheDirective
Creates a "s-maxage" directive.
shouldBeChunked(Representation) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the entity should be chunked because its length is unknown.
shouldRequestBeChunked(Request) - Method in class org.restlet.engine.http.ClientCall
Indicates if the request entity should be chunked.
shouldResponseBeChunked(Response) - Method in class org.restlet.engine.http.ServerCall
Indicates if the response should be chunked because its length is unknown.
shutdown() - Method in class org.restlet.service.TaskService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownNow() - Method in class org.restlet.service.TaskService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
SimpleCall - Class in org.restlet.ext.simple.internal
Call that is used by the Simple HTTP server.
SimpleContainer - Class in org.restlet.ext.simple.internal
Simple container delegating the calls to the Restlet server helper.
SimpleContainer(SimpleServerHelper) - Constructor for class org.restlet.ext.simple.internal.SimpleContainer
Constructor.
SimpleServer - Class in org.restlet.ext.simple.internal
A subclass of BufferedPipelineFactory that sets the connection socket on each pipeline for later retrieval.
SimpleServer(Server) - Constructor for class org.restlet.ext.simple.internal.SimpleServer
Constructor.
SimpleServerHelper - Class in org.restlet.ext.simple
Abstract Simple Web server connector.
SimpleServerHelper(Server) - Constructor for class org.restlet.ext.simple.SimpleServerHelper
Constructor.
SIP - Static variable in class org.restlet.data.Protocol
SIP protocol.
SIPS - Static variable in class org.restlet.data.Protocol
SIPS protocol (via SSL socket).
size() - Method in class org.restlet.util.WrapperList
Returns the number of elements in this list.
size() - Method in class org.restlet.util.WrapperMap
Returns the number of key-value mappings in this map.
SIZE_MAX - Static variable in class org.restlet.data.Range
Maximum size available from the index.
SizedInputStream - Class in org.restlet.engine.http.io
Input stream based on a source stream that must only be partially read.
SizedInputStream(Notifiable, InputStream, long) - Constructor for class org.restlet.engine.http.io.SizedInputStream
Constructor.
skip(long) - Method in class org.restlet.engine.http.io.SizedInputStream
 
SKIP - Static variable in class org.restlet.routing.Filter
Indicates that after the Filter.beforeHandle(Request, Response) method, the request processing should skip the Filter.doHandle(Request, Response) method to continue with the Filter.afterHandle(Request, Response) method.
skipParameterSeparator() - Method in class org.restlet.engine.http.header.HeaderReader
Skips the next parameter separator (semi-colon) including leading and trailing spaces.
skippedEntity(String) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
skipSpaces() - Method in class org.restlet.engine.http.header.HeaderReader
Skips the next spaces.
skipValueSeparator() - Method in class org.restlet.engine.http.header.HeaderReader
Skips the next value separator (comma) including leading and trailing spaces.
Slf4jLogger - Class in org.restlet.ext.slf4j
JULI logger that efficiently wraps a SLF4J logger.
Slf4jLogger(Logger) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
Constructor.
Slf4jLogger(String, String) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
Constructor.
Slf4jLoggerFacade - Class in org.restlet.ext.slf4j
Restlet log facade for the SLF4J LoggerFactory.
Slf4jLoggerFacade() - Constructor for class org.restlet.ext.slf4j.Slf4jLoggerFacade
 
SMTP - Static variable in class org.restlet.data.Protocol
SMTP protocol.
SMTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
Plain SMTP scheme.
SmtpPlainHelper - Class in org.restlet.engine.security
Implements the SMTP PLAIN authentication.
SmtpPlainHelper() - Constructor for class org.restlet.engine.security.SmtpPlainHelper
Constructor.
SMTPS - Static variable in class org.restlet.data.Protocol
SMTPS protocol (via SSL/TLS socket).
sort(List<Method>) - Static method in class org.restlet.data.Method
Sorts the given list of methods by name.
SPANISH - Static variable in class org.restlet.data.Language
Spanish language.
SslContextFactory - Class in org.restlet.engine.security
This is an abstract factory that produces configured and initialised instances of SSLContext.
SslContextFactory() - Constructor for class org.restlet.engine.security.SslContextFactory
 
SslUtils - Class in org.restlet.engine.security
Various HTTPS utilities.
start() - Method in class org.restlet.Application
Starts the application, all the enabled associated services then the inbound and outbound roots.
start() - Method in class org.restlet.Client
 
start() - Method in class org.restlet.Component
Starts the component.
start() - Method in class org.restlet.engine.application.ApplicationHelper
Start hook.
start() - Method in class org.restlet.engine.component.ClientRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.component.ComponentHelper
 
start() - Method in class org.restlet.engine.component.ServerRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.ConnectorHelper
 
start() - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
start() - Method in class org.restlet.engine.http.connector.BaseHelper
 
start() - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
start() - Method in class org.restlet.engine.http.connector.HttpClientHelper
 
start() - Method in class org.restlet.engine.http.connector.HttpServerHelper
 
start(BundleContext) - Method in class org.restlet.engine.internal.Activator
Starts the OSGi bundle by registering the engine with the bundle of the Restlet API.
start() - Method in class org.restlet.engine.RestletHelper
Start callback.
start() - Method in class org.restlet.ext.netty.HttpsServerHelper
 
start() - Method in class org.restlet.ext.netty.NettyServerHelper
 
start() - Method in class org.restlet.ext.simple.HttpServerHelper
Starts the Restlet.
start() - Method in class org.restlet.ext.simple.HttpsServerHelper
Starts the Restlet.
start() - Method in class org.restlet.ext.simple.SimpleServerHelper
 
start() - Method in class org.restlet.Restlet
Starts the Restlet.
start() - Method in class org.restlet.routing.Filter
Starts the filter and the next Restlet if attached.
start() - Method in class org.restlet.routing.Router
Starts the filter and the attached routes.
start() - Method in class org.restlet.security.Realm
Starts the realm.
start() - Method in class org.restlet.Server
 
start() - Method in class org.restlet.service.LogService
Starts the log service by attempting to read the log properties if the LogService.getLogPropertiesRef() returns a non null URI reference.
start() - Method in class org.restlet.service.Service
Starts the Restlet.
start() - Method in class org.restlet.service.TaskService
 
start() - Method in class org.restlet.util.ServiceList
Starts each service.
start() - Method in class org.restlet.util.WrapperRestlet
 
startClients() - Method in class org.restlet.Component
Starts the client connectors.
startHelper() - Method in class org.restlet.Component
Starts the internal helper allowing incoming requests to be served.
startRealms() - Method in class org.restlet.Component
Starts the realms.
startRouters() - Method in class org.restlet.Component
Starts the virtual hosts and the internal router.
startServers() - Method in class org.restlet.Component
Starts the server connectors.
startServices() - Method in class org.restlet.Component
Starts the associated services.
Status - Class in org.restlet.data
Status to return after handling a call.
Status(int) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, String, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable, String, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, Throwable) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, Throwable, String) - Constructor for class org.restlet.data.Status
Constructor.
StatusFilter - Class in org.restlet.engine.application
Filter associating a response entity based on the status.
StatusFilter(Context, boolean, String, Reference) - Constructor for class org.restlet.engine.application.StatusFilter
Constructor.
StatusFilter(Context, StatusService) - Constructor for class org.restlet.engine.application.StatusFilter
Constructor from a status service.
StatusService - Class in org.restlet.service
Service to handle error statuses.
StatusService() - Constructor for class org.restlet.service.StatusService
Constructor.
StatusService(boolean) - Constructor for class org.restlet.service.StatusService
Constructor.
stop() - Method in class org.restlet.Application
Stops the application, the inbound and outbound roots then all the enabled associated services.
stop() - Method in class org.restlet.Client
 
stop() - Method in class org.restlet.Component
Stops the component.
stop() - Method in class org.restlet.engine.application.ApplicationHelper
 
stop() - Method in class org.restlet.engine.component.ComponentHelper
 
stop() - Method in class org.restlet.engine.component.ServerRouter
 
stop() - Method in class org.restlet.engine.ConnectorHelper
 
stop() - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
stop() - Method in class org.restlet.engine.http.connector.BaseHelper
 
stop() - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
stop() - Method in class org.restlet.engine.http.connector.HttpClientHelper
 
stop() - Method in class org.restlet.engine.http.connector.HttpServerHelper
 
stop(BundleContext) - Method in class org.restlet.engine.internal.Activator
Stops the OSGi bundle by unregistering the engine with the bundle of the Restlet API.
stop() - Method in class org.restlet.engine.RestletHelper
Stop callback.
stop() - Method in class org.restlet.engine.ServerHelper
 
stop() - Method in class org.restlet.ext.netty.NettyServerHelper
 
stop() - Method in class org.restlet.ext.simple.internal.SimpleServer
This is used to stop the internal server.
stop() - Method in class org.restlet.ext.simple.SimpleServerHelper
 
stop() - Method in class org.restlet.Restlet
Stops the Restlet.
STOP - Static variable in class org.restlet.routing.Filter
Indicates that the request processing should stop and return the current response from the filter.
stop() - Method in class org.restlet.routing.Filter
Stops the filter and the next Restlet if attached.
stop() - Method in class org.restlet.routing.Router
Stops the filter and the attached routes.
stop() - Method in class org.restlet.security.Realm
Stops the realm.
stop() - Method in class org.restlet.Server
 
stop() - Method in class org.restlet.service.Service
Stops the Restlet.
stop() - Method in class org.restlet.service.TaskService
 
stop() - Method in class org.restlet.util.ServiceList
Stops each service.
stop() - Method in class org.restlet.util.WrapperRestlet
 
stopClients() - Method in class org.restlet.Component
Stops the client connectors.
stopHelper() - Method in class org.restlet.Component
Stops the internal helper allowing incoming requests to be served.
stopRealms() - Method in class org.restlet.Component
Stops the realms.
stopRouters() - Method in class org.restlet.Component
Stops the virtual hosts and the internal router.
stopServers() - Method in class org.restlet.Component
Stops the server connectors.
stopServices() - Method in class org.restlet.Component
Stops the associated services.
storeRepresentation(Representation) - Method in class org.restlet.resource.Resource
Deprecated.
Stores a representation put to the resource and replaces all existing representations of the resource.
StreamRepresentation - Class in org.restlet.representation
Representation based on a BIO stream.
StreamRepresentation(MediaType) - Constructor for class org.restlet.representation.StreamRepresentation
Constructor.
StringRepresentation - Class in org.restlet.representation
Represents an Unicode string that can be converted to any character set supported by Java.
StringRepresentation(CharSequence) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, Language) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringUtils - Class in org.restlet.engine.util
String manipulation utilities.
strip(String, char) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from both ends of the source string.
strip(String, char, boolean, boolean) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from a source string.
subList(int, int) - Method in class org.restlet.data.ReferenceList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.restlet.util.RouteList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.restlet.util.Series
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(String) - Method in class org.restlet.util.Series
Returns a list of all the values associated to the parameter name.
subList(String, boolean) - Method in class org.restlet.util.Series
Returns a list of all the values associated to the parameter name.
subList(int, int) - Method in class org.restlet.util.WrapperList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
submit(Callable<T>) - Method in class org.restlet.service.TaskService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable) - Method in class org.restlet.service.TaskService
 
submit(Runnable, T) - Method in class org.restlet.service.TaskService
 
SUCCESS_ACCEPTED - Static variable in class org.restlet.data.Status
The request has been accepted for processing, but the processing has not been completed.
SUCCESS_CREATED - Static variable in class org.restlet.data.Status
The request has been fulfilled and resulted in a new resource being created.
SUCCESS_MISC_PERSISTENT_WARNING - Static variable in class org.restlet.data.Status
Warning status code, optionally including arbitrary information to be presented to a human user, typically returned by a cache.
SUCCESS_MULTI_STATUS - Static variable in class org.restlet.data.Status
This response is used to inform the client that the HTTP response entity contains a set of status codes generated during the method invocation.
SUCCESS_NO_CONTENT - Static variable in class org.restlet.data.Status
The server has fulfilled the request but does not need to return an entity-body (for example after a DELETE), and might want to return updated meta-information.
SUCCESS_NON_AUTHORITATIVE - Static variable in class org.restlet.data.Status
The request has succeeded but the returned meta-information in the entity-header does not come from the origin server, but is gathered from a local or a third-party copy.
SUCCESS_OK - Static variable in class org.restlet.data.Status
The request has succeeded.
SUCCESS_PARTIAL_CONTENT - Static variable in class org.restlet.data.Status
The server has fulfilled the partial GET request for the resource assuming the request has included a Range header field indicating the desired range.
SUCCESS_RESET_CONTENT - Static variable in class org.restlet.data.Status
The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
SUCCESS_TRANSFORMATION_APPLIED - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache or a proxy, indicating that the response has been transformed.
SystemUtils - Class in org.restlet.engine.util
System utilities.

T

Tag - Class in org.restlet.data
Validation tag equivalent to an HTTP entity tag (E-Tag).
Tag() - Constructor for class org.restlet.data.Tag
Default constructor.
Tag(String) - Constructor for class org.restlet.data.Tag
Constructor of weak tags.
Tag(String, boolean) - Constructor for class org.restlet.data.Tag
Constructor.
TagWriter - Class in org.restlet.engine.http.header
Tag header writer.
TagWriter() - Constructor for class org.restlet.engine.http.header.TagWriter
 
targetTemplate - Variable in class org.restlet.routing.Redirector
The target URI pattern.
TaskService - Class in org.restlet.service
Application service capable of running tasks asynchronously.
TaskService() - Constructor for class org.restlet.service.TaskService
Constructor.
Template - Class in org.restlet.routing
String template with a pluggable model.
Template(String) - Constructor for class org.restlet.routing.Template
Default constructor.
Template(String, int) - Constructor for class org.restlet.routing.Template
Constructor.
Template(String, int, int, String, boolean, boolean) - Constructor for class org.restlet.routing.Template
Constructor.
Template(String, int, int, String, boolean, boolean, boolean) - Constructor for class org.restlet.routing.Template
Constructor.
TemplateDispatcher - Class in org.restlet.engine
Base call dispatcher capable of resolving target resource URI templates.
TemplateDispatcher(Context) - Constructor for class org.restlet.engine.TemplateDispatcher
Constructor.
TemplateRoute - Class in org.restlet.routing
Filter scoring the affinity of calls with the attached Restlet.
TemplateRoute(Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor behaving as a simple extractor filter.
TemplateRoute(Router, String, Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor.
TemplateRoute(Router, Template, Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor.
TEXT_ALL - Static variable in class org.restlet.data.MediaType
 
TEXT_CALENDAR - Static variable in class org.restlet.data.MediaType
 
TEXT_CSS - Static variable in class org.restlet.data.MediaType
 
TEXT_CSV - Static variable in class org.restlet.data.MediaType
 
TEXT_DAT - Static variable in class org.restlet.data.MediaType
 
TEXT_HTML - Static variable in class org.restlet.data.MediaType
 
TEXT_J2ME_APP_DESCRIPTOR - Static variable in class org.restlet.data.MediaType
 
TEXT_JAVASCRIPT - Static variable in class org.restlet.data.MediaType
 
TEXT_PLAIN - Static variable in class org.restlet.data.MediaType
 
TEXT_RDF_N3 - Static variable in class org.restlet.data.MediaType
 
TEXT_RDF_NTRIPLES - Static variable in class org.restlet.data.MediaType
 
TEXT_TSV - Static variable in class org.restlet.data.MediaType
 
TEXT_URI_LIST - Static variable in class org.restlet.data.MediaType
 
TEXT_VCARD - Static variable in class org.restlet.data.MediaType
 
TEXT_XML - Static variable in class org.restlet.data.MediaType
 
TIMEOUT - Static variable in class org.restlet.engine.io.SelectorFactory
The timeout before we exit.
toArray() - Method in class org.restlet.util.WrapperList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class org.restlet.util.WrapperList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toByteArray(char[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a char array into a byte array using the default character set.
toByteArray(char[], String) - Static method in class org.restlet.engine.io.BioUtils
Converts a char array into a byte array using the default character set.
toCharArray(byte[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into a character array using the default character set.
toCharArray(byte[], String) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into a character array using the default character set.
toCharset() - Method in class org.restlet.data.CharacterSet
Returns the NIO charset matching the character set name.
toHexString(byte[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into an hexadecimal string.
TokenReader - Class in org.restlet.engine.http.header
Token header reader.
TokenReader(String) - Constructor for class org.restlet.engine.http.header.TokenReader
Constructor.
toObject(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Converts a Representation into a regular Java object.
toObject(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
toObject(Representation, Class<T>, UniformResource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
toObject(Representation, Class<T>) - Method in class org.restlet.resource.UniformResource
Converts a representation into a Java object.
toObject(Representation) - Method in class org.restlet.service.ConverterService
Converts a Representation into a regular Java object.
toObject(Representation, Class<T>, UniformResource) - Method in class org.restlet.service.ConverterService
Converts a Representation into a regular Java object.
toRepresentation(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Converts a regular Java object into a Representation.
toRepresentation(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
toRepresentation(Object, Variant, UniformResource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
toRepresentation(Object, Variant) - Method in class org.restlet.resource.UniformResource
Converts an object into a representation based on client preferences.
toRepresentation(Object) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRepresentation(Object, Variant, UniformResource) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRequest(ServerCall) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Converts a low-level HTTP call into a high-level uniform request.
toSpecific(HttpClientHelper, Request) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Converts a low-level HTTP call into a high-level uniform call.
toString() - Method in class org.restlet.data.ChallengeScheme
Returns the name.
toString() - Method in class org.restlet.data.MediaType
 
toString() - Method in class org.restlet.data.Metadata
Returns the metadata name.
toString() - Method in class org.restlet.data.Method
Returns the name.
toString() - Method in class org.restlet.data.Preference
 
toString() - Method in class org.restlet.data.Protocol
Returns the name.
toString(String, String, Integer, String, String, String) - Static method in class org.restlet.data.Reference
Creates a reference string from its parts.
toString(String, String, String) - Static method in class org.restlet.data.Reference
Creates a relative reference string from its parts.
toString(String, String, String, String, String) - Static method in class org.restlet.data.Reference
Creates a reference string from its parts.
toString() - Method in class org.restlet.data.Reference
Returns the reference as an URI string.
toString(boolean, boolean) - Method in class org.restlet.data.Reference
Returns the URI reference string.
toString() - Method in class org.restlet.data.Status
Returns the name of the status followed by its HTTP code.
toString() - Method in class org.restlet.data.Tag
Returns the name.
toString(InputStream) - Static method in class org.restlet.engine.io.BioUtils
Converts an input stream to a string.
As this method uses the InputstreamReader class, the default character set is used for decoding the input stream.
toString(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Converts an input stream to a string using the specified character set for decoding the input stream.
toString(Reader) - Static method in class org.restlet.engine.io.BioUtils
Converts a reader to a string.
toString() - Method in class org.restlet.engine.resource.AnnotationInfo
 
toString(Calendar) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Calendar object to an RFC 3339 date/time string.
toString(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the specified time zone.
toString(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the specified time zone.
toString() - Method in class org.restlet.engine.util.InternetDateFormat
Converts this InternetDateFormat object to an RFC 3339 date/time string.
toString() - Method in class org.restlet.representation.Variant
 
toString() - Method in class org.restlet.Request
Displays a synthesis of the request like an HTTP request line.
toString() - Method in exception org.restlet.resource.ResourceException
 
toString() - Method in class org.restlet.Response
Displays a synthesis of the response like an HTTP status line.
toString() - Method in class org.restlet.routing.TemplateRoute
 
toString() - Method in class org.restlet.security.Group
 
toString() - Method in class org.restlet.security.Realm
 
toString() - Method in class org.restlet.security.Role
 
toString() - Method in class org.restlet.security.User
 
toString() - Method in class org.restlet.util.Couple
 
toString() - Method in class org.restlet.util.Triple
 
toString() - Method in class org.restlet.util.WrapperList
Returns a string representation of the list.
toString() - Method in class org.restlet.util.WrapperRequest
 
toString() - Method in class org.restlet.util.WrapperResponse
 
toUri() - Method in class org.restlet.data.Reference
Converts to a URI instance.
toUrl() - Method in class org.restlet.data.Reference
Converts to a URL instance.
TRACE - Static variable in class org.restlet.data.Method
Used to invoke a remote, application-layer loop-back of the request message.
TraceHandler - Class in org.restlet.engine.log
Special handler that logs in the console all log message sent through the log manager.
TraceHandler() - Constructor for class org.restlet.engine.log.TraceHandler
 
TraceInputStream - Class in org.restlet.engine.io
Filter input stream that sends a copy of all data on the standard console.
TraceInputStream(InputStream) - Constructor for class org.restlet.engine.io.TraceInputStream
Constructor.
TraceOutputStream - Class in org.restlet.engine.io
Filter output stream that sends a copy of all data on the standard console.
TraceOutputStream(OutputStream) - Constructor for class org.restlet.engine.io.TraceOutputStream
Constructor.
Triple<T,U,V> - Class in org.restlet.util
Relationship between three typed objects.
Triple(T, U, V) - Constructor for class org.restlet.util.Triple
Constructor.
TunnelFilter - Class in org.restlet.engine.application
Filter tunneling browser calls into full REST calls.
TunnelFilter(Context) - Constructor for class org.restlet.engine.application.TunnelFilter
Constructor.
TunnelService - Class in org.restlet.service
Application service tunneling request method or client preferences.
TunnelService(boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the query tunnel and disables the extensions and user agent tunnels.
TunnelService(boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the query tunnel and disables the extensions and user agent tunnels.
TunnelService(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that disables the user agent tunnel.
TunnelService(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the header tunneling.
TunnelService(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor.
TYPE_ALL - Static variable in class org.restlet.routing.Variable
Matches all characters.
TYPE_ALPHA - Static variable in class org.restlet.routing.Variable
Matches all alphabetical characters.
TYPE_ALPHA_DIGIT - Static variable in class org.restlet.routing.Variable
Matches all alphabetical and digital characters.
TYPE_ATTACHMENT - Static variable in class org.restlet.data.Disposition
Indicates that the part is intended to be separated from the full message.
TYPE_CHARACTER_SET - Static variable in class org.restlet.engine.http.header.PreferenceReader
 
TYPE_COMMENT - Static variable in class org.restlet.routing.Variable
Matches any TEXT excluding "(" and ")".
TYPE_COMMENT_ATTRIBUTE - Static variable in class org.restlet.routing.Variable
Matches any TEXT inside a comment excluding ";".
TYPE_DIGIT - Static variable in class org.restlet.routing.Variable
Matches all digital characters.
TYPE_ENCODING - Static variable in class org.restlet.engine.http.header.PreferenceReader
 
TYPE_INLINE - Static variable in class org.restlet.data.Disposition
Indicates that the part is intended to be displayed automatically upon display of the full message.
TYPE_LANGUAGE - Static variable in class org.restlet.engine.http.header.PreferenceReader
 
TYPE_MEDIA_TYPE - Static variable in class org.restlet.engine.http.header.PreferenceReader
 
TYPE_NONE - Static variable in class org.restlet.data.Disposition
Indicates that the part is not intended to be displayed.
TYPE_TOKEN - Static variable in class org.restlet.routing.Variable
Matches any CHAR except CTLs or separators.
TYPE_URI_ALL - Static variable in class org.restlet.routing.Variable
Matches all URI characters.
TYPE_URI_FRAGMENT - Static variable in class org.restlet.routing.Variable
Matches URI fragment characters.
TYPE_URI_PATH - Static variable in class org.restlet.routing.Variable
Matches URI path characters (not the query or the fragment parts).
TYPE_URI_QUERY - Static variable in class org.restlet.routing.Variable
Matches URI query characters.
TYPE_URI_QUERY_PARAM - Static variable in class org.restlet.routing.Variable
Matches URI query parameter characters (name or value).
TYPE_URI_SCHEME - Static variable in class org.restlet.routing.Variable
Matches URI scheme characters.
TYPE_URI_SEGMENT - Static variable in class org.restlet.routing.Variable
Matches URI segment characters.
TYPE_URI_UNRESERVED - Static variable in class org.restlet.routing.Variable
Matches unreserved URI characters.
TYPE_WORD - Static variable in class org.restlet.routing.Variable
Matches all alphabetical and digital characters plus the underscore.

U

unauthenticated(Request, Response) - Method in class org.restlet.security.Authenticator
Invoked upon failed authentication.
unauthorized(Request, Response) - Method in class org.restlet.security.Authorizer
Invoked upon failed authorization.
UnclosableInputStream - Class in org.restlet.engine.http.io
InputStream decorator to trap close() calls so that the underlying stream is not closed.
UnclosableInputStream(InputStream) - Constructor for class org.restlet.engine.http.io.UnclosableInputStream
Constructor.
UnclosableOutputStream - Class in org.restlet.engine.http.io
OutputStream decorator to trap close() calls so that the decorated stream does not get closed.
UnclosableOutputStream(OutputStream) - Constructor for class org.restlet.engine.http.io.UnclosableOutputStream
Constructor.
Uniform - Interface in org.restlet
Uniform REST interface.
UniformResource - Class in org.restlet.resource
Base resource class exposing the uniform REST interface.
UniformResource() - Constructor for class org.restlet.resource.UniformResource
 
UNKNOWN_PORT - Static variable in class org.restlet.data.Protocol
Indicates that the port number is undefined.
UNKNOWN_SIZE - Static variable in class org.restlet.representation.Representation
Indicates that the size of the representation can't be known in advance.
UNLOCK - Static variable in class org.restlet.data.Method
Removes the lock identified by the lock token from the request URI, and all other resources included in the lock.
unmap(Group, Role) - Method in class org.restlet.security.MemoryRealm
Unmaps a group defined in a component from a role defined in the application.
unmap(User, Role) - Method in class org.restlet.security.MemoryRealm
Unmaps a user defined in a component from a role defined in the application.
unmodifiable(Date) - Static method in class org.restlet.engine.util.DateUtils
Returns an immutable version of a given date.
unmodifiableSeries(Series<? extends Parameter>) - Static method in class org.restlet.util.Series
Returns an unmodifiable view of the specified series.
unread() - Method in class org.restlet.engine.http.header.HeaderReader
Unreads the last character.
update() - Method in class org.restlet.engine.application.ApplicationHelper
 
update() - Method in class org.restlet.engine.component.ComponentHelper
Set the new server router that will compute the new routes when the first request will be received (automatic start).
update() - Method in class org.restlet.engine.ConnectorHelper
 
update(String, Representation) - Static method in class org.restlet.engine.http.header.RangeReader
Parse the Content-Range header value and update the given representation.
update() - Method in class org.restlet.engine.RestletHelper
Update callback with less impact than a RestletHelper.stop() followed by a RestletHelper.start().
update(ChallengeResponse, Request, Response) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Updates a ChallengeResponse object according to given request and response.
updateAllowedMethods() - Method in class org.restlet.resource.Handler
Deprecated.
Updates the set of allowed methods on the response.
updateAllowedMethods() - Method in class org.restlet.resource.ServerResource
Invoked when the list of allowed methods needs to be updated.
updateDimensions() - Method in class org.restlet.resource.ServerResource
Update the dimensions that were used for content negotiation.
updateHosts() - Method in class org.restlet.Component
Updates the component to take into account changes to the virtual hosts.
updateMetadata(String, Variant, boolean, MetadataService) - Static method in class org.restlet.engine.local.Entity
Updates some variant metadata based on a given entry name with extensions.
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, MediaType, float) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.DefaultConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
 
updatePreferences(List<Preference<MediaType>>, Class<?>) - Method in class org.restlet.service.ConverterService
Updates the media type preferences with available conversion capabilities for the given entity class.
updateResponse(Response, Status, ClientCall) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Updates the response with information from the lower-level HTTP client call.
updateSize() - Method in class org.restlet.representation.StringRepresentation
Updates the expected size according to the current string value.
US_ASCII - Static variable in class org.restlet.data.CharacterSet
The US-ASCII character set.
User - Class in org.restlet.security
User part of a security realm.
User() - Constructor for class org.restlet.security.User
Default constructor.
User(String) - Constructor for class org.restlet.security.User
Constructor.
User(String, char[]) - Constructor for class org.restlet.security.User
Constructor.
User(String, char[], String, String, String) - Constructor for class org.restlet.security.User
Constructor.
User(String, String) - Constructor for class org.restlet.security.User
Constructor.
User(String, String, String, String, String) - Constructor for class org.restlet.security.User
Constructor.
UTC - Static variable in class org.restlet.engine.util.InternetDateFormat
A time zone with zero offset and no DST.
UTF_16 - Static variable in class org.restlet.data.CharacterSet
The UTF-16 character set.
UTF_8 - Static variable in class org.restlet.data.CharacterSet
The UTF-8 character set.

V

validate(String, boolean, String) - Method in class org.restlet.routing.Route
Deprecated.
Checks the request attributes for presence, format, etc.
validate(String, boolean, String) - Method in class org.restlet.routing.Validator
Checks the request attributes for presence or format.
validateFormat(String, String) - Method in class org.restlet.routing.Validator
Checks the request attributes for format only.
validatePresence(String) - Method in class org.restlet.routing.Validator
Checks the request attributes for presence only.
Validator - Class in org.restlet.routing
Filter validating attributes from a call.
Validator() - Constructor for class org.restlet.routing.Validator
Constructor.
Validator(Context) - Constructor for class org.restlet.routing.Validator
Constructor.
Validator(Context, Restlet) - Constructor for class org.restlet.routing.Validator
Constructor.
validOps() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
valueOf(String) - Static method in class org.restlet.data.ChallengeScheme
Returns the challenge scheme associated to a scheme name.
valueOf(String) - Static method in class org.restlet.data.CharacterSet
Returns the character set associated to a name.
valueOf(String) - Static method in enum org.restlet.data.Dimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.restlet.data.Encoding
Returns the encoding associated to a name.
valueOf(String) - Static method in class org.restlet.data.Language
Returns the language associated to a name.
valueOf(String) - Static method in class org.restlet.data.MediaType
Returns the media type associated to a name.
valueOf(String) - Static method in class org.restlet.data.Method
Returns the method associated to a given method name.
valueOf(String) - Static method in class org.restlet.data.Protocol
Creates the protocol associated to a URI scheme name.
valueOf(int) - Static method in class org.restlet.data.Status
Returns the status associated to a code.
valueOf(String) - Static method in enum org.restlet.engine.Edition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.engine.http.connector.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the UTC (Z) time zone.
valueOf(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the specified time zone.
valueOf(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the UTC (Z) time zone.
valueOf(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the specified time zone.
valueOf(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
valueOf(String) - Static method in enum org.restlet.ext.netty.internal.NettyParams
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.restlet.data.Dimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.Edition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.http.connector.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.netty.internal.NettyParams
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.restlet.util.WrapperMap
Returns a collection view of the values contained in this map.
Variable - Class in org.restlet.routing
Variable descriptor for reference templates.
Variable() - Constructor for class org.restlet.routing.Variable
Default constructor.
Variable(int) - Constructor for class org.restlet.routing.Variable
Constructor.
Variable(int, String, boolean, boolean) - Constructor for class org.restlet.routing.Variable
Constructor.
Variable(int, String, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.routing.Variable
Constructor.
Variant - Class in org.restlet.representation
Descriptor for available representations of a resource.
Variant() - Constructor for class org.restlet.representation.Variant
Default constructor.
Variant(MediaType) - Constructor for class org.restlet.representation.Variant
Constructor.
Variant(MediaType, Language) - Constructor for class org.restlet.representation.Variant
Constructor.
VariantInfo - Class in org.restlet.engine.resource
Variant that is declared by an annotated Java method.
VariantInfo(MediaType) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(MediaType, AnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(Variant, AnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VELOCITY - Static variable in class org.restlet.data.Encoding
The Velocity encoding.
Verifier - Interface in org.restlet.security
Verifies the credentials provided by a client user sending a request.
verify(String, char[]) - Method in class org.restlet.security.LocalVerifier
 
verify(Request, Response) - Method in class org.restlet.security.SecretVerifier
Verifies that the proposed secret is correct for the specified request.
verify(String, char[]) - Method in class org.restlet.security.SecretVerifier
Verifies that the identifier/secret couple is valid.
verify(Request, Response) - Method in interface org.restlet.security.Verifier
Attempts to verify the credentials provided by the client user sending the request.
VERSION - Static variable in class org.restlet.engine.Engine
Complete version.
VERSION_HEADER - Static variable in class org.restlet.engine.Engine
Complete version header.
VIDEO_ALL - Static variable in class org.restlet.data.MediaType
 
VIDEO_AVI - Static variable in class org.restlet.data.MediaType
 
VIDEO_MP4 - Static variable in class org.restlet.data.MediaType
 
VIDEO_MPEG - Static variable in class org.restlet.data.MediaType
 
VIDEO_QUICKTIME - Static variable in class org.restlet.data.MediaType
 
VIDEO_WMV - Static variable in class org.restlet.data.MediaType
 
VirtualHost - Class in org.restlet.routing
Router of calls from Server connectors to Restlets.
VirtualHost() - Constructor for class org.restlet.routing.VirtualHost
Constructor.
VirtualHost(Context) - Constructor for class org.restlet.routing.VirtualHost
Constructor.
VirtualHost(Context, String, String, String, String, String, String, String, String) - Constructor for class org.restlet.routing.VirtualHost
Constructor.

W

waitForState(SelectableChannel, int) - Static method in class org.restlet.engine.io.NioUtils
Waits for the given channel to be ready for a specific operation.
WAR - Static variable in class org.restlet.data.Protocol
Local Web Archive access protocol.
Warning - Class in org.restlet.data
Additional information about the status or transformation of a request or response.
Warning() - Constructor for class org.restlet.data.Warning
Constructor.
warning(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
warning(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a warning message.
WarningReader - Class in org.restlet.engine.http.header
Warning header reader.
WarningReader(String) - Constructor for class org.restlet.engine.http.header.WarningReader
Constructor.
WarningWriter - Class in org.restlet.engine.http.header
Warning header writer.
WarningWriter() - Constructor for class org.restlet.engine.http.header.WarningWriter
 
WebDavProtocolHelper - Class in org.restlet.engine.http
Protocol helper for the WEBDAV protocol.
WebDavProtocolHelper() - Constructor for class org.restlet.engine.http.WebDavProtocolHelper
 
WINDOWS_1252 - Static variable in class org.restlet.data.CharacterSet
The Windows-1252 ('ANSI') character set.
wrap(Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the client resource to proxy calls to the given Java interface into Restlet method calls.
wrap(ExecutorService) - Static method in class org.restlet.service.TaskService
Wraps a JDK executor service to ensure that the threads executing the tasks will have the thread local variables copied from the calling thread.
WrapperList<E> - Class in org.restlet.util
List wrapper.
WrapperList() - Constructor for class org.restlet.util.WrapperList
Constructor.
WrapperList(int) - Constructor for class org.restlet.util.WrapperList
Constructor.
WrapperList(List<E>) - Constructor for class org.restlet.util.WrapperList
Constructor.
WrapperMap<K,V> - Class in org.restlet.util
Map wrapper.
WrapperMap() - Constructor for class org.restlet.util.WrapperMap
Constructor.
WrapperMap(Map<K, V>) - Constructor for class org.restlet.util.WrapperMap
Constructor.
WrapperRepresentation - Class in org.restlet.util
Representation wrapper.
WrapperRepresentation(Representation) - Constructor for class org.restlet.util.WrapperRepresentation
Constructor.
WrapperRequest - Class in org.restlet.util
Request wrapper.
WrapperRequest(Request) - Constructor for class org.restlet.util.WrapperRequest
Constructor.
WrapperResponse - Class in org.restlet.util
Request wrapper.
WrapperResponse(Response) - Constructor for class org.restlet.util.WrapperResponse
Constructor.
WrapperRestlet - Class in org.restlet.util
Restlet wrapper.
WrapperRestlet(Restlet) - Constructor for class org.restlet.util.WrapperRestlet
Constructor.
WritableRepresentation - Class in org.restlet.representation
Representation based on a writable NIO byte channel.
WritableRepresentation(MediaType) - Constructor for class org.restlet.representation.WritableRepresentation
Constructor.
write(OutputStream) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.engine.application.EncodeRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.engine.application.EncodeRepresentation
Writes the representation to a byte channel.
write(Writer) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(OutputStream) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(List<CacheDirective>) - Static method in class org.restlet.engine.http.header.CacheDirectiveWriter
Writes a list of cache directives with a comma separator.
write(CookieSetting) - Static method in class org.restlet.engine.http.header.CookieSettingWriter
Writes a cookie setting.
write(List<CookieSetting>) - Static method in class org.restlet.engine.http.header.CookieSettingWriter
Writes a list of cookie settings.
write(Cookie) - Static method in class org.restlet.engine.http.header.CookieWriter
Writes a cookie.
write(List<Cookie>) - Static method in class org.restlet.engine.http.header.CookieWriter
Writes a cookie.
write(Date) - Static method in class org.restlet.engine.http.header.DateWriter
Writes a date header.
write(Date, boolean) - Static method in class org.restlet.engine.http.header.DateWriter
Writes a date header.
write(Collection<Dimension>) - Static method in class org.restlet.engine.http.header.DimensionWriter
Creates a vary header from the given dimensions.
write(Disposition) - Static method in class org.restlet.engine.http.header.DispositionWriter
Formats a disposition.
write(List<Encoding>) - Static method in class org.restlet.engine.http.header.EncodingWriter
Writes a list of encodings.
write(List<Expectation>) - Static method in class org.restlet.engine.http.header.ExpectationWriter
Writes a list of expectations with a comma separator.
write(List<Language>) - Static method in class org.restlet.engine.http.header.LanguageWriter
Writes a list of languages.
write(Set<Method>) - Static method in class org.restlet.engine.http.header.MethodWriter
Writes a set of methods with a comma separator.
write(List) - Static method in class org.restlet.engine.http.header.PreferenceWriter
Writes a list of preferences with a comma separator.
write(List<Product>) - Static method in class org.restlet.engine.http.header.ProductWriter
Formats the given List of Products to a String.
write(List<Range>) - Static method in class org.restlet.engine.http.header.RangeWriter
Format ranges as a Range header value
write(Range, long) - Static method in class org.restlet.engine.http.header.RangeWriter
Format range as a Content-Range header value
write(List<RecipientInfo>) - Static method in class org.restlet.engine.http.header.RecipientInfoWriter
Creates a via header from the given recipients info.
write(List<Tag>) - Static method in class org.restlet.engine.http.header.TagWriter
Writes a list of tags.
write(Tag) - Static method in class org.restlet.engine.http.header.TagWriter
Writes a tag.
write(List<Warning>) - Static method in class org.restlet.engine.http.header.WarningWriter
Writes a warning.
write(int) - Method in class org.restlet.engine.http.io.ChunkedOutputStream
 
write(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(int) - Method in class org.restlet.engine.io.TraceOutputStream
 
write(int) - Method in class org.restlet.engine.io.WriterOutputStream
 
write(OutputStream) - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
write(Writer) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.ChannelRepresentation
 
write(Writer) - Method in class org.restlet.representation.ChannelRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.CharacterRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.CharacterRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.DigesterRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.representation.DigesterRepresentation
 
write(Writer) - Method in class org.restlet.representation.DigesterRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
 
write(Writer) - Method in class org.restlet.representation.DigestRepresentation
Deprecated.
 
write(Writer) - Method in class org.restlet.representation.EmptyRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.EmptyRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.EmptyRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.FileRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.FileRepresentation
Writes the representation to a byte channel.
write(Writer) - Method in class org.restlet.representation.FileRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.InputRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.ObjectRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.ReadableRepresentation
 
write(Writer) - Method in class org.restlet.representation.ReaderRepresentation
 
write(Writer) - Method in class org.restlet.representation.Representation
Writes the representation to a characters writer.
write(WritableByteChannel) - Method in class org.restlet.representation.Representation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.representation.Representation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.representation.StreamRepresentation
 
write(Writer) - Method in class org.restlet.representation.StreamRepresentation
 
write(Writer) - Method in class org.restlet.representation.StringRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.WritableRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.WriterRepresentation
 
write(OutputStream) - Method in class org.restlet.util.WrapperRepresentation
 
write(Writer) - Method in class org.restlet.util.WrapperRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.util.WrapperRepresentation
 
writeCRLF(OutputStream) - Static method in class org.restlet.engine.http.header.HeaderUtils
Writes a new line.
writeHeaderLine(Parameter, OutputStream) - Static method in class org.restlet.engine.http.header.HeaderUtils
Writes a header line.
writeMessage(Response) - Method in class org.restlet.engine.http.connector.ClientConnection
Write the given response on the socket.
writeMessage(Response) - Method in class org.restlet.engine.http.connector.Connection
Write the given message on the socket.
writeMessage(Response, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Writes the message and its headers.
writeMessage(Response) - Method in class org.restlet.engine.http.connector.ServerConnection
Write the given response on the socket.
writeMessageBody(Representation, WritableByteChannel, OutputStream) - Method in class org.restlet.engine.http.connector.Connection
Effectively writes the message body.
writeMessageHead(Response, OutputStream, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Writes the message head to the given output stream.
writeMessageHead(Response, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Writes the message head.
writeMessageHeadLine(Response, OutputStream) - Method in class org.restlet.engine.http.connector.ClientConnection
 
writeMessageHeadLine(Response, OutputStream) - Method in class org.restlet.engine.http.connector.Connection
Writes the message head line to the given output stream.
writeMessageHeadLine(Response, OutputStream) - Method in class org.restlet.engine.http.connector.ServerConnection
 
writeMessages() - Method in class org.restlet.engine.http.connector.Connection
Writes outbound messages to the socket.
writeResponseBody(Representation, WritableByteChannel, OutputStream) - Method in class org.restlet.engine.http.ServerCall
Effectively writes the response body.
writeResponseHead(Response) - Method in class org.restlet.engine.http.ServerCall
Writes the response status line and headers.
writeResponseHead(Response, OutputStream) - Method in class org.restlet.engine.http.ServerCall
Writes the response head to the given output stream.
writeResponseHead(Response) - Method in class org.restlet.ext.netty.internal.NettyServerCall
 
writeResponseHead(Response) - Method in class org.restlet.ext.simple.internal.SimpleCall
 
WriterOutputStream - Class in org.restlet.engine.io
Outputstream wrapping a character writer.
WriterOutputStream(Writer) - Constructor for class org.restlet.engine.io.WriterOutputStream
Constructor.
WriterRepresentation - Class in org.restlet.representation
Representation based on a BIO characters writer.
WriterRepresentation(MediaType) - Constructor for class org.restlet.representation.WriterRepresentation
Constructor.
WriterRepresentation(MediaType, long) - Constructor for class org.restlet.representation.WriterRepresentation
Constructor.

Z

ZIP - Static variable in class org.restlet.data.Encoding
The Info-Zip encoding.
ZIP - Static variable in class org.restlet.data.Protocol
ZIP is a special scheme to access to representations inside Zip archive files.
ZipClientHelper - Class in org.restlet.engine.local
ZIP and JAR client connector.
ZipClientHelper(Client) - Constructor for class org.restlet.engine.local.ZipClientHelper
Constructor.
ZipEntryEntity - Class in org.restlet.engine.local
Local entity based on an entry in a Zip archive.
ZipEntryEntity(ZipFile, String, MetadataService) - Constructor for class org.restlet.engine.local.ZipEntryEntity
Constructor.
ZipEntryEntity(ZipFile, ZipEntry, MetadataService) - Constructor for class org.restlet.engine.local.ZipEntryEntity
Constructor.
ZipEntryRepresentation - Class in org.restlet.engine.local
An entry in a Zip/JAR file.
ZipEntryRepresentation(MediaType, ZipFile, ZipEntry) - Constructor for class org.restlet.engine.local.ZipEntryRepresentation
Constructor.
zipFile - Variable in class org.restlet.engine.local.ZipEntryEntity
The Zip file.
zipFile - Variable in class org.restlet.engine.local.ZipEntryRepresentation
The Zip file.
A B C D E F G H I J K L M N O P Q R S T U V W Z 

Copyright © 2005-2012. All Rights Reserved.