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

A

accept(Request, Response) - Method in class org.restlet.Guard
Accepts the call.
add(String) - Method in class org.restlet.data.ReferenceList
Creates then adds a reference at the end of the list.
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(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 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.
addCommonExtensions() - Method in class org.restlet.service.MetadataService
Adds a common list of associations from extensions to metadata.
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.
after(Date, Date) - Static method in class org.restlet.util.DateUtils
Compares two date with a precision of one second.
afterHandle(Request, Response) - Method in class org.restlet.Filter
Allows filtering after processing by the next Restlet.
afterHandle(Request, Response) - Method in class org.restlet.Transformer
 
afterSend(Representation) - Method in class org.restlet.service.ConnectorService
Call-back method invoked by the client or server connectors just after sending the entity 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.
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.Protocol
All protocols wildcard.
ALL - Static variable in class org.restlet.data.Tag
Tag matching any other tag, used in call's condition data.
allowClient(ClientInfo) - Method in class org.restlet.service.TunnelService
Indicates if the request from a given client can be tunnelled.
allowDelete() - Method in class org.restlet.resource.Resource
Indicates if it is allowed to delete the resource.
allowGet() - Method in class org.restlet.resource.Resource
Indicates if it is allowed to get the variants.
allowPost() - Method in class org.restlet.resource.Resource
Indicates if it is allowed to post to the resource.
allowPut() - Method in class org.restlet.resource.Resource
Indicates if it is allowed to put to the resource.
Application - Class in org.restlet
Restlet that can be attached to one or more VirtualHosts.
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_ATOM_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_CAB - 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_ARCHIVE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_OBJECT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVASCRIPT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JSON - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OCTET_STREAM - 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_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RTF - 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_WORD - Static variable in class org.restlet.data.MediaType
 
APPLICATION_WWW_FORM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XHTML_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ZIP - Static variable in class org.restlet.data.MediaType
 
attach(Restlet) - Method in class org.restlet.Router
Attaches a target Restlet to this router with an empty URI pattern.
attach(String, Class<? extends Resource>) - Method in class org.restlet.Router
Attaches a target Resource class to this router based on a given URI pattern.
attach(String, Restlet) - Method in class org.restlet.Router
Attaches a target Restlet to this router based on a given URI pattern.
attachDefault(Class<? extends Resource>) - Method in class org.restlet.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.Router
Attaches a Restlet to this router as the default target to invoke when no route matches.
AUDIO_ALL - 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(Request) - Method in class org.restlet.Guard
Indicates if the call is properly authenticated.
authorize(Request) - Method in class org.restlet.Guard
Indicates if the request is authorized to pass through the Guard.

B

before(Date, Date) - Static method in class org.restlet.util.DateUtils
Compares two date with a precision of one second.
beforeHandle(Request, Response) - Method in class org.restlet.Filter
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.Route
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.Transformer
 
beforeSend(Representation) - Method in class org.restlet.service.ConnectorService
Call-back method invoked by the client or server connectors just before sending the entity to the target component.
BEST - Static variable in class org.restlet.Router
Each call will be routed to the route with the best score, if the required score is reached.
ByteUtils - Class in org.restlet.util
Byte manipulation utilities.

C

challenge(Response) - Method in class org.restlet.Guard
Challenges the client by adding a challenge request to the response and by setting the status to CLIENT_ERROR_UNAUTHORIZED.
ChallengeRequest - Class in org.restlet.data
Authentication challenge sent by an origin server to a client.
ChallengeRequest(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeRequest
Constructor.
ChallengeResponse - Class in org.restlet.data
Authentication response sent by client to an origin server.
ChallengeResponse(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, char[]) - 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.
ChannelRepresentation - Class in org.restlet.resource
Representation based on a NIO byte channel.
ChannelRepresentation(MediaType) - Constructor for class org.restlet.resource.ChannelRepresentation
Constructor.
characters(char[], int, int) - Method in class org.restlet.util.XmlWriter
Write character data.
characters(String) - Method in class org.restlet.util.XmlWriter
Write a string of character data, with XML escaping.
CharacterSet - Class in org.restlet.data
Character set used to encode characters in textual representations.
CharacterSet(String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
CharacterSet(String, String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
checkSecret(String, char[]) - Method in class org.restlet.Guard
Indicates if the secret is valid for the given identifier.
CLAP - Static variable in class org.restlet.data.Protocol
Class loader access protocol.
CLAP_CLASS - 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.
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.
Client - Class in org.restlet
Connector acting as a generic client.
Client(Context, List<Protocol>) - 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_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 behaviour 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.
ClientInfo - Class in org.restlet.data
Client specific data related to a call.
ClientInfo() - Constructor for class org.restlet.data.ClientInfo
Constructor.
ClientList - Class in org.restlet.util
Modifiable list of client connectors.
ClientList(Context) - Constructor for class org.restlet.util.ClientList
Constructor.
compareTo(Parameter) - Method in class org.restlet.data.Parameter
Compares this object with the specified object for order.
Component - Class in org.restlet
Restlet managing a set of Connectors, VirtualHosts and Applications.
Component() - Constructor for class org.restlet.Component
Constructor.
COMPRESS - Static variable in class org.restlet.data.Encoding
The common Unix file compression.
Conditions - Class in org.restlet.data
Set of conditions applying to a request.
Conditions() - Constructor for class org.restlet.data.Conditions
Constructor.
CONNECT - Static variable in class org.restlet.data.Method
Used with a proxy that can dynamically switch to being a tunnel.
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
A client connector faces an error during the communication with the remote server (interruption, timeout, etc).
CONNECTOR_ERROR_CONNECTION - Static variable in class org.restlet.data.Status
A client connector can not connect to the remote server.
CONNECTOR_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
Generic status code sent by a client connector when an error occurs during the process of a request to its server or the process of a response to its client.
ConnectorService - Class in org.restlet.service
Service providing client and server connectors.
ConnectorService() - Constructor for class org.restlet.service.ConnectorService
Constructor.
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.
Context - Class in org.restlet
Contextual data and services provided to a Restlet.
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.
ConverterService - Class in org.restlet.service
Service converting message entities into higher-level objects.
ConverterService() - Constructor for class org.restlet.service.ConverterService
 
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.
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
Preferred constructor.
CookieSetting(int, String, String, String, String) - Constructor for class org.restlet.data.CookieSetting
Preferred constructor.
CookieSetting(String, String) - Constructor for class org.restlet.data.CookieSetting
Preferred constructor.
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.
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.
createClapReference(int, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createContext(String) - Method in class org.restlet.util.Helper
Creates a new context.
createDirectoryResource(Directory, Request, Response) - Method in class org.restlet.util.Engine
Creates a directory resource.
createEntry(String, String) - Method in class org.restlet.data.Form
 
createEntry(String, String) - Method in class org.restlet.util.Series
Creates a new entry.
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.
createHelper(Application, Context) - Method in class org.restlet.util.Engine
Creates a new helper for a given component.
createHelper(Client) - Method in class org.restlet.util.Engine
Creates a new helper for a given client connector.
createHelper(Component) - Method in class org.restlet.util.Engine
Creates a new helper for a given component.
createHelper(Server) - Method in class org.restlet.util.Engine
Creates a new helper for a given server connector.
createJarReference(Reference, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createResource(Request, Response) - Method in class org.restlet.Finder
Creates a new instance of the resource class designated by the "targetClass" property.
createRoot() - Method in class org.restlet.Application
Creates a root Restlet that will receive all incoming calls.
createRoute(String, Restlet) - Method in class org.restlet.Router
Creates a new route for the given URI pattern and target.
createRoute(String, Restlet) - Method in class org.restlet.VirtualHost
 
createSeries(List<Parameter>) - Method in class org.restlet.data.Form
 
createSeries(List<E>) - Method in class org.restlet.util.Series
Creates a new series.
CUSTOM - Static variable in class org.restlet.data.ChallengeScheme
Custom scheme based on IP address or cookies or query params, etc.
CUSTOM - Static variable in class org.restlet.Router
Each call will be routed according to a custom mode.

D

dataElement(String, String) - Method in class org.restlet.util.XmlWriter
Write an element with character data content but no attributes or Namespace URI.
dataElement(String, String, String) - Method in class org.restlet.util.XmlWriter
Write an element with character data content but no attributes.
dataElement(String, String, String, Attributes, String) - Method in class org.restlet.util.XmlWriter
Write an element with character data content.
DateUtils - Class in org.restlet.util
Date manipulation utilities.
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.
DecoderService - Class in org.restlet.service
Service automatically decoding or decompressing request entities.
DecoderService(boolean) - Constructor for class org.restlet.service.DecoderService
Constructor.
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() - Method in class org.restlet.resource.Resource
Asks the resource to delete itself and all its representations.
delete(String) - Method in class org.restlet.Uniform
Deletes the identified resource.
delete(Reference) - Method in class org.restlet.Uniform
Deletes the identified resource.
detach(Restlet) - Method in class org.restlet.Router
Detaches the target from this router.
Dimension - Enum in org.restlet.data
Dimension on which the representations of a resource may vary.
Directory - Class in org.restlet
Finder mapping a directory of local resources.
Directory(Context, LocalReference) - Constructor for class org.restlet.Directory
Constructor.
Directory(Context, String) - Constructor for class org.restlet.Directory
Constructor.
doHandle(Request, Response) - Method in class org.restlet.Filter
Handles the call by distributing it to the next Restlet.
doHandle(Request, Response) - Method in class org.restlet.Guard
Handles the call by distributing it to the next Restlet.
DomRepresentation - Class in org.restlet.resource
XML representation based on a DOM document.
DomRepresentation(MediaType) - Constructor for class org.restlet.resource.DomRepresentation
Constructor for an empty document.
DomRepresentation(MediaType, Document) - Constructor for class org.restlet.resource.DomRepresentation
Constructor from an existing DOM document.
DomRepresentation(Representation) - Constructor for class org.restlet.resource.DomRepresentation
Constructor.

E

EMPTY_VALUE - Static variable in class org.restlet.util.Series
A marker for empty values to differentiate from non existing values (null).
emptyElement(String) - Method in class org.restlet.util.XmlWriter
Add an empty element without a Namespace URI, qname or attributes.
emptyElement(String, String) - Method in class org.restlet.util.XmlWriter
Add an empty element without a qname or attributes.
emptyElement(String, String, String, Attributes) - Method in class org.restlet.util.XmlWriter
Write an empty element.
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) - Method in class org.restlet.data.Parameter
Encodes the parameter using the standard URI encoding mechanism.
encode(Appendable, CharacterSet) - Method in class org.restlet.data.Parameter
Encodes the parameter and appends the result to the given buffer.
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.
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.
endDocument() - Method in class org.restlet.util.XmlWriter
Write a newline at the end of the document.
endElement(String) - Method in class org.restlet.util.XmlWriter
End an element without a Namespace URI or qname.
endElement(String, String) - Method in class org.restlet.util.XmlWriter
End an element without a qname.
endElement(String, String, String) - Method in class org.restlet.util.XmlWriter
Write an end tag.
Engine - Class in org.restlet.util
Facade to the engine implementating the Restlet API.
Engine() - Constructor for class org.restlet.util.Engine
 
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.
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.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.Encoding
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.Parameter
equals(Object) - Method in class org.restlet.data.Protocol
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(Date, Date) - Static method in class org.restlet.util.DateUtils
Compares two date with a precision of one second.
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.
evaluate(String, QName) - Method in class org.restlet.resource.DomRepresentation
 
evaluate(String, QName) - Method in class org.restlet.resource.SaxRepresentation
 
evaluate(String, QName) - Method in class org.restlet.resource.XmlRepresentation
Evaluates an XPath expression and returns the result as in the given return type.
extractCookie(String, String, boolean) - Method in class org.restlet.Route
Extracts an attribute from the request cookies.
extractEntity(String, String, boolean) - Method in class org.restlet.Route
Extracts an attribute from the request entity form.
extractQuery(String, String, boolean) - Method in class org.restlet.Route
Extracts an attribute from the query string of the resource reference.

F

FILE - Static variable in class org.restlet.data.Protocol
Local file system access protocol.
FileRepresentation - Class in org.restlet.resource
Representation based on a file.
FileRepresentation(File, MediaType, int) - Constructor for class org.restlet.resource.FileRepresentation
Constructor.
FileRepresentation(String, MediaType, int) - Constructor for class org.restlet.resource.FileRepresentation
Constructor.
Filter - Class in org.restlet
Restlet filtering calls before passing them to an attached Restlet.
Filter() - Constructor for class org.restlet.Filter
Constructor.
Filter(Context) - Constructor for class org.restlet.Filter
Constructor.
Filter(Context, Restlet) - Constructor for class org.restlet.Filter
Constructor.
Finder - Class in org.restlet
Restlet that can find the target resource that will concretely handle a call.
Finder() - Constructor for class org.restlet.Finder
Constructor.
Finder(Context) - Constructor for class org.restlet.Finder
Constructor.
Finder(Context, Class<? extends Resource>) - Constructor for class org.restlet.Finder
Constructor.
findSecret(String) - Method in class org.restlet.Guard
Finds the secret associated to a given identifier.
findTarget(Request, Response) - Method in class org.restlet.Directory
Finds the target Resource if available.
findTarget(Request, Response) - Method in class org.restlet.Finder
Finds the target Resource if available.
FIRST - Static variable in class org.restlet.Router
Each call is routed to the first route if the required score is reached.
flush() - Method in class org.restlet.util.XmlWriter
Flush the output.
forbid(Response) - Method in class org.restlet.Guard
Rejects the call due to a failed authentication or authorization.
forceNSDecl(String) - Method in class org.restlet.util.XmlWriter
Force a Namespace to be declared on the root element.
forceNSDecl(String, String) - Method in class org.restlet.util.XmlWriter
Force a Namespace declaration with a preferred prefix.
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(Logger, Representation) - Constructor for class org.restlet.data.Form
Constructor.
Form(Logger, String, CharacterSet) - 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, CharacterSet) - 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(Date, String) - Static method in class org.restlet.util.DateUtils
Formats a Date according to the first format in the array.
format(Request, Response) - Method in class org.restlet.util.Template
Creates a formatted string based on the given request.
format(Map<String, Object>) - Method in class org.restlet.util.Template
Creates a formatted string based on the given request.
FORMAT_ASC_TIME - Static variable in class org.restlet.util.DateUtils
Obsoleted HTTP date format (ANSI C asctime() format).
FORMAT_RFC_1036 - Static variable in class org.restlet.util.DateUtils
Obsoleted HTTP date format (RFC 1036).
FORMAT_RFC_1123 - Static variable in class org.restlet.util.DateUtils
Preferred HTTP date format (RFC 1123).
FORMAT_RFC_3339 - Static variable in class org.restlet.util.DateUtils
W3C date format (RFC 3339).
FORMAT_RFC_822 - Static variable in class org.restlet.util.DateUtils
Common date format (RFC 822).
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.

G

generateRef(String) - Method in class org.restlet.resource.Resource
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(String) - Method in class org.restlet.Uniform
Gets the identified resource.
get(Reference) - Method in class org.restlet.Uniform
Gets the identified resource.
get(int) - Method in class org.restlet.util.NodeSet
 
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 character set preferences.
getAcceptedEncodings() - Method in class org.restlet.data.ClientInfo
Returns the encoding preferences.
getAcceptedLanguages() - Method in class org.restlet.data.ClientInfo
Returns the language preferences.
getAcceptedMediaTypes() - Method in class org.restlet.data.ClientInfo
Returns the media type preferences.
getAddress() - Method in class org.restlet.data.ClientInfo
Returns the client's IP address.
getAddress() - Method in class org.restlet.data.ServerInfo
Returns the IP address.
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
Returns the list of client IP addresses.
The first address is the one of the immediate client component as returned by the getClientAdress() method and the last address should correspond to the origin client (frequently a user agent).
getAgent() - Method in class org.restlet.data.ClientInfo
Returns the agent name (ex: "Noelios Restlet Engine/1.0").
getAgent() - Method in class org.restlet.data.ServerInfo
Returns the agent name (ex: "Noelios Restlet Engine/1.0").
getAllowedMethods() - Method in class org.restlet.data.Response
Returns the 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.
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.data.Message
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.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.
getAuthor() - Method in class org.restlet.Application
Returns the author(s).
getAuthority() - Method in class org.restlet.data.Reference
Returns the authority component for hierarchical identifiers.
getAuthorityName(int) - Static method in class org.restlet.data.LocalReference
Returns an authority name.
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.
getBoolean(String) - Method in class org.restlet.resource.XmlRepresentation
Evaluates an XPath expression as a boolean.
getChallengeRequest() - Method in class org.restlet.data.Response
Returns the authentication request sent by an origin server to a client.
getChallengeRequest() - Method in class org.restlet.util.WrapperResponse
Returns the authentication request sent by an origin server to a client.
getChallengeResponse() - Method in class org.restlet.data.Request
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.
getChannel() - Method in class org.restlet.resource.FileRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.resource.ReadableRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.resource.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.resource.StreamRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.resource.WritableRepresentation
Returns a readable byte channel.
getChannel(InputStream) - Static method in class org.restlet.util.ByteUtils
Returns a readable byte channel based on a given inputstream.
getChannel(OutputStream) - Static method in class org.restlet.util.ByteUtils
Returns a writable byte channel based on a given output stream.
getChannel(Representation) - Static method in class org.restlet.util.ByteUtils
Returns a readable byte channel based on the given representation's content and its write(WritableByteChannel) method.
getChannel() - Method in class org.restlet.util.WrapperRepresentation
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.
getCharacterSet() - Method in class org.restlet.resource.Variant
Returns the character set or null if not applicable.
getCharacterSet() - Method in class org.restlet.util.WrapperRepresentation
Returns the character set or null if not applicable.
getCharacterSetAttribute() - Method in class org.restlet.service.TunnelService
Returns the character set parameter name.
getClapAuthorityType() - Method in class org.restlet.data.LocalReference
Returns the type of authority.
getClassLoader() - Static method in class org.restlet.util.Engine
Returns a class loader to use when creating instantiating implementation classes.
getClientInfo() - Method in class org.restlet.data.Request
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.util.WrapperRequest
Returns the client-specific information.
getClientProtocols() - Method in class org.restlet.service.ConnectorService
Returns the list of required client protocols.
getClients() - Method in class org.restlet.Component
Returns the 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.
getConditions() - Method in class org.restlet.data.Request
Returns the conditions applying to this call.
getConditions() - Method in class org.restlet.util.WrapperRequest
Returns the conditions applying to this call.
getConnectorService() - Method in class org.restlet.Application
Returns the connector service.
getContactEmail() - Method in class org.restlet.service.StatusService
Returns the email address to contact in case of error.
getContext() - Method in class org.restlet.resource.Resource
Returns the context.
getContext() - Method in class org.restlet.Restlet
Returns the context.
getContext() - Method in class org.restlet.util.ServerList
Returns the context.
getConverterService() - Method in class org.restlet.Application
Returns the converter service.
getCookies() - Method in class org.restlet.data.Request
Returns the 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.data.Response
Returns the 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
Returns the credentials.
getCustom(Request, Response) - Method in class org.restlet.Router
Returns the matched route according to a custom algorithm.
getDecoderService() - Method in class org.restlet.Application
Returns the decoder service.
getDefaultEncoding() - Method in class org.restlet.service.MetadataService
Returns the default encoding for local representations.
getDefaultHost() - Method in class org.restlet.Component
Returns the default virtual host.
getDefaultLanguage() - Method in class org.restlet.service.MetadataService
Returns the default language for local representations.
getDefaultMediaType() - Method in class org.restlet.service.MetadataService
Returns the default media type for local representations.
getDefaultPort() - Method in class org.restlet.data.Protocol
Returns the default port number.
getDefaultRoute() - Method in class org.restlet.Router
Returns the default route to test if no other one was available after retrying the maximum number of attemps.
getDefaultValue() - Method in class org.restlet.util.Variable
Returns the default value to use if the key couldn't be found in the model.
getDefaultVariable() - Method in class org.restlet.util.Template
Returns the default variable.
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.Application
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.Status
Returns the description.
getDescription() - Method in class org.restlet.data.Tag
Returns the description.
getDimensions() - Method in class org.restlet.data.Response
Returns the 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.
getDispatcher() - Method in class org.restlet.Context
Returns a request dispatcher to available client connectors.
getDocument() - Method in class org.restlet.resource.DomRepresentation
Returns the wrapped DOM document.
getDomain() - Method in class org.restlet.data.Cookie
Returns the domain name.
getEncodingAttribute() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted encoding.
getEncodings() - Method in class org.restlet.resource.Variant
Returns the list of encodings applied to the entity-body.
getEncodings() - Method in class org.restlet.util.WrapperRepresentation
Returns the list of encodings.
getEntity() - Method in class org.restlet.data.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.
getEntityAsDom() - Method in class org.restlet.data.Message
Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
getEntityAsDom() - Method in class org.restlet.util.WrapperRequest
 
getEntityAsDom() - Method in class org.restlet.util.WrapperResponse
Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
getEntityAsForm() - Method in class org.restlet.data.Message
Returns the entity as a form.
Note that this triggers the parsing of the entity.
This method and the related getEntity*() methods can only be invoked once.
getEntityAsForm() - Method in class org.restlet.util.WrapperRequest
Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
getEntityAsForm() - Method in class org.restlet.util.WrapperResponse
Returns the entity as a DOM representation.
Note that this triggers the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked once.
getEntityAsObject() - Method in class org.restlet.data.Message
Returns the entity as a higher-level object.
getEntityAsObject() - Method in class org.restlet.util.WrapperRequest
Returns the entity as a higher-level object.
getEntityAsObject() - Method in class org.restlet.util.WrapperResponse
Returns the entity as a higher-level object.
getEntityAsSax() - Method in class org.restlet.data.Message
Returns the entity as a SAX representation.
Note that this kind of representation can only be parsed once.
getEntityAsSax() - Method in class org.restlet.util.WrapperRequest
Returns the entity as a SAX representation.
Note that this kind of representation can only be parsed once.
getEntityAsSax() - Method in class org.restlet.util.WrapperResponse
Returns the entity as a SAX representation.
Note that this kind of representation can only be parsed once.
getExpirationDate() - Method in class org.restlet.resource.Variant
Returns the future date when this representation expire.
getExpirationDate() - Method in class org.restlet.util.WrapperRepresentation
Returns the future date when this representation expire.
getExtension(Metadata) - Method in class org.restlet.service.MetadataService
Returns the first extension mapping to this metadata.
getFile() - Method in class org.restlet.data.LocalReference
Gets the local file corresponding to the reference.
getFinderClass() - Method in class org.restlet.Router
Returns the finder class to instantiate.
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.
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.
getFragment() - Method in class org.restlet.data.Reference
Returns the fragment identifier.
getHierarchicalPart() - Method in class org.restlet.data.Reference
Returns the hierarchical part which is equivalent to the scheme specific part less the query component.
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() - Method in class org.restlet.VirtualHost
Returns the hostRef host domain to match.
getHostIdentifier() - Method in class org.restlet.data.Reference
Returns the 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.VirtualHost
Returns the hostRef host port to match.
getHostRef() - Method in class org.restlet.data.Request
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 host routers.
getHostScheme() - Method in class org.restlet.VirtualHost
Returns the hostRef scheme to match.
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.
getIdentifier() - Method in class org.restlet.data.ReferenceList
Returns the list identifier.
getIdentifier() - Method in class org.restlet.resource.Variant
Returns the identifier.
getIdentifier() - Method in class org.restlet.util.WrapperRepresentation
Returns the official identifier.
getIndentStep() - Method in class org.restlet.util.XmlWriter
Return the current indent step.
getIndexName() - Method in class org.restlet.Directory
Returns the index name, without extensions.
getIndexRepresentation(Variant, ReferenceList) - Method in class org.restlet.Directory
Returns an actual index representation for a given variant.
getIndexVariants(ReferenceList) - Method in class org.restlet.Directory
Returns the variant representations of a directory index.
getInstance() - Static method in class org.restlet.util.Engine
Returns the registered Restlet engine.
getIpAddress(String) - Static method in class org.restlet.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.
getLanguageAttribute() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted language.
getLanguages() - Method in class org.restlet.resource.Variant
Returns the list of languages.
getLanguages() - Method in class org.restlet.util.WrapperRepresentation
Returns the list of languages.
getLast(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the last route match for a given call.
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.
getLength() - Method in class org.restlet.util.NodeSet
getLocalHostAddress() - Static method in class org.restlet.VirtualHost
Returns the local host IP address.
getLocalHostName() - Static method in class org.restlet.VirtualHost
Returns the local host name.
getLogFormat() - Method in class org.restlet.service.LogService
Returns the format used.
getLogger() - Method in class org.restlet.Context
Returns the logger.
getLogger() - Method in class org.restlet.resource.Resource
Returns the logger to use.
getLogger() - Method in class org.restlet.Restlet
Returns the context's logger.
getLogger() - Method in class org.restlet.util.Template
Returns the logger to use.
getLoggerName() - Method in class org.restlet.service.LogService
Returns the name of the JDK's logger to use when logging calls.
getLogService() - Method in class org.restlet.Component
Returns the global log service.
getMainType() - Method in class org.restlet.data.MediaType
Returns the main type.
getMappings() - Method in class org.restlet.service.MetadataService
Returns the mappings from extension names to metadata.
getMatch() - Method in class org.restlet.data.Conditions
Returns the "if-match" condition.
getMatchingMode() - Method in class org.restlet.util.Template
Returns the matching mode to use when parsing a formatted reference.
getMaxAge() - Method in class org.restlet.data.CookieSetting
Returns the maximum age in seconds.
Use 0 to immediately discard an existing cookie.
Use -1 to discard the cookie at the end of the session (default).
getMaxAttempts() - Method in class org.restlet.Router
Returns the maximum number of attempts if no attachment could be matched on the first attempt.
getMediaType() - Method in class org.restlet.resource.Variant
Returns the media type.
getMediaType() - Method in class org.restlet.util.WrapperRepresentation
Returns the media type.
getMediaTypeAttribute() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted media type.
getMetadata() - Method in class org.restlet.data.Preference
Returns the metadata associated with this preference.
getMetadata(String) - 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.
getMethod() - Method in class org.restlet.data.Request
Returns the method.
getMethod() - Method in class org.restlet.util.WrapperRequest
Returns the method.
getMethodParameter() - Method in class org.restlet.service.TunnelService
Returns the method parameter name.
getMode() - Method in class org.restlet.Transformer
Returns the transformation mode.
getModificationDate() - Method in class org.restlet.resource.Variant
Returns the last date when this representation was modified.
getModificationDate() - Method in class org.restlet.util.WrapperRepresentation
Returns the last date when this representation was modified.
getModifiedSince() - Method in class org.restlet.data.Conditions
Returns the "if-modified-since" condition.
getName() - Method in class org.restlet.Application
Returns the display 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.Parameter
Returns the name of this parameter.
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.VirtualHost
Returns the display name.
getNames() - Method in class org.restlet.util.Series
Returns the set of parameter names (case sensitive).
getNamespaceURI(String) - Method in class org.restlet.resource.XmlRepresentation
getNext() - Method in class org.restlet.Filter
Returns the next Restlet.
getNext(Request, Response) - Method in class org.restlet.Router
Returns the next Restlet if available.
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.
getNode(String) - Method in class org.restlet.resource.XmlRepresentation
Evaluates an XPath expression as a DOM Node.
getNodes(String) - Method in class org.restlet.resource.XmlRepresentation
Evaluates an XPath expression as a DOM NodeList.
getNoneMatch() - Method in class org.restlet.data.Conditions
Returns the "if-none-match" condition.
getNumber(String) - Method in class org.restlet.resource.XmlRepresentation
Evaluates an XPath expression as a number.
getObject() - Method in class org.restlet.resource.ObjectRepresentation
Returns the represented object.
getOwner() - Method in class org.restlet.Application
Returns the owner(s).
getParameters() - Method in class org.restlet.Context
Returns the modifiable series of parameters.
getParameters() - Method in class org.restlet.data.ChallengeRequest
Returns the scheme parameters.
getParameters() - Method in class org.restlet.data.MediaType
Returns the list of parameters.
getParameters() - Method in class org.restlet.data.Preference
Returns the modifiable list of parameters.
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.
getPattern() - Method in class org.restlet.util.Template
Returns the pattern to use for formatting or parsing.
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.Server
Returns the listening port if specified.
getPreferredRepresentation() - Method in class org.restlet.resource.Resource
Returns the preferred representation according to the client preferences specified in the associated request.
getPreferredVariant(List<Variant>, Language) - 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.
A default language is provided in case the variants don't match the client preferences.
getPreferredVariant(Resource, Language) - Method in class org.restlet.data.ClientInfo
Returns the best variant for a given resource according the the client preferences.
A default language is provided in case the resource's variants don't match the client preferences.
getPreferredVariant() - Method in class org.restlet.resource.Resource
Returns the preferred variant according to the client preferences specified in the associated request.
getPreferredVariant(ClientInfo, List<Variant>, Language) - Method in class org.restlet.util.Engine
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.
getPrefix(String) - Method in class org.restlet.resource.XmlRepresentation
getPrefix(String) - Method in class org.restlet.util.XmlWriter
Get the current or preferred prefix for a Namespace URI.
getPrefixes(String) - Method in class org.restlet.resource.XmlRepresentation
getPrimaryTag() - Method in class org.restlet.data.Language
Returns the primary tag.
getProtocol() - Method in class org.restlet.data.Request
Returns the protocol by first returning the baseRef.schemeProtocol property if it is set, or the resourceRef.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 protocols simultaneously supported.
getQuality() - Method in class org.restlet.data.Preference
Returns the quality/preference level.
getQuery() - Method in class org.restlet.data.Reference
Returns the optional query component for hierarchical identifiers.
getQueryAsForm() - Method in class org.restlet.data.Reference
Returns the optional query component as a form submission.
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.
getRealm() - Method in class org.restlet.data.ChallengeRequest
Returns the realm name.
getRedirectRef() - Method in class org.restlet.data.Response
Returns the reference that the client should follow for redirections or resource creations.
getRedirectRef() - Method in class org.restlet.util.WrapperResponse
Returns the reference that the client should follow for redirections or resource creations.
getReferrerRef() - Method in class org.restlet.data.Request
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.util.WrapperRequest
Returns the referrer reference if available.
getRelativePart() - Method in class org.restlet.data.Reference
Returns the relative part of relative references, without the query and fragment.
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.
getRepresentation(Variant) - Method in class org.restlet.resource.Resource
Returns a full representation for a given variant previously returned via the getVariants() method.
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 overriden.
getRequest() - Method in class org.restlet.data.Response
Returns the associated request
getRequest() - Method in class org.restlet.resource.Resource
Returns the request.
getRequest() - Method in class org.restlet.util.WrapperResponse
Returns the associated request
getRequiredScore() - Method in class org.restlet.Router
Returns the minimum score required to have a match.
getResourceDomain() - Method in class org.restlet.VirtualHost
Returns the resourceRef host domain to match.
getResourcePort() - Method in class org.restlet.VirtualHost
Returns the resourceRef host port to match.
getResourceRef() - Method in class org.restlet.data.Request
Returns the reference of the target resource.
getResourceRef() - Method in class org.restlet.util.WrapperRequest
Returns the reference of the target resource.
getResourceScheme() - Method in class org.restlet.VirtualHost
Returns the resourceRef scheme to match.
getResponse() - Method in class org.restlet.resource.Resource
Returns the response.
getResultCharacterSet() - Method in class org.restlet.Transformer
Returns the character set of the result representation.
getResultEncodings() - Method in class org.restlet.Transformer
Returns the encoding of the result representation.
getResultLanguages() - Method in class org.restlet.Transformer
Returns the languages of the result representation.
getResultMediaType() - Method in class org.restlet.Transformer
Returns the media type of the result representation.
getRetryDelay() - Method in class org.restlet.Router
Returns the delay (in seconds) before a new attempt.
getRoot() - Method in class org.restlet.Application
Returns the root Restlet.
getRootRef() - Method in class org.restlet.data.Request
Returns the application root reference.
getRootRef() - Method in class org.restlet.Directory
Returns the root URI.
getRootRef() - Method in class org.restlet.util.WrapperRequest
Returns the application root reference.
getRouter() - Method in class org.restlet.Route
Returns the parent router.
getRoutes() - Method in class org.restlet.Router
Returns the modifiable list of routes.
getRoutingMode() - Method in class org.restlet.Router
Returns the routing mode.
getScheme() - Method in class org.restlet.data.ChallengeRequest
Returns the scheme used.
getScheme() - Method in class org.restlet.data.ChallengeResponse
Returns the scheme used.
getScheme() - Method in class org.restlet.data.Reference
Returns the scheme component.
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.
getSecret() - Method in class org.restlet.data.ChallengeResponse
Returns the user secret, such as a password or a secret key.
getSecrets() - Method in class org.restlet.Guard
Returns the map of identifiers and secrets.
getSegments() - Method in class org.restlet.data.Reference
Returns the segments of a hierarchical path.
A new list is created for each call.
getServerAddress() - Method in class org.restlet.VirtualHost
Returns the listening server address.
getServerInfo() - Method in class org.restlet.data.Response
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.util.WrapperResponse
Returns the server-specific information.
getServerPort() - Method in class org.restlet.VirtualHost
Returns the listening server port.
getServerProtocols() - Method in class org.restlet.service.ConnectorService
Returns the list of required server protocols.
getServers() - Method in class org.restlet.Component
Returns the modifiable list of server connectors.
getSize() - Method in class org.restlet.resource.FileRepresentation
Returns the size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.resource.Variant
Returns the size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.util.WrapperRepresentation
Returns the size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
getSourceRepresentation() - Method in class org.restlet.resource.TransformRepresentation
Returns the source representation to transform.
getStatus(Method, Variant) - 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.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() - Method in class org.restlet.util.WrapperResponse
Returns the status.
getStatusService() - Method in class org.restlet.Application
Returns the status service.
getStatusService() - Method in class org.restlet.Component
Returns the status service.
getStream() - Method in class org.restlet.resource.ChannelRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.resource.FileRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.resource.InputRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.resource.OutputRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.resource.Representation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.resource.StringRepresentation
Returns a stream with the representation's content.
getStream(ReadableByteChannel) - Static method in class org.restlet.util.ByteUtils
Returns an input stream based on a given readable byte channel.
getStream(Representation) - Static method in class org.restlet.util.ByteUtils
Returns an input stream based on the given representation's content and its write(OutputStream) method.
getStream(WritableByteChannel) - Static method in class org.restlet.util.ByteUtils
Returns an output stream based on a given writable byte channel.
getStream() - Method in class org.restlet.util.WrapperRepresentation
Returns a stream with the representation's content.
getSubTags() - Method in class org.restlet.data.Language
Returns the possibly empty list of subtags.
getSubType() - Method in class org.restlet.data.MediaType
Returns the sub-type.
getTag() - Method in class org.restlet.resource.Variant
Returns the tag.
getTag() - Method in class org.restlet.util.WrapperRepresentation
Returns the tag.
getTarget() - Method in class org.restlet.Server
Returns the target Restlet.
getTarget() - Method in class org.restlet.util.ServerList
Returns the target Restlet.
getTargetClass() - Method in class org.restlet.Finder
Returns the target Resource class.
getTargetRef() - Method in class org.restlet.data.Reference
Returns the target reference.
getTargetRef(Request, Response) - Method in class org.restlet.Redirector
Returns the target reference to redirect to.
getTechnicalName() - Method in class org.restlet.data.ChallengeScheme
Returns the technical name (ex: BASIC).
getTemplate() - Method in class org.restlet.Route
Returns the reference template to match.
getText() - Method in class org.restlet.resource.FileRepresentation
Converts the representation to a string value.
getText() - Method in class org.restlet.resource.InputRepresentation
Converts the representation to a string value.
getText() - Method in class org.restlet.resource.Representation
Converts the representation to a string value.
getText() - Method in class org.restlet.resource.StringRepresentation
Converts the representation to a string value.
getText(String) - Method in class org.restlet.resource.XmlRepresentation
Evaluates an XPath expression as a string.
getText() - Method in class org.restlet.util.WrapperRepresentation
Converts the representation to a string value.
getTextRepresentation() - Method in class org.restlet.data.ReferenceList
Returns a representation of the list in the "text/uri-list" format.
getTransformer() - Method in class org.restlet.resource.TransformRepresentation
Returns the transformer to be used and reused.
getTransformSheet() - Method in class org.restlet.resource.TransformRepresentation
Returns the XSLT transform sheet to apply to message entities.
getTransformSheet() - Method in class org.restlet.Transformer
Returns the XSLT transform sheet to apply to message entities.
getTunnelService() - Method in class org.restlet.Application
Returns the tunnel service.
getType() - Method in class org.restlet.util.Variable
Returns the type of variable.
getUnmodifiedSince() - Method in class org.restlet.data.Conditions
Returns the "if-unmodified-since" condition.
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.
getURIResolver() - Method in class org.restlet.resource.TransformRepresentation
Returns the URI resolver.
getUserInfo() - Method in class org.restlet.data.Reference
Returns the user info component for server based hierarchical identifiers.
getValue() - Method in class org.restlet.data.Parameter
Returns the 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.
getVariables() - Method in class org.restlet.util.Template
Returns the modifiable map of variables.
getVariants() - Method in class org.restlet.resource.Resource
Returns the modifiable list of variants.
getVersion() - Method in class org.restlet.data.Cookie
Returns the cookie specification version.
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.
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.
getWriter() - Method in class org.restlet.util.XmlWriter
Returns the underlying writer.
Guard - Class in org.restlet
Filter guarding the access to an attached Restlet.
Guard(Context, ChallengeScheme, String) - Constructor for class org.restlet.Guard
Constructor.
GZIP - Static variable in class org.restlet.data.Encoding
The GNU Zip encoding.

H

handle(Request, Response) - Method in class org.restlet.Application
Handles a call.
handle(Request, Response) - Method in class org.restlet.Client
Handles a call.
handle(Request, Response) - Method in class org.restlet.Component
Handles a call.
handle(Request, Response) - Method in class org.restlet.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.Finder
Handles a call.
handle(Request, Response) - Method in class org.restlet.Redirector
Handles a call to a resource or a set of resources.
handle(Request, Response) - Method in class org.restlet.Restlet
Handles a call.
handle(Request, Response) - Method in class org.restlet.Router
Handles a call by invoking the next Restlet if it is available.
handle(Request, Response) - Method in class org.restlet.Server
Handles a call.
handle(Request) - Method in class org.restlet.Uniform
Handles a call.
handle(Request, Response) - Method in class org.restlet.Uniform
Handles a call.
handle(Request, Response) - Method in class org.restlet.util.Helper
Handles a call.
handleDelete() - Method in class org.restlet.resource.Resource
Handles a DELETE call invoking the 'delete' method of the target resource (as provided by the 'findTarget' method).
handleGet() - Method in class org.restlet.resource.Resource
Handles a GET call by automatically returning the best entity available from the target resource (as provided by the 'findTarget' method).
handleHead() - Method in class org.restlet.resource.Resource
Handles a HEAD call, using a logic similar to the handleGet method.
handleOptions() - Method in class org.restlet.resource.Resource
Handles an OPTIONS call introspecting the target resource (as provided by the 'findTarget' method).
handlePost() - Method in class org.restlet.resource.Resource
Handles a POST call invoking the 'post' method of the target resource (as provided by the 'findTarget' method).
handlePut() - Method in class org.restlet.resource.Resource
Handles a PUT call invoking the 'put' method of the target resource (as provided by the 'findTarget' method).
hashCode() - Method in class org.restlet.data.ChallengeRequest
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.Parameter
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.util.Engine
Computes the hash code of a set of objects.
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.
hasNext() - Method in class org.restlet.Filter
Indicates if there is a next Restlet.
hasSome() - Method in class org.restlet.data.Conditions
Indicates if there are some conditions set.
hasTarget() - Method in class org.restlet.Server
Indicates if a target Restlet is set.
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(String) - Method in class org.restlet.Uniform
Gets the identified resource without its representation's content.
head(Reference) - Method in class org.restlet.Uniform
Gets the identified resource without its representation's content.
Helper - Class in org.restlet.util
Delegate used by API classes to get support from the implementation classes.
Helper() - Constructor for class org.restlet.util.Helper
 
HTTP - Static variable in class org.restlet.data.Protocol
HTTP protocol.
HTTP_AWS - Static variable in class org.restlet.data.ChallengeScheme
Amazon Web Services HTTP scheme.
HTTP_BASIC - Static variable in class org.restlet.data.ChallengeScheme
Basic 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.
HTTPS - Static variable in class org.restlet.data.Protocol
HTTPS protocol (via SSL socket).

I

IDENTITY - Static variable in class org.restlet.data.Encoding
The default (identity) encoding.
ignorableWhitespace(char[], int, int) - Method in class org.restlet.util.XmlWriter
Write ignorable whitespace.
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
 
includes(MediaType) - Method in class org.restlet.data.MediaType
Indicates if a given media type is included in the current one.
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_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_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_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(Context, Request, Response) - Method in class org.restlet.resource.Resource
Initialize the resource with its context.
init(Request, Response) - Method in class org.restlet.Restlet
Initialize the Restlet by attempting to start it, unless it was already started.
InputRepresentation - Class in org.restlet.resource
Transient representation based on a BIO input stream.
InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.resource.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.resource.InputRepresentation
Constructor.
isAbsolute() - Method in class org.restlet.data.Reference
Indicates if the reference is absolute.
isAvailable() - Method in class org.restlet.resource.Representation
Indicates if some fresh content is 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.util.WrapperRepresentation
Indicates if some fresh content is available, without having to actually call one of the content manipulation method like getStream() that would actually consume it.
isClientError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a client error status.
isClientError() - Method in class org.restlet.data.Status
Indicates if the status is a client error status.
isConfidential() - Method in class org.restlet.data.Request
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConfidential() - Method in class org.restlet.util.WrapperRequest
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConnectorError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a connector error status.
isConnectorError() - Method in class org.restlet.data.Status
Indicates if the status is a connector error status.
isDataFormat() - Method in class org.restlet.util.XmlWriter
 
isDeeplyAccessible() - Method in class org.restlet.Directory
Indicates if the subdirectories are deeply accessible (true by default).
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.DecoderService
Indicates if the service should be enabled.
isEnabled() - Method in class org.restlet.service.LogService
Indicates if the service should be enabled.
isEnabled() - Method in class org.restlet.service.StatusService
Indicates if the service should be enabled.
isEnabled() - Method in class org.restlet.service.TunnelService
Indicates if the service should be enabled.
isEntityAvailable() - Method in class org.restlet.data.Message
Indicates if a content is available and can be sent.
isEntityAvailable() - Method in class org.restlet.data.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.
isFixed() - Method in class org.restlet.util.Variable
Returns true if the value is fixed, in which case the "defaultValue" property is always used.
isHierarchical() - Method in class org.restlet.data.Reference
Indicates if the identifier is hierarchical.
isIdentityCheck() - Method in class org.restlet.service.LogService
Indicates if the identity check (as specified by RFC1413) is enabled.
isInfo(int) - Static method in class org.restlet.data.Status
Indicates if the status is an information status.
isInfo() - Method in class org.restlet.data.Status
Indicates if the status is an information status.
isListingAllowed() - Method in class org.restlet.Directory
Indicates if the display of directory listings is allowed when no index file is found.
isMethodTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the method name can be tunneled.
isModifiable() - Method in class org.restlet.Directory
Indicates if modifications to local resources (most likely files) are allowed.
isNamespaceAware() - Method in class org.restlet.resource.XmlRepresentation
Indicates if processing is namespace aware.
isNegotiateContent() - Method in class org.restlet.Directory
Indicates if the best content is automatically negotiated.
isNegotiateContent() - Method in class org.restlet.resource.Resource
Indicates if the best content is automatically negotiated.
ISO_8859_1 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-1 or Latin 1 character set.
isOpaque() - Method in class org.restlet.data.Reference
Indicates if the identifier is opaque.
isOverwrite() - Method in class org.restlet.service.StatusService
Indicates if an existing entity should be overwritten.
isParent(Reference) - Method in class org.restlet.data.Reference
Indicates if the reference is a parent of the hierarchical child reference.
isPreferencesTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled.
isRedirection(int) - Static method in class org.restlet.data.Status
Indicates if the status is a redirection status.
isRedirection() - Method in class org.restlet.data.Status
Indicates if the status is a redirection status.
isRelative() - Method in class org.restlet.data.Reference
Indicates if the reference is relative.
isRequired() - Method in class org.restlet.util.Variable
Returns true if the variable is required or optional.
isSecure() - Method in class org.restlet.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
isServerError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a server error status.
isServerError() - Method in class org.restlet.data.Status
Indicates if the status is a server error status.
isStarted() - Method in class org.restlet.Restlet
Indicates if the Restlet is started.
isStopped() - Method in class org.restlet.Restlet
Indicates if the Restlet is stopped.
isSuccess(int) - Static method in class org.restlet.data.Status
Indicates if the status is a success status.
isSuccess() - Method in class org.restlet.data.Status
Indicates if the status is a success status.
isTransient() - Method in class org.restlet.resource.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
Indicates if the representation's content is transient, which means that it can be obtained only once.
isWeak() - Method in class org.restlet.data.Tag
Indicates if the tag is weak.
item(int) - Method in class org.restlet.util.NodeSet
iterator() - Method in class org.restlet.util.WrapperList
Returns an iterator over the elements in this list in proper sequence.

J

JAR - Static variable in class org.restlet.data.Protocol
JAR protocol.
JDBC - Static variable in class org.restlet.data.Protocol
JDBC protocol.

K

KEY - Static variable in class org.restlet.Application
Name of the attribute key containing a reference to the current application.
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.
LAST - Static variable in class org.restlet.Router
Each call will be routed to the last route if the required score is reached.
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.
localizePath(String) - Static method in class org.restlet.data.LocalReference
Localize a path by converting all the separator characters to the system-dependant separator character.
LocalReference - Class in org.restlet.data
Reference to a local (i.e.
LocalReference(Reference) - Constructor for class org.restlet.data.LocalReference
Constructor.
LocalReference(String) - Constructor for class org.restlet.data.LocalReference
Constructor.
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.
LogService - Class in org.restlet.service
Service providing access logging service.
LogService(boolean) - Constructor for class org.restlet.service.LogService
Constructor.

M

MAJOR_NUMBER - Static variable in class org.restlet.util.Engine
Major version number.
match(String) - Method in class org.restlet.util.Template
Indicates if the current pattern matches the given formatted string.
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.
Message - Class in org.restlet.data
Generic message exchanged between client and server connectors.
Message() - Constructor for class org.restlet.data.Message
Constructor.
Message(Representation) - Constructor for class org.restlet.data.Message
Constructor.
MESSAGE_ALL - Static variable in class org.restlet.data.MediaType
 
Metadata - Class in org.restlet.data
Description of data contained in a resource representation.
Metadata(String) - Constructor for class org.restlet.data.Metadata
Constructor.
Metadata(String, String) - Constructor for class org.restlet.data.Metadata
Constructor.
MetadataService - Class in org.restlet.service
Service providing access to metadata and their associated extension names.
MetadataService() - Constructor for class org.restlet.service.MetadataService
Constructor.
Method - Class in org.restlet.data
Method to execute when handling a call.
Method(String) - Constructor for class org.restlet.data.Method
Constructor.
Method(String, String) - Constructor for class org.restlet.data.Method
Constructor.
Method(String, String, String) - Constructor for class org.restlet.data.Method
Constructor.
MINOR_NUMBER - Static variable in class org.restlet.util.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.Redirector
The redirection mode.
MODE_CLIENT_FOUND - Static variable in class org.restlet.Redirector
In this mode, the client is simply redirected to the URI generated from the target URI pattern.
See org.restlet.data.Status.REDIRECTION_FOUND.
MODE_CLIENT_PERMANENT - Static variable in class org.restlet.Redirector
In this mode, the client is permanently redirected to the URI generated from the target URI pattern.
See org.restlet.data.Status.REDIRECTION_PERMANENT.
MODE_CLIENT_SEE_OTHER - Static variable in class org.restlet.Redirector
In this mode, the client is simply redirected to the URI generated from the target URI pattern.
See org.restlet.data.Status.REDIRECTION_SEE_OTHER.
MODE_CLIENT_TEMPORARY - Static variable in class org.restlet.Redirector
In this mode, the client is temporarily redirected to the URI generated from the target URI pattern.
See org.restlet.data.Status.REDIRECTION_TEMPORARY.
MODE_DISPATCHER - Static variable in class org.restlet.Redirector
In this mode, the call is sent to the context's dispatcher.
MODE_EQUALS - Static variable in class org.restlet.util.Template
 
MODE_REQUEST - Static variable in class org.restlet.Transformer
Mode that transforms request entities before their handling by the attached Restlet.
MODE_RESPONSE - Static variable in class org.restlet.Transformer
Mode that transforms response entities after their handling by the attached Restlet.
MODE_STARTS_WITH - Static variable in class org.restlet.util.Template
 
MODEL_ALL - 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
 

N

NEXT - Static variable in class org.restlet.Router
Each call is be routed to the next route target if the required score is reached.
NodeSet - Class in org.restlet.util
DOM nodes set that implements the standard List interface for easier iteration.
NodeSet(NodeList) - Constructor for class org.restlet.util.NodeSet
 
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-dependant separator characters to the standard '/' separator character.

O

ObjectRepresentation - Class in org.restlet.resource
Representation based on a serializable Java object.
ObjectRepresentation(Representation) - Constructor for class org.restlet.resource.ObjectRepresentation
Constructor reading the object from a serialized representation.
ObjectRepresentation(Serializable) - Constructor for class org.restlet.resource.ObjectRepresentation
Constructor
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(String) - Method in class org.restlet.Uniform
Gets the options for the identified resource.
options(Reference) - Method in class org.restlet.Uniform
Gets the options for the identified resource.
org.restlet - package org.restlet
Core classes of the API.
org.restlet.data - package org.restlet.data
Element of information handled by a component via a connector.
org.restlet.resource - package org.restlet.resource
Common resource and representation data elements.
org.restlet.service - package org.restlet.service
Service classes used by Applications and Containers.
org.restlet.util - package org.restlet.util
Utility classes and interfaces used in the rest of the API.
OutputRepresentation - Class in org.restlet.resource
Representation based on a BIO output stream.
OutputRepresentation(MediaType) - Constructor for class org.restlet.resource.OutputRepresentation
Constructor.
OutputRepresentation(MediaType, long) - Constructor for class org.restlet.resource.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.
parse(String) - Static method in class org.restlet.data.Tag
Parses a tag formatted as defined by the HTTP standard.
parse(ContentHandler) - Method in class org.restlet.resource.SaxRepresentation
Parses the source and sends SAX events to a content handler.
parse(String, List<String>) - Static method in class org.restlet.util.DateUtils
Parses a formatted date into a Date object.
parse(Logger, Form, Representation) - Method in class org.restlet.util.Engine
Parses a representation into a form.
parse(Logger, Form, String, CharacterSet) - Method in class org.restlet.util.Engine
Parses an URL encoded query string into a given form.
parse(String, Request) - Method in class org.restlet.util.Template
Attempts to parse a formatted reference.
parse(String, Map<String, Object>) - Method in class org.restlet.util.Template
Attempts to parse a formatted reference.
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(Representation) - Method in class org.restlet.resource.Resource
Posts a representation to the resource.
post(String, Representation) - Method in class org.restlet.Uniform
Posts a representation to the identified resource.
post(Reference, Representation) - Method in class org.restlet.Uniform
Posts a representation to the identified resource.
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.
processingInstruction(String, String) - Method in class org.restlet.util.XmlWriter
Write a processing instruction.
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.
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.resource.Resource
Puts a representation in the resource.
put(String, Representation) - Method in class org.restlet.Uniform
Puts a representation in the identified resource.
put(Reference, Representation) - Method in class org.restlet.Uniform
Puts a representation in the identified resource.
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).
putNamespace(String, String) - Method in class org.restlet.resource.XmlRepresentation
Puts a new mapping between a prefix and a namespace URI.

R

RANDOM - Static variable in class org.restlet.Router
Each call will be randomly routed to one of the routes that reached the required score.
ReadableRepresentation - Class in org.restlet.resource
Transient representation based on a readable NIO byte channel.
ReadableRepresentation(ReadableByteChannel, MediaType) - Constructor for class org.restlet.resource.ReadableRepresentation
Constructor.
ReadableRepresentation(ReadableByteChannel, MediaType, long) - Constructor for class org.restlet.resource.ReadableRepresentation
Constructor.
redirectDispatcher(Reference, Request, Response) - Method in class org.restlet.Redirector
Redirects a given call to a target reference.
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
Rewrites URIs then redirects the call or the client to a new destination.
Redirector(Context, String) - Constructor for class org.restlet.Redirector
Constructor for the connector mode.
Redirector(Context, String, int) - Constructor for class org.restlet.Redirector
Constructor.
redirectPermanent(String) - Method in class org.restlet.data.Response
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.data.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(String) - Method in class org.restlet.data.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.data.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(String) - Method in class org.restlet.data.Response
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.data.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(Reference) - Constructor for class org.restlet.data.Reference
Clone constructor.
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.
RELEASE_NUMBER - Static variable in class org.restlet.util.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.
Representation - Class in org.restlet.resource
Current or intended state of a resource.
Representation() - Constructor for class org.restlet.resource.Representation
Default constructor.
Representation(MediaType) - Constructor for class org.restlet.resource.Representation
Constructor.
Request - Class in org.restlet.data
Generic request sent by client connectors.
Request() - Constructor for class org.restlet.data.Request
Constructor.
Request(Method, Reference) - Constructor for class org.restlet.data.Request
Constructor.
Request(Method, Reference, Representation) - Constructor for class org.restlet.data.Request
Constructor.
Request(Method, String) - Constructor for class org.restlet.data.Request
Constructor.
Request(Method, String, Representation) - Constructor for class org.restlet.data.Request
Constructor.
reset() - Method in class org.restlet.util.XmlWriter
Reset the writer.
Resource - Class in org.restlet.resource
Intended conceptual target of a hypertext reference.
Resource() - Constructor for class org.restlet.resource.Resource
Default constructor.
Resource(Context, Request, Response) - Constructor for class org.restlet.resource.Resource
Constructor.
Response - Class in org.restlet.data
Generic response sent by server connectors.
Response(Request) - Constructor for class org.restlet.data.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.
Restlet(Context) - Constructor for class org.restlet.Restlet
Constructor.
retainAll(Collection<?>) - Method in class org.restlet.util.WrapperList
RemovesRetains only the elements in this list that are contained in the specified collection.
rewrite(Representation) - Method in class org.restlet.Redirector
Optionnaly rewrites the response entity returned in the MODE_CONNECTOR mode.
Route - Class in org.restlet
Filter scoring the affinity of calls with the attached Restlet.
Route(Restlet) - Constructor for class org.restlet.Route
Constructor behaving as a simple extractor filter.
Route(Router, String, Restlet) - Constructor for class org.restlet.Route
Constructor.
Route(Router, Template, Restlet) - Constructor for class org.restlet.Route
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(int) - Constructor for class org.restlet.util.RouteList
Constructor.
RouteList(List<Route>) - Constructor for class org.restlet.util.RouteList
Constructor.
Router - Class in org.restlet
Restlet routing calls to one of the attached routes.
Router() - Constructor for class org.restlet.Router
Constructor.
Router(Context) - Constructor for class org.restlet.Router
Constructor.

S

SaxRepresentation - Class in org.restlet.resource
XML representation for SAX events processing.
SaxRepresentation(MediaType) - Constructor for class org.restlet.resource.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, Document) - Constructor for class org.restlet.resource.SaxRepresentation
Constructor.
SaxRepresentation(Representation) - Constructor for class org.restlet.resource.SaxRepresentation
Constructor.
score(Request, Response) - Method in class org.restlet.Route
Returns the score for a given call (between 0 and 1.0).
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, 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, 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, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
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.
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.
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(int, E) - Method in class org.restlet.util.WrapperList
Replaces the element at the specified position in this list with the specified element.
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(String) - Method in class org.restlet.Server
Sets the optional listening IP address (local host used if null).
setAgent(String) - Method in class org.restlet.data.ClientInfo
Sets the agent name (ex: "Noelios Restlet Engine/1.0").
setAgent(String) - Method in class org.restlet.data.ServerInfo
Sets the agent name (ex: "Noelios Restlet Engine/1.0").
setAuthor(String) - Method in class org.restlet.Application
Sets the author(s).
setAuthority(String) - Method in class org.restlet.data.Reference
Sets the authority component for hierarchical identifiers.
setAvailable(boolean) - Method in class org.restlet.resource.Representation
Indicates if some fresh content is available.
setAvailable(boolean) - Method in class org.restlet.util.WrapperRepresentation
Indicates if some fresh content is available.
setBaseRef(String) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setBaseRef(Reference) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setChallengeRequest(ChallengeRequest) - Method in class org.restlet.data.Response
Sets the authentication request sent by an origin server to a client.
setChallengeRequest(ChallengeRequest) - Method in class org.restlet.util.WrapperResponse
Sets the authentication request sent by an origin server to a client.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.data.Request
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
Sets the authentication response sent by a client to an origin server.
setCharacterSet(CharacterSet) - Method in class org.restlet.resource.StringRepresentation
Sets the character set or null if not applicable.
setCharacterSet(CharacterSet) - Method in class org.restlet.resource.Variant
Sets the character set or null if not applicable.
setCharacterSet(CharacterSet) - Method in class org.restlet.util.WrapperRepresentation
Sets the character set or null if not applicable.
setCharacterSetAttribute(String) - Method in class org.restlet.service.TunnelService
Sets the character set parameter name.
setClassLoader(ClassLoader) - Static method in class org.restlet.util.Engine
Sets a new class loader to use when creating instantiating implementation classes.
setComment(String) - Method in class org.restlet.data.CookieSetting
Sets the comment for the user.
setConfidential(boolean) - Method in class org.restlet.data.Request
Indicates if the call came over a confidential channel such as an SSL-secured connection.
setConfidential(boolean) - Method in class org.restlet.util.WrapperRequest
Indicates if the call came over a confidential channel such as an SSL-secured connection.
setConnectorService(ConnectorService) - Method in class org.restlet.Application
Sets the connector service.
setContactEmail(String) - Method in class org.restlet.service.StatusService
Sets the email address to contact in case of error.
setContext(Context) - Method in class org.restlet.resource.Resource
Sets the parent context.
setContext(Context) - Method in class org.restlet.Restlet
Sets the context.
setConverterService(ConverterService) - Method in class org.restlet.Application
Sets the converter service.
setCredentials(String) - Method in class org.restlet.data.ChallengeResponse
Sets the credentials.
setDataFormat(boolean) - Method in class org.restlet.util.XmlWriter
 
setDecoderService(DecoderService) - Method in class org.restlet.Application
Sets the decoder service.
setDeeplyAccessible(boolean) - Method in class org.restlet.Directory
Indicates if the subdirectories are deeply accessible (true by default).
setDefaultEncoding(Encoding) - Method in class org.restlet.service.MetadataService
Sets the default encoding for local representations.
setDefaultLanguage(Language) - Method in class org.restlet.service.MetadataService
Sets the default language for local representations.
setDefaultMediaType(MediaType) - Method in class org.restlet.service.MetadataService
Sets the default media type for local representations.
setDefaultRoute(Route) - Method in class org.restlet.Router
Sets the default route tested if no other one was available.
setDescription(String) - Method in class org.restlet.Application
Sets the description.
setDocument(Document) - Method in class org.restlet.resource.DomRepresentation
Sets the wrapped DOM document.
setDomain(String) - Method in class org.restlet.data.Cookie
Sets the domain name.
setEnabled(boolean) - Method in class org.restlet.service.DecoderService
Indicates if the service should be enabled.
setEnabled(boolean) - Method in class org.restlet.service.LogService
Indicates if the service should be enabled.
setEnabled(boolean) - Method in class org.restlet.service.StatusService
Indicates if the service should be enabled.
setEnabled(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the service should be enabled.
setEncodingAttribute(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted encoding.
setEntity(Object) - Method in class org.restlet.data.Message
Sets the entity from a higher-level object.
setEntity(Representation) - Method in class org.restlet.data.Message
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.data.Message
Sets a textual entity.
setEntity(Object) - Method in class org.restlet.util.WrapperRequest
Sets the entity from a higher-level object.
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(Object) - Method in class org.restlet.util.WrapperResponse
Sets the entity from a higher-level object.
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.
setExpirationDate(Date) - Method in class org.restlet.resource.Variant
Sets the future date when this representation expire.
setExpirationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
Sets the future date when this representation expire.
setFinderClass(Class<? extends Finder>) - Method in class org.restlet.Router
Sets the finder class to instantiate.
setFragment(String) - Method in class org.restlet.data.Reference
Sets the fragment identifier.
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.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(String) - Method in class org.restlet.VirtualHost
Sets the hostRef host port to match.
setHostRef(Reference) - Method in class org.restlet.data.Request
Sets the host reference.
setHostRef(String) - Method in class org.restlet.data.Request
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.
setHostScheme(String) - Method in class org.restlet.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.resource.Variant
Sets the identifier.
setIdentifier(String) - Method in class org.restlet.resource.Variant
Sets the identifier from a URI string.
setIdentifier(Reference) - Method in class org.restlet.util.WrapperRepresentation
Sets the official identifier.
setIdentifier(String) - Method in class org.restlet.util.WrapperRepresentation
Sets the official identifier from a URI string.
setIdentityCheck(boolean) - Method in class org.restlet.service.LogService
Indicates if the identity check (as specified by RFC1413) is enabled.
setIndentStep(int) - Method in class org.restlet.util.XmlWriter
Set the current indent step.
setIndexName(String) - Method in class org.restlet.Directory
Sets the index name, without extensions.
setInstance(Engine) - Static method in class org.restlet.util.Engine
Sets the registered Restlet engine.
setLanguageAttribute(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted language.
setListingAllowed(boolean) - Method in class org.restlet.Directory
Indicates if the display of directory listings is allowed when no index file is found.
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.
setLoggerName(String) - Method in class org.restlet.service.LogService
Sets the name of the JDK's logger to use when logging calls.
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 "if-match" condition.
setMatchingMode(int) - Method in class org.restlet.util.Template
Sets the matching mode to use when parsing a formatted reference.
setMaxAge(int) - Method in class org.restlet.data.CookieSetting
Sets the maximum age in seconds.
Use 0 to immediately discard an existing cookie.
Use -1 to discard the cookie at the end of the session (default).
setMaxAttempts(int) - Method in class org.restlet.Router
Sets the maximum number of attempts if no attachment could be matched on the first attempt.
setMediaType(MediaType) - Method in class org.restlet.resource.Variant
Sets the media type.
setMediaType(MediaType) - Method in class org.restlet.util.WrapperRepresentation
Sets the media type.
setMediaTypeAttribute(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted media type.
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(Method) - Method in class org.restlet.data.Request
Sets the method called.
setMethod(Method) - Method in class org.restlet.util.WrapperRequest
Sets the method called.
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.
setMode(int) - Method in class org.restlet.Transformer
Sets the transformation mode.
setModifiable(boolean) - Method in class org.restlet.Directory
Indicates if modifications to local resources are allowed.
setModificationDate(Date) - Method in class org.restlet.resource.Variant
Sets the last date when this representation was modified.
setModificationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
Sets the last date when this representation was modified.
setModifiedSince(Date) - Method in class org.restlet.data.Conditions
Sets the "if-modified-since" condition.
setName(String) - Method in class org.restlet.Application
Sets the display name.
setName(String) - Method in class org.restlet.data.Parameter
Sets the name.
setName(String) - Method in class org.restlet.VirtualHost
Sets the display name.
setNamespaceAware(boolean) - Method in class org.restlet.resource.XmlRepresentation
Indicates if processing is namespace aware.
setNegotiateContent(boolean) - Method in class org.restlet.Directory
Indicates if the best content is automatically negotiated.
setNegotiateContent(boolean) - Method in class org.restlet.resource.Resource
Indicates if the best content is automatically negotiated.
setNext(Restlet) - Method in class org.restlet.Filter
Sets the next Restlet.
setNext(Class<? extends Resource>) - Method in class org.restlet.Filter
Sets the next Restlet as a Finder for a given Resource class.
setNoneMatch(List<Tag>) - Method in class org.restlet.data.Conditions
Sets the "if-none-match" condition.
setOutput(Writer) - Method in class org.restlet.util.XmlWriter
Set a new output destination for the document.
setOverwrite(boolean) - Method in class org.restlet.service.StatusService
Indicates if an existing entity should be overwritten.
setOwner(String) - Method in class org.restlet.Application
Sets the owner(s).
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.util.Template
Sets the pattern to use for formatting or parsing.
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.
setPrefix(String, String) - Method in class org.restlet.util.XmlWriter
Specify a preferred prefix for a Namespace URI.
setProtocol(Protocol) - Method in class org.restlet.data.Reference
Sets the scheme component based on this protocol.
setQuality(float) - Method in class org.restlet.data.Preference
Sets the quality/preference level.
setQuery(String) - Method in class org.restlet.data.Reference
Sets the query component for hierarchical identifiers.
setRealm(String) - Method in class org.restlet.data.ChallengeRequest
Sets the realm name.
setRedirectRef(Reference) - Method in class org.restlet.data.Response
Sets the reference that the client should follow for redirections or resource creations.
setRedirectRef(String) - Method in class org.restlet.data.Response
Sets the reference that the client should follow for redirections or resource creations.
setRedirectRef(Reference) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setRedirectRef(String) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setReferrerRef(Reference) - Method in class org.restlet.data.Request
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.data.Request
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.
setRelativePart(String) - Method in class org.restlet.data.Reference
Sets the relative part for relative references only.
setRequest(Request) - Method in class org.restlet.data.Response
Sets the associated request.
setRequest(Request) - Method in class org.restlet.resource.Resource
Sets the request to handle.
setRequest(WrapperRequest) - Method in class org.restlet.util.WrapperResponse
Sets the associated request.
setRequest(Request) - Method in class org.restlet.util.WrapperResponse
Sets the associated request.
setRequiredScore(float) - Method in class org.restlet.Router
Sets the score required to have a match.
setResourceDomain(String) - Method in class org.restlet.VirtualHost
Sets the resourceRef host domain to match.
setResourcePort(String) - Method in class org.restlet.VirtualHost
Sets the resourceRef host port to match.
setResourceRef(Reference) - Method in class org.restlet.data.Request
Sets the target resource reference.
setResourceRef(String) - Method in class org.restlet.data.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.VirtualHost
Sets the resourceRef scheme to match.
setResponse(Response) - Method in class org.restlet.resource.Resource
Sets the response to update.
setResultCharacterSet(CharacterSet) - Method in class org.restlet.Transformer
Sets the character set of the result representation.
setResultMediaType(MediaType) - Method in class org.restlet.Transformer
Sets the media type of the result representation.
setRetryDelay(long) - Method in class org.restlet.Router
Sets the delay (in seconds) before a new attempt.
setRootRef(Reference) - Method in class org.restlet.data.Request
Sets the application root reference.
setRootRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the application root reference.
setRoutingMode(int) - Method in class org.restlet.Router
Sets the routing mode.
setScheme(ChallengeScheme) - Method in class org.restlet.data.ChallengeRequest
Sets the scheme used.
setScheme(ChallengeScheme) - Method in class org.restlet.data.ChallengeResponse
Sets the scheme used.
setScheme(String) - Method in class org.restlet.data.Reference
Sets the scheme component.
setSchemeSpecificPart(String) - Method in class org.restlet.data.Reference
Sets the scheme specific part.
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.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecure(boolean) - Method in class org.restlet.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
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.VirtualHost
Sets the listening server address.
setServerPort(String) - Method in class org.restlet.VirtualHost
Sets the listening server port.
setSize(long) - Method in class org.restlet.resource.Variant
Sets the expected size in bytes if known, -1 otherwise.
setSize(long) - Method in class org.restlet.util.WrapperRepresentation
Sets the expected size in bytes if known, -1 otherwise.
setStatus(Status) - Method in class org.restlet.data.Response
Sets the status.
setStatus(Status, String) - Method in class org.restlet.data.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.
setStatusService(StatusService) - Method in class org.restlet.Application
Sets the status service.
setStatusService(StatusService) - Method in class org.restlet.Component
Sets the status service.
setTag(Tag) - Method in class org.restlet.resource.Variant
Sets the tag.
setTag(Tag) - Method in class org.restlet.util.WrapperRepresentation
Sets the tag.
setTarget(Restlet) - Method in class org.restlet.Server
Sets the target Restlet.
setTemplate(Template) - Method in class org.restlet.Route
Sets the reference template to match.
setText(String) - Method in class org.restlet.resource.StringRepresentation
Sets the string value.
setTransformSheet(Representation) - Method in class org.restlet.resource.TransformRepresentation
Sets the XSLT transform sheet to apply to message entities.
setTransformSheet(Representation) - Method in class org.restlet.Transformer
Sets the XSLT transform sheet to apply to message entities.
setTransient(boolean) - Method in class org.restlet.resource.Representation
Indicates if the representation's content is transient.
setTransient(boolean) - Method in class org.restlet.util.WrapperRepresentation
Indicates if the representation's content is transient.
setTunnelService(TunnelService) - Method in class org.restlet.Application
Sets the tunnel service.
setUnmodifiedSince(Date) - Method in class org.restlet.data.Conditions
Sets the "if-unmodified-since" condition.
setUserInfo(String) - Method in class org.restlet.data.Reference
Sets the user info component for server based hierarchical identifiers.
setValue(String) - Method in class org.restlet.data.Parameter
Sets the value.
setVersion(int) - Method in class org.restlet.data.Cookie
Sets the cookie specification version.
size() - Method in class org.restlet.util.NodeSet
 
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.
SMTP - Static variable in class org.restlet.data.Protocol
SMTP protocol.
SMTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
Plain SMTP scheme.
SMTP_STARTTLS - Static variable in class org.restlet.data.Protocol
SMTP with STARTTLS protocol (started with a plain socket).
SMTPS - Static variable in class org.restlet.data.Protocol
SMTPS protocol (via SSL/TLS socket).
SPANISH - Static variable in class org.restlet.data.Language
Spanish language.
start() - Method in class org.restlet.Application
 
start() - Method in class org.restlet.Client
 
start() - Method in class org.restlet.Component
Starts the component and all its connectors.
start() - Method in class org.restlet.Restlet
Starts the Restlet.
start() - Method in class org.restlet.Server
 
start() - Method in class org.restlet.util.Helper
Start callback.
startDocument() - Method in class org.restlet.util.XmlWriter
Write the XML declaration at the beginning of the document.
startElement(String) - Method in class org.restlet.util.XmlWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String, String) - Method in class org.restlet.util.XmlWriter
Start a new element without a qname or attributes.
startElement(String, String, String, Attributes) - Method in class org.restlet.util.XmlWriter
Write a start tag.
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(Status, String) - Constructor for class org.restlet.data.Status
Constructor.
StatusService - Class in org.restlet.service
Service providing common representations for exception status.
StatusService(boolean) - Constructor for class org.restlet.service.StatusService
Constructor.
stop() - Method in class org.restlet.Application
 
stop() - Method in class org.restlet.Client
 
stop() - Method in class org.restlet.Component
Stops the component and all its connectors.
stop() - Method in class org.restlet.Restlet
Stops the Restlet.
stop() - Method in class org.restlet.Server
 
stop() - Method in class org.restlet.util.Helper
Stop callback.
StreamRepresentation - Class in org.restlet.resource
Representation based on a BIO stream.
StreamRepresentation(MediaType) - Constructor for class org.restlet.resource.StreamRepresentation
Constructor.
StringRepresentation - Class in org.restlet.resource
Represents an Unicode string that can be converted to any character set supported by Java.
StringRepresentation(CharSequence) - Constructor for class org.restlet.resource.StringRepresentation
Constructor.
StringRepresentation(CharSequence, Language) - Constructor for class org.restlet.resource.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.resource.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.resource.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.resource.StringRepresentation
Constructor.
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.
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_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 metainformation.
SUCCESS_NON_AUTHORITATIVE - Static variable in class org.restlet.data.Status
The request has succeeded but the returned metainformation in the entity-header do 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.

T

Tag - Class in org.restlet.data
Validation tag equivalent to the HTTP entity 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.
targetTemplate - Variable in class org.restlet.Redirector
The target URI pattern.
Template - Class in org.restlet.util
String template with a model is based on a request.
Template(Logger, String) - Constructor for class org.restlet.util.Template
Default constructor.
Template(Logger, String, int) - Constructor for class org.restlet.util.Template
Constructor.
Template(Logger, String, int, int, String, boolean, boolean) - Constructor for class org.restlet.util.Template
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_HTML - 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_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
 
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.
toObject(Representation) - Method in class org.restlet.service.ConverterService
Converts a representation into a higher-level object.
toRepresentation(Object) - Method in class org.restlet.service.ConverterService
Converts a higher-level object into a representation.
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.Parameter
Returns a string with the name and value of the parameter.
toString() - Method in class org.restlet.data.Preference
 
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(InputStream) - Static method in class org.restlet.util.ByteUtils
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.util.ByteUtils
Converts an input stream to a string using the specified character set for decoding the input stream.
TRACE - Static variable in class org.restlet.data.Method
Used to invoke a remote, application-layer loop-back of the request message.
transform(Representation) - Method in class org.restlet.Transformer
Transforms a source XML representation by applying an XSLT transform sheet to it.
Transformer - Class in org.restlet
Filter that can transform XML representations by applying an XSLT transform sheet.
Transformer(int, Representation) - Constructor for class org.restlet.Transformer
Constructor.
TransformRepresentation - Class in org.restlet.resource
Representation able to apply an XSLT transformation.
TransformRepresentation(Context, Representation, Representation) - Constructor for class org.restlet.resource.TransformRepresentation
Constructor.
TunnelService - Class in org.restlet.service
Service tunnelling method names or client preferences via query parameters.
TunnelService(boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor.
TYPE_ALL - Static variable in class org.restlet.util.Variable
Matches all characters.
TYPE_ALPHA - Static variable in class org.restlet.util.Variable
Matches all alphabetical characters.
TYPE_ALPHA_DIGIT - Static variable in class org.restlet.util.Variable
Matches all alphabetical and digital characters.
TYPE_DIGIT - Static variable in class org.restlet.util.Variable
Matches all digital characters.
TYPE_URI_ALL - Static variable in class org.restlet.util.Variable
Matches all URI characters.
TYPE_URI_FRAGMENT - Static variable in class org.restlet.util.Variable
Matches URI fragment characters.
TYPE_URI_QUERY - Static variable in class org.restlet.util.Variable
Matches URI query characters.
TYPE_URI_SCHEME - Static variable in class org.restlet.util.Variable
Matches URI scheme characters.
TYPE_URI_SEGMENT - Static variable in class org.restlet.util.Variable
Matches URI segment characters.
TYPE_URI_UNRESERVED - Static variable in class org.restlet.util.Variable
Matches unreserved URI characters.
TYPE_WORD - Static variable in class org.restlet.util.Variable
Matches all alphabetical and digital characters plus the underscore.

U

Uniform - Class in org.restlet
Base class exposing the uniform REST interface.
Uniform() - Constructor for class org.restlet.Uniform
 
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.resource.Variant
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.
unmodifiable(Date) - Static method in class org.restlet.util.DateUtils
Returns an immutable version of a given date.
updateSize() - Method in class org.restlet.resource.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.
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.Route
Checks the request attributes for presence, format, etc.
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.
values() - Static method in enum org.restlet.data.Dimension
Returns an array containing the constants of this enum type, in the order they're 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.util
Variable descriptor for reference templates.
Variable() - Constructor for class org.restlet.util.Variable
Default constructor.
Variable(int) - Constructor for class org.restlet.util.Variable
Constructor.
Variable(int, String, boolean, boolean) - Constructor for class org.restlet.util.Variable
Constructor.
Variant - Class in org.restlet.resource
Descriptor for available representations of a resource.
Variant() - Constructor for class org.restlet.resource.Variant
Default constructor.
Variant(MediaType) - Constructor for class org.restlet.resource.Variant
Constructor.
VERSION - Static variable in class org.restlet.util.Engine
Complete version.
VIDEO_ALL - Static variable in class org.restlet.data.MediaType
 
VIDEO_AVI - 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
Router of calls from Server connectors to Restlets.
VirtualHost() - Constructor for class org.restlet.VirtualHost
Constructor.
VirtualHost(Context) - Constructor for class org.restlet.VirtualHost
Constructor.
VirtualHost(Context, String, String, String, String, String, String, String, String) - Constructor for class org.restlet.VirtualHost
Constructor.

W

WAR - Static variable in class org.restlet.data.Protocol
Local Web Archive access protocol.
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.
WritableRepresentation - Class in org.restlet.resource
Representation based on a writable NIO byte channel.
WritableRepresentation(MediaType) - Constructor for class org.restlet.resource.WritableRepresentation
Constructor.
write(OutputStream) - Method in class org.restlet.resource.ChannelRepresentation
Writes the representation to a byte stream.
write(OutputStream) - Method in class org.restlet.resource.DomRepresentation
Writes the representation to a byte stream.
write(OutputStream) - Method in class org.restlet.resource.FileRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.resource.FileRepresentation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.resource.InputRepresentation
Writes the representation to a byte stream.
write(OutputStream) - Method in class org.restlet.resource.ObjectRepresentation
Writes the datum as a stream of bytes.
write(OutputStream) - Method in class org.restlet.resource.OutputRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.resource.ReadableRepresentation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.resource.Representation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.resource.Representation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.resource.SaxRepresentation
Writes the representation to a byte stream.
write(XmlWriter) - Method in class org.restlet.resource.SaxRepresentation
Writes the representation to a XML writer.
write(WritableByteChannel) - Method in class org.restlet.resource.StreamRepresentation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.resource.StringRepresentation
Writes the representation to a byte stream.
write(OutputStream) - Method in class org.restlet.resource.TransformRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.resource.WritableRepresentation
Writes the representation to a byte channel.
write(InputStream, OutputStream) - Static method in class org.restlet.util.ByteUtils
Writes an input stream to an output stream.
write(ReadableByteChannel, WritableByteChannel) - Static method in class org.restlet.util.ByteUtils
Writes a readable channel to a writable channel.
write(OutputStream) - Method in class org.restlet.util.WrapperRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.util.WrapperRepresentation
Writes the representation to a byte channel.

X

XmlRepresentation - Class in org.restlet.resource
Representation based on an XML document.
XmlRepresentation(MediaType) - Constructor for class org.restlet.resource.XmlRepresentation
Constructor.
XmlRepresentation(MediaType, long) - Constructor for class org.restlet.resource.XmlRepresentation
Constructor.
XmlWriter - Class in org.restlet.util
XML writer doing the opposite work of a SAX-based XML reader.
XmlWriter() - Constructor for class org.restlet.util.XmlWriter
Create a new XML writer.
XmlWriter(OutputStream) - Constructor for class org.restlet.util.XmlWriter
Constructor.
XmlWriter(OutputStream, Charset) - Constructor for class org.restlet.util.XmlWriter
Constructor.
XmlWriter(OutputStream, CharsetEncoder) - Constructor for class org.restlet.util.XmlWriter
Constructor.
XmlWriter(OutputStream, String) - Constructor for class org.restlet.util.XmlWriter
Constructor.
XmlWriter(Writer) - Constructor for class org.restlet.util.XmlWriter
Create a new XML writer.
XmlWriter(XMLReader) - Constructor for class org.restlet.util.XmlWriter
Create a new XML writer.
XmlWriter(XMLReader, Writer) - Constructor for class org.restlet.util.XmlWriter
Create a new XML writer.

Z

ZIP - Static variable in class org.restlet.data.Encoding
The Info-Zip encoding.

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

Copyright © 2005-2007 Noelios Consulting.