Skip navigation links
Restlet Framework 2.4.3
Google Web Toolkit
A C D E F G H I J K L M N O P Q R S T U V W Z 

A

abort() - Method in class org.restlet.client.Request
Ask the connector to attempt to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.client.Response
Ask the connector to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.client.util.WrapperRequest
 
abort() - Method in class org.restlet.client.util.WrapperResponse
 
accept(Metadata...) - Method in class org.restlet.client.data.ClientInfo
Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a 1.0 quality in addition to existing ones.
accept(Metadata, float) - Method in class org.restlet.client.data.ClientInfo
Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a given quality in addition to existing ones.
accept(Metadata...) - Method in class org.restlet.client.resource.ClientResource
Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a 1.0 quality in addition to existing ones.
accept(Metadata, float) - Method in class org.restlet.client.resource.ClientResource
Updates the client preferences to accept the given metadata (media types, character sets, etc.) with a given quality in addition to existing ones.
add(String) - Method in class org.restlet.client.data.ReferenceList
Creates then adds a reference at the end of the list.
add(Client) - Method in class org.restlet.client.util.ClientList
 
add(Protocol) - Method in class org.restlet.client.util.ClientList
Adds a new client connector in the map supporting the given protocol.
add(String, String) - Method in class org.restlet.client.util.Series
Creates then adds a parameter at the end of the list.
add(E) - Method in class org.restlet.client.util.WrapperList
Adds a element at the end of the list.
add(int, E) - Method in class org.restlet.client.util.WrapperList
Inserts the specified element at the specified position in this list.
addAll(Collection<? extends E>) - Method in class org.restlet.client.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.client.util.WrapperList
Inserts all of the elements in the specified collection into this list at the specified position.
addCommonExtensions() - Method in class org.restlet.client.service.MetadataService
Adds a common list of associations from extensions to metadata.
The list of languages extensions:
en: English es: Spanish fr: French
The list of character set extensions:
ascii: US-ASCII
The list of media type extensions:
ai: PostScript document atom: Atom syndication document au: AU audio file bin: Binary file bmp: Bitmap graphics class: Java bytecode css: CSS stylesheet csv: Comma-separated Values dat: Fixed-width Values dib: Device-Independent Bitmap Graphics doc: Microsoft Word document docx: Microsoft Office Word 2007 document docm: Office Word 2007 macro-enabled document dotx: Office Word 2007 template dotm: Office Word 2007 macro-enabled document template dtd: XML Document Type Definition eps: Encapsulated PostScript exe: Executable File (Microsoft Corporation) fmt: FreeMarker encoding form: Web forms (URL encoded) ftl: FreeMarker encoding gif: GIF image gwt: Java serialized object (using GWT-RPC encoder) hqx: BinHex 4 Compressed Archive (Macintosh) htm, html: HTML document ico: Windows icon (Favicon) jad: Java Application Descriptor file jar: Java Archive java: Java source code jnlp: Java Web start launch file jpe, jpeg, jpg: JPEG image js: JavaScript document jsf: Java Server Faces file json: JavaScript Object Notation document jsonsmile: JavaScript Object Notation smile document kar: Karaoke MIDI file latex: LaTeX document man: Manual file mathml: Mathml XML document mid, midi: MIDI Audio mov, qt: QuickTime video clip (Apple Computer, Inc.) mp2, mp3: MPEG Audio Stream file mp4: MPEG-4 video file mpe, mpeg, mpg: MPEG video clip n3: RDF N3 document nt: RDF N-Triples document odb: OpenDocument Database odc: OpenDocument Chart odf: OpenDocument Formula odg: OpenDocument Drawing odi: OpenDocument Image odm: OpenDocument Master Document odp: OpenDocument Presentation ods: OpenDocument Spreadsheet odt: OpenDocument Text onetoc: Microsoft Office OneNote 2007 TOC onetoc2: Office OneNote 2007 TOC otg: OpenDocument Drawing Template oth: HTML Document Template otp: OpenDocument Presentation Template ots: OpenDocument Spreadsheet Template ott: OpenDocument Text Template oxt: OpenOffice.org extension pdf: Adobe PDF document png: PNG image potm: Office PowerPoint 2007 macro-enabled presentation template potx: Office PowerPoint 2007 template ppam: Office PowerPoint 2007 add-in pps, ppt: Microsoft Powerpoint document ppsm: Office PowerPoint 2007 macro-enabled slide show ppsx: Office PowerPoint 2007 slide show pptm: Office PowerPoint 2007 macro-enabled presentation pptx: Microsoft Office PowerPoint 2007 presentation ps: PostScript document rdf: Description Framework document rnc: Relax NG Schema document, Compact syntax rng: Relax NG Schema document, XML syntax rss: RSS file rtf: Rich Text Format document sav: SPSS Data sit: StuffIt compressed archive file sldm: Office PowerPoint 2007 macro-enabled slide sldx: Office PowerPoint 2007 slide snd: Amiga sound sps: SPSS Script Syntax sta: Stata data file svg: Scalable Vector Graphics file swf: Adobe Flash file tar: Tape Archive file tex: Tex file tif, tiff: Tagged Image Format File tsv: Tab-separated Values txt: Plain text ulw: MU-LAW (US telephony format) vm: Velocity encoding vrml: Virtual Reality Modeling Language file vxml: VoiceXML source file wadl: Web Application Description Language document wav: Waveform audio wrl: Plain text VRML file xht, xhtml: XHTML document xlam: Office Excel 2007 add-in xls: Microsoft Excel document xlsb: Office Excel 2007 binary workbook xlsm: Office Excel 2007 macro-enabled workbook xlsx: Microsoft Office Excel 2007 workbook xltm: Office Excel 2007 macro-enabled workbook template xltx: Office Excel 2007 template xmi: XMI document xml: XML document xsd: W3C XML Schema document xsl, xslt: XSL Transform file xul: XML User Interface Language file yaml: YAML text format z: UNIX compressed archive file zip: Zip archive
addDate(String, Date) - Method in class org.restlet.client.data.Disposition
Adds a Date parameter.
addExtension(String, Metadata) - Method in class org.restlet.client.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addExtension(String, Metadata, boolean) - Method in class org.restlet.client.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addQueryParameter(Parameter) - Method in class org.restlet.client.data.Reference
Adds a parameter to the query component.
addQueryParameter(String, String) - Method in class org.restlet.client.data.Reference
Adds a parameter to the query component.
addQueryParameter(Parameter) - Method in class org.restlet.client.resource.ClientResource
Adds a parameter to the query component.
addQueryParameter(String, String) - Method in class org.restlet.client.resource.ClientResource
Adds a parameter to the query component.
addQueryParameters(Iterable<Parameter>) - Method in class org.restlet.client.data.Reference
Adds several parameters to the query component.
addQueryParameters(Iterable<Parameter>) - Method in class org.restlet.client.resource.ClientResource
Adds several parameters to the query component.
addSegment(String) - Method in class org.restlet.client.data.Reference
Adds a segment at the end of the path.
addSegment(String) - Method in class org.restlet.client.resource.ClientResource
Adds a segment at the end of the path.
AJP - Static variable in class org.restlet.client.data.Protocol
AJP 1.3 protocol to communicate with Apache HTTP server or Microsoft IIS.
ALGORITHM_HTTP_DIGEST - Static variable in class org.restlet.client.data.Digest
Digest algorithm for the HTTP DIGEST scheme.
ALGORITHM_MD2 - Static variable in class org.restlet.client.data.Digest
Digest algorithm defined in RFC 1319.
ALGORITHM_MD5 - Static variable in class org.restlet.client.data.Digest
Digest algorithm defined in RFC 1321.
ALGORITHM_NONE - Static variable in class org.restlet.client.data.Digest
No digest algorithm defined.
ALGORITHM_SHA_1 - Static variable in class org.restlet.client.data.Digest
Digest algorithm defined in Secure Hash Standard, NIST FIPS 180-1.
ALGORITHM_SHA_256 - Static variable in class org.restlet.client.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_384 - Static variable in class org.restlet.client.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_512 - Static variable in class org.restlet.client.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALL - Static variable in class org.restlet.client.data.CharacterSet
All character sets acceptable.
ALL - Static variable in class org.restlet.client.data.Encoding
All encodings acceptable.
ALL - Static variable in class org.restlet.client.data.Language
All languages acceptable.
ALL - Static variable in class org.restlet.client.data.MediaType
 
ALL - Static variable in class org.restlet.client.data.Method
Pseudo-method use to match all methods.
ALL - Static variable in class org.restlet.client.data.Protocol
All protocols wildcard.
ALL - Static variable in class org.restlet.client.data.Tag
Tag matching any other tag, used in call's condition data.
AnnotationInfo - Class in org.restlet.rebind
Descriptor for method annotations.
AnnotationInfo(Method, Method, String) - Constructor for class org.restlet.rebind.AnnotationInfo
Constructor.
AnnotationUtils - Class in org.restlet.rebind
Utilities to manipulate Restlet annotations.
append(Appendable) - Method in class org.restlet.client.representation.Representation
Appends the representation to an appendable sequence of characters.
APPLICATION_ALL - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_ALL_JSON - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_ALL_XML - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_ATOM - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_JAVA_OBJECT_GWT - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_JAVASCRIPT - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_JSON - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_JSON_SMILE - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_MSML - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_SDP - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_WWW_FORM - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_XHTML - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_XMI - Static variable in class org.restlet.client.data.MediaType
 
APPLICATION_XML - Static variable in class org.restlet.client.data.MediaType
 
AuthenticationInfo - Class in org.restlet.client.data
Preemptive authentication information.
AuthenticationInfo(String, int, String, String, String) - Constructor for class org.restlet.client.data.AuthenticationInfo
Constructor.

C

CacheDirective - Class in org.restlet.client.data
Directive for caching mechanisms along the call chain.
CacheDirective(String) - Constructor for class org.restlet.client.data.CacheDirective
Constructor for directives with no value.
CacheDirective(String, String) - Constructor for class org.restlet.client.data.CacheDirective
Constructor for directives with a value.
CacheDirective(String, String, boolean) - Constructor for class org.restlet.client.data.CacheDirective
Constructor for directives with a value.
ChallengeMessage - Class in org.restlet.client.data
Base authentication challenge message exchanged between an origin server and a client.
ChallengeMessage(ChallengeScheme) - Constructor for class org.restlet.client.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String) - Constructor for class org.restlet.client.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String, Series<Parameter>, String, String, String) - Constructor for class org.restlet.client.data.ChallengeMessage
Constructor.
ChallengeRequest - Class in org.restlet.client.data
Authentication challenge sent by an origin server to a client.
ChallengeRequest(ChallengeScheme) - Constructor for class org.restlet.client.data.ChallengeRequest
Constructor.
ChallengeRequest(ChallengeScheme, String) - Constructor for class org.restlet.client.data.ChallengeRequest
Constructor.
ChallengeResponse - Class in org.restlet.client.data
Authentication response sent by client to an origin server.
ChallengeResponse(ChallengeScheme) - Constructor for class org.restlet.client.data.ChallengeResponse
Constructor with no credentials.
ChallengeResponse(ChallengeScheme, Series<Parameter>, String, char[], String, String, String, Reference, String, String, String, String, int, long) - Constructor for class org.restlet.client.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, char[]) - Constructor for class org.restlet.client.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, char[], Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, String) - Constructor for class org.restlet.client.data.ChallengeResponse
Constructor.
ChallengeScheme - Class in org.restlet.client.data
Challenge scheme used to authenticate remote clients.
ChallengeScheme(String, String) - Constructor for class org.restlet.client.data.ChallengeScheme
Constructor.
ChallengeScheme(String, String, String) - Constructor for class org.restlet.client.data.ChallengeScheme
Constructor.
CharacterRepresentation - Class in org.restlet.client.representation
Representation based on a BIO character stream.
CharacterRepresentation(MediaType) - Constructor for class org.restlet.client.representation.CharacterRepresentation
Constructor.
CharacterSet - Class in org.restlet.client.data
Metadata used to specify the character set of textual representations.
CharacterSet(String) - Constructor for class org.restlet.client.data.CharacterSet
Constructor.
CharacterSet(String, String) - Constructor for class org.restlet.client.data.CharacterSet
Constructor.
CLAP - Static variable in class org.restlet.client.data.Protocol
CLAP (ClassLoader Access Protocol) is a custom scheme to access to representations via classloaders.
clear() - Method in class org.restlet.client.util.WrapperList
Removes all of the elements from this list.
clear() - Method in class org.restlet.client.util.WrapperMap
Removes all mappings from this Map.
clearCache() - Static method in class org.restlet.rebind.AnnotationUtils
Clears the annotation descriptors cache.
clearExtensions() - Method in class org.restlet.client.service.MetadataService
clears the mappings for all extensions.
Client - Class in org.restlet.client
Connector acting as a generic client.
Client(Context, List<Protocol>) - Constructor for class org.restlet.client.Client
Constructor.
Client(Context, List<Protocol>, String) - Constructor for class org.restlet.client.Client
Constructor.
Client(Context, Protocol) - Constructor for class org.restlet.client.Client
Constructor.
Client(List<Protocol>) - Constructor for class org.restlet.client.Client
Constructor.
Client(Protocol) - Constructor for class org.restlet.client.Client
Constructor.
Client(String) - Constructor for class org.restlet.client.Client
Constructor.
CLIENT_ERROR_BAD_REQUEST - Static variable in class org.restlet.client.data.Status
The request could not be understood by the server due to malformed syntax.
CLIENT_ERROR_CONFLICT - Static variable in class org.restlet.client.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.client.data.Status
The user agent expects some behavior of the server (given in an Expect request-header field), but this expectation could not be met by this server.
CLIENT_ERROR_FAILED_DEPENDENCY - Static variable in class org.restlet.client.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.client.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.client.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.client.data.Status
The server refuses to accept the request without a defined Content-Length.
CLIENT_ERROR_LOCKED - Static variable in class org.restlet.client.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.client.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.client.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.client.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.client.data.Status
This code is reserved for future use.
CLIENT_ERROR_PRECONDITION_FAILED - Static variable in class org.restlet.client.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.client.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.client.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.client.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.client.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.client.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_TOO_MANY_REQUESTS - Static variable in class org.restlet.client.data.Status
The server refuses to accept the request because the user has sent too many requests in a given amount of time.
CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.client.data.Status
The request requires user authentication.
CLIENT_ERROR_UNPROCESSABLE_ENTITY - Static variable in class org.restlet.client.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.client.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.client.data
Client specific data related to a call.
ClientInfo() - Constructor for class org.restlet.client.data.ClientInfo
Constructor.
ClientInfo(MediaType) - Constructor for class org.restlet.client.data.ClientInfo
Constructor from a media type.
ClientList - Class in org.restlet.client.util
Modifiable list of client connectors.
ClientList(Context) - Constructor for class org.restlet.client.util.ClientList
Constructor.
ClientProxy - Interface in org.restlet.client.resource
Marker interface for RESTful resource proxies.
ClientProxyGenerator - Class in org.restlet.rebind
Deferred binding generator capable of creating a subclass of ClientProxy implementing a custom Java interface, extending the marker ClientProxy interface, and annotated with Restlet annotations such as Get, Post, Put or Delete.
ClientProxyGenerator() - Constructor for class org.restlet.rebind.ClientProxyGenerator
Default constructor.
ClientResource - Class in org.restlet.client.resource
Client-side resource.
ClientResource() - Constructor for class org.restlet.client.resource.ClientResource
Empty constructor.
ClientResource(ClientResource) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Context, Method, Reference) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Context, Method, String) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Context, Reference) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Context, Request) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Context, Request, Response) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Context, String) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Method, Reference) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Method, String) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Reference) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Request) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(Request, Response) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
ClientResource(String) - Constructor for class org.restlet.client.resource.ClientResource
Constructor.
commit(Response) - Method in class org.restlet.client.Request
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client.
commit() - Method in class org.restlet.client.Response
Asks the server connector to immediately commit the given response, making it ready to be sent back to the client.
commit(Response) - Method in class org.restlet.client.util.WrapperRequest
 
commit() - Method in class org.restlet.client.util.WrapperResponse
 
compareTo(Method) - Method in class org.restlet.client.data.Method
Compares this method to another.
compareTo(Parameter) - Method in class org.restlet.client.data.Parameter
 
COMPRESS - Static variable in class org.restlet.client.data.Encoding
The common Unix file compression.
Conditions - Class in org.restlet.client.data
Set of conditions applying to a request.
Conditions() - Constructor for class org.restlet.client.data.Conditions
Constructor.
CONNECT - Static variable in class org.restlet.client.data.Method
Used with a proxy that can dynamically switch to being a tunnel.
Connector - Class in org.restlet.client
Restlet enabling communication between Components.
Connector(Context) - Constructor for class org.restlet.client.Connector
Constructor.
Connector(Context, List<Protocol>) - Constructor for class org.restlet.client.Connector
Constructor.
CONNECTOR_ERROR_COMMUNICATION - Static variable in class org.restlet.client.data.Status
The client connector faced an error during the communication with the remote server (interruption, timeout, etc.).
CONNECTOR_ERROR_CONNECTION - Static variable in class org.restlet.client.data.Status
The client connector could not connect to the remote server.
CONNECTOR_ERROR_INTERNAL - Static variable in class org.restlet.client.data.Status
The client connector faced an internal error during the process of a request to its server or the process of a response to its client.
contains(Object) - Method in class org.restlet.client.util.WrapperList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class org.restlet.client.util.WrapperList
Returns true if this list contains all of the elements of the specified collection.
containsKey(Object) - Method in class org.restlet.client.util.WrapperMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.restlet.client.util.WrapperMap
Returns true if this map maps one or more keys to the specified value.
Context - Class in org.restlet.client
Contextual data and services provided to a set of Restlets.
Context() - Constructor for class org.restlet.client.Context
Constructor.
Context(Logger) - Constructor for class org.restlet.client.Context
Constructor.
Context(String) - Constructor for class org.restlet.client.Context
Constructor.
Cookie - Class in org.restlet.client.data
Cookie provided by a client.
Cookie() - Constructor for class org.restlet.client.data.Cookie
Default constructor.
Cookie(int, String, String) - Constructor for class org.restlet.client.data.Cookie
Constructor.
Cookie(int, String, String, String, String) - Constructor for class org.restlet.client.data.Cookie
Constructor.
Cookie(String, String) - Constructor for class org.restlet.client.data.Cookie
Constructor.
CookieSetting - Class in org.restlet.client.data
Cookie setting provided by a server.
CookieSetting() - Constructor for class org.restlet.client.data.CookieSetting
Default constructor.
CookieSetting(int, String, String) - Constructor for class org.restlet.client.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String) - Constructor for class org.restlet.client.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean) - Constructor for class org.restlet.client.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean, boolean) - Constructor for class org.restlet.client.data.CookieSetting
Constructor.
CookieSetting(String, String) - Constructor for class org.restlet.client.data.CookieSetting
Preferred constructor.
COPY - Static variable in class org.restlet.client.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.client.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.
create(CharSequence, CharSequence) - Static method in class org.restlet.client.data.Parameter
Creates a parameter.
createChildContext() - Method in class org.restlet.client.Context
Creates a protected child context.
createClientInfo() - Method in class org.restlet.client.representation.Variant
Creates a ClientInfo instance with preferences matching exactly the current variant.
createEntry(String, String) - Method in class org.restlet.client.data.Form
 
createEntry(String, String) - Method in class org.restlet.client.util.Series
Creates a new entry.
createNext() - Method in class org.restlet.client.resource.ClientResource
Creates a next Restlet is no one is set.
createRequest() - Method in class org.restlet.client.resource.ClientResource
Creates a new request by cloning the one wrapped by this class.
createResponse(Request) - Method in class org.restlet.client.resource.ClientResource
Creates a new response for the given request.
createSeries(List<Parameter>) - Method in class org.restlet.client.data.Form
 
createSeries(List<T>) - Method in class org.restlet.client.util.Series
Creates a new series.
CUSTOM - Static variable in class org.restlet.client.data.ChallengeScheme
Custom scheme based on IP address or cookies or query parameters, etc.

D

decode(String) - Static method in class org.restlet.client.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.client.data.Reference
Decodes a given string using the standard URI encoding mechanism.
DEFAULT - Static variable in class org.restlet.client.data.CharacterSet
 
DEFAULT - Static variable in class org.restlet.client.data.Language
 
DEFLATE - Static variable in class org.restlet.client.data.Encoding
The zlib format defined by RFC 1950 and 1951.
DEFLATE_NOWRAP - Static variable in class org.restlet.client.data.Encoding
The zlib format defined by RFC 1950 and 1951, without wrapping.
DELETE - Static variable in class org.restlet.client.data.Method
Requests that the origin server deletes the resource identified by the request URI.
delete() - Method in class org.restlet.client.resource.ClientResource
Deletes the target resource and all its representations.
delete(MediaType) - Method in class org.restlet.client.resource.ClientResource
Deletes the target resource and all its representations.
Delete - Annotation Type in org.restlet.client.resource
Annotation for methods that remove representations.
Digest - Class in org.restlet.client.data
Describes a digest value and the digest algorithm used.
Digest(byte[]) - Constructor for class org.restlet.client.data.Digest
Constructor using the MD5 algorithm by default.
Digest(String, byte[]) - Constructor for class org.restlet.client.data.Digest
Constructor.
Dimension - Enum in org.restlet.client.data
Dimension on which the representations of a resource may vary.
Disposition - Class in org.restlet.client.data
Describes the presentation of a single entity especially in the case of multipart documents.
Disposition() - Constructor for class org.restlet.client.data.Disposition
Constructor.
Disposition(String) - Constructor for class org.restlet.client.data.Disposition
Constructor.
Disposition(String, Series<Parameter>) - Constructor for class org.restlet.client.data.Disposition
Constructor.
doCatch(Throwable) - Method in class org.restlet.client.resource.Resource
Invoked when a Throwable is caught during initialization, handling or releasing.
doError(Request, Response) - Method in class org.restlet.client.resource.ClientResource
By default, it throws a new resource exception.
doError(Status) - Method in class org.restlet.client.resource.ClientResource
By default, it throws a new resource exception.
doError(Status, Request, Response) - Method in class org.restlet.client.resource.ClientResource
By default, it throws a new resource exception.
doError(Status) - Method in class org.restlet.client.resource.Resource
Invoked when an error response status is received.
doError(Status, String) - Method in class org.restlet.client.resource.Resource
Invoked when an error response status is received.
doInit() - Method in class org.restlet.client.resource.Resource
Set-up method that can be overridden in order to initialize the state of the resource.
doRelease() - Method in class org.restlet.client.resource.ClientResource
Releases the resource by stopping any connector automatically created and associated to the "next" property (see ClientResource.getNext() method.
doRelease() - Method in class org.restlet.client.resource.Resource
Clean-up method that can be overridden in order to release the state of the resource.

E

EMPTY_VALUE - Static variable in class org.restlet.client.util.Series
A marker for empty values to differentiate from non existing values (null).
EmptyRepresentation - Class in org.restlet.client.representation
Empty representation with no content.
EmptyRepresentation() - Constructor for class org.restlet.client.representation.EmptyRepresentation
Constructor.
encode() - Method in class org.restlet.client.data.Form
Encodes the form using the standard URI encoding mechanism and the UTF-8 character set.
encode(CharacterSet) - Method in class org.restlet.client.data.Form
URL encodes the form.
encode(CharacterSet, char) - Method in class org.restlet.client.data.Form
URL encodes the form.
encode(Appendable, CharacterSet) - Method in class org.restlet.client.data.Parameter
Encodes the parameter into the target buffer.
encode(CharacterSet) - Method in class org.restlet.client.data.Parameter
Encodes the parameter as a string.
encode(String) - Static method in class org.restlet.client.data.Reference
Encodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
encode(String, boolean) - Static method in class org.restlet.client.data.Reference
Encodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
encode(String, boolean, CharacterSet) - Static method in class org.restlet.client.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.client.data.Reference
Encodes a given string using the standard URI encoding mechanism.
Encoding - Class in org.restlet.client.data
Modifier of a representation's media type.
Encoding(String) - Constructor for class org.restlet.client.data.Encoding
Constructor.
Encoding(String, String) - Constructor for class org.restlet.client.data.Encoding
Constructor.
ENGLISH - Static variable in class org.restlet.client.data.Language
English language.
ENGLISH_US - Static variable in class org.restlet.client.data.Language
English language spoken in USA.
entrySet() - Method in class org.restlet.client.util.WrapperMap
Returns a set view of the mappings contained in this map.
equals(Object) - Method in class org.restlet.client.data.AuthenticationInfo
equals(Object) - Method in class org.restlet.client.data.CacheDirective
equals(Object) - Method in class org.restlet.client.data.ChallengeMessage
 
equals(Object) - Method in class org.restlet.client.data.ChallengeRequest
equals(Object) - Method in class org.restlet.client.data.ChallengeResponse
equals(Object) - Method in class org.restlet.client.data.ChallengeScheme
equals(Object) - Method in class org.restlet.client.data.CharacterSet
equals(Object) - Method in class org.restlet.client.data.Cookie
equals(Object) - Method in class org.restlet.client.data.CookieSetting
equals(Object) - Method in class org.restlet.client.data.Digest
 
equals(Object) - Method in class org.restlet.client.data.Encoding
equals(Object) - Method in class org.restlet.client.data.Header
equals(Object) - Method in class org.restlet.client.data.Language
equals(Object) - Method in class org.restlet.client.data.MediaType
equals(Object, boolean) - Method in class org.restlet.client.data.MediaType
Test the equality of two media types, with the possibility to ignore the parameters.
equals(Object) - Method in class org.restlet.client.data.Metadata
equals(Object) - Method in class org.restlet.client.data.Method
equals(Object) - Method in class org.restlet.client.data.Parameter
equals(Object) - Method in class org.restlet.client.data.Protocol
equals(Object) - Method in class org.restlet.client.data.Range
 
equals(Object) - Method in class org.restlet.client.data.Reference
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.restlet.client.data.Status
Indicates if the status is equal to a given one.
equals(Object) - Method in class org.restlet.client.data.Tag
Indicates if both tags are equal.
equals(Object, boolean) - Method in class org.restlet.client.data.Tag
Indicates if both tags are equal.
equals(Object) - Method in class org.restlet.client.representation.Variant
Indicates if the current variant is equal to the given variant.
equals(Object) - Method in class org.restlet.client.util.WrapperList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.restlet.client.util.WrapperMap
Compares the specified object with this map for equality.
ExceptionHandler<E extends java.lang.Throwable> - Interface in org.restlet.client.resource
 
exhaust() - Method in class org.restlet.client.representation.Representation
Exhaust the content of the representation by reading it and silently discarding anything read.
exhaust() - Method in class org.restlet.client.util.WrapperRepresentation
 

F

FILE - Static variable in class org.restlet.client.data.Protocol
FILE is a standard scheme to access to representations stored in the file system (locally most of the time).
finalize() - Method in class org.restlet.client.resource.ClientResource
Attempts to Resource.release() the resource.
finalize() - Method in class org.restlet.client.Restlet
Attempts to Restlet.stop() the Restlet if it is still started.
flushBuffers() - Method in class org.restlet.client.Message
Asks the underlying connector to immediately flush the network buffers.
flushBuffers() - Method in class org.restlet.client.Response
Asks the server connector to immediately flush the network buffers.
Form - Class in org.restlet.client.data
Form which is a specialized modifiable list of parameters.
Form() - Constructor for class org.restlet.client.data.Form
Empty constructor.
Form(int) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(List<Parameter>) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(Representation) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(Representation, boolean) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String, boolean) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String, char) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String, char, boolean) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String, CharacterSet) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String, CharacterSet, boolean) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String, CharacterSet, char) - Constructor for class org.restlet.client.data.Form
Constructor.
Form(String, CharacterSet, char, boolean) - Constructor for class org.restlet.client.data.Form
Constructor.
format() - Method in class org.restlet.client.data.Tag
Returns tag formatted as an HTTP tag string.
FREEMARKER - Static variable in class org.restlet.client.data.Encoding
The FreeMarker encoding.
FRENCH - Static variable in class org.restlet.client.data.Language
French language.
FRENCH_FRANCE - Static variable in class org.restlet.client.data.Language
French language spoken in France.
FTP - Static variable in class org.restlet.client.data.Protocol
FTP protocol.
FTP_PLAIN - Static variable in class org.restlet.client.data.ChallengeScheme
Plain FTP scheme.

G

generate(TreeLogger, GeneratorContext, String) - Method in class org.restlet.rebind.ClientProxyGenerator
 
generateContructor() - Method in class org.restlet.rebind.ClientProxyGenerator
Generates the default constructor.
generateFields(SerializableTypeOracle) - Method in class org.restlet.rebind.ClientProxyGenerator
Generates the private members of the proxy class.
generateMethod(Method) - Method in class org.restlet.rebind.ClientProxyGenerator
Generates the code of a given Java method (must be correctly annotated using Restlet annotation).
generateProxy() - Method in class org.restlet.rebind.ClientProxyGenerator
Generates the code of the proxy class.
generateSerializers() - Method in class org.restlet.rebind.ClientProxyGenerator
Generates the code of the necessary object serializers.
GET - Static variable in class org.restlet.client.data.Method
Retrieves whatever information (in the form of an entity) that is identified by the request URI.
get() - Method in class org.restlet.client.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
get(MediaType) - Method in class org.restlet.client.resource.ClientResource
Represents the resource using a given media type.
Get - Annotation Type in org.restlet.client.resource
Annotation for methods that retrieve a resource representation.
get(int) - Method in class org.restlet.client.util.WrapperList
Returns the element at the specified position in this list.
get(Object) - Method in class org.restlet.client.util.WrapperMap
Returns the value to which this map maps the specified key.
getAcceptedCharacterSets() - Method in class org.restlet.client.data.ClientInfo
Returns the modifiable list of character set preferences.
getAcceptedEncodings() - Method in class org.restlet.client.data.ClientInfo
Returns the modifiable list of encoding preferences.
getAcceptedLanguages() - Method in class org.restlet.client.data.ClientInfo
Returns the modifiable list of language preferences.
getAcceptedMediaTypes() - Method in class org.restlet.client.data.ClientInfo
Returns the modifiable list of media type preferences.
getAcceptedPatches() - Method in class org.restlet.client.data.ClientInfo
Returns the modifiable list of patch preferences.
getAccessControlAllowCredentials() - Method in class org.restlet.client.Response
When used as part of a response to a preflight CORS request, this indicates whether or not the actual request can be made using credentials.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Credentials" header.
getAccessControlAllowHeaders() - Method in class org.restlet.client.Response
Returns the modifiable set of headers allowed by the actual request on the current resource when used as part of a response to a preflight CORS request.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Headers" header.
getAccessControlAllowMethods() - Method in class org.restlet.client.Response
Returns the modifiable set of methods allowed by the actual request on the current resource when used as part of a response to a preflight CORS request
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Methods" header.
getAccessControlAllowOrigin() - Method in class org.restlet.client.Response
When used in the context of CORS support, it returns the URI an origin server allows for the requested resource.
getAccessControlExposeHeaders() - Method in class org.restlet.client.Response
Returns a modifiable whitelist of headers an origin server allows for the requested resource.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Expose-Headers" header.
getAccessControlMaxAge() - Method in class org.restlet.client.Response
Indicates how long the results of a preflight CORS request can be cached in a preflight result cache.
In case of a negative value, the results of a preflight request is not meant to be cached.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Max-Age" header.
getAccessControlRequestHeaders() - Method in class org.restlet.client.Request
Returns the modifiable set of headers the client is willing to send in future request to this resource.
getAccessControlRequestHeaders() - Method in class org.restlet.client.util.WrapperRequest
Returns the access control request headers of the target resource.
getAccessControlRequestMethod() - Method in class org.restlet.client.Request
Returns the method the client is willing to use in future request to this resource.
getAccessControlRequestMethod() - Method in class org.restlet.client.util.WrapperRequest
Returns the access control request method of the target resource.
getAddress() - Method in class org.restlet.client.data.ClientInfo
Returns the immediate client's IP address.
getAddress() - Method in class org.restlet.client.data.ServerInfo
Returns the IP address.
getAge() - Method in class org.restlet.client.Response
Returns the estimated amount of time since a response was generated or revalidated by the origin server.
getAge() - Method in class org.restlet.client.util.WrapperResponse
 
getAgent() - Method in class org.restlet.client.data.ClientInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.client.data.ServerInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.client.data.Warning
Returns the agent.
getAlgorithm() - Method in class org.restlet.client.data.Digest
Returns the digest algorithm.
getAllCharacterSetExtensionNames() - Method in class org.restlet.client.service.MetadataService
Return the ordered list of extension names mapped to character set.
getAllCharacterSets(String) - Method in class org.restlet.client.service.MetadataService
Returns all the character sets associated to this extension.
getAllEncodingExtensionNames() - Method in class org.restlet.client.service.MetadataService
Return the ordered list of extension names mapped to encodings.
getAllExtensionNames() - Method in class org.restlet.client.service.MetadataService
Return the ordered list of extension names.
getAllLanguageExtensionNames() - Method in class org.restlet.client.service.MetadataService
Return the ordered list of extension names mapped to languages.
getAllLanguages(String) - Method in class org.restlet.client.service.MetadataService
Returns all the languages associated to this extension.
getAllMediaTypeExtensionNames() - Method in class org.restlet.client.service.MetadataService
Return the ordered list of extension names mapped to media types.
getAllMediaTypes(String) - Method in class org.restlet.client.service.MetadataService
Returns all the media types associated to this extension.
getAllMetadata(String) - Method in class org.restlet.client.service.MetadataService
Returns all the metadata associated to this extension.
getAllowedMethods() - Method in class org.restlet.client.resource.Resource
Returns the set of methods allowed for the current client by the resource.
getAllowedMethods() - Method in class org.restlet.client.Response
Returns the modifiable set of methods allowed on the requested resource.
getAllowedMethods() - Method in class org.restlet.client.util.WrapperResponse
Returns the set of methods allowed on the requested resource.
getAnnotation(Method) - Static method in class org.restlet.rebind.AnnotationUtils
Returns the annotation descriptor for the given resource class.
getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.rebind.AnnotationUtils
Returns the first annotation descriptor matching the given Java method.
getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.rebind.AnnotationUtils
Returns the first annotation descriptor matching the given Restlet method.
getAnnotations(Class<?>) - Static method in class org.restlet.rebind.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAttribute(String) - Method in class org.restlet.client.resource.ClientResource
Returns the attribute value by looking up the given name in the response attributes maps.
getAttribute(String) - Method in class org.restlet.client.resource.Resource
Returns the attribute value by looking up the given name in the request or response attributes maps.
getAttributes() - Method in class org.restlet.client.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.client.Message
Returns the modifiable map of attributes that can be used by developers to save information relative to the message.
getAttributes() - Method in class org.restlet.client.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.client.util.WrapperResponse
Returns a modifiable attributes map that can be used by developers to save information relative to the message.
getAuthenticationInfo() - Method in class org.restlet.client.Response
Returns information sent by an origin server related to an successful authentication attempt.
getAuthenticationInfo() - Method in class org.restlet.client.util.WrapperResponse
 
getAuthor() - Method in class org.restlet.client.Restlet
Returns the author(s).
getAuthor() - Method in class org.restlet.client.util.WrapperRestlet
 
getAuthority() - Method in class org.restlet.client.data.Reference
Returns the authority component for hierarchical identifiers.
getAuthority(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded authority component.
getAvailableSize() - Method in class org.restlet.client.representation.Representation
Returns the size effectively available.
getAvailableSize() - Method in class org.restlet.client.util.WrapperRepresentation
 
getBaseRef() - Method in class org.restlet.client.data.Reference
Returns the base reference for relative references.
getCacheDirectives() - Method in class org.restlet.client.Message
Returns the cache directives.

Note that when used with HTTP connectors, this property maps to the "Cache-Control" header.
getChallengeRequests() - Method in class org.restlet.client.resource.Resource
Returns the list of authentication requests sent by an origin server to a client.
getChallengeRequests() - Method in class org.restlet.client.Response
Returns the list of authentication requests sent by an origin server to a client.
getChallengeRequests() - Method in class org.restlet.client.util.WrapperResponse
Returns the list of authentication requests sent by an origin server to a client.
getChallengeResponse() - Method in class org.restlet.client.Request
Returns the authentication response sent by a client to an origin server.
getChallengeResponse() - Method in class org.restlet.client.resource.Resource
Returns the authentication response sent by a client to an origin server.
getChallengeResponse() - Method in class org.restlet.client.util.WrapperRequest
Returns the authentication response sent by a client to an origin server.
getCharacterSet() - Method in class org.restlet.client.representation.Variant
Returns the character set or null if not applicable.
getCharacterSet(String) - Method in class org.restlet.client.service.MetadataService
Returns the character set associated to this extension.
getCharacterSet() - Method in class org.restlet.client.util.WrapperRepresentation
 
getChild(Reference) - Method in class org.restlet.client.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getChild(String) - Method in class org.restlet.client.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getClassName() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the name of the proxy class that will be generated.
getClassType() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the parent type.
getClientDispatcher() - Method in class org.restlet.client.Context
Returns a request dispatcher to available client connectors.
getClientInfo() - Method in class org.restlet.client.Request
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.client.resource.Resource
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.client.util.WrapperRequest
Returns the client-specific information.
getClientNonce() - Method in class org.restlet.client.data.AuthenticationInfo
Returns the client nonce.
getClientNonce() - Method in class org.restlet.client.data.ChallengeResponse
Returns the client nonce.
getClientResource() - Method in interface org.restlet.client.resource.ClientProxy
Returns the wrapped client resource.
getCode() - Method in class org.restlet.client.data.Status
Returns the corresponding code (HTTP or WebDAV or custom code).
getComment() - Method in class org.restlet.client.data.CookieSetting
Returns the comment for the user.
getComment() - Method in class org.restlet.client.data.Product
Returns the facultative comment.
getComment() - Method in class org.restlet.client.data.RecipientInfo
Returns the optional comment, typically the software agent name.
getConditions() - Method in class org.restlet.client.Request
Returns the modifiable conditions applying to this request.
getConditions() - Method in class org.restlet.client.resource.Resource
Returns the modifiable conditions applying to this request.
getConditions() - Method in class org.restlet.client.util.WrapperRequest
Returns the conditions applying to this call.
getContext() - Method in class org.restlet.client.resource.Resource
Returns the current context.
getContext() - Method in class org.restlet.client.Restlet
Returns the context.
getContext() - Method in class org.restlet.client.service.Service
Returns the context.
getContext() - Method in class org.restlet.client.util.ClientList
Returns the context.
getContext() - Method in class org.restlet.client.util.WrapperRestlet
 
getContext() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the context object that provides metadata to defered binding generators.
getCookies() - Method in class org.restlet.client.Request
Returns the modifiable series of cookies provided by the client.
getCookies() - Method in class org.restlet.client.resource.Resource
Returns the modifiable series of cookies provided by the client.
getCookies() - Method in class org.restlet.client.util.WrapperRequest
Returns the cookies provided by the client.
getCookieSettings() - Method in class org.restlet.client.resource.Resource
Returns the modifiable series of cookie settings provided by the server.
getCookieSettings() - Method in class org.restlet.client.Response
Returns the modifiable series of cookie settings provided by the server.
getCookieSettings() - Method in class org.restlet.client.util.WrapperResponse
Returns the cookie settings provided by the server.
getCurrent() - Static method in class org.restlet.client.Context
Returns the context associated to the current Restlet.
getCurrentLogger() - Static method in class org.restlet.client.Context
Returns the current context's logger.
getDate() - Method in class org.restlet.client.data.Warning
Returns the warning date.
getDate() - Method in class org.restlet.client.Message
Returns the date and time at which the message was originated.
getDefaultCharacterSet() - Method in class org.restlet.client.service.MetadataService
Returns the default character set for textual representations.
getDefaultEncoding() - Method in class org.restlet.client.service.MetadataService
Returns the default encoding for representations.
getDefaultLanguage() - Method in class org.restlet.client.service.MetadataService
Returns the default language for representations.
getDefaultMediaType() - Method in class org.restlet.client.service.MetadataService
Returns the default media type for representations.
getDefaultPort() - Method in class org.restlet.client.data.Protocol
Returns the default port number.
getDelegate() - Method in class org.restlet.client.util.WrapperList
Returns the delegate list.
getDelegate() - Method in class org.restlet.client.util.WrapperMap
Returns the delegate list.
getDescription() - Method in class org.restlet.client.data.ChallengeScheme
Returns the description.
getDescription() - Method in class org.restlet.client.data.CookieSetting
Returns the description of this REST element.
getDescription() - Method in class org.restlet.client.data.Metadata
Returns the description.
getDescription() - Method in class org.restlet.client.data.Method
Returns the description.
getDescription() - Method in class org.restlet.client.data.Protocol
Returns the description.
getDescription() - Method in class org.restlet.client.data.Status
Returns the description.
getDescription() - Method in class org.restlet.client.Restlet
Returns the description.
getDescription() - Method in class org.restlet.client.util.WrapperRestlet
 
getDigestAlgorithm() - Method in class org.restlet.client.data.ChallengeMessage
Returns the digest algorithm.
getDigestRef() - Method in class org.restlet.client.data.ChallengeResponse
Returns the Request.getResourceRef() value duplicated here in case a proxy changed it.
getDimensions() - Method in class org.restlet.client.resource.Resource
Returns the modifiable set of selecting dimensions on which the response entity may vary.
getDimensions() - Method in class org.restlet.client.Response
Returns the modifiable set of selecting dimensions on which the response entity may vary.
getDimensions() - Method in class org.restlet.client.util.WrapperResponse
Returns the set of selecting dimensions on which the response entity may vary.
getDisposition() - Method in class org.restlet.client.representation.Representation
Returns the disposition characteristics of the representation.
getDisposition() - Method in class org.restlet.client.util.WrapperRepresentation
 
getDomain() - Method in class org.restlet.client.data.Cookie
Returns the domain name.
getDomainRefs() - Method in class org.restlet.client.data.ChallengeRequest
Returns the base URI references that collectively define the protected domains for the digest authentication.
getEncoding(String) - Method in class org.restlet.client.service.MetadataService
Returns the encoding associated to this extension.
getEncodings() - Method in class org.restlet.client.representation.Variant
Returns the modifiable list of encodings applied to the entity-body.
getEncodings() - Method in class org.restlet.client.util.WrapperRepresentation
 
getEntity() - Method in class org.restlet.client.Message
Returns the entity representation.
getEntity() - Method in class org.restlet.client.util.WrapperRequest
Returns the entity representation.
getEntity() - Method in class org.restlet.client.util.WrapperResponse
Returns the entity representation.
getExpirationDate() - Method in class org.restlet.client.representation.Representation
Returns the future date when this representation expire.
getExpirationDate() - Method in class org.restlet.client.util.WrapperRepresentation
 
getExtension(Metadata) - Method in class org.restlet.client.service.MetadataService
Returns the first extension mapping to this metadata.
getExtensions() - Method in class org.restlet.client.data.Reference
Returns the optional extensions for hierarchical identifiers.
getExtensionsAsArray() - Method in class org.restlet.client.data.Reference
Returns the extensions as an array or null if no extension is found.
getFilename() - Method in class org.restlet.client.data.Disposition
Returns the value of the "filename" parameter.
getFirst(String) - Method in class org.restlet.client.util.Series
Returns the first parameter found with the given name.
getFirst(String, boolean) - Method in class org.restlet.client.util.Series
Returns the first parameter found with the given name.
getFirstValue(String) - Method in class org.restlet.client.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, boolean) - Method in class org.restlet.client.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, boolean, String) - Method in class org.restlet.client.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, String) - Method in class org.restlet.client.util.Series
Returns the value of the first parameter found with the given name.
getForwardedAddresses() - Method in class org.restlet.client.data.ClientInfo
Returns the list of forwarded IP addresses.
getFragment() - Method in class org.restlet.client.data.Reference
Returns the fragment identifier.
Note that no URI decoding is done by this method.
getFragment(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded fragment identifier.
getFrom() - Method in class org.restlet.client.data.ClientInfo
Returns the email address of the human user controlling the user agent.
getHeaders() - Method in class org.restlet.client.Message
Returns the series of lower-level HTTP headers.
getHierarchicalPart() - Method in class org.restlet.client.data.Reference
Returns the hierarchical part which is equivalent to the scheme specific part less the query component.
Note that no URI decoding is done by this method.
getHierarchicalPart(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded hierarchical part.
getHostDomain() - Method in class org.restlet.client.data.Reference
Returns the host domain name component for server based hierarchical identifiers.
getHostDomain(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded host domain name component.
getHostIdentifier() - Method in class org.restlet.client.data.Reference
Returns the host identifier.
getHostIdentifier(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded host identifier.
getHostPort() - Method in class org.restlet.client.data.Reference
Returns the optional port number for server based hierarchical identifiers.
getHostRef() - Method in class org.restlet.client.Request
Returns the host reference.
getHostRef() - Method in class org.restlet.client.resource.Resource
Returns the host reference.
getHostRef() - Method in class org.restlet.client.util.WrapperRequest
Returns the host reference.
getIdentifier() - Method in class org.restlet.client.data.ChallengeResponse
Returns the user identifier, such as a login name or an access key.
getIdentifier() - Method in class org.restlet.client.data.Reference
Returns the absolute resource identifier, without the fragment.
Note that no URI decoding is done by this method.
getIdentifier(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded absolute resource identifier.
getIdentifier() - Method in class org.restlet.client.data.ReferenceList
Returns the list identifier.
getIndex() - Method in class org.restlet.client.data.Range
Returns the index from which to start the range.
getInstanceSize() - Method in class org.restlet.client.data.Range
Returns the total size of the instance in number of bytes (or range unit).
getJavaInputTypes() - Method in class org.restlet.rebind.AnnotationInfo
Returns the input types of the Java method.
getJavaMethod() - Method in class org.restlet.rebind.AnnotationInfo
Returns the annotated Java method.
getJavaOutputType() - Method in class org.restlet.rebind.AnnotationInfo
Returns the output type of the Java method.
getLanguage(String) - Method in class org.restlet.client.service.MetadataService
Returns the language associated to this extension.
getLanguages() - Method in class org.restlet.client.representation.Variant
Returns the modifiable list of languages.
getLanguages() - Method in class org.restlet.client.util.WrapperRepresentation
 
getLastSegment() - Method in class org.restlet.client.data.Reference
Returns the last segment of a hierarchical path.
For example the "/a/b/c" and "/a/b/c/" paths have the same segments: "a", "b", "c.
Note that no URI decoding is done by this method.
getLastSegment(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded last segment.
getLastSegment(boolean, boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded last segment.
getLocationRef() - Method in class org.restlet.client.representation.Variant
Returns an optional location reference.
getLocationRef() - Method in class org.restlet.client.resource.Resource
Returns the reference that the client should follow for redirections or resource creations.
getLocationRef() - Method in class org.restlet.client.Response
Returns the location reference.
getLocationRef() - Method in class org.restlet.client.util.WrapperRepresentation
 
getLocationRef() - Method in class org.restlet.client.util.WrapperResponse
Returns the reference that the client should follow for redirections or resource creations.
getLogger() - Method in class org.restlet.client.Context
Returns the logger.
getLogger() - Method in class org.restlet.client.resource.Resource
Returns the logger.
getLogger() - Method in class org.restlet.client.Restlet
Returns the context's logger.
getLogger() - Method in class org.restlet.client.util.WrapperRestlet
 
getLogger() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the logger used by the deferred binding generator.
getMainType() - Method in class org.restlet.client.data.MediaType
Returns the main type.
getMatch() - Method in class org.restlet.client.data.Conditions
Returns the modifiable list of tags that must be matched.
getMatrix() - Method in class org.restlet.client.data.Reference
Returns the optional matrix for hierarchical identifiers.
getMatrix(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded matrix.
getMatrix() - Method in class org.restlet.client.resource.Resource
Returns the resource reference's optional matrix.
getMatrixAsForm() - Method in class org.restlet.client.data.Reference
Returns the optional matrix as a form.
getMatrixAsForm(CharacterSet) - Method in class org.restlet.client.data.Reference
Returns the optional matrix as a form submission.
getMatrixString() - Method in class org.restlet.client.data.Form
Formats the form as a matrix path string.
getMatrixString(CharacterSet) - Method in class org.restlet.client.data.Form
Formats the form as a query string.
getMatrixValue(String) - Method in class org.restlet.client.resource.Resource
Returns the first value of the matrix parameter given its name if existing, or null.
getMaxAge() - Method in class org.restlet.client.data.CookieSetting
Returns the maximum age in seconds.
getMaxForwards() - Method in class org.restlet.client.Request
Returns the maximum number of intermediaries.
getMaxForwards() - Method in class org.restlet.client.resource.Resource
Returns the maximum number of intermediaries.
getMaxForwards() - Method in class org.restlet.client.util.WrapperRequest
 
getMaxRedirects() - Method in class org.restlet.client.resource.ClientResource
Returns the maximum number of redirections that can be automatically followed for a single call.
getMediaType() - Method in class org.restlet.client.representation.Variant
Returns the media type.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
getMediaType(String) - Method in class org.restlet.client.service.MetadataService
Returns the mediatype associated to this extension.
getMediaType() - Method in class org.restlet.client.util.WrapperRepresentation
 
getMetadata() - Method in class org.restlet.client.data.Preference
Returns the metadata associated with this preference.
getMetadata(String) - Method in class org.restlet.client.service.MetadataService
Returns the metadata associated to this extension.
getMetadataService() - Method in class org.restlet.client.resource.Resource
Returns the application's metadata service or create a new one.
getMethod() - Method in class org.restlet.client.Request
Returns the method.
getMethod() - Method in class org.restlet.client.resource.Resource
Returns the method.
getMethod() - Method in class org.restlet.client.util.WrapperRequest
Returns the method.
getModificationDate() - Method in class org.restlet.client.representation.RepresentationInfo
Returns the last date when this representation was modified.
getModificationDate() - Method in class org.restlet.client.util.WrapperRepresentation
 
getModifiedSince() - Method in class org.restlet.client.data.Conditions
Returns the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Modified-Since" header.
getMostSpecific(MediaType...) - Static method in class org.restlet.client.data.MediaType
Returns the first of the most specific media type of the given array of MediaTypes.
getName() - Method in class org.restlet.client.data.CacheDirective
Returns the name.
getName() - Method in class org.restlet.client.data.ChallengeScheme
Returns the name.
getName() - Method in class org.restlet.client.data.Cookie
Returns the name.
getName() - Method in class org.restlet.client.data.Header
Returns the name.
getName() - Method in class org.restlet.client.data.Metadata
Returns the name (ex: "text/html" or "compress" or "iso-8851-1").
getName() - Method in class org.restlet.client.data.Method
Returns the name.
getName() - Method in class org.restlet.client.data.Parameter
 
getName() - Method in class org.restlet.client.data.Product
Returns the product name.
getName() - Method in class org.restlet.client.data.Protocol
Returns the name.
getName() - Method in class org.restlet.client.data.RecipientInfo
Returns the host name and port number or a pseudonym.
getName() - Method in class org.restlet.client.data.Tag
Returns the name, corresponding to an HTTP opaque tag value.
getName() - Method in class org.restlet.client.Restlet
Returns the display name.
getName() - Method in interface org.restlet.client.util.NamedValue
Returns the name of this parameter.
getName() - Method in class org.restlet.client.util.WrapperRestlet
 
getNames() - Method in class org.restlet.client.util.Series
Returns the set of parameter names (case sensitive).
getNext() - Method in class org.restlet.client.resource.ClientResource
Returns the next Restlet.
getNextServerNonce() - Method in class org.restlet.client.data.AuthenticationInfo
Returns the next server nonce.
getNonceCount() - Method in class org.restlet.client.data.AuthenticationInfo
Returns the nonce-count value.
getNoneMatch() - Method in class org.restlet.client.data.Conditions
Returns the modifiable list of tags that mustn't match.
getObject() - Method in class org.restlet.client.representation.ObjectRepresentation
The wrapped object.
getOnError() - Method in class org.restlet.client.Message
Returns the callback invoked when an error occurs when sending the message.
getOnResponse() - Method in class org.restlet.client.Request
Returns the callback invoked on response reception.
getOnResponse() - Method in class org.restlet.client.resource.ClientResource
Returns the callback invoked on response reception.
getOnResponse() - Method in class org.restlet.client.util.WrapperRequest
 
getOnSent() - Method in class org.restlet.client.Message
Returns the callback invoked after sending the message.
getOnSent() - Method in class org.restlet.client.resource.ClientResource
Returns the callback invoked after sending the request.
getOpaque() - Method in class org.restlet.client.data.ChallengeMessage
Returns an opaque string of data which should be returned by the client unchanged.
getOriginalRef() - Method in class org.restlet.client.Request
Returns the original reference as requested by the client.
getOriginalRef() - Method in class org.restlet.client.resource.Resource
Returns the original reference as requested by the client.
getOriginalRef() - Method in class org.restlet.client.util.WrapperRequest
 
getOwner() - Method in class org.restlet.client.Restlet
Returns the owner(s).
getOwner() - Method in class org.restlet.client.util.WrapperRestlet
 
getPackageName() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the package name of the parent type.
getParameters() - Method in class org.restlet.client.Context
Returns the modifiable series of parameters.
getParameters() - Method in class org.restlet.client.data.ChallengeMessage
Returns the modifiable series of scheme parameters.
getParameters() - Method in class org.restlet.client.data.Disposition
Returns the list of disposition parameters.
getParameters() - Method in class org.restlet.client.data.MediaType
Returns the unmodifiable list of parameters corresponding to subtype modifiers.
getParameters() - Method in class org.restlet.client.data.Preference
Returns the modifiable list of parameters.
getParent() - Method in class org.restlet.client.data.CharacterSet
 
getParent() - Method in class org.restlet.client.data.Encoding
 
getParent() - Method in class org.restlet.client.data.Language
 
getParent() - Method in class org.restlet.client.data.MediaType
Returns the parent metadata if available or null.
getParent() - Method in class org.restlet.client.data.Metadata
Returns the parent metadata if available or null.
getParent() - Method in class org.restlet.client.resource.ClientResource
Returns the parent resource.
getParentRef() - Method in class org.restlet.client.data.Reference
Returns the parent reference of a hierarchical reference.
getPath() - Method in class org.restlet.client.data.Cookie
Returns the validity path.
getPath() - Method in class org.restlet.client.data.Reference
Returns the path component for hierarchical identifiers.
getPath(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded path component.
getPort() - Method in class org.restlet.client.data.ClientInfo
Returns the port number which sent the call.
getPort() - Method in class org.restlet.client.data.ServerInfo
Returns the port number which received the call.
getPrimaryTag() - Method in class org.restlet.client.data.Language
Returns the primary tag.
getProtocol() - Method in class org.restlet.client.data.RecipientInfo
Returns the protocol used to communicate with the recipient.
getProtocol() - Method in class org.restlet.client.Request
Returns the protocol used or to be used, if known.
getProtocol() - Method in class org.restlet.client.resource.Resource
Returns the protocol by first returning the resourceRef.schemeProtocol property if it is set, or the baseRef.schemeProtocol property otherwise.
getProtocol() - Method in class org.restlet.client.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.client.Connector
Returns the modifiable list of protocols simultaneously supported.
getProxyChallengeRequests() - Method in class org.restlet.client.resource.Resource
Returns the list of proxy authentication requests sent by an origin server to a client.
getProxyChallengeRequests() - Method in class org.restlet.client.Response
Returns the list of authentication requests sent by an origin server to a client.
getProxyChallengeRequests() - Method in class org.restlet.client.util.WrapperResponse
Returns the list of authentication requests sent by a proxy to a client.
getQuality() - Method in class org.restlet.client.data.AuthenticationInfo
Returns the quality of protection.
getQuality() - Method in class org.restlet.client.data.ChallengeResponse
Returns the chosen quality of protection.
getQuality() - Method in class org.restlet.client.data.Preference
Returns the quality/preference level.
getQualityOptions() - Method in class org.restlet.client.data.ChallengeRequest
Returns the available options for quality of protection.
getQuery() - Method in class org.restlet.client.data.Reference
Returns the optional query component for hierarchical identifiers.
Note that no URI decoding is done by this method.
getQuery(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded query component.
getQuery() - Method in class org.restlet.client.resource.Resource
Returns the resource reference's optional query.
getQueryAsForm() - Method in class org.restlet.client.data.Reference
Returns the optional query component as a form.
getQueryAsForm(boolean) - Method in class org.restlet.client.data.Reference
Returns the optional query component as a form.
getQueryAsForm(CharacterSet) - Method in class org.restlet.client.data.Reference
Returns the optional query component as a form submission.
getQueryString() - Method in class org.restlet.client.data.Form
Formats the form as a query string.
getQueryString(CharacterSet) - Method in class org.restlet.client.data.Form
Formats the form as a query string.
getQueryValue(String) - Method in class org.restlet.client.resource.Resource
Returns the first value of the query parameter given its name if existing, or null.
getRange() - Method in class org.restlet.client.representation.Representation
Returns the range where in the full content the partial content available should be applied.

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

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

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
getRawValue() - Method in class org.restlet.client.data.ChallengeMessage
Returns the raw challenge value.
getReader() - Method in class org.restlet.client.representation.EmptyRepresentation
 
getReader() - Method in class org.restlet.client.representation.Representation
Returns a characters reader with the representation's content.
getReader() - Method in class org.restlet.client.representation.StreamRepresentation
 
getReader() - Method in class org.restlet.client.representation.StringRepresentation
 
getReader() - Method in class org.restlet.client.util.WrapperRepresentation
 
getRealm() - Method in class org.restlet.client.data.ChallengeMessage
Returns the realm name.
getReasonPhrase() - Method in class org.restlet.client.data.Status
Returns the reason phrase of this status.
getRecipientsInfo() - Method in class org.restlet.client.Message
Returns the intermediary recipient information.

Note that when used with HTTP connectors, this property maps to the "Via" headers.
getReference() - Method in class org.restlet.client.resource.Resource
Returns the URI reference.
getReferrerRef() - Method in class org.restlet.client.Request
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.client.resource.Resource
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.client.util.WrapperRequest
Returns the referrer reference if available.
getRelativePart() - Method in class org.restlet.client.data.Reference
Returns the relative part of relative references, without the query and fragment.
getRelativePart(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded relative part.
getRelativeRef() - Method in class org.restlet.client.data.Reference
Returns the current reference as a relative reference to the current base reference.
getRelativeRef(Reference) - Method in class org.restlet.client.data.Reference
Returns the current reference relatively to a base reference.
getRemainingPart() - Method in class org.restlet.client.data.Reference
Returns the part of the resource identifier remaining after the base reference.
getRemainingPart(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionally decoded remaining part.
getRemainingPart(boolean, boolean) - Method in class org.restlet.client.data.Reference
Returns the optionally decoded remaining part with or without the query part of the reference.
getRequest() - Method in class org.restlet.client.resource.Resource
Returns the handled request.
getRequest() - Method in exception org.restlet.client.resource.ResourceException
Returns the request associated to this exception.
getRequest() - Method in class org.restlet.client.Response
Returns the associated request
getRequest() - Method in class org.restlet.client.util.WrapperResponse
Returns the associated request
getRequestAttributes() - Method in class org.restlet.client.resource.Resource
Returns the request attributes.
getRequestCacheDirectives() - Method in class org.restlet.client.resource.Resource
Returns the request cache directives.
getRequestEntity() - Method in class org.restlet.client.resource.Resource
Returns the request entity representation.
getRequestVariants(MetadataService) - Method in class org.restlet.rebind.AnnotationInfo
Returns a list of request variants based on the annotation value.
getResourceRef() - Method in class org.restlet.client.Request
Returns the reference of the target resource.
getResourceRef() - Method in class org.restlet.client.util.WrapperRequest
Returns the reference of the target resource.
getResponse() - Method in class org.restlet.client.resource.Resource
Returns the handled response.
getResponse() - Method in exception org.restlet.client.resource.ResourceException
Returns the response associated to this exception.
getResponseAttributes() - Method in class org.restlet.client.resource.Resource
Returns the response attributes.
getResponseCacheDirectives() - Method in class org.restlet.client.resource.Resource
Returns the response cache directives.
getResponseDigest() - Method in class org.restlet.client.data.AuthenticationInfo
Returns the optional response digest for mutual authentication.
getResponseEntity() - Method in class org.restlet.client.resource.Resource
Returns the response entity representation.
getRestletMethod() - Method in class org.restlet.rebind.AnnotationInfo
Returns the matching Restlet method.
getRetryAfter() - Method in class org.restlet.client.Response
Indicates how long the service is expected to be unavailable to the requesting client.
getRetryAfter() - Method in class org.restlet.client.util.WrapperResponse
 
getRetryAttempts() - Method in class org.restlet.client.resource.ClientResource
Returns the number of retry attempts before reporting an error.
getRetryDelay() - Method in class org.restlet.client.resource.ClientResource
Returns the delay in milliseconds between two retry attempts.
getRootRef() - Method in class org.restlet.client.Request
Returns the application root reference.
getRootRef() - Method in class org.restlet.client.resource.Resource
Returns the application root reference.
getRootRef() - Method in class org.restlet.client.util.WrapperRequest
Returns the application root reference.
getScheme() - Method in class org.restlet.client.data.ChallengeMessage
Returns the scheme used.
getScheme() - Method in class org.restlet.client.data.Reference
Returns the scheme component.
Note that no URI decoding is done by this method.
getScheme(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded scheme component.
getSchemeName() - Method in class org.restlet.client.data.Protocol
Returns the URI scheme name.
getSchemeProtocol() - Method in class org.restlet.client.data.Reference
Returns the protocol associated with the scheme component.
getSchemeSpecificPart() - Method in class org.restlet.client.data.Reference
Returns the scheme specific part.
Note that no URI decoding is done by this method.
getSchemeSpecificPart(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded scheme specific part.
getSecret() - Method in class org.restlet.client.data.ChallengeResponse
Returns the user secret, such as a password or a secret key.
getSecretAlgorithm() - Method in class org.restlet.client.data.ChallengeResponse
Returns the digest algorithm name optionally applied on the user secret.
getSegments() - Method in class org.restlet.client.data.Reference
Returns the list of segments in a hierarchical path.
A new list is created for each call.
Note that no URI decoding is done by this method.
getSegments(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded list of segments.
getSerializationStreamFactory() - Method in class org.restlet.client.representation.ObjectRepresentation
Returns the serialization stream factory.
getServerInfo() - Method in class org.restlet.client.resource.Resource
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.client.Response
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.client.util.WrapperResponse
Returns the server-specific information.
getServerNonce() - Method in class org.restlet.client.data.ChallengeMessage
Returns the server nonce.
getServerNounceCount() - Method in class org.restlet.client.data.ChallengeResponse
Returns the server nonce count.
getSize() - Method in class org.restlet.client.data.Range
Returns the size of the range in number of bytes.
getSize() - Method in class org.restlet.client.representation.Representation
Returns the total size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.client.util.WrapperRepresentation
 
getSourceWriter() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the writer used for the content of the proxy class.
getStatus(Method, boolean, Tag, Date) - Method in class org.restlet.client.data.Conditions
Returns the conditional status of a variant using a given method.
getStatus(Method, RepresentationInfo) - Method in class org.restlet.client.data.Conditions
Returns the conditional status of a variant using a given method.
getStatus() - Method in class org.restlet.client.data.Warning
Returns the special status.
getStatus() - Method in class org.restlet.client.resource.Resource
Returns the status.
getStatus() - Method in exception org.restlet.client.resource.ResourceException
Returns the status associated to this exception.
getStatus() - Method in class org.restlet.client.Response
Returns the status.
getStatus() - Method in class org.restlet.client.util.WrapperResponse
Returns the status.
getSto() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the serializer class.
getStob() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the builder of the serializer class.
getStream() - Method in class org.restlet.client.representation.EmptyRepresentation
 
getStream() - Method in class org.restlet.client.representation.InputRepresentation
 
getStream() - Method in class org.restlet.client.representation.Representation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.client.representation.StringRepresentation
 
getStream() - Method in class org.restlet.client.util.WrapperRepresentation
 
getSubTags() - Method in class org.restlet.client.data.Language
Returns the unmodifiable list of subtags.
getSubType() - Method in class org.restlet.client.data.MediaType
Returns the sub-type.
getTag() - Method in class org.restlet.client.representation.RepresentationInfo
Returns the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
getTag() - Method in class org.restlet.client.util.WrapperRepresentation
 
getTargetRef() - Method in class org.restlet.client.data.Reference
Returns the target reference.
getTechnicalName() - Method in class org.restlet.client.data.ChallengeScheme
Returns the technical name (ex: BASIC).
getTechnicalName() - Method in class org.restlet.client.data.Protocol
Returns the technical name that appears on the wire.
getText() - Method in class org.restlet.client.data.Warning
Returns the warning text.
getText() - Method in class org.restlet.client.representation.EmptyRepresentation
 
getText() - Method in class org.restlet.client.representation.InputRepresentation
Note that this method relies on InputRepresentation.getStream().
getText() - Method in class org.restlet.client.representation.ObjectRepresentation
 
getText() - Method in class org.restlet.client.representation.Representation
Converts the representation to a string value.
getText() - Method in class org.restlet.client.representation.StringRepresentation
 
getText() - Method in class org.restlet.client.util.WrapperRepresentation
 
getTextRepresentation() - Method in class org.restlet.client.data.ReferenceList
Returns a representation of the list in the "text/uri-list" format.
getThrowable() - Method in class org.restlet.client.data.Status
Returns the related error or exception.
getTimeIssued() - Method in class org.restlet.client.data.ChallengeResponse
Returns the time when the response was issued, as returned by System.currentTimeMillis().
getType() - Method in class org.restlet.client.data.Disposition
Returns the disposition type.
getTypeOracle() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the type oracle for the current generator context.
getTypeQName() - Method in class org.restlet.rebind.ClientProxyGenerator
Returns the parent type for which a default constructible subclass will be generated.
getUnitName() - Method in class org.restlet.client.data.Range
Returns the name of the range unit.
getUnmodifiedSince() - Method in class org.restlet.client.data.Conditions
Returns the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Unmodified-Since" header.
getUri() - Method in class org.restlet.client.data.Method
Returns the URI of the specification describing the method.
getUri() - Method in class org.restlet.client.data.Status
Returns the URI of the specification describing the status.
getUserInfo() - Method in class org.restlet.client.data.Reference
Returns the user info component for server based hierarchical identifiers.
Note that no URI decoding is done by this method.
getUserInfo(boolean) - Method in class org.restlet.client.data.Reference
Returns the optionnally decoded user info component.
getValue() - Method in class org.restlet.client.data.CacheDirective
Returns the value.
getValue() - Method in class org.restlet.client.data.Cookie
Returns the value.
getValue() - Method in class org.restlet.client.data.Digest
Returns the digest value.
getValue() - Method in class org.restlet.client.data.Header
Returns the value.
getValue() - Method in class org.restlet.client.data.Parameter
 
getValue() - Method in interface org.restlet.client.util.NamedValue
Returns the value.
getValues(String) - Method in class org.restlet.client.util.Series
Returns the values of the parameters with a given name.
getValues(String, String, boolean) - Method in class org.restlet.client.util.Series
Returns the parameter values with a given name.
getValuesArray(String) - Method in class org.restlet.client.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesArray(String, boolean) - Method in class org.restlet.client.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesArray(String, boolean, String) - Method in class org.restlet.client.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesArray(String, String) - Method in class org.restlet.client.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesMap() - Method in class org.restlet.client.util.Series
Returns a map of name, value pairs.
getVersion() - Method in class org.restlet.client.data.Cookie
Returns the cookie specification version.
getVersion() - Method in class org.restlet.client.data.Product
Returns the version of the product.
getVersion() - Method in class org.restlet.client.data.Protocol
Returns the version.
getWarnings() - Method in class org.restlet.client.Message
Returns the additional warnings information.

Note that when used with HTTP connectors, this property maps to the "Warning" headers.
getWebRepresentation() - Method in class org.restlet.client.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWebRepresentation(CharacterSet) - Method in class org.restlet.client.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWebRepresentation() - Method in class org.restlet.client.data.ReferenceList
Returns a representation of the list in "text/html" format.
getWrappedRepresentation() - Method in class org.restlet.client.util.WrapperRepresentation
Returns the wrapped representation.
getWrappedRequest() - Method in class org.restlet.client.util.WrapperRequest
Returns the wrapped request.
getWrappedResponse() - Method in class org.restlet.client.util.WrapperResponse
Returns the wrapped response.
GZIP - Static variable in class org.restlet.client.data.Encoding
The GNU Zip encoding.

H

handle(Request, Response) - Method in class org.restlet.client.Client
 
handle() - Method in class org.restlet.client.resource.ClientResource
Handles the call by invoking the next handler.
handle(Method) - Method in class org.restlet.client.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, MediaType) - Method in class org.restlet.client.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Representation) - Method in class org.restlet.client.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Representation, ClientInfo) - Method in class org.restlet.client.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Representation, MediaType) - Method in class org.restlet.client.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.client.resource.ClientResource
Handle the call and follow redirection for safe methods.
handle(E) - Method in interface org.restlet.client.resource.ExceptionHandler
 
handle() - Method in class org.restlet.client.resource.Resource
Handles the call composed of the current context, request and response.
handle(Request, Response) - Method in class org.restlet.client.Restlet
Handles a call.
handle(Request, Response, Uniform) - Method in class org.restlet.client.Restlet
Handles a call.
handle(Request, Uniform) - Method in class org.restlet.client.Restlet
Handles a call.
handle(Request, Response) - Method in interface org.restlet.client.Uniform
Handles a uniform call.
handle(Request, Response) - Method in class org.restlet.client.util.WrapperRestlet
 
handleInbound(Response) - Method in class org.restlet.client.resource.ClientResource
Handles the inbound call.
handleOutbound(Request) - Method in class org.restlet.client.resource.ClientResource
Handles the outbound call by invoking the next handler.
hasExtensions() - Method in class org.restlet.client.data.Reference
Indicates if this reference has file-like extensions on its last path segment.
hasFragment() - Method in class org.restlet.client.data.Reference
Indicates if this reference has a fragment identifier.
hashCode() - Method in class org.restlet.client.data.AuthenticationInfo
hashCode() - Method in class org.restlet.client.data.CacheDirective
hashCode() - Method in class org.restlet.client.data.ChallengeMessage
hashCode() - Method in class org.restlet.client.data.ChallengeRequest
 
hashCode() - Method in class org.restlet.client.data.ChallengeResponse
hashCode() - Method in class org.restlet.client.data.ChallengeScheme
hashCode() - Method in class org.restlet.client.data.CharacterSet
hashCode() - Method in class org.restlet.client.data.Cookie
hashCode() - Method in class org.restlet.client.data.CookieSetting
hashCode() - Method in class org.restlet.client.data.Digest
 
hashCode() - Method in class org.restlet.client.data.Encoding
hashCode() - Method in class org.restlet.client.data.Header
hashCode() - Method in class org.restlet.client.data.Language
hashCode() - Method in class org.restlet.client.data.MediaType
hashCode() - Method in class org.restlet.client.data.Metadata
hashCode() - Method in class org.restlet.client.data.Method
hashCode() - Method in class org.restlet.client.data.Parameter
hashCode() - Method in class org.restlet.client.data.Protocol
hashCode() - Method in class org.restlet.client.data.Range
 
hashCode() - Method in class org.restlet.client.data.Reference
Returns a hash code value for the object.
hashCode() - Method in class org.restlet.client.data.Status
hashCode() - Method in class org.restlet.client.data.Tag
hashCode() - Method in class org.restlet.client.representation.Variant
 
hashCode() - Method in class org.restlet.client.util.WrapperList
Returns the hash code value for this list.
hashCode() - Method in class org.restlet.client.util.WrapperMap
Returns the hash code value for this map.
hasKnownSize() - Method in class org.restlet.client.representation.Representation
Indicates if the size of representation is known.
hasMatrix() - Method in class org.restlet.client.data.Reference
Indicates if this reference has a matrix.
hasNext() - Method in class org.restlet.client.resource.ClientResource
Indicates if there is a next Restlet.
hasQuery() - Method in class org.restlet.client.data.Reference
Indicates if this reference has a query component.
hasScheme() - Method in class org.restlet.client.data.Reference
Indicates if this reference has a scheme component.
hasSome() - Method in class org.restlet.client.data.Conditions
Indicates if there are some conditions set.
hasSomeRange() - Method in class org.restlet.client.data.Conditions
Indicates if there are some range conditions set.
HEAD - Static variable in class org.restlet.client.data.Method
Identical to GET except that the server must not return a message body in the response but only the message header.
head() - Method in class org.restlet.client.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
head(MediaType) - Method in class org.restlet.client.resource.ClientResource
Represents the resource using a given media type.
Header - Class in org.restlet.client.data
Represents an HTTP header.
Header() - Constructor for class org.restlet.client.data.Header
Default constructor.
Header(String, String) - Constructor for class org.restlet.client.data.Header
Constructor.
HTTP - Static variable in class org.restlet.client.data.Protocol
HTTP protocol.
HTTP_AWS_IAM - Static variable in class org.restlet.client.data.ChallengeScheme
Amazon Query String HTTP scheme.
HTTP_AWS_QUERY - Static variable in class org.restlet.client.data.ChallengeScheme
Amazon Query String HTTP scheme.
HTTP_AWS_S3 - Static variable in class org.restlet.client.data.ChallengeScheme
Amazon S3 HTTP scheme.
HTTP_AZURE_SHAREDKEY - Static variable in class org.restlet.client.data.ChallengeScheme
Microsoft Azure Shared Key scheme.
HTTP_AZURE_SHAREDKEY_LITE - Static variable in class org.restlet.client.data.ChallengeScheme
Microsoft Azure Shared Key lite scheme.
HTTP_BASIC - Static variable in class org.restlet.client.data.ChallengeScheme
Basic HTTP scheme.
HTTP_COOKIE - Static variable in class org.restlet.client.data.ChallengeScheme
Cookie HTTP scheme.
HTTP_DIGEST - Static variable in class org.restlet.client.data.ChallengeScheme
Digest HTTP scheme.
HTTP_NTLM - Static variable in class org.restlet.client.data.ChallengeScheme
Microsoft NTML HTTP scheme.
HTTP_OAUTH - Static variable in class org.restlet.client.data.ChallengeScheme
OAuth 1.0 HTTP scheme.
HTTP_OAUTH_BEARER - Static variable in class org.restlet.client.data.ChallengeScheme
OAuth Bearer HTTP scheme.
HTTP_OAUTH_MAC - Static variable in class org.restlet.client.data.ChallengeScheme
OAuth MAC HTTP scheme.
HTTPS - Static variable in class org.restlet.client.data.Protocol
HTTPS protocol (via SSL socket).

I

IDENTITY - Static variable in class org.restlet.client.data.Encoding
The default (identity) encoding.
includes(Metadata) - Method in class org.restlet.client.data.CharacterSet
Indicates if a given character set is included in the current one.
includes(Metadata) - Method in class org.restlet.client.data.Encoding
Indicates if a given encoding is included in the current one.
includes(Metadata) - Method in class org.restlet.client.data.Language
Indicates if a given language is included in the current one.
includes(Metadata) - Method in class org.restlet.client.data.MediaType
Indicates if a given media type is included in the current one @see MediaType.includes(Metadata, boolean).
includes(Metadata, boolean) - Method in class org.restlet.client.data.MediaType
Indicates if a given media type is included in the current one @see MediaType.includes(Metadata, boolean).
includes(Metadata) - Method in class org.restlet.client.data.Metadata
Indicates if a given metadata is included in the current one.
includes(Variant) - Method in class org.restlet.client.representation.Variant
Indicates if the current variant includes the given variant.
indent() - Method in class org.restlet.rebind.ClientProxyGenerator
Increments the indentation of the generated source code.
INDEX_FIRST - Static variable in class org.restlet.client.data.Range
Index for the first byte (or range unit) of an entity.
INDEX_LAST - Static variable in class org.restlet.client.data.Range
Index for the last byte (or range unit) of an entity.
indexOf(Object) - Method in class org.restlet.client.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.client.data.Status
This interim response (the client has to wait for the final response) is used to inform the client that the initial part of the request has been received and has not yet been rejected or completed by the server.
INFO_DISCONNECTED_OPERATION - Static variable in class org.restlet.client.data.Status
Warning status code, typically returned by a cache, indicating that it is intentionally disconnected from the rest of the network for a period of time.
INFO_HEURISTIC_EXPIRATION - Static variable in class org.restlet.client.data.Status
Warning status code, typically returned by a cache, indicating that it heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater than 24 hours.
INFO_MISC_WARNING - Static variable in class org.restlet.client.data.Status
Warning status code, optionally including arbitrary information to be presented to a human user, typically returned by a cache.
INFO_PROCESSING - Static variable in class org.restlet.client.data.Status
This interim response is used to inform the client that the server has accepted the complete request, but has not yet completed it since the server has a reasonable expectation that the request will take significant time to complete.
INFO_REVALIDATION_FAILED - Static variable in class org.restlet.client.data.Status
Warning status code, typically returned by a cache, indicating that the response is stale because an attempt to revalidate the response failed, due to an inability to reach the server.
INFO_STALE_RESPONSE - Static variable in class org.restlet.client.data.Status
Warning status code, typically returned by a cache, indicating that the response is stale.
INFO_SWITCHING_PROTOCOL - Static variable in class org.restlet.client.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.client.resource.Resource
Initialization method setting the environment of the current resource instance.
InputRepresentation - Class in org.restlet.client.representation
Transient representation based on a BIO input stream.
InputRepresentation(InputStream) - Constructor for class org.restlet.client.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.client.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.client.representation.InputRepresentation
Constructor.
isAbsolute() - Method in class org.restlet.client.data.Reference
Indicates if the reference is absolute.
isAcceptingRanges() - Method in class org.restlet.client.data.ServerInfo
Return true if the server accepts range requests for a resource, with the "byte" range unit.
isAccessRestricted() - Method in class org.restlet.client.data.CookieSetting
Indicates if cookie access is restricted for untrusted parties.
isAsynchronous() - Method in class org.restlet.client.Request
Indicates if the request is asynchronous.
isAsynchronous() - Method in class org.restlet.client.util.WrapperRequest
 
isAutoCommitting() - Method in class org.restlet.client.Response
Indicates if the response should be automatically committed.
isAutoCommitting() - Method in class org.restlet.client.util.WrapperResponse
 
isAvailable() - Method in class org.restlet.client.Client
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.client.Connector
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.client.representation.Representation
Indicates if some fresh content is potentially available, without having to actually call one of the content manipulation method like getStream() that would actually consume it.
isAvailable() - Method in class org.restlet.client.util.WrapperRepresentation
 
isBytesRange(Range) - Static method in class org.restlet.client.data.Range
Indicates if the unit of the given range is "bytes".
isClientError(int) - Static method in class org.restlet.client.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isClientError() - Method in class org.restlet.client.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isCommitted() - Method in class org.restlet.client.Response
Indicates if the response has already been committed.
isCommitted() - Method in class org.restlet.client.util.WrapperResponse
 
isCompatible(Metadata) - Method in class org.restlet.client.data.Metadata
Checks if this metadata is compatible with the given metadata.
isCompatible(Variant) - Method in class org.restlet.client.representation.Variant
Indicates if the current variant is compatible with the given variant.
isConcrete() - Method in class org.restlet.client.data.MediaType
Checks if the current media type is concrete.
isConfidential() - Method in class org.restlet.client.data.Protocol
Indicates if the protocol guarantees the confidentially of the messages exchanged, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.client.Message
Indicates if the message was or will be exchanged confidentially, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.client.Request
Implemented based on the Protocol.isConfidential() method for the request's protocol returned by Request.getProtocol();
isConfidential() - Method in class org.restlet.client.resource.Resource
Indicates if the message was or will be exchanged confidentially, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.client.Response
 
isConfidential() - Method in class org.restlet.client.util.WrapperRequest
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConfidential() - Method in class org.restlet.client.util.WrapperResponse
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConnectorError(int) - Static method in class org.restlet.client.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isConnectorError() - Method in class org.restlet.client.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isDigit() - Method in class org.restlet.client.data.CacheDirective
Returns true if the directive contains a digit value.
isEmpty() - Method in class org.restlet.client.representation.Representation
Indicates if the representation is empty.
isEmpty() - Method in class org.restlet.client.util.WrapperList
Returns true if this list contains no elements.
isEmpty() - Method in class org.restlet.client.util.WrapperMap
Returns true if this map contains no key-value mappings.
isEnabled() - Method in class org.restlet.client.service.Service
Indicates if the service should be enabled.
isEntityAvailable() - Method in class org.restlet.client.Message
Indicates if a content is available and can be sent or received.
isEntityAvailable() - Method in class org.restlet.client.Request
Indicates if a content is available and can be sent.
isEntityAvailable() - Method in class org.restlet.client.util.WrapperRequest
Indicates if a content is available and can be sent.
isEntityAvailable() - Method in class org.restlet.client.util.WrapperResponse
Indicates if a content is available and can be sent.
isEquivalentTo(Reference) - Method in class org.restlet.client.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.client.data.Status
Indicates if the status is an error (client or server) status.
isError() - Method in class org.restlet.client.data.Status
Indicates if the status is an error (client or server) status.
isExpectingResponse() - Method in class org.restlet.client.Request
Indicates if an associated response is expected.
isExpectingResponse() - Method in class org.restlet.client.util.WrapperRequest
 
isFinal() - Method in class org.restlet.client.Response
Indicates if the response is final or provisional.
isGenericDelimiter(int) - Static method in class org.restlet.client.data.Reference
Indicates if the given character is a generic URI component delimiter character.
isGlobalError(int) - Static method in class org.restlet.client.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isGlobalError() - Method in class org.restlet.client.data.Status
Indicates if the status is a global error status, meaning "The server has definitive information about a particular user".
isHierarchical() - Method in class org.restlet.client.data.Reference
Indicates if the identifier is hierarchical.
isIdempotent() - Method in class org.restlet.client.data.Method
Indicates if the side-effects of several requests is the same as a single request.
isIncluded(long, long) - Method in class org.restlet.client.data.Range
Indicates if the given index is included in the range.
isInformational(int) - Static method in class org.restlet.client.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isInformational() - Method in class org.restlet.client.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isLoggable() - Method in class org.restlet.client.Request
Indicates if the call is loggable
isLoggable() - Method in class org.restlet.client.resource.Resource
Indicates if the call is loggable
ISO_8859_1 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-1 (Latin 1) character set.
ISO_8859_10 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-10 (Latin 6) character set.
ISO_8859_2 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-2 (Latin 2) character set.
ISO_8859_3 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-3 (Latin 3) character set.
ISO_8859_4 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-4 (Latin 4) character set.
ISO_8859_5 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-5 (Cyrillic) character set.
ISO_8859_6 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-6 (Arabic) character set.
ISO_8859_7 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-7 (Greek) character set.
ISO_8859_8 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-8 (Hebrew) character set.
ISO_8859_9 - Static variable in class org.restlet.client.data.CharacterSet
The ISO/IEC 8859-9 (Latin 5) character set.
isOpaque() - Method in class org.restlet.client.data.Reference
Indicates if the identifier is opaque.
isParent(Reference) - Method in class org.restlet.client.data.Reference
Indicates if the reference is a parent of the hierarchical child reference.
isProvisional() - Method in class org.restlet.client.Response
Indicates if the response is provisional or final.
isRecoverableError() - Method in class org.restlet.client.data.Status
Indicates if an error is recoverable, meaning that simply retrying after a delay could result in a success.
isRedirection(int) - Static method in class org.restlet.client.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRedirection() - Method in class org.restlet.client.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRelative() - Method in class org.restlet.client.data.Reference
Indicates if the reference is relative.
isReplying() - Method in class org.restlet.client.data.Method
Indicates if the method replies with a response.
isReserved(int) - Static method in class org.restlet.client.data.Reference
Indicates if the given character is a reserved URI character.
isRetryOnError() - Method in class org.restlet.client.resource.ClientResource
Indicates if idempotent requests should be retried on error.
isSafe() - Method in class org.restlet.client.data.Method
Indicates if it should have the significance of taking an action other than retrieval.
isSecure() - Method in class org.restlet.client.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
isServerError(int) - Static method in class org.restlet.client.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isServerError() - Method in class org.restlet.client.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isStale() - Method in class org.restlet.client.data.ChallengeRequest
Indicates if the previous request from the client was stale.
isStarted() - Method in class org.restlet.client.Restlet
Indicates if the Restlet is started.
isStarted() - Method in class org.restlet.client.service.Service
Indicates if the service is started.
isStarted() - Method in class org.restlet.client.util.WrapperRestlet
 
isStopped() - Method in class org.restlet.client.Restlet
Indicates if the Restlet is stopped.
isStopped() - Method in class org.restlet.client.service.Service
Indicates if the service is stopped.
isStopped() - Method in class org.restlet.client.util.WrapperRestlet
 
isString() - Method in class org.restlet.client.representation.ObjectRepresentation
Indicates if the serialized object is a String.
isSubDelimiter(int) - Static method in class org.restlet.client.data.Reference
Indicates if the given character is an URI subcomponent delimiter character.
isSuccess(int) - Static method in class org.restlet.client.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
isSuccess() - Method in class org.restlet.client.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
isSynchronous() - Method in class org.restlet.client.Request
Indicates if the request is synchronous.
isSynchronous() - Method in class org.restlet.client.util.WrapperRequest
 
isTransient() - Method in class org.restlet.client.representation.Representation
Indicates if the representation's content is transient, which means that it can be obtained only once.
isTransient() - Method in class org.restlet.client.util.WrapperRepresentation
 
isUnreserved(int) - Static method in class org.restlet.client.data.Reference
Indicates if the given character is an unreserved URI character.
isValid(int) - Static method in class org.restlet.client.data.Reference
Indicates if the given character is a valid URI character.
isWeak() - Method in class org.restlet.client.data.Tag
Indicates if the tag is weak.
iterator() - Method in class org.restlet.client.util.WrapperList
Returns an iterator over the elements in this list in proper sequence.

J

JAR - Static variable in class org.restlet.client.data.Protocol
JAR (Java ARchive) is a common scheme to access to representations inside archive files.
JDBC - Static variable in class org.restlet.client.data.Protocol
JDBC protocol.

K

keySet() - Method in class org.restlet.client.util.WrapperMap
Returns a set view of the keys contained in this map.

L

Language - Class in org.restlet.client.data
Language used in representations and preferences.
Language(String) - Constructor for class org.restlet.client.data.Language
Constructor.
Language(String, String) - Constructor for class org.restlet.client.data.Language
Constructor.
lastIndexOf(Object) - Method in class org.restlet.client.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.client.util.WrapperList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.restlet.client.util.WrapperList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
LOCK - Static variable in class org.restlet.client.data.Method
Used to take out a lock of any access type on the resource identified by the request URI.

M

MACINTOSH - Static variable in class org.restlet.client.data.CharacterSet
The Macintosh ("Mac OS Roman") character set.
maxAge(int) - Static method in class org.restlet.client.data.CacheDirective
Creates a "max-age" directive.
maxStale() - Static method in class org.restlet.client.data.CacheDirective
Creates a "max-stale" directive.
maxStale(int) - Static method in class org.restlet.client.data.CacheDirective
Creates a "max-stale" directive.
MediaType - Class in org.restlet.client.data
Metadata used to specify the format of representations.
MediaType(String) - Constructor for class org.restlet.client.data.MediaType
Constructor.
MediaType(String, Series<Parameter>) - Constructor for class org.restlet.client.data.MediaType
Constructor.
MediaType(String, Series<Parameter>, String) - Constructor for class org.restlet.client.data.MediaType
Constructor.
MediaType(String, String) - Constructor for class org.restlet.client.data.MediaType
Constructor.
Message - Class in org.restlet.client
Generic message exchanged between components.
Message() - Constructor for class org.restlet.client.Message
Constructor.
Message(Representation) - Constructor for class org.restlet.client.Message
Constructor.
Metadata - Class in org.restlet.client.data
Representations metadata for content negotiation.
Metadata(String) - Constructor for class org.restlet.client.data.Metadata
Constructor.
Metadata(String, String) - Constructor for class org.restlet.client.data.Metadata
Constructor.
MetadataService - Class in org.restlet.client.service
Application service providing access to metadata and their associated extension names.
MetadataService() - Constructor for class org.restlet.client.service.MetadataService
Constructor.
Method - Class in org.restlet.client.data
Method to execute when handling a call.
Method(String) - Constructor for class org.restlet.client.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String) - Constructor for class org.restlet.client.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String) - Constructor for class org.restlet.client.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String, boolean, boolean) - Constructor for class org.restlet.client.data.Method
Constructor for methods that reply to requests with responses.
Method(String, String, String, boolean, boolean, boolean) - Constructor for class org.restlet.client.data.Method
Constructor.
minFresh(int) - Static method in class org.restlet.client.data.CacheDirective
Creates a "min-fresh" directive.
MKCOL - Static variable in class org.restlet.client.data.Method
MKCOL creates a new collection resource at the location specified by the Request URI.
MOVE - Static variable in class org.restlet.client.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.
mustRevalidate() - Static method in class org.restlet.client.data.CacheDirective
Creates a "must-revalidate" directive.

N

NAME_CREATION_DATE - Static variable in class org.restlet.client.data.Disposition
The creation date parameter name as presented by the RFC 2183.
NAME_FILENAME - Static variable in class org.restlet.client.data.Disposition
The filename parameter name as presented by the RFC 2183.
NAME_MODIFICATION_DATE - Static variable in class org.restlet.client.data.Disposition
The modification date parameter name as presented by the RFCc 2183.
NAME_READ_DATE - Static variable in class org.restlet.client.data.Disposition
The read date parameter name as presented by the RFC 2183.
NAME_SIZE - Static variable in class org.restlet.client.data.Disposition
The size parameter name as presented by the RFC 2183.
NamedValue<V> - Interface in org.restlet.client.util
String couple between a name and a value.
noCache() - Static method in class org.restlet.client.data.CacheDirective
Creates a "no-cache" directive.
noCache(List<String>) - Static method in class org.restlet.client.data.CacheDirective
Creates a "no-cache" directive.
noCache(String) - Static method in class org.restlet.client.data.CacheDirective
Creates a "no-cache" directive.
normalize() - Method in class org.restlet.client.data.Reference
Normalizes the reference.
noStore() - Static method in class org.restlet.client.data.CacheDirective
Creates a "no-store" directive.
noTransform() - Static method in class org.restlet.client.data.CacheDirective
Creates a "no-transform" directive.

O

ObjectRepresentation<T> - Class in org.restlet.client.representation
Representation based on a serializable Java object.
ObjectRepresentation(ClientProxy, T) - Constructor for class org.restlet.client.representation.ObjectRepresentation
Constructor for serialization.
ObjectRepresentation(RemoteService, T) - Constructor for class org.restlet.client.representation.ObjectRepresentation
Constructor for serialization.
ObjectRepresentation(SerializationStreamFactory, T) - Constructor for class org.restlet.client.representation.ObjectRepresentation
Constructor for serialization.
ObjectRepresentation(String, ClientProxy) - Constructor for class org.restlet.client.representation.ObjectRepresentation
Constructor for deserialization.
ObjectRepresentation(String, RemoteService) - Constructor for class org.restlet.client.representation.ObjectRepresentation
Constructor for deserialization.
ObjectRepresentation(String, SerializationStreamFactory) - Constructor for class org.restlet.client.representation.ObjectRepresentation
Constructor for deserialization.
ObjectRepresentation(String, SerializationStreamFactory, boolean) - Constructor for class org.restlet.client.representation.ObjectRepresentation
Constructor for deserialization.
onFailure(Throwable) - Method in interface org.restlet.client.resource.Result
Method called back by the associated GwtClientProxy object when a failure is detected.
onlyIfCached() - Static method in class org.restlet.client.data.CacheDirective
Creates a "onlyIfCached" directive.
onSuccess(T) - Method in interface org.restlet.client.resource.Result
Method called back by the associated GwtClientProxy object in case of success.
OPTIONS - Static variable in class org.restlet.client.data.Method
Requests for information about the communication options available on the request/response chain identified by the URI.
options() - Method in class org.restlet.client.resource.ClientResource
Describes the resource using content negotiation to select the best variant based on the client preferences.
options(MediaType) - Method in class org.restlet.client.resource.ClientResource
Describes the resource using a given media type.
Options - Annotation Type in org.restlet.client.resource
Annotation for methods that describe a resource.
org.restlet.client - package org.restlet.client
Core classes of the API.
org.restlet.client.data - package org.restlet.client.data
Information exchanged by components.
org.restlet.client.representation - package org.restlet.client.representation
Common representation data elements.
org.restlet.client.resource - package org.restlet.client.resource
Client and server resource classes.
org.restlet.client.service - package org.restlet.client.service
Services used by applications and components.
org.restlet.client.util - package org.restlet.client.util
Various utility classes.
org.restlet.rebind - package org.restlet.rebind
Deferred binding logic for transparent serialization.
outdent() - Method in class org.restlet.rebind.ClientProxyGenerator
Decrements the indentation of the generated source code.

P

Parameter - Class in org.restlet.client.data
Multi-usage parameter.
Parameter() - Constructor for class org.restlet.client.data.Parameter
Default constructor.
Parameter(String, String) - Constructor for class org.restlet.client.data.Parameter
Preferred constructor.
parse(String) - Static method in class org.restlet.client.data.Tag
Parses a tag formatted as defined by the HTTP standard.
PATCH - Static variable in class org.restlet.client.data.Method
Requests that the origin server applies partial modifications contained in the entity enclosed in the request to the resource identified by the request URI.
patch(Object) - Method in class org.restlet.client.resource.ClientResource
Patches a resource with the given object as delta state.
patch(Object, MediaType) - Method in class org.restlet.client.resource.ClientResource
Patches a resource with the given object as delta state.
patch(Representation) - Method in class org.restlet.client.resource.ClientResource
Patches a resource with the given representation as delta state.
Patch - Annotation Type in org.restlet.client.resource
Annotation for methods that apply submitted representations as a patch.
POP - Static variable in class org.restlet.client.data.Protocol
POP protocol.
POP_BASIC - Static variable in class org.restlet.client.data.ChallengeScheme
Basic POP scheme.
POP_DIGEST - Static variable in class org.restlet.client.data.ChallengeScheme
Digest POP scheme.
POPS - Static variable in class org.restlet.client.data.Protocol
POPS protocol (via SSL/TLS socket)..
POST - Static variable in class org.restlet.client.data.Method
Requests that the origin server accepts the entity enclosed in the request as a new subordinate of the resource identified by the request URI.
post(Object) - Method in class org.restlet.client.resource.ClientResource
Posts an object entity.
post(Object, MediaType) - Method in class org.restlet.client.resource.ClientResource
Posts an object entity.
post(Representation) - Method in class org.restlet.client.resource.ClientResource
Posts a representation.
Post - Annotation Type in org.restlet.client.resource
Annotation for methods that accept submitted representations.
Preference<T extends Metadata> - Class in org.restlet.client.data
Metadata preference definition.
Preference() - Constructor for class org.restlet.client.data.Preference
Constructor.
Preference(T) - Constructor for class org.restlet.client.data.Preference
Constructor.
Preference(T, float) - Constructor for class org.restlet.client.data.Preference
Constructor.
Preference(T, float, Series<Parameter>) - Constructor for class org.restlet.client.data.Preference
Constructor.
print(String) - Method in class org.restlet.rebind.ClientProxyGenerator
Prints the given value in the generated source code.
println() - Method in class org.restlet.rebind.ClientProxyGenerator
Terminates the current line with a new line separator.
println(String) - Method in class org.restlet.rebind.ClientProxyGenerator
Prints the given value in the generated source code and terminates the current line with a new line separator.
privateInfo() - Static method in class org.restlet.client.data.CacheDirective
Creates a "private" directive.
privateInfo(List<String>) - Static method in class org.restlet.client.data.CacheDirective
Creates a "private" directive.
privateInfo(String) - Static method in class org.restlet.client.data.CacheDirective
Creates a "private" directive.
Product - Class in org.restlet.client.data
Product tokens are used to allow communicating applications to identify themselves by software name and version.
Product(String, String, String) - Constructor for class org.restlet.client.data.Product
Constructor.
PROPFIND - Static variable in class org.restlet.client.data.Method
Retrieves properties defined on the resource identified by the request URI.
PROPPATCH - Static variable in class org.restlet.client.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.client.data
Protocol used by client and server connectors.
Protocol(String) - Constructor for class org.restlet.client.data.Protocol
Constructor.
Protocol(String, String, String, int) - Constructor for class org.restlet.client.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean) - Constructor for class org.restlet.client.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean, String) - Constructor for class org.restlet.client.data.Protocol
Constructor.
Protocol(String, String, String, int, String) - Constructor for class org.restlet.client.data.Protocol
Constructor.
Protocol(String, String, String, String, int, boolean, String) - Constructor for class org.restlet.client.data.Protocol
Constructor.
proxyMustRevalidate() - Static method in class org.restlet.client.data.CacheDirective
Creates a "proxy-revalidate" directive.
publicInfo() - Static method in class org.restlet.client.data.CacheDirective
Creates a "public" directive.
PUT - Static variable in class org.restlet.client.data.Method
Requests that the enclosed entity be stored under the supplied request URI.
put(Object) - Method in class org.restlet.client.resource.ClientResource
Puts an object entity.
put(Object, MediaType) - Method in class org.restlet.client.resource.ClientResource
Puts an object entity.
put(Representation) - Method in class org.restlet.client.resource.ClientResource
Creates or updates a resource with the given representation as new state to be stored.
Put - Annotation Type in org.restlet.client.resource
Annotation for methods that store submitted representations.
put(K, V) - Method in class org.restlet.client.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.client.util.WrapperMap
Copies all of the mappings from the specified map to this map (optional operation).

Q

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

R

Range - Class in org.restlet.client.data
Describes a range of bytes.
Range() - Constructor for class org.restlet.client.data.Range
Default constructor defining a range starting on the first byte and with a maximum size, i.e.
Range(long) - Constructor for class org.restlet.client.data.Range
Constructor defining a range starting on the first byte and with the given size.
Range(long, long) - Constructor for class org.restlet.client.data.Range
Constructor.
Range(long, long, long, String) - Constructor for class org.restlet.client.data.Range
Constructor.
RANGE_BYTES_UNIT - Static variable in class org.restlet.client.data.Range
 
RecipientInfo - Class in org.restlet.client.data
Describes an intermediary via which the call went through.
RecipientInfo() - Constructor for class org.restlet.client.data.RecipientInfo
Default constructor.
RecipientInfo(Protocol, String, String) - Constructor for class org.restlet.client.data.RecipientInfo
Constructor.
redirect(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.client.resource.ClientResource
Effectively redirects a client call.
REDIRECTION_FOUND - Static variable in class org.restlet.client.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.client.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.client.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.client.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.client.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.client.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.client.data.Status
The requested resource MUST be accessed through the proxy given by the Location field.
redirectPermanent(Reference) - Method in class org.restlet.client.Response
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.client.Response
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.client.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.client.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectSeeOther(Reference) - Method in class org.restlet.client.Response
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.client.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.client.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.client.util.WrapperResponse
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectTemporary(Reference) - Method in class org.restlet.client.Response
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.client.Response
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.client.util.WrapperResponse
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.client.util.WrapperResponse
Temporarily redirects the client to a target URI.
Reference - Class in org.restlet.client.data
Reference to a Uniform Resource Identifier (URI).
Reference() - Constructor for class org.restlet.client.data.Reference
Empty constructor.
Reference(Protocol, String) - Constructor for class org.restlet.client.data.Reference
Constructor for a protocol and host name.
Reference(Protocol, String, int) - Constructor for class org.restlet.client.data.Reference
Constructor for a protocol, host name and host port
Reference(Reference) - Constructor for class org.restlet.client.data.Reference
Clone constructor.
Reference(Reference, Reference) - Constructor for class org.restlet.client.data.Reference
Constructor from an URI reference (most likely relative).
Reference(Reference, String) - Constructor for class org.restlet.client.data.Reference
Constructor from an URI reference (most likely relative).
Reference(Reference, String, String, String) - Constructor for class org.restlet.client.data.Reference
Constructor of relative reference from its parts.
Reference(String) - Constructor for class org.restlet.client.data.Reference
Constructor from an URI reference.
Reference(String, String) - Constructor for class org.restlet.client.data.Reference
Constructor from an identifier and a fragment.
Reference(String, String, int, String, String, String) - Constructor for class org.restlet.client.data.Reference
Constructor of absolute reference from its parts.
ReferenceList - Class in org.restlet.client.data
List of URI references.
ReferenceList() - Constructor for class org.restlet.client.data.ReferenceList
Constructor.
ReferenceList(int) - Constructor for class org.restlet.client.data.ReferenceList
Constructor.
ReferenceList(List<Reference>) - Constructor for class org.restlet.client.data.ReferenceList
Constructor.
ReferenceList(Representation) - Constructor for class org.restlet.client.data.ReferenceList
Constructor from a "text/uri-list" representation.
register(String, String) - Static method in class org.restlet.client.data.MediaType
Register a media type as a known type that can later be retrieved using MediaType.valueOf(String).
register(Method) - Static method in class org.restlet.client.data.Method
Adds a new Method to the list of registered methods.
release() - Method in class org.restlet.client.Message
Releases the message's entity if present.
release() - Method in class org.restlet.client.representation.InputRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.client.representation.Representation
Releases the representation and all associated objects like streams, channels or files which are used to produce its content, transient or not.
release() - Method in class org.restlet.client.representation.StringRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.client.resource.Resource
Releases the resource by calling Resource.doRelease().
release() - Method in class org.restlet.client.util.WrapperRepresentation
 
remove(int) - Method in class org.restlet.client.util.WrapperList
Removes the element at the specified position in this list.
remove(Object) - Method in class org.restlet.client.util.WrapperList
Removes the first occurrence in this list of the specified element.
remove(Object) - Method in class org.restlet.client.util.WrapperMap
Removes the mapping for this key from this map if it is present (optional operation).
removeAll(String) - Method in class org.restlet.client.util.Series
Removes all the parameters with a given name.
removeAll(String, boolean) - Method in class org.restlet.client.util.Series
Removes all the parameters with a given name.
removeAll(Collection<?>) - Method in class org.restlet.client.util.WrapperList
Removes from this list all the elements that are contained in the specified collection.
removeFirst(String) - Method in class org.restlet.client.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.client.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.client.representation
Current or intended state of a resource.
Representation() - Constructor for class org.restlet.client.representation.Representation
Default constructor.
Representation(MediaType) - Constructor for class org.restlet.client.representation.Representation
Constructor.
Representation(MediaType, Date) - Constructor for class org.restlet.client.representation.Representation
Constructor.
Representation(MediaType, Date, Tag) - Constructor for class org.restlet.client.representation.Representation
Constructor.
Representation(MediaType, Tag) - Constructor for class org.restlet.client.representation.Representation
Constructor.
Representation(Variant, Date) - Constructor for class org.restlet.client.representation.Representation
Constructor from a variant.
Representation(Variant, Date, Tag) - Constructor for class org.restlet.client.representation.Representation
Constructor from a variant.
Representation(Variant, Tag) - Constructor for class org.restlet.client.representation.Representation
Constructor from a variant.
RepresentationInfo - Class in org.restlet.client.representation
Information about a representation.
RepresentationInfo() - Constructor for class org.restlet.client.representation.RepresentationInfo
Default constructor.
RepresentationInfo(MediaType) - Constructor for class org.restlet.client.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date) - Constructor for class org.restlet.client.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date, Tag) - Constructor for class org.restlet.client.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Tag) - Constructor for class org.restlet.client.representation.RepresentationInfo
Constructor.
RepresentationInfo(Variant, Date) - Constructor for class org.restlet.client.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Date, Tag) - Constructor for class org.restlet.client.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Tag) - Constructor for class org.restlet.client.representation.RepresentationInfo
Constructor from a variant.
Request - Class in org.restlet.client
Generic request sent by client connectors.
Request() - Constructor for class org.restlet.client.Request
Constructor.
Request(Method, Reference) - Constructor for class org.restlet.client.Request
Constructor.
Request(Method, Reference, Representation) - Constructor for class org.restlet.client.Request
Constructor.
Request(Method, String) - Constructor for class org.restlet.client.Request
Constructor.
Request(Method, String, Representation) - Constructor for class org.restlet.client.Request
Constructor.
Request(Request) - Constructor for class org.restlet.client.Request
Copy constructor.
Resource - Class in org.restlet.client.resource
Base resource class exposing the uniform REST interface.
Resource() - Constructor for class org.restlet.client.resource.Resource
 
ResourceException - Exception in org.restlet.client.resource
Encapsulates a response status and the optional cause as a checked exception.
ResourceException(int) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, String) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, String, String) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, String, String, String) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, String, String, String, Throwable) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, Throwable) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, Throwable, String) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, Throwable, String, String) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(int, Throwable, String, String, String) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(Status) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(Status, Resource) - Constructor for exception org.restlet.client.resource.ResourceException
Deprecated.
use constructor with status, request and response instead.
ResourceException(Status, Request, Response) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(Status, String) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(Status, String, Throwable) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(Status, Throwable) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(Status, Throwable, Request, Response) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor.
ResourceException(Throwable) - Constructor for exception org.restlet.client.resource.ResourceException
Constructor that set the status to Status.SERVER_ERROR_INTERNAL including the related error or exception.
Response - Class in org.restlet.client
Generic response sent by server connectors.
Response(Request) - Constructor for class org.restlet.client.Response
Constructor.
Restlet - Class in org.restlet.client
Uniform class that provides a context and life cycle support.
Restlet() - Constructor for class org.restlet.client.Restlet
Constructor with null context.
Restlet(Context) - Constructor for class org.restlet.client.Restlet
Constructor with the Restlet's context which can be the parent's application context, but shouldn't be the parent Component's context for security reasons.
Result<T> - Interface in org.restlet.client.resource
Callback interface for asynchronous tasks.
retainAll(Collection<?>) - Method in class org.restlet.client.util.WrapperList
RemovesRetains only the elements in this list that are contained in the specified collection.
retry(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.client.resource.ClientResource
Effectively retries a failed client call.
RIAP - Static variable in class org.restlet.client.data.Protocol
RIAP (Restlet Internal Access Protocol) is a custom scheme to access representations via internal calls to virtual hosts/components.

S

SDC - Static variable in class org.restlet.client.data.ChallengeScheme
Secure Data Connector scheme.
SDC - Static variable in class org.restlet.client.data.Protocol
SDC (Secure Data Connector) protocol.
Series<T extends NamedValue<java.lang.String>> - Class in org.restlet.client.util
Modifiable list of entries with many helper methods.
Series(Class<T>) - Constructor for class org.restlet.client.util.Series
Constructor.
Series(Class<T>, int) - Constructor for class org.restlet.client.util.Series
Constructor.
Series(Class<T>, List<T>) - Constructor for class org.restlet.client.util.Series
Constructor.
SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.client.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.client.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.client.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.client.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.client.data.Status
The server does not support the functionality required to fulfill the request.
SERVER_ERROR_SERVICE_UNAVAILABLE - Static variable in class org.restlet.client.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.client.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.client.data
Server specific data related to a call.
ServerInfo() - Constructor for class org.restlet.client.data.ServerInfo
Constructor.
Service - Class in org.restlet.client.service
Generic service associated to a component or an application.
Service() - Constructor for class org.restlet.client.service.Service
Constructor.
Service(boolean) - Constructor for class org.restlet.client.service.Service
Constructor.
set(String, String) - Method in class org.restlet.client.util.Series
Replaces the value of the first parameter with the given name and removes all other parameters with the same name.
set(String, String, boolean) - Method in class org.restlet.client.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.client.util.WrapperList
Replaces the element at the specified position in this list with the specified element.
setAcceptedCharacterSets(List<Preference<CharacterSet>>) - Method in class org.restlet.client.data.ClientInfo
Sets the character set preferences.
setAcceptedEncodings(List<Preference<Encoding>>) - Method in class org.restlet.client.data.ClientInfo
Sets the encoding preferences.
setAcceptedLanguages(List<Preference<Language>>) - Method in class org.restlet.client.data.ClientInfo
Sets the language preferences.
setAcceptedMediaTypes(List<Preference<MediaType>>) - Method in class org.restlet.client.data.ClientInfo
Sets the media type preferences.
setAcceptedPatches(List<Preference<MediaType>>) - Method in class org.restlet.client.data.ClientInfo
Sets the patch preferences.
setAcceptingRanges(boolean) - Method in class org.restlet.client.data.ServerInfo
Indicates if the server accepts range requests for a resource, with the "byte" range unit.
setAccessControlAllowCredentials(Boolean) - Method in class org.restlet.client.Response
When used as part of a response to a preflight CORS request, indicates whether or not the actual request can be made using credentials.
setAccessControlAllowHeaders(Set<String>) - Method in class org.restlet.client.Response
Sets the set of headers allowed by the actual request on the current resource when used as part of a response to a preflight CORS request.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Headers" header.
setAccessControlAllowMethods(Set<Method>) - Method in class org.restlet.client.Response
Sets the set of methods allowed by the actual request on the current resource when used as part of a response to a preflight CORS request.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Methods" header.
setAccessControlAllowOrigin(String) - Method in class org.restlet.client.Response
When used in the context of CORS support, it sets the URI an origin server allows for the requested resource.
setAccessControlExposeHeaders(Set<String>) - Method in class org.restlet.client.Response
Sets the list of headers an origin server allows for the requested resource.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Expose-Headers" header.
setAccessControlMaxAge(int) - Method in class org.restlet.client.Response
When used as part of a response to a preflight CORS request, indicates how long (in seconds) the results of a preflight request can be cached in a preflight result cache.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Max-Age" header.
In case of negative value, the header is not set.
setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.client.Request
Sets the set of headers the client is willing to use in future request to this resource.
setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.client.util.WrapperRequest
Sets the access control request headers of the target resource.
setAccessControlRequestMethod(Method) - Method in class org.restlet.client.Request
Sets the method the client is willing to use in future request to this resource.
setAccessControlRequestMethod(Method) - Method in class org.restlet.client.util.WrapperRequest
Sets the access control request method of the target resource.
setAccessRestricted(boolean) - Method in class org.restlet.client.data.CookieSetting
Indicates whether to restrict cookie access to untrusted parties.
setAddress(String) - Method in class org.restlet.client.data.ClientInfo
Sets the client's IP address.
setAddress(String) - Method in class org.restlet.client.data.ServerInfo
Sets the IP address which received the call.
setAge(int) - Method in class org.restlet.client.Response
Sets the estimated amount of time since a response was generated or revalidated by the origin server.
setAge(int) - Method in class org.restlet.client.util.WrapperResponse
 
setAgent(String) - Method in class org.restlet.client.data.ClientInfo
Sets the agent name (ex: "Restlet-Framework/2.0").
setAgent(String) - Method in class org.restlet.client.data.ServerInfo
Sets the agent name (ex: "Restlet-Framework/2.0").
setAgent(String) - Method in class org.restlet.client.data.Warning
Sets the agent.
setAllowedMethods(Set<Method>) - Method in class org.restlet.client.Response
Sets the set of methods allowed on the requested resource.
setAllowedMethods(Set<Method>) - Method in class org.restlet.client.util.WrapperResponse
 
setAttribute(String, Object) - Method in class org.restlet.client.resource.ClientResource
Sets the request attribute value.
setAttribute(String, Object) - Method in class org.restlet.client.resource.Resource
Sets the request or response attribute value.
setAttributes(Map<String, Object>) - Method in class org.restlet.client.Context
Sets the modifiable map of attributes.
setAttributes(Map<String, Object>) - Method in class org.restlet.client.Message
Sets the modifiable map of attributes.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.client.Response
Sets the authentication information sent by an origin server to a client after a successful authentication attempt.

Note that when used with HTTP connectors, this property maps to the "Authentication-Info" header.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.client.util.WrapperResponse
 
setAuthor(String) - Method in class org.restlet.client.Restlet
Sets the author(s).
setAuthor(String) - Method in class org.restlet.client.util.WrapperRestlet
 
setAuthority(String) - Method in class org.restlet.client.data.Reference
Sets the authority component for hierarchical identifiers.
setAutoCommitting(boolean) - Method in class org.restlet.client.Response
Indicates if the response should be automatically committed.
setAutoCommitting(boolean) - Method in class org.restlet.client.util.WrapperResponse
 
setAvailable(boolean) - Method in class org.restlet.client.representation.Representation
Indicates if some fresh content is available.
setAvailable(boolean) - Method in class org.restlet.client.util.WrapperRepresentation
 
setBaseRef(Reference) - Method in class org.restlet.client.data.Reference
Sets the base reference for relative references.
setBaseRef(String) - Method in class org.restlet.client.data.Reference
Sets the base reference for relative references.
setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.client.Message
Sets the cache directives.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.Response
Sets the list of authentication requests sent by an origin server to a client.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.util.WrapperResponse
Sets the list of authentication requests sent by an origin server to a client.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.client.Request
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.client.resource.ClientResource
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.client.resource.ClientResource
Sets the authentication response sent by a client to an origin server given a scheme, identifier and secret.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.client.util.WrapperRequest
Sets the authentication response sent by a client to an origin server.
setCharacterSet(CharacterSet) - Method in class org.restlet.client.representation.StringRepresentation
 
setCharacterSet(CharacterSet) - Method in class org.restlet.client.representation.Variant
Sets the character set or null if not applicable.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
setCharacterSet(CharacterSet) - Method in class org.restlet.client.util.WrapperRepresentation
 
setClientDispatcher(Restlet) - Method in class org.restlet.client.Context
Sets the client dispatcher.
setClientInfo(ClientInfo) - Method in class org.restlet.client.Request
Sets the client-specific information.
setClientInfo(ClientInfo) - Method in class org.restlet.client.resource.ClientResource
Sets the client-specific information.
setClientInfo(ClientInfo) - Method in class org.restlet.client.util.WrapperRequest
 
setClientNonce(String) - Method in class org.restlet.client.data.AuthenticationInfo
Sets the client nonce.
setClientNonce(String) - Method in class org.restlet.client.data.ChallengeResponse
Sets the client nonce.
setComment(String) - Method in class org.restlet.client.data.CookieSetting
Sets the comment for the user.
setComment(String) - Method in class org.restlet.client.data.Product
Sets the facultative comment.
setComment(String) - Method in class org.restlet.client.data.RecipientInfo
Sets the optional comment, typically the software agent name.
setCommitted(boolean) - Method in class org.restlet.client.Response
Indicates if the response has already been committed.
setCommitted(boolean) - Method in class org.restlet.client.util.WrapperResponse
 
setConditions(Conditions) - Method in class org.restlet.client.Request
Sets the conditions applying to this request.
setConditions(Conditions) - Method in class org.restlet.client.resource.ClientResource
Sets the conditions applying to this request.
setConditions(Conditions) - Method in class org.restlet.client.util.WrapperRequest
 
setContext(Context) - Method in class org.restlet.client.Restlet
Sets the context.
setContext(Context) - Method in class org.restlet.client.service.Service
Sets the context.
setContext(Context) - Method in class org.restlet.client.util.ClientList
Sets the context.
setContext(Context) - Method in class org.restlet.client.util.WrapperRestlet
 
setCookies(Series<Cookie>) - Method in class org.restlet.client.Request
Sets the modifiable series of cookies provided by the client.
setCookies(Series<Cookie>) - Method in class org.restlet.client.resource.ClientResource
Sets the cookies provided by the client.
setCookies(Series<Cookie>) - Method in class org.restlet.client.util.WrapperRequest
 
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.client.Response
Sets the modifiable series of cookie settings provided by the server.
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.client.util.WrapperResponse
 
setCreationDate(Date) - Method in class org.restlet.client.data.Disposition
Sets the creation date parameter.
setDate(String, Date) - Method in class org.restlet.client.data.Disposition
Sets a Date parameter.
setDate(Date) - Method in class org.restlet.client.data.Warning
Sets the warning date.
setDate(Date) - Method in class org.restlet.client.Message
Sets the date and time at which the message was originated.
setDefaultCharacterSet(CharacterSet) - Method in class org.restlet.client.service.MetadataService
Sets the default character set for local representations.
setDefaultEncoding(Encoding) - Method in class org.restlet.client.service.MetadataService
Sets the default encoding for local representations.
setDefaultLanguage(Language) - Method in class org.restlet.client.service.MetadataService
Sets the default language for local representations.
setDefaultMediaType(MediaType) - Method in class org.restlet.client.service.MetadataService
Sets the default media type for local representations.
setDescription(String) - Method in class org.restlet.client.Restlet
Sets the description.
setDescription(String) - Method in class org.restlet.client.util.WrapperRestlet
 
setDigestAlgorithm(String) - Method in class org.restlet.client.data.ChallengeMessage
Sets the digest algorithm.
setDigestRef(Reference) - Method in class org.restlet.client.data.ChallengeResponse
Sets the digest URI reference.
setDigit(boolean) - Method in class org.restlet.client.data.CacheDirective
Indicates if the directive is a digit value.
setDimensions(Set<Dimension>) - Method in class org.restlet.client.Response
Sets the set of dimensions on which the response entity may vary.
setDimensions(Set<Dimension>) - Method in class org.restlet.client.util.WrapperResponse
 
setDisposition(Disposition) - Method in class org.restlet.client.representation.Representation
Sets the disposition characteristics of the representation.
setDisposition(Disposition) - Method in class org.restlet.client.util.WrapperRepresentation
 
setDomain(String) - Method in class org.restlet.client.data.Cookie
Sets the domain name.
setDomainRefs(List<Reference>) - Method in class org.restlet.client.data.ChallengeRequest
Sets the URI references that define the protection domains for the digest authentication.
setDomainUris(Collection<String>) - Method in class org.restlet.client.data.ChallengeRequest
Sets the URI references that define the protection domains for the digest authentication.
setEnabled(boolean) - Method in class org.restlet.client.service.Service
Indicates if the service should be enabled.
setEncodings(List<Encoding>) - Method in class org.restlet.client.representation.Variant
Sets the list of encodings applied to the entity-body.

Note that when used with HTTP connectors, this property maps to the "Content-Encoding" header.
setEncodings(List<Encoding>) - Method in class org.restlet.client.util.WrapperRepresentation
 
setEntity(Representation) - Method in class org.restlet.client.Message
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.client.Message
Sets a textual entity.
setEntity(Representation) - Method in class org.restlet.client.util.WrapperRequest
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.client.util.WrapperRequest
Sets a textual entity.
setEntity(Representation) - Method in class org.restlet.client.util.WrapperResponse
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.client.util.WrapperResponse
Sets a textual entity.
setExpirationDate(Date) - Method in class org.restlet.client.representation.Representation
Sets the future date when this representation expire.
setExpirationDate(Date) - Method in class org.restlet.client.util.WrapperRepresentation
 
setExtensions(String) - Method in class org.restlet.client.data.Reference
Sets the extensions for hierarchical identifiers.
setExtensions(String[]) - Method in class org.restlet.client.data.Reference
Sets the extensions based on an array of extension tokens (without dots).
setFilename(String) - Method in class org.restlet.client.data.Disposition
Sets the value of the "filename" parameter.
setForwardedAddresses(List<String>) - Method in class org.restlet.client.data.ClientInfo
Sets the list of forwarded IP addresses.
setFragment(String) - Method in class org.restlet.client.data.Reference
Sets the fragment identifier.
setFrom(String) - Method in class org.restlet.client.data.ClientInfo
Sets the email address of the human user controlling the user agent.
setHostDomain(String) - Method in class org.restlet.client.data.Reference
Sets the host domain component for server based hierarchical identifiers.
setHostPort(Integer) - Method in class org.restlet.client.data.Reference
Sets the optional port number for server based hierarchical identifiers.
setHostRef(Reference) - Method in class org.restlet.client.Request
Sets the host reference.
setHostRef(String) - Method in class org.restlet.client.Request
Sets the host reference using an URI string.
setHostRef(Reference) - Method in class org.restlet.client.resource.ClientResource
Sets the host reference.
setHostRef(String) - Method in class org.restlet.client.resource.ClientResource
Sets the host reference using an URI string.
setHostRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
Sets the host reference.
setHostRef(String) - Method in class org.restlet.client.util.WrapperRequest
Sets the host reference using an URI string.
setIdentifier(String) - Method in class org.restlet.client.data.ChallengeResponse
Sets the user identifier, such as a login name or an access key.
setIdentifier(String) - Method in class org.restlet.client.data.Reference
Sets the absolute resource identifier.
setIdentifier(Reference) - Method in class org.restlet.client.data.ReferenceList
Sets the list reference.
setIdentifier(String) - Method in class org.restlet.client.data.ReferenceList
Sets the list reference.
setIndex(long) - Method in class org.restlet.client.data.Range
Sets the index from which to start the range.
setInstanceSize(long) - Method in class org.restlet.client.data.Range
Sets the total size of the instance in number of bytes (or range unit).
setLanguages(List<Language>) - Method in class org.restlet.client.representation.Variant
Sets the list of languages.

Note that when used with HTTP connectors, this property maps to the "Content-Language" header.
setLanguages(List<Language>) - Method in class org.restlet.client.util.WrapperRepresentation
 
setLastSegment(String) - Method in class org.restlet.client.data.Reference
Sets the last segment of the path.
setLocationRef(Reference) - Method in class org.restlet.client.representation.Variant
Sets the optional identifier.
setLocationRef(String) - Method in class org.restlet.client.representation.Variant
Sets the identifier from a URI string.

Note that when used with HTTP connectors, this property maps to the "Content-Location" header.
setLocationRef(Reference) - Method in class org.restlet.client.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.client.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.client.util.WrapperRepresentation
 
setLocationRef(String) - Method in class org.restlet.client.util.WrapperRepresentation
 
setLocationRef(Reference) - Method in class org.restlet.client.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.client.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLoggable(boolean) - Method in class org.restlet.client.Request
Indicates if the call is loggable
setLoggable(boolean) - Method in class org.restlet.client.resource.ClientResource
Indicates if the call is loggable
setLogger(Logger) - Method in class org.restlet.client.Context
Sets the logger.
setLogger(String) - Method in class org.restlet.client.Context
Sets the logger.
setMatch(List<Tag>) - Method in class org.restlet.client.data.Conditions
Sets the modifiable list of tags that must be matched.

Note that when used with HTTP connectors, this property maps to the "If-Match" header.
setMaxAge(int) - Method in class org.restlet.client.data.CookieSetting
Sets the maximum age in seconds.
setMaxForwards(int) - Method in class org.restlet.client.Request
Sets the maximum number of intermediaries.
setMaxForwards(int) - Method in class org.restlet.client.util.WrapperRequest
 
setMaxRedirects(int) - Method in class org.restlet.client.resource.ClientResource
Sets the maximum number of redirections that can be automatically followed for a single call.
setMediaType(MediaType) - Method in class org.restlet.client.representation.Variant
Sets the media type.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
setMediaType(MediaType) - Method in class org.restlet.client.util.WrapperRepresentation
 
setMetadata(T) - Method in class org.restlet.client.data.Preference
Sets the metadata associated with this preference.
setMethod(Method) - Method in class org.restlet.client.Request
Sets the method called.
setMethod(Method) - Method in class org.restlet.client.resource.ClientResource
Sets the method called.
setMethod(Method) - Method in class org.restlet.client.util.WrapperRequest
Sets the method called.
setModificationDate(Date) - Method in class org.restlet.client.data.Disposition
Sets the modification date parameter.
setModificationDate(Date) - Method in class org.restlet.client.representation.RepresentationInfo
Sets the last date when this representation was modified.
setModificationDate(Date) - Method in class org.restlet.client.util.WrapperRepresentation
 
setModifiedSince(Date) - Method in class org.restlet.client.data.Conditions
Sets the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Modified-Since" header.
setName(String) - Method in class org.restlet.client.data.CacheDirective
Sets the name.
setName(String) - Method in class org.restlet.client.data.Cookie
Sets the name.
setName(String) - Method in class org.restlet.client.data.Header
Sets the name.
setName(String) - Method in class org.restlet.client.data.Parameter
 
setName(String) - Method in class org.restlet.client.data.Product
Sets the product name.
setName(String) - Method in class org.restlet.client.data.RecipientInfo
Sets the host name and port number or a pseudonym.
setName(String) - Method in class org.restlet.client.Restlet
Sets the display name.
setName(String) - Method in class org.restlet.client.util.WrapperRestlet
 
setNext(Uniform) - Method in class org.restlet.client.resource.ClientResource
Sets the next handler such as a Restlet or a Filter.
setNextServerNonce(String) - Method in class org.restlet.client.data.AuthenticationInfo
Sets the next server nonce.
setNonceCount(int) - Method in class org.restlet.client.data.AuthenticationInfo
Sets the nonce-count value.
setNoneMatch(List<Tag>) - Method in class org.restlet.client.data.Conditions
Sets the modifiable list of tags that mustn't match.
setObject(T) - Method in class org.restlet.client.representation.ObjectRepresentation
Sets the wrapped object.
setOnError(Uniform) - Method in class org.restlet.client.Message
Sets the callback invoked when an error occurs when sending the message.
setOnResponse(Uniform) - Method in class org.restlet.client.Request
Sets the callback invoked on response reception.
setOnResponse(Uniform) - Method in class org.restlet.client.resource.ClientResource
Sets the callback invoked on response reception.
setOnResponse(Uniform) - Method in class org.restlet.client.util.WrapperRequest
 
setOnSent(Uniform) - Method in class org.restlet.client.Message
Sets the callback invoked after sending the message.
setOnSent(Uniform) - Method in class org.restlet.client.resource.ClientResource
Sets the callback invoked after sending the request.
setOpaque(String) - Method in class org.restlet.client.data.ChallengeMessage
Sets an opaque string of data which should be returned by the client unchanged.
setOriginalRef(Reference) - Method in class org.restlet.client.Request
Sets the original reference requested by the client.
setOriginalRef(Reference) - Method in class org.restlet.client.resource.ClientResource
Sets the original reference requested by the client.
setOriginalRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
 
setOwner(String) - Method in class org.restlet.client.Restlet
Sets the owner(s).
setOwner(String) - Method in class org.restlet.client.util.WrapperRestlet
 
setParameters(Series<Parameter>) - Method in class org.restlet.client.Context
Sets the modifiable series of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.client.data.ChallengeMessage
Sets the parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.client.data.Disposition
Sets the list of disposition parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.client.data.Preference
Sets the modifiable list of parameters.
setPath(String) - Method in class org.restlet.client.data.Cookie
Sets the validity path.
setPath(String) - Method in class org.restlet.client.data.Reference
Sets the path component for hierarchical identifiers.
setPort(int) - Method in class org.restlet.client.data.ClientInfo
Sets the port number which sent the call.
setPort(int) - Method in class org.restlet.client.data.ServerInfo
Sets the port number which received the call.
setProtocol(Protocol) - Method in class org.restlet.client.data.RecipientInfo
Sets the protocol used to communicate with the recipient.
setProtocol(Protocol) - Method in class org.restlet.client.data.Reference
Sets the scheme component based on this protocol.
setProtocol(Protocol) - Method in class org.restlet.client.Request
Sets the protocol used or to be used.
setProtocol(Protocol) - Method in class org.restlet.client.resource.ClientResource
Sets the protocol used or to be used.
setProtocol(Protocol) - Method in class org.restlet.client.util.WrapperRequest
 
setProtocols(List<Protocol>) - Method in class org.restlet.client.Connector
Sets the list of protocols simultaneously supported.
setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.Response
Sets the modifiable list of authentication requests sent by a proxy to a client.
setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.util.WrapperResponse
Sets the list of authentication requests sent by a proxy to a client.
setQuality(String) - Method in class org.restlet.client.data.AuthenticationInfo
Sets the quality of protection.
setQuality(String) - Method in class org.restlet.client.data.ChallengeResponse
Sets the chosen quality of protection.
setQuality(float) - Method in class org.restlet.client.data.Preference
Sets the quality/preference level.
setQualityOptions(List<String>) - Method in class org.restlet.client.data.ChallengeRequest
Sets the available options for quality of protection.
setQuery(String) - Method in class org.restlet.client.data.Reference
Sets the query component for hierarchical identifiers.
setQueryValue(String, String) - Method in class org.restlet.client.resource.Resource
Sets the query value for the named parameter.
setRange(Range) - Method in class org.restlet.client.representation.Representation
Sets the range where in the full content the partial content available should be applied.

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

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

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
setRawValue(String) - Method in class org.restlet.client.data.ChallengeMessage
Sets the raw value.
setReadDate(Date) - Method in class org.restlet.client.data.Disposition
Sets the read date parameter.
setRealm(String) - Method in class org.restlet.client.data.ChallengeMessage
Sets the realm name.
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.client.Message
Sets the modifiable list of intermediary recipients.
setReference(Reference) - Method in class org.restlet.client.resource.ClientResource
Sets the resource's reference.
setReference(String) - Method in class org.restlet.client.resource.ClientResource
Sets the resource's reference using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.client.Request
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.client.Request
Sets the referrer reference if available using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.client.resource.ClientResource
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.client.resource.ClientResource
Sets the referrer reference if available using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.client.util.WrapperRequest
Sets the referrer reference if available using an URI string.
setRelativePart(String) - Method in class org.restlet.client.data.Reference
Sets the relative part for relative references only.
setRequest(Request) - Method in class org.restlet.client.resource.Resource
Sets the handled request.
setRequest(Request) - Method in class org.restlet.client.Response
Sets the associated request.
setRequest(Request) - Method in class org.restlet.client.util.WrapperResponse
Sets the associated request.
setRequest(WrapperRequest) - Method in class org.restlet.client.util.WrapperResponse
Sets the associated request.
setResourceRef(Reference) - Method in class org.restlet.client.Request
Sets the target resource reference.
setResourceRef(String) - Method in class org.restlet.client.Request
Sets the target resource reference using an URI string.
setResourceRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
Sets the target resource reference.
setResourceRef(String) - Method in class org.restlet.client.util.WrapperRequest
Sets the target resource reference using an URI string.
setResponse(Response) - Method in class org.restlet.client.resource.Resource
Sets the handled response.
setResponseDigest(String) - Method in class org.restlet.client.data.AuthenticationInfo
Sets the optional response digest for mutual authentication.
setRetryAfter(Date) - Method in class org.restlet.client.Response
Indicates how long the service is expected to be unavailable to the requesting client.
setRetryAfter(Date) - Method in class org.restlet.client.util.WrapperResponse
 
setRetryAttempts(int) - Method in class org.restlet.client.resource.ClientResource
Sets the number of retry attempts before reporting an error.
setRetryDelay(long) - Method in class org.restlet.client.resource.ClientResource
Sets the delay in milliseconds between two retry attempts.
setRetryOnError(boolean) - Method in class org.restlet.client.resource.ClientResource
Indicates if idempotent requests should be retried on error.
setRootRef(Reference) - Method in class org.restlet.client.Request
Sets the application root reference.
setRootRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
Sets the application root reference.
setScheme(ChallengeScheme) - Method in class org.restlet.client.data.ChallengeMessage
Sets the scheme used.
setScheme(String) - Method in class org.restlet.client.data.Reference
Sets the scheme component.
setSchemeSpecificPart(String) - Method in class org.restlet.client.data.Reference
Sets the scheme specific part.
setSecret(char[]) - Method in class org.restlet.client.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecret(String) - Method in class org.restlet.client.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecretAlgorithm(String) - Method in class org.restlet.client.data.ChallengeResponse
Sets the digest algorithm name optionally applied on the user secret.
setSecure(boolean) - Method in class org.restlet.client.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
setSegments(List<String>) - Method in class org.restlet.client.data.Reference
Sets the segments of a hierarchical path.
A new absolute path will replace any existing one.
setSerializationStreamFactory(SerializationStreamFactory) - Method in class org.restlet.client.representation.ObjectRepresentation
Sets the serialization stream factory.
setServerInfo(ServerInfo) - Method in class org.restlet.client.Response
Sets the server-specific information.
setServerInfo(ServerInfo) - Method in class org.restlet.client.util.WrapperResponse
 
setServerNonce(String) - Method in class org.restlet.client.data.ChallengeMessage
Sets the server nonce.
setServerNounceCount(int) - Method in class org.restlet.client.data.ChallengeResponse
Sets the server nonce count.
setSize(long) - Method in class org.restlet.client.data.Disposition
Sets the value of the "size" parameter.
setSize(long) - Method in class org.restlet.client.data.Range
Sets the size of the range in number of bytes.
setSize(long) - Method in class org.restlet.client.representation.Representation
Sets the expected size in bytes if known, -1 otherwise.
setSize(long) - Method in class org.restlet.client.util.WrapperRepresentation
 
setStale(boolean) - Method in class org.restlet.client.data.ChallengeRequest
Indicates if the previous request from the client was stale.
setStatus(Status) - Method in class org.restlet.client.data.Warning
Sets the special status.
setStatus(Status) - Method in class org.restlet.client.Response
Sets the status.
setStatus(Status, String) - Method in class org.restlet.client.Response
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.client.Response
Sets the status.
setStatus(Status, Throwable, String) - Method in class org.restlet.client.Response
Sets the status.
setStatus(Status) - Method in class org.restlet.client.util.WrapperResponse
Sets the status.
setStatus(Status, String) - Method in class org.restlet.client.util.WrapperResponse
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.client.util.WrapperResponse
 
setStatus(Status, Throwable, String) - Method in class org.restlet.client.util.WrapperResponse
 
setStream(InputStream) - Method in class org.restlet.client.representation.InputRepresentation
Sets the input stream to use.
setString(boolean) - Method in class org.restlet.client.representation.ObjectRepresentation
Indicates if the serialized object is a String.
setTag(Tag) - Method in class org.restlet.client.representation.RepresentationInfo
Sets the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
setTag(Tag) - Method in class org.restlet.client.util.WrapperRepresentation
 
setText(String) - Method in class org.restlet.client.data.Warning
Sets the warning text.
setText(CharSequence) - Method in class org.restlet.client.representation.StringRepresentation
Sets the string value.
setText(String) - Method in class org.restlet.client.representation.StringRepresentation
Sets the string value.
setTimeIssued(long) - Method in class org.restlet.client.data.ChallengeResponse
Sets the time when the response was issued, as returned by System.currentTimeMillis().
setTransient(boolean) - Method in class org.restlet.client.representation.Representation
Indicates if the representation's content is transient.
setTransient(boolean) - Method in class org.restlet.client.util.WrapperRepresentation
 
setType(String) - Method in class org.restlet.client.data.Disposition
Sets the disposition type.
setUnitName(String) - Method in class org.restlet.client.data.Range
Sets the name of the range unit.
setUnmodifiedSince(Date) - Method in class org.restlet.client.data.Conditions
Sets the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Unmodified-Since" header.
setUserInfo(String) - Method in class org.restlet.client.data.Reference
Sets the user info component for server based hierarchical identifiers.
setValue(String) - Method in class org.restlet.client.data.CacheDirective
Sets the value.
setValue(String) - Method in class org.restlet.client.data.Cookie
Sets the value.
setValue(String) - Method in class org.restlet.client.data.Header
Sets the value.
setValue(String) - Method in class org.restlet.client.data.Parameter
 
setValue(V) - Method in interface org.restlet.client.util.NamedValue
Sets the value.
setVersion(int) - Method in class org.restlet.client.data.Cookie
Sets the cookie specification version.
setVersion(String) - Method in class org.restlet.client.data.Product
Sets the version of the product.
setWarnings(List<Warning>) - Method in class org.restlet.client.Message
Sets the additional warnings information.
sharedMaxAge(int) - Static method in class org.restlet.client.data.CacheDirective
Creates a "s-maxage" directive.
SIP - Static variable in class org.restlet.client.data.Protocol
SIP protocol.
SIPS - Static variable in class org.restlet.client.data.Protocol
SIPS protocol (via SSL socket).
size() - Method in class org.restlet.client.util.WrapperList
Returns the number of elements in this list.
size() - Method in class org.restlet.client.util.WrapperMap
Returns the number of key-value mappings in this map.
SIZE_MAX - Static variable in class org.restlet.client.data.Range
Maximum size available from the index.
SMTP - Static variable in class org.restlet.client.data.Protocol
SMTP protocol.
SMTP_PLAIN - Static variable in class org.restlet.client.data.ChallengeScheme
Plain SMTP scheme.
SMTPS - Static variable in class org.restlet.client.data.Protocol
SMTPS protocol (via SSL/TLS socket).
sort(List<Method>) - Static method in class org.restlet.client.data.Method
Sorts the given list of methods by name.
SPANISH - Static variable in class org.restlet.client.data.Language
Spanish language.
start() - Method in class org.restlet.client.Client
 
start() - Method in class org.restlet.client.Restlet
Starts the Restlet.
start() - Method in class org.restlet.client.service.Service
Starts the Restlet.
start() - Method in class org.restlet.client.util.WrapperRestlet
 
Status - Class in org.restlet.client.data
Status to return after handling a call.
Status(int) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(int, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(int, String, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(int, String, String, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(int, Throwable) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(int, Throwable, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(int, Throwable, String, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(int, Throwable, String, String, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(Status, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(Status, String, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(Status, Throwable) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(Status, Throwable, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status(Status, Throwable, String, String) - Constructor for class org.restlet.client.data.Status
Constructor.
Status - Annotation Type in org.restlet.client.resource
Annotation for Throwable that map to HTTP error statuses.
stop() - Method in class org.restlet.client.Client
 
stop() - Method in class org.restlet.client.Restlet
Stops the Restlet.
stop() - Method in class org.restlet.client.service.Service
Stops the Restlet.
stop() - Method in class org.restlet.client.util.WrapperRestlet
 
StreamRepresentation - Class in org.restlet.client.representation
Representation based on a BIO stream.
StreamRepresentation(MediaType) - Constructor for class org.restlet.client.representation.StreamRepresentation
Constructor.
StringRepresentation - Class in org.restlet.client.representation
Represents an Unicode string that can be converted to any character set supported by Java.
StringRepresentation(char[]) - Constructor for class org.restlet.client.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence) - Constructor for class org.restlet.client.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, Language) - Constructor for class org.restlet.client.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.client.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.client.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.client.representation.StringRepresentation
Constructor.
subList(int, int) - Method in class org.restlet.client.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.client.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.client.util.Series
Returns a list of all the values associated to the parameter name.
subList(String, boolean) - Method in class org.restlet.client.util.Series
Returns a list of all the values associated to the parameter name.
subList(int, int) - Method in class org.restlet.client.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.client.data.Status
The request has been accepted for processing, but the processing has not been completed.
SUCCESS_CREATED - Static variable in class org.restlet.client.data.Status
The request has been fulfilled and resulted in a new resource being created.
SUCCESS_MISC_PERSISTENT_WARNING - Static variable in class org.restlet.client.data.Status
Warning status code, optionally including arbitrary information to be presented to a human user, typically returned by a cache.
SUCCESS_MULTI_STATUS - Static variable in class org.restlet.client.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.client.data.Status
The server has fulfilled the request but does not need to return an entity-body (for example after a DELETE), and might want to return updated meta-information.
SUCCESS_NON_AUTHORITATIVE - Static variable in class org.restlet.client.data.Status
The request has succeeded but the returned meta-information in the entity-header does not come from the origin server, but is gathered from a local or a third-party copy.
SUCCESS_OK - Static variable in class org.restlet.client.data.Status
The request has succeeded.
SUCCESS_PARTIAL_CONTENT - Static variable in class org.restlet.client.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.client.data.Status
The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
SUCCESS_TRANSFORMATION_APPLIED - Static variable in class org.restlet.client.data.Status
Warning status code, typically returned by a cache or a proxy, indicating that the response has been transformed.

T

Tag - Class in org.restlet.client.data
Validation tag equivalent to an HTTP entity tag (E-Tag).
Tag() - Constructor for class org.restlet.client.data.Tag
Default constructor.
Tag(String) - Constructor for class org.restlet.client.data.Tag
Constructor of weak tags.
Tag(String, boolean) - Constructor for class org.restlet.client.data.Tag
Constructor.
TEXT_ALL - Static variable in class org.restlet.client.data.MediaType
 
TEXT_CSS - Static variable in class org.restlet.client.data.MediaType
 
TEXT_HTML - Static variable in class org.restlet.client.data.MediaType
 
TEXT_JAVASCRIPT - Static variable in class org.restlet.client.data.MediaType
 
TEXT_PLAIN - Static variable in class org.restlet.client.data.MediaType
 
TEXT_URI_LIST - Static variable in class org.restlet.client.data.MediaType
 
TEXT_XML - Static variable in class org.restlet.client.data.MediaType
 
toArray() - Method in class org.restlet.client.util.WrapperList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class org.restlet.client.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.
toBoolean(String) - Static method in class org.restlet.client.resource.Resource
Converts the given String value into a Boolean or null.
toByte(String) - Static method in class org.restlet.client.resource.Resource
Converts the given String value into a Byte or null.
toDouble(String) - Static method in class org.restlet.client.resource.Resource
Converts the given String value into an Double or null.
toFloat(String) - Static method in class org.restlet.client.resource.Resource
Converts the given String value into a Float or null.
toInteger(String) - Static method in class org.restlet.client.resource.Resource
Converts the given String value into an Integer or null.
toLong(String) - Static method in class org.restlet.client.resource.Resource
Converts the given String value into an Long or null.
toRepresentation(Object) - Method in class org.restlet.client.resource.Resource
Converts an object into a representation based on the default converter service variant.
toRepresentation(Object, MediaType) - Method in class org.restlet.client.resource.Resource
Converts an object into a representation based on a given media type.
toRepresentation(Object, Variant) - Method in class org.restlet.client.resource.Resource
Converts an object into a representation based on client preferences.
toShort(String) - Static method in class org.restlet.client.resource.Resource
Converts the given String value into a Short or null.
toString() - Method in class org.restlet.client.data.CacheDirective
 
toString() - Method in class org.restlet.client.data.ChallengeScheme
Returns the name.
toString() - Method in class org.restlet.client.data.Cookie
 
toString() - Method in class org.restlet.client.data.CookieSetting
 
toString() - Method in class org.restlet.client.data.Digest
 
toString() - Method in class org.restlet.client.data.Header
 
toString() - Method in class org.restlet.client.data.Metadata
Returns the metadata name.
toString() - Method in class org.restlet.client.data.Method
Returns the name.
toString() - Method in class org.restlet.client.data.Parameter
 
toString() - Method in class org.restlet.client.data.Preference
 
toString() - Method in class org.restlet.client.data.Protocol
Returns the name.
toString(String, String, Integer, String, String, String) - Static method in class org.restlet.client.data.Reference
Creates a reference string from its parts.
toString(String, String, String) - Static method in class org.restlet.client.data.Reference
Creates a relative reference string from its parts.
toString(String, String, String, String, String) - Static method in class org.restlet.client.data.Reference
Creates a reference string from its parts.
toString() - Method in class org.restlet.client.data.Reference
Returns the reference as an URI string.
toString(boolean, boolean) - Method in class org.restlet.client.data.Reference
Returns the URI reference string.
toString() - Method in class org.restlet.client.data.Status
Returns the reason phrase of the status followed by its HTTP code.
toString() - Method in class org.restlet.client.data.Tag
Returns the name.
toString() - Method in class org.restlet.client.representation.StringRepresentation
 
toString() - Method in class org.restlet.client.representation.Variant
 
toString() - Method in class org.restlet.client.Request
Displays a synthesis of the request like an HTTP request line.
toString() - Method in class org.restlet.client.resource.Resource
 
toString() - Method in class org.restlet.client.Response
Displays a synthesis of the response like an HTTP status line.
toString() - Method in class org.restlet.client.util.WrapperList
Returns a string representation of the list.
toString() - Method in class org.restlet.client.util.WrapperRequest
 
toString() - Method in class org.restlet.client.util.WrapperResponse
 
TRACE - Static variable in class org.restlet.client.data.Method
Used to invoke a remote, application-layer loop-back of the request message.
TYPE_ATTACHMENT - Static variable in class org.restlet.client.data.Disposition
Indicates that the part is intended to be separated from the full message.
TYPE_INLINE - Static variable in class org.restlet.client.data.Disposition
Indicates that the part is intended to be displayed automatically upon display of the full message.
TYPE_NONE - Static variable in class org.restlet.client.data.Disposition
Indicates that the part is not intended to be displayed.

U

Uniform - Interface in org.restlet.client
Uniform REST interface.
UNKNOWN_PORT - Static variable in class org.restlet.client.data.Protocol
Indicates that the port number is undefined.
UNKNOWN_SIZE - Static variable in class org.restlet.client.representation.Representation
Indicates that the size of the representation can't be known in advance.
UNLOCK - Static variable in class org.restlet.client.data.Method
Removes the lock identified by the lock token from the request URI, and all other resources included in the lock.
updateSize() - Method in class org.restlet.client.representation.StringRepresentation
Updates the expected size according to the current string value.
US_ASCII - Static variable in class org.restlet.client.data.CharacterSet
The US-ASCII character set.
UTF_16 - Static variable in class org.restlet.client.data.CharacterSet
The UTF-16 character set.
UTF_8 - Static variable in class org.restlet.client.data.CharacterSet
The UTF-8 character set.

V

valueOf(String) - Static method in class org.restlet.client.data.ChallengeScheme
Returns the challenge scheme associated to a scheme name.
valueOf(String) - Static method in class org.restlet.client.data.CharacterSet
Returns the character set associated to a name.
valueOf(String) - Static method in enum org.restlet.client.data.Dimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.restlet.client.data.Encoding
Returns the encoding associated to a name.
valueOf(String) - Static method in class org.restlet.client.data.Language
Returns the language associated to a name.
valueOf(String) - Static method in class org.restlet.client.data.MediaType
Returns the media type associated to a name.
valueOf(String) - Static method in class org.restlet.client.data.Method
Returns the method associated to a given method name.
valueOf(String) - Static method in class org.restlet.client.data.Protocol
Creates the protocol associated to a URI scheme name.
valueOf(String, String) - Static method in class org.restlet.client.data.Protocol
Creates the protocol associated to a URI scheme name.
valueOf(int) - Static method in class org.restlet.client.data.Status
Returns the status associated to a code.
values() - Static method in enum org.restlet.client.data.Dimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.restlet.client.util.WrapperMap
Returns a collection view of the values contained in this map.
Variant - Class in org.restlet.client.representation
Descriptor for available representations of a resource.
Variant() - Constructor for class org.restlet.client.representation.Variant
Default constructor.
Variant(MediaType) - Constructor for class org.restlet.client.representation.Variant
Constructor.
Variant(MediaType, Language) - Constructor for class org.restlet.client.representation.Variant
Constructor.
VELOCITY - Static variable in class org.restlet.client.data.Encoding
The Velocity encoding.

W

WAR - Static variable in class org.restlet.client.data.Protocol
Local Web Archive access protocol.
Warning - Class in org.restlet.client.data
Additional information about the status or transformation of a request or response.
Warning() - Constructor for class org.restlet.client.data.Warning
Constructor.
WINDOWS_1252 - Static variable in class org.restlet.client.data.CharacterSet
The Windows-1252 ('ANSI') character set.
WrapperList<E> - Class in org.restlet.client.util
List wrapper.
WrapperList() - Constructor for class org.restlet.client.util.WrapperList
Constructor.
WrapperList(int) - Constructor for class org.restlet.client.util.WrapperList
Constructor.
WrapperList(List<E>) - Constructor for class org.restlet.client.util.WrapperList
Constructor.
WrapperMap<K,V> - Class in org.restlet.client.util
Map wrapper.
WrapperMap() - Constructor for class org.restlet.client.util.WrapperMap
Constructor.
WrapperMap(Map<K, V>) - Constructor for class org.restlet.client.util.WrapperMap
Constructor.
WrapperRepresentation - Class in org.restlet.client.util
Representation wrapper.
WrapperRepresentation(Representation) - Constructor for class org.restlet.client.util.WrapperRepresentation
Constructor.
WrapperRequest - Class in org.restlet.client.util
Request wrapper.
WrapperRequest(Request) - Constructor for class org.restlet.client.util.WrapperRequest
Constructor.
WrapperResponse - Class in org.restlet.client.util
Request wrapper.
WrapperResponse(Response) - Constructor for class org.restlet.client.util.WrapperResponse
Constructor.
WrapperRestlet - Class in org.restlet.client.util
Restlet wrapper.
WrapperRestlet(Restlet) - Constructor for class org.restlet.client.util.WrapperRestlet
Constructor.

Z

ZIP - Static variable in class org.restlet.client.data.Encoding
The Info-Zip encoding.
ZIP - Static variable in class org.restlet.client.data.Protocol
ZIP is a special scheme to access to representations inside Zip archive files.
A C D E F G H I J K L M N O P Q R S T U V W Z 
Skip navigation links
Restlet Framework 2.4.3
Google Web Toolkit

Copyright © 2005-2020 Restlet.