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

A

abort() - Method in class org.restlet.engine.adapter.HttpRequest
 
abort() - Method in class org.restlet.engine.adapter.ServerCall
Ask the connector to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
abort() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Closes the end point.
abort() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
abort() - Method in class org.restlet.Request
Ask the connector to attempt to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.resource.ServerResource
Ask the connector to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.Response
Ask the connector to abort the related network connection, for example immediately closing the socket.
abort() - Method in class org.restlet.util.WrapperRequest
 
abort() - Method in class org.restlet.util.WrapperResponse
 
AbstractJaxbProvider<T> - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
AbstractJaxbProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
AbstractJaxRsWrapper - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
AbstractJaxRsWrapper() - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.AbstractJaxRsWrapper
Deprecated.
Creates a new AbstractJaxRsWrapper without a path.
AbstractJaxRsWrapper(PathRegExp) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.AbstractJaxRsWrapper
Deprecated.
Creates a new AbstractJaxRsWrapper with a given PathRegExp.
AbstractMethodWrapper - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
AbstractMethodWrapper(Method, Method, ResourceClass, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, boolean, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
 
AbstractParamGetter(DefaultValue, Class<?>, Type, ThreadLocalizedContext) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
AbstractProvider<T> - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
AbstractProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
 
AbstractProviderWrapper - Class in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
AbstractProviderWrapper(Class<?>) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Creates a new wrapper for a Provider and initializes the provider.
AbstractUriBuilder - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
AbstractUriBuilder() - Constructor for class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
AbstractUriBuilder.ArrayVariableResolver - Class in org.restlet.ext.jaxrs
Deprecated.
 
AbstractXmlReader - Class in org.restlet.ext.xml.internal
Abstract SAX XML Reader.
AbstractXmlReader() - Constructor for class org.restlet.ext.xml.internal.AbstractXmlReader
Default constructor.
accept - Variable in class org.restlet.ext.atom.Collection
The accepted media types.
accept(Metadata...) - Method in class org.restlet.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...) - Method in class org.restlet.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.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, float) - Method in class org.restlet.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.
accepted - Variable in exception org.restlet.ext.jaxrs.internal.exceptions.UnsupportedMediaTypeWebAppException
Deprecated.
 
acceptedCharacterSets - Variable in class org.restlet.data.ClientInfo
The character set preferences.
acceptedEncodings - Variable in class org.restlet.data.ClientInfo
The encoding preferences.
acceptedLanguages - Variable in class org.restlet.data.ClientInfo
The language preferences.
acceptedLanguages - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
the unmodifiable List of accepted languages.
acceptedMediaTypes - Variable in class org.restlet.data.ClientInfo
The media preferences.
acceptedMediaTypes - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
The unmodifiable List of accepted MediaTypes.
acceptedMediaTypes - Variable in class org.restlet.service.EncoderService
The media types that should be encoded.
acceptedPatches - Variable in class org.restlet.data.ClientInfo
The patch preferences.
acceptEncodingReplacers - Variable in class org.restlet.engine.application.TunnelFilter
Used to replace accept-encoding header values.
acceptingRanges - Variable in class org.restlet.data.ServerInfo
Indicates if the server accepts range requests for a resource.
acceptMails(Representation) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Handles POST requests.
acceptReplacers - Variable in class org.restlet.engine.application.TunnelFilter
Used to replace accept header values.
accessControlAllowCredentials - Variable in class org.restlet.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.
accessControlAllowHeaders - Variable in class org.restlet.Response
When used as part of a response to a preflight CORS request, this lists the headers allowed by the actual request on the current resource.
accessControlAllowMethods - Variable in class org.restlet.Response
When used as part of a response to a preflight CORS request, this lists the methods allowed by the actual request on the current resource.
accessControlAllowOrigin - Variable in class org.restlet.Response
When used in the context of CORS support, it specifies the URI an origin server allows for the requested resource.
accessControlExposeHeaders - Variable in class org.restlet.Response
The whitelist of headers an origin server allows for the requested resource.
accessControlMaxAge - Variable in class org.restlet.Response
When used in the context of CORS support, it indicates how long the results of a preflight request can be cached in a preflight result cache.
accessControlRequestHeaders - Variable in class org.restlet.Request
Used when issuing a preflight CORS request to let the origin server knows what headers the client is willing to send in future request to this resource.
accessControlRequestHeadersAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the access control data for request headers was parsed and added
accessControlRequestHeadersAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the access control data for request headers was parsed and added.
accessControlRequestMethod - Variable in class org.restlet.Request
Used when issuing a preflight CORS request to let the origin server knows what method the client is willing to send in future request to this resource.
accessControlRequestMethodAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the access control data for request methods was parsed and added
accessControlRequestMethodAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the access control data for request method was parsed and added
AccessLogFileHandler - Class in org.restlet.engine.log
Log file handler that uses the AccessLogFormatter by default.
AccessLogFileHandler() - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String, boolean) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String, int, int) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFileHandler(String, int, int, boolean) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
Constructor.
AccessLogFormatter - Class in org.restlet.engine.log
Log record formatter which simply outputs the message on a new line.
AccessLogFormatter() - Constructor for class org.restlet.engine.log.AccessLogFormatter
 
accessRestricted - Variable in class org.restlet.data.CookieSetting
Indicates whether to restrict cookie access to untrusted parties.
accMediaTypes - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
Activator - Class in org.restlet.engine.internal
OSGi activator.
Activator - Class in org.restlet.ext.jackson.internal
Register Stax2IntputFactoryProvider and Stax2OutputFactoryProvider in OSGI context.
Activator() - Constructor for class org.restlet.engine.internal.Activator
 
Activator() - Constructor for class org.restlet.ext.jackson.internal.Activator
 
adapter - Variable in class org.restlet.engine.adapter.HttpClientHelper
The adapter from uniform calls to HTTP calls.
adapter - Variable in class org.restlet.engine.adapter.HttpServerHelper
The adapter from HTTP calls to uniform calls.
Adapter - Class in org.restlet.engine.adapter
Converter between high-level and low-level HTTP calls.
Adapter(Context) - Constructor for class org.restlet.engine.adapter.Adapter
Constructor.
add() - Method in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
Add the current combination of metadata to the list of supported variants, after this method is called the current combination of metadata is emptied.
add(int, E) - Method in class org.restlet.util.WrapperList
Inserts the specified element at the specified position in this list.
add(int, Service) - Method in class org.restlet.util.ServiceList
 
add(E) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
add(E) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
uses bubble sort
add(E) - Method in class org.restlet.ext.rdf.internal.xml.ScopedProperty
Add a new value.
add(E) - Method in class org.restlet.util.WrapperList
Adds a element at the end of the list.
add(Integer, String) - Method in class org.restlet.engine.util.StringUtils.CharacterEntitySolver
Adds an entity to solve.
add(AccessibleObject, ParameterList.AbstractParamGetter) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
 
add(String) - Method in class org.restlet.data.ReferenceList
Creates then adds a reference at the end of the list.
add(String) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
 
add(String, Object) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
add(String, String) - Method in class org.restlet.ext.html.FormDataSet
Adds a new form data entry.
add(String, String) - Method in class org.restlet.ext.javamail.MailResolver
Deprecated.
Add a value.
add(String, String) - Method in class org.restlet.util.Series
Creates then adds a parameter at the end of the list.
add(String, String, Reference) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(String, String, Literal) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(String, Reference, Reference) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(String, Reference, Literal) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Application) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Attaches a JAX-RS Application to this JaxRsApplication.
The providers are available for all root resource classes provided to this JaxRsApplication.
add(K, V) - Method in class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
Add a value to the current list of values for the supplied key.
add(K, V) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
add(K, V) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
adds the given entry.
add(Client) - Method in class org.restlet.util.ClientList
 
add(Protocol) - Method in class org.restlet.util.ClientList
Adds a new client connector in the map supporting the given protocol.
add(Protocol) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol.
add(Protocol, int) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol on the specified port.
add(Protocol, String, int) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol on the specified IP address and port.
add(Reference, String, Reference) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Reference, String, Literal) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(ProviderWrapper, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Adds the given provider to this JaxRsProviders.
add(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Server) - Method in class org.restlet.util.ServerList
Adds a server at the end of the list.
add(Service) - Method in class org.restlet.util.ServiceList
 
addAll(int, Collection<? extends E>) - Method in class org.restlet.util.WrapperList
Inserts all of the elements in the specified collection into this list at the specified position.
addAll(int, Collection<? extends Service>) - Method in class org.restlet.util.ServiceList
 
addAll(Collection<? extends E>) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
addAll(Collection<? extends E>) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
addAll(Collection<? extends E>) - Method in class org.restlet.util.WrapperList
Appends all of the elements in the specified collection to the end of this list.
addAll(Collection<? extends Service>) - Method in class org.restlet.util.ServiceList
 
addAnnotations(List<AnnotationInfo>, Class<?>, Class<?>) - Method in class org.restlet.engine.resource.AnnotationUtils
Computes the annotation descriptors for the given class or interface.
addCharacterSets(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
Parses character set preferences from a header.
addClass(Class<?>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
addClass(Class<?>) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Will use the given JAX-RS root resource class.
If the given class is not a valid root resource class, a warning is logged and false is returned.
addCommonExtensions() - Method in class org.restlet.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
addConnectors(Component) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Adds the necessary server connectors to the component.
addCookieParam(Request, String, Annotation) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
addCorsResponseHeaders(Request, Response) - Method in class org.restlet.engine.application.CorsResponseHelper
Adds CORS headers to the given response.
addDate(String, Date) - Method in class org.restlet.data.Disposition
Adds a Date parameter.
addDefaultProvider(Object) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Adds the provider object as default provider to this JaxRsRestlet.
addEncodings(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
Parses encoding preferences from a header.
addEntityHeaders(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
Adds the entity headers for the handled uniform call.
addEntityHeaders(Representation, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds the entity headers based on the Representation to the Series.
addEntityHeaders(Representation, Series<Header>) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Adds the entity headers for the given response.
addEntries(Series<FormData>) - Method in class org.restlet.ext.html.internal.FormReader
Adds the entries into a given series.
addExcMapper(ProviderWrapper) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Adds the given ExceptionMapper to this ExceptionMappers.
addExtension(String, Metadata) - Method in class org.restlet.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addExtension(String, Metadata, boolean) - Method in class org.restlet.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addExtensionHeaders(Series<Header>, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds extension headers if they are non-standard headers.
addExtensions(ExtendedUriBuilder, Variant) - Method in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
Adds the extensions for the given Variant.
addForMatched(Object, String) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
also useable after CallContext.setReadOnly()
addFormParam(Form, String, Annotation) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
addGeneralHeaders(Message, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds the general headers from the Message to the Series.
addGeneralHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Adds the general headers from the Message to the Series.
addGroups(User, Set<Group>, Group, List<Group>, boolean) - Method in class org.restlet.security.MemoryRealm
Recursively adds groups where a given user is a member.
addHeader(String, String, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds a header to the given list.
addHeader(Request, String, String) - Static method in class org.restlet.engine.adapter.HttpRequest
Deprecated.
Use Message.getHeaders() directly instead.
addHeader(Request, String, String) - Static method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Adds a new header to the given request.
addHeader(Response, String, String) - Static method in class org.restlet.engine.adapter.HttpResponse
Adds a new header to the given request.
addHeaderParam(Request, String, Annotation) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
addHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.ClientOutboundWay
Deprecated.
 
addHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Add all the headers, including the general, the message specific and the entity headers.
addHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.ServerOutboundWay
Deprecated.
 
addInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
Adds a new inbound filter to the chain.
addInterestOperations(int) - Method in class org.restlet.util.SelectionRegistration
Adds a given operations to the current list.
addLanguages(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
Adds language preferences from a header.
addLiteral(String, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addLiteral(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addMediaTypes(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
Parses media type preferences from a header.
addMethodAnnotationDescriptors(List<AnnotationInfo>, Class<?>, Class<?>, Method) - Method in class org.restlet.engine.resource.AnnotationUtils
Computes the annotation descriptors for the given Java method.
addNewCookie(NewCookie) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
addNotModifiedEntityHeaders(Representation, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds the entity headers based on the Representation to the Series when a 304 (Not Modified) status is returned.
addObjectClass(List<Class<?>>, Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
Adds an object class to the given list.
addOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
Adds a new outbound filter to the chain.
addOutboundMessage(Response) - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Add the outbound message to the queue and wake up the IO controller.
addParameters(Series<Parameter>) - Method in class org.restlet.engine.util.FormReader
Adds the parameters into a given series.
addPatches(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
Parses patch preferences from a header.
addPathParam(Request, String, Annotation) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
addPathParamsEnc(String, String) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
addPathVarsToMap(MatchingResult, CallContext) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
Adds the matched template parameters to the CallContext.
addQueryParam(Request, String, Annotation) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
addQueryParameter(String, String) - Method in class org.restlet.data.Reference
Adds a parameter to the query component.
addQueryParameter(String, String) - Method in class org.restlet.resource.ClientResource
Adds a parameter to the query component.
addQueryParameter(Parameter) - Method in class org.restlet.data.Reference
Adds a parameter to the query component.
addQueryParameter(Parameter) - Method in class org.restlet.resource.ClientResource
Adds a parameter to the query component.
addQueryParameters(Iterable<Parameter>) - Method in class org.restlet.data.Reference
Adds several parameters to the query component.
addQueryParameters(Iterable<Parameter>) - Method in class org.restlet.resource.ClientResource
Adds several parameters to the query component.
addReference(String, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addReference(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addRequestHeaders(Request, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds the headers based on the Request to the given Series .
addRequestHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.ClientOutboundWay
Deprecated.
Adds the request headers.
addResponseHeaders(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
Adds the response headers for the handled uniform call.
addResponseHeaders(Response, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds the headers based on the Response to the given Series.
addResponseHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.ServerOutboundWay
Deprecated.
Adds the response headers.
address - Variable in class org.restlet.data.ClientInfo
The immediate IP addresses.
address - Variable in class org.restlet.data.ServerInfo
The IP address.
address - Variable in class org.restlet.engine.connector.NetServerHelper
Socket this server is listening to.
address - Variable in class org.restlet.Server
The listening address if specified.
addRootClass(Class<?>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
addRootSingleton(Object) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
addSegment(String) - Method in class org.restlet.data.Reference
Adds a segment at the end of the path.
addSegment(String) - Method in class org.restlet.resource.ClientResource
Adds a segment at the end of the path.
addSingleton(Object) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Adds the provider object to this JaxRsRestlet.
addSingleton(Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
addSingleton(Object, boolean) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Adds the provider object to this JaxRsRestlet.
addThrowableAnnotationDescriptors(List<AnnotationInfo>, Class<?>, Class<?>) - Method in class org.restlet.engine.resource.AnnotationUtils
Computes the annotation descriptors for the given Java method.
addValidPathSegment(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
adds a valid (encoded or checked) path segment.
addValidPathSegments(List<CharSequence>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
adds a valid (encoded or checked) path segment.
addValues(String, ClientInfo) - Static method in class org.restlet.engine.header.ExpectationReader
Adds values to the given collection.
addValues(Collection<V>) - Method in class org.restlet.engine.header.HeaderReader
Adds values to the given list.
addValues(Header, Collection<String>) - Static method in class org.restlet.engine.header.StringReader
Adds values to the given collection.
addValues(Header, Collection<CacheDirective>) - Static method in class org.restlet.engine.header.CacheDirectiveReader
Adds values to the given collection.
addValues(Header, Collection<Dimension>) - Static method in class org.restlet.engine.header.DimensionReader
Adds values to the given collection.
addValues(Header, Collection<Method>) - Static method in class org.restlet.engine.header.MethodReader
Adds values to the given collection.
addValues(Header, Collection<RecipientInfo>) - Static method in class org.restlet.engine.header.RecipientInfoReader
Adds values to the given collection.
addValues(Header, Collection<Tag>) - Static method in class org.restlet.engine.header.TagReader
Adds values to the given collection.
addValues(Header, Collection<Warning>) - Static method in class org.restlet.engine.header.WarningReader
Adds values to the given collection.
addVariant(List<VariantInfo>, VariantInfo) - Method in class org.restlet.engine.converter.ConverterHelper
Adds a variant to the given list.
addVariants(Class<?>, Variant, List<VariantInfo>) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of variants that can be converted from a given object class.
after(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
afterHandle(Request, Response) - Method in class org.restlet.engine.application.CorsFilter
Add CORS headers to response
afterHandle(Request, Response) - Method in class org.restlet.engine.application.Decoder
Allows filtering after its handling by the target Restlet.
afterHandle(Request, Response) - Method in class org.restlet.engine.application.Encoder
Allows filtering after its handling by the target Restlet.
afterHandle(Request, Response) - Method in class org.restlet.engine.application.RangeFilter
 
afterHandle(Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Allows filtering after its handling by the target Restlet.
afterHandle(Request, Response) - Method in class org.restlet.engine.log.LogFilter
Allows filtering after processing by the next Restlet.
afterHandle(Request, Response) - Method in class org.restlet.engine.util.TemplateDispatcher
If the response entity comes back with no identifier, automatically set the request's resource reference's identifier.
afterHandle(Request, Response) - Method in class org.restlet.ext.json.JsonpFilter
Assumes that there is a "callback" query parameter available in the URI query string, containing the name of the JavaScript callback method.
afterHandle(Request, Response) - Method in class org.restlet.ext.velocity.TemplateFilter
 
afterHandle(Request, Response) - Method in class org.restlet.ext.xml.Transformer
 
afterHandle(Request, Response) - Method in class org.restlet.routing.Filter
Allows filtering after processing by the next Restlet.
afterSend(Representation) - Method in class org.restlet.service.ConnectorService
Call-back method invoked by the client or server connectors just after sending the response to the target component.
age - Variable in class org.restlet.Response
Estimated amount of time since a response was generated or revalidated by the origin server.
agent - Variable in class org.restlet.data.ClientInfo
The agent name.
agent - Variable in class org.restlet.data.ServerInfo
The agent name.
agent - Variable in class org.restlet.data.Warning
The agent.
agentAttributes - Variable in class org.restlet.data.ClientInfo
The attributes data taken from the agent name.
agentAttributes - Variable in class org.restlet.engine.application.TunnelFilter.HeaderReplacer
Agent attributes that must be checked.
agentAttributes - Variable in class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
agentMainProduct - Variable in class org.restlet.data.ClientInfo
The main product data taken from the agent name.
agentProducts - Variable in class org.restlet.data.ClientInfo
The list of product tokens taken from the agent name.
aim - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ExtendedUriInfoInjector
Deprecated.
 
aim - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.UriInfoInjector
Deprecated.
 
AJP - Static variable in class org.restlet.data.Protocol
AJP 1.3 protocol to communicate with Apache HTTP server or Microsoft IIS.
algorithm - Variable in class org.restlet.data.Digest
The digest algorithm.
algorithm - Variable in class org.restlet.ext.crypto.DigestVerifier
The digest algorithm of provided secrets.
algorithm - Variable in class org.restlet.representation.DigesterRepresentation
The digest algorithm.
ALGORITHM_HTTP_DIGEST - Static variable in class org.restlet.data.Digest
Digest algorithm for the HTTP DIGEST scheme.
ALGORITHM_MD2 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in RFC 1319.
ALGORITHM_MD5 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in RFC 1321.
ALGORITHM_NONE - Static variable in class org.restlet.data.Digest
No digest algorithm defined.
ALGORITHM_SHA_1 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in Secure Hash Standard, NIST FIPS 180-1.
ALGORITHM_SHA_256 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_384 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_512 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
AlgorithmUtil - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
AlgorithmUtil() - Constructor for class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
 
AlgorithmUtil.ConsOrProdMime - Enum in org.restlet.ext.jaxrs.internal.util
Deprecated.
 
all - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
all(CharSequence, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Checks / encodes all chars of the given char sequence.
ALL - Static variable in class org.restlet.data.CharacterSet
All character sets acceptable.
ALL - Static variable in class org.restlet.data.Encoding
All encodings acceptable.
ALL - Static variable in class org.restlet.data.Language
All languages acceptable.
ALL - Static variable in class org.restlet.data.MediaType
 
ALL - Static variable in class org.restlet.data.Method
Pseudo-method use to match all methods.
ALL - Static variable in class org.restlet.data.Protocol
All protocols wildcard.
ALL - Static variable in class org.restlet.data.Tag
Tag matching any other tag, used in call's condition data.
ALL - Static variable in class org.restlet.security.Role
Deprecated.
To be removed as it is ambiguous, roles being specific to a given application.
allowAllRequestedHeaders - Variable in class org.restlet.engine.application.CorsFilter
If true, copies the value of 'Access-Control-Request-Headers' request header into the 'Access-Control-Allow-Headers' response header.
allowAllRequestedHeaders - Variable in class org.restlet.engine.application.CorsResponseHelper
If true, copies the value of 'Access-Control-Request-Headers' request header into the 'Access-Control-Allow-Headers' response header.
allowClient(ClientInfo) - Method in class org.restlet.service.TunnelService
Indicates if the request from a given client can be tunneled.
allowedCredentials - Variable in class org.restlet.engine.application.CorsFilter
If true, add 'Access-Control-Allow-Credentials' header.
allowedCredentials - Variable in class org.restlet.engine.application.CorsResponseHelper
If true, add 'Access-Control-Allow-Credentials' header.
allowedCredentials - Variable in class org.restlet.service.CorsService
If true, add 'Access-Control-Allow-Credentials' header.
allowedHeaders - Variable in class org.restlet.engine.application.CorsFilter
The value of 'Access-Control-Allow-Headers' response header.
allowedHeaders - Variable in class org.restlet.engine.application.CorsResponseHelper
The value of 'Access-Control-Allow-Headers' response header.
allowedHeaders - Variable in class org.restlet.service.CorsService
The value of 'Access-Control-Allow-Headers' response header.
allowedMethods - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Caches the allowed methods (unmodifiable) for given remainingParts.
allowedMethods - Variable in class org.restlet.Response
The set of methods allowed on the requested resource.
allowedOrigins - Variable in class org.restlet.engine.application.CorsFilter
The value of 'Access-Control-Allow-Origin' header.
allowedOrigins - Variable in class org.restlet.engine.application.CorsResponseHelper
The value of 'Access-Control-Allow-Origin' header.
allowedOrigins - Variable in class org.restlet.service.CorsService
The value of 'Access-Control-Allow-Origin' header.
allowingAllRequestedHeaders - Variable in class org.restlet.service.CorsService
If true, copies the value of 'Access-Control-Request-Headers' request header into the 'Access-Control-Allow-Headers' response header.
allProviders - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
allToJaxRsHeaders() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
AlphabeticalComparator - Class in org.restlet.engine.util
Allows to sort the list of references set by the resource.
AlphabeticalComparator() - Constructor for class org.restlet.engine.util.AlphabeticalComparator
 
AlphaNumericComparator - Class in org.restlet.engine.util
Optimized public-domain implementation of a Java alphanumeric sort.
AlphaNumericComparator() - Constructor for class org.restlet.engine.util.AlphaNumericComparator
 
alreadyBound - Static variable in class org.restlet.ext.guice.RestletGuice.Module
 
ALTERNATE - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies an alternate version of the resource described by the containing element.
ALWAYS - Static variable in class org.restlet.security.Authorizer
Authorizer returning true all the time.
ANDROID - org.restlet.engine.Edition
Android mobile OS, Google App Engine, Google Web Toolkit, JEE, JSE, OSGI.
annotated - Variable in class org.restlet.resource.ServerResource
Indicates if annotations are supported.
annotatedMethod - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
the Java method that should be referenced for annotations.
ANNOTATION_URI - Static variable in class org.restlet.ext.emf.internal.EmfHtmlWriter
Deprecated.
 
annotationInfo - Variable in class org.restlet.engine.resource.VariantInfo
The optional annotation descriptor.
AnnotationInfo - Class in org.restlet.engine.resource
Descriptor for Restlet annotations.
AnnotationInfo(Class<?>, Method, String) - Constructor for class org.restlet.engine.resource.AnnotationInfo
Constructor.
AnnotationInfo(Class<?>, String) - Constructor for class org.restlet.engine.resource.AnnotationInfo
Constructor.
annotations - Variable in class org.restlet.engine.resource.ClientInvocationHandler
The annotations of the resource interface.
annotations - Variable in class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
 
annotations - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter
Deprecated.
 
annotationUtils - Variable in class org.restlet.engine.resource.ClientInvocationHandler
The associated annotation utils.
AnnotationUtils - Class in org.restlet.engine.resource
Utilities to manipulate Restlet annotations.
AnnotationUtils() - Constructor for class org.restlet.engine.resource.AnnotationUtils
Protected constructor.
annotationValue - Variable in class org.restlet.engine.resource.AnnotationInfo
The raw annotation value.
anonymousMethods - Variable in class org.restlet.security.MethodAuthorizer
The modifiable list of methods authorized for anonymous users.
ANY_SIZE - Static variable in class org.restlet.service.EncoderService
Indicates if the encoding should always occur, regardless of the size.
anyNull(Object...) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Indicates if any of the objects is null.
APP_NAMESPACE - Static variable in class org.restlet.ext.atom.Service
Atom Publishing Protocol namespace.
APP_NAMESPACE - Static variable in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Web Application Description Language namespace.
append(char) - Method in class org.restlet.engine.header.HeaderWriter
 
append(char) - Method in class org.restlet.representation.AppendableRepresentation
 
append(char[]) - Method in class org.restlet.engine.header.HeaderWriter
Appends an array of characters.
append(int) - Method in class org.restlet.engine.header.HeaderWriter
Appends an integer.
append(long) - Method in class org.restlet.engine.header.HeaderWriter
Appends a long.
append(Appendable) - Method in class org.restlet.representation.Representation
Appends the representation to an appendable sequence of characters.
append(Appendable, CharSequence, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
appends the given String to the StringBuilder.
append(Appendable, CharSequence, boolean, int) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
appends the given String to the StringBuilder.
append(Appendable, CharSequence, boolean, int, int) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
appends the given String to the StringBuilder.
append(CharSequence) - Method in class org.restlet.engine.header.HeaderWriter
 
append(CharSequence) - Method in class org.restlet.representation.AppendableRepresentation
 
append(CharSequence, int, int) - Method in class org.restlet.representation.AppendableRepresentation
 
append(String) - Method in class org.restlet.engine.header.StringWriter
 
append(StringBuilder, Object[]) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
appends the array elements to the StringBuilder, separated by ", ".
append(Collection<Dimension>) - Method in class org.restlet.engine.header.DimensionWriter
Appends a collection of dimensions as a header.
append(Collection<V>) - Method in class org.restlet.engine.header.HeaderWriter
Appends a collection of values.
append(List<Cookie>) - Method in class org.restlet.engine.header.CookieWriter
Appends a list of cookies as an HTTP header.
append(List<Range>) - Method in class org.restlet.engine.header.RangeWriter
Formats ranges as a Range header value
append(M) - Method in class org.restlet.engine.header.MetadataWriter
 
append(CacheDirective) - Method in class org.restlet.engine.header.CacheDirectiveWriter
 
append(ChallengeRequest) - Method in class org.restlet.engine.header.ChallengeWriter
 
append(Cookie) - Method in class org.restlet.engine.header.CookieWriter
 
append(CookieSetting) - Method in class org.restlet.engine.header.CookieSettingWriter
 
append(Dimension) - Method in class org.restlet.engine.header.DimensionWriter
 
append(Disposition) - Method in class org.restlet.engine.header.DispositionWriter
 
append(Expectation) - Method in class org.restlet.engine.header.ExpectationWriter
 
append(Method) - Method in class org.restlet.engine.header.MethodWriter
 
append(Preference<?>) - Method in class org.restlet.engine.header.PreferenceWriter
 
append(Range) - Method in class org.restlet.engine.header.RangeWriter
 
append(RecipientInfo) - Method in class org.restlet.engine.header.RecipientInfoWriter
 
append(Tag) - Method in class org.restlet.engine.header.TagWriter
 
append(Warning) - Method in class org.restlet.engine.header.WarningWriter
 
append(V) - Method in class org.restlet.engine.header.HeaderWriter
Appends a value.
AppendableRepresentation - Class in org.restlet.representation
Represents an appendable sequence of characters.
AppendableRepresentation() - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, Language) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
appendableText - Variable in class org.restlet.representation.AppendableRepresentation
The appendable text.
appendChallengeParameter(String) - Method in class org.restlet.engine.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendChallengeParameter(String, String) - Method in class org.restlet.engine.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendChallengeParameter(Parameter) - Method in class org.restlet.engine.header.ChallengeWriter
Appends a new challenge parameter, prefixed with a comma.
appendChallengeParameterSeparator() - Method in class org.restlet.engine.header.ChallengeWriter
Appends a comma as a separator if the first parameter has already been written.
appendClass(StringBuilder, String, boolean) - Static method in class org.restlet.routing.Template
Appends to a pattern a repeating group of a given content based on a class of characters.
appendComment(String) - Method in class org.restlet.engine.header.HeaderWriter
Appends a string as an HTTP comment, surrounded by parenthesis and with quoted pairs if needed.
appendExtension(String, String) - Method in class org.restlet.engine.header.HeaderWriter
Appends an extension.
appendExtension(NamedValue<String>) - Method in class org.restlet.engine.header.HeaderWriter
Formats and appends a parameter as an extension.
appendGroup(StringBuilder, String, boolean) - Static method in class org.restlet.routing.Template
Appends to a pattern a repeating group of a given content based on a non-capturing group.
appendParameterSeparator() - Method in class org.restlet.engine.header.HeaderWriter
Appends a semicolon as a parameter separator.
appendProduct(String, String) - Method in class org.restlet.engine.header.HeaderWriter
Appends a product description.
appendQuality(float) - Method in class org.restlet.engine.header.PreferenceWriter
Formats a quality value.
If the quality is invalid, an IllegalArgumentException is thrown.
appendQuotedChallengeParameter(String, String) - Method in class org.restlet.engine.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendQuotedChallengeParameter(Parameter) - Method in class org.restlet.engine.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendQuotedPair(char) - Method in class org.restlet.engine.header.HeaderWriter
Appends a quoted character, prefixing it with a backslash.
appendQuotedString(String) - Method in class org.restlet.engine.header.HeaderWriter
Appends a quoted string.
appendSpace() - Method in class org.restlet.engine.header.HeaderWriter
Appends a space character.
appendTextContent(Node, StringBuilder) - Static method in class org.restlet.ext.xml.XmlRepresentation
Appends the text content of a given node and its descendants to the given buffer.
appendToken(String) - Method in class org.restlet.engine.header.HeaderWriter
Appends a token.
appendUriEncoded(CharSequence, CharacterSet) - Method in class org.restlet.engine.header.HeaderWriter
Formats and appends a source string as an URI encoded string.
appendValue(String, int) - Method in class org.restlet.engine.header.CookieSettingWriter
Appends a source string as an HTTP comment.
appendValue(String, int) - Method in class org.restlet.engine.header.CookieWriter
Appends a source string as an HTTP comment.
appendValueSeparator() - Method in class org.restlet.engine.header.HeaderWriter
Appends a comma as a value separator.
application - Variable in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
The root element of the WADL document.
application - Variable in class org.restlet.resource.Resource
The parent application.
application - Variable in class org.restlet.security.Role
The parent application.
Application - Class in org.restlet
Restlet managing a coherent set of resources and services.
Application() - Constructor for class org.restlet.Application
Constructor.
Application(Context) - Constructor for class org.restlet.Application
Constructor.
APPLICATION - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
APPLICATION_ALL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ALL_JSON - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ALL_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ATOM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ATOMPUB_CATEGORY - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ATOMPUB_SERVICE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_CAB - Static variable in class org.restlet.data.MediaType
 
APPLICATION_COMPRESS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ECORE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_EXCEL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_FLASH - Static variable in class org.restlet.data.MediaType
 
APPLICATION_GNU_TAR - Static variable in class org.restlet.data.MediaType
 
APPLICATION_GNU_ZIP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_HTTP_COOKIES - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_ARCHIVE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_OBJECT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_OBJECT_GWT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVA_OBJECT_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JAVASCRIPT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JNLP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JSON - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JSON_ACTIVITY - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JSON_PATCH - Static variable in class org.restlet.data.MediaType
 
APPLICATION_JSON_SMILE - Static variable in class org.restlet.data.MediaType
 
APPLICATION_KML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_KMZ - Static variable in class org.restlet.data.MediaType
 
APPLICATION_LATEX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MAC_BINHEX40 - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MATHML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_DOCM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_DOCX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_DOTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_DOTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_ONETOC - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_ONETOC2 - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_POTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_POTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPAM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPSM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPSX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_PPTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_SLDM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_SLDX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLAM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLSB - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLSM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLSX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLTM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_MSOFFICE_XLTX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OCTET_STREAM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODB - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODC - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODF - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODG - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODI - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_ODT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTG - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTH - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OTT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_OPENOFFICE_OXT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_PDF - Static variable in class org.restlet.data.MediaType
 
APPLICATION_POSTSCRIPT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_POWERPOINT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_PROJECT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RDF_TRIG - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RDF_TRIX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RDF_TURTLE - Static variable in class org.restlet.data.MediaType
Deprecated.
Replaced by the official MediaType.TEXT_TURTLE media type.
APPLICATION_RDF_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RELAXNG_COMPACT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RELAXNG_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RSS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_RTF - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SDP - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPARQL_RESULTS_JSON - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPARQL_RESULTS_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPSS_SAV - Static variable in class org.restlet.data.MediaType
 
APPLICATION_SPSS_SPS - Static variable in class org.restlet.data.MediaType
 
APPLICATION_STATA_STA - Static variable in class org.restlet.data.MediaType
 
APPLICATION_STUFFIT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_TAR - Static variable in class org.restlet.data.MediaType
 
APPLICATION_TEX - Static variable in class org.restlet.data.MediaType
 
APPLICATION_TROFF_MAN - Static variable in class org.restlet.data.MediaType
 
APPLICATION_VOICEXML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_W3C_SCHEMA - Static variable in class org.restlet.data.MediaType
 
APPLICATION_W3C_XSLT - Static variable in class org.restlet.data.MediaType
 
APPLICATION_WADL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_WORD - Static variable in class org.restlet.data.MediaType
 
APPLICATION_WWW_FORM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XHTML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XMI - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XML_DTD - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XQUERY - Static variable in class org.restlet.data.MediaType
 
APPLICATION_XUL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_YAML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ZIP - Static variable in class org.restlet.data.MediaType
 
ApplicationHelper - Class in org.restlet.engine.application
Application implementation.
ApplicationHelper(Application) - Constructor for class org.restlet.engine.application.ApplicationHelper
Constructor.
ApplicationInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ApplicationInfo() - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor.
ApplicationInfo(String) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor with a single documentation element.
ApplicationInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor with a list of documentation elements.
ApplicationInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Constructor with a single documentation element.
applyPatch(Representation, Representation) - Method in class org.restlet.service.ConverterService
Applies a patch representation to an initial representation in order to obtain a modified one.
ArrayVariableResolver(Object[], boolean) - Constructor for class org.restlet.ext.jaxrs.AbstractUriBuilder.ArrayVariableResolver
Deprecated.
 
ATOM_NAMESPACE - Static variable in class org.restlet.ext.atom.Feed
Atom Syndication Format namespace.
AtomConverter - Class in org.restlet.ext.atom
Converter between the Atom API and Representation classes.
AtomConverter() - Constructor for class org.restlet.ext.atom.AtomConverter
 
attach(String) - Method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Attaches an application created from a WADL description document available at a given URI.
attach(String, Class<? extends ServerResource>) - Method in class org.restlet.routing.Router
Attaches a target Resource class to this router based on a given URI pattern.
attach(String, Class<? extends ServerResource>, int) - Method in class org.restlet.routing.Router
Attaches a target Resource class to this router based on a given URI pattern.
attach(String, Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attach(String, Restlet) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router based on a given URI pattern.
attach(String, Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a target Restlet to this router based on a given URI pattern.
attach(String, Restlet, int) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router based on a given URI pattern.
attach(Reference) - Method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Attaches an application created from a WADL description document available at a given URI reference.
attach(Representation) - Method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Attaches an application created from a WADL description document to the component.
attach(Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attach(Restlet) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router with an empty URI pattern.
attach(Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a target Restlet to this router with an empty URI pattern.
attach(Restlet, int) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router with an empty URI pattern.
attach(Router, String, String, boolean) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Creates a new route on a router according to a target class name and a URI pattern.
attachDefault(Class<? extends ServerResource>) - Method in class org.restlet.routing.Router
Attaches a Resource class to this router as the default target to invoke when no route matches.
attachDefault(Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attachDefault(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that is called, if no (root) resource class or method could be found.
attachDefault(Restlet) - Method in class org.restlet.routing.Router
Attaches a Restlet to this router as the default target to invoke when no route matches.
attachDefault(Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a Restlet to this router as the default target to invoke when no route matches.
attachResource(ResourceInfo, ResourceInfo, Router) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Attaches a resource, as specified in a WADL document, to a specified router, then recursively attaches its child resources.
attachToComponent(Component) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Attaches the application to the given component if the application has a WADL base reference.
attachToHost(VirtualHost) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Attaches the application to the given host using the WADL base reference.
attachWithDescriptor(Router, String, String, boolean) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Creates a new route on a router according to a target descriptor and a URI pattern.
attemptRedirect(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Attempts to redirect the user's browser to the URI provided in a query parameter named by CookieAuthenticator.getRedirectQueryName().
attribute - Variable in class org.restlet.routing.Extractor.ExtractInfo
Target attribute name.
attribute - Variable in class org.restlet.routing.Validator.ValidateInfo
Name of the attribute to look for.
ATTRIBUTE_HEADERS - Static variable in class org.restlet.engine.header.HeaderConstants
 
ATTRIBUTE_HTTPS_KEY_SIZE - Static variable in class org.restlet.engine.header.HeaderConstants
 
ATTRIBUTE_HTTPS_SSL_SESSION_ID - Static variable in class org.restlet.engine.header.HeaderConstants
 
ATTRIBUTE_MAILBOX_CHALLENGE_SCHEME - Static variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
ATTRIBUTE_MAILBOX_LOGIN - Static variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
ATTRIBUTE_MAILBOX_PASSWORD - Static variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
ATTRIBUTE_MAILBOX_URI - Static variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
ATTRIBUTE_VERSION - Static variable in class org.restlet.engine.header.HeaderConstants
 
attributes - Variable in class org.restlet.Context
The modifiable attributes map.
attributes - Variable in class org.restlet.engine.RestletHelper
The map of attributes exchanged between the API and the Engine via this helper.
attributes - Variable in class org.restlet.Message
The modifiable attributes map.
AUDIO_ALL - Static variable in class org.restlet.data.MediaType
 
AUDIO_BASIC - Static variable in class org.restlet.data.MediaType
 
AUDIO_MIDI - Static variable in class org.restlet.data.MediaType
 
AUDIO_MPEG - Static variable in class org.restlet.data.MediaType
 
AUDIO_REAL - Static variable in class org.restlet.data.MediaType
 
AUDIO_WAV - Static variable in class org.restlet.data.MediaType
 
authenticate(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Restores credentials from the cookie named CookieAuthenticator.getCookieName() if available.
authenticate(Request, Response) - Method in class org.restlet.security.Authenticator
Attempts to authenticate the subject sending the request.
authenticate(Request, Response) - Method in class org.restlet.security.CertificateAuthenticator
Authenticates the call using the X.509 client certificate.
authenticate(Request, Response) - Method in class org.restlet.security.ChallengeAuthenticator
Authenticates the call, relying on the verifier to check the credentials provided (in general an identifier + secret couple).
authenticated - Variable in class org.restlet.data.ClientInfo
Indicates if the subject has been authenticated.
authenticated(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets or updates the credentials cookie.
authenticated(Request, Response) - Method in class org.restlet.security.Authenticator
Invoked upon successful authentication.
AUTHENTICATED - Static variable in class org.restlet.security.Authorizer
Authorizer returning true for all authenticated requests.
authenticatedMethods - Variable in class org.restlet.security.MethodAuthorizer
The modifiable list of methods authorized for authenticated users.
authenticationInfo - Variable in class org.restlet.Response
The authentication information sent by an origin server to a client in the case of a successful authentication attempt.
AuthenticationInfo - Class in org.restlet.data
Preemptive authentication information.
AuthenticationInfo(String, int, String, String, String) - Constructor for class org.restlet.data.AuthenticationInfo
Constructor.
authenticator - Variable in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
The Authenticator) to use.
Authenticator - Class in org.restlet.security
Filter authenticating the client sending the inbound request.
Authenticator(Context) - Constructor for class org.restlet.security.Authenticator
Constructor setting the mode to "required".
Authenticator(Context, boolean) - Constructor for class org.restlet.security.Authenticator
Constructor using the context's default enroler.
Authenticator(Context, boolean, boolean, Enroler) - Constructor for class org.restlet.security.Authenticator
Constructor.
Authenticator(Context, boolean, Enroler) - Constructor for class org.restlet.security.Authenticator
Constructor.
AuthenticatorHelper - Class in org.restlet.engine.security
Base class for authentication helpers.
AuthenticatorHelper(ChallengeScheme, boolean, boolean) - Constructor for class org.restlet.engine.security.AuthenticatorHelper
Constructor.
AuthenticatorUtils - Class in org.restlet.engine.security
Authentication utilities.
AuthenticatorUtils() - Constructor for class org.restlet.engine.security.AuthenticatorUtils
Private constructor to ensure that the class acts as a true utility class i.e.
author - Variable in class org.restlet.Restlet
The author(s).
AUTHORIZATION - org.restlet.data.Dimension
 
authorize(Request, Response) - Method in class org.restlet.security.Authorizer
Attempts to authorize the request.
authorize(Request, Response) - Method in class org.restlet.security.ConfidentialAuthorizer
Authorizes the request only if its method is one of the authorized methods.
authorize(Request, Response) - Method in class org.restlet.security.MethodAuthorizer
Authorizes the request only if its method is one of the authorized methods.
authorize(Request, Response) - Method in class org.restlet.security.RoleAuthorizer
Authorizes the request only if its subject is in one of the authorized roles and in none of the forbidden ones.
authorized(Request, Response) - Method in class org.restlet.security.Authorizer
Invoked upon successful authorization.
authorizedRoles - Variable in class org.restlet.security.RoleAuthorizer
The modifiable list of authorized roles.
Authorizer - Class in org.restlet.security
Filter authorizing inbound request.
Authorizer() - Constructor for class org.restlet.security.Authorizer
Default constructor.
Authorizer(String) - Constructor for class org.restlet.security.Authorizer
Constructor.
authors - Variable in class org.restlet.ext.atom.Entry
The authors of the entry.
authors - Variable in class org.restlet.ext.atom.Feed
The authors of the feed.
authors - Variable in class org.restlet.ext.atom.Source
The authors of the entry.
autoCommitting - Variable in class org.restlet.Response
Indicates if the response should be automatically committed.
autoDeleting - Variable in class org.restlet.representation.FileRepresentation
Indicates if this file should be automatically deleted on release of the representation.
autoDescribing - Variable in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Indicates if the application should be automatically described via WADL when an OPTIONS request handles a "*" target URI.
autoDescribing - Variable in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Indicates if the resource should be automatically described via WADL when an OPTIONS request is handled.
available - Variable in class org.restlet.representation.Representation
Indicates if the representation's content is potentially available.
available() - Method in class org.restlet.engine.io.RangeInputStream
 
available() - Method in class org.restlet.engine.io.ReaderInputStream
 
availableMandatory - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.UriInfoGetter
Deprecated.
 
availableSize - Variable in class org.restlet.engine.io.RangeInputStream
The range size available.
availableSize - Variable in class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
The total available size that should be read from the source channel.
availableSize - Variable in class org.restlet.ext.nio.internal.channel.ReadableSizedSelectionChannel
Deprecated.
The remaining size that should be read from the source channel.
await() - Method in class org.restlet.ext.nio.internal.controller.ServerConnectionController
Deprecated.
Awaits for the controller to be effectively started.
awaitTermination(long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
awaitTermination(long, TimeUnit) - Method in class org.restlet.service.TaskService
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
AwsAuthenticator - Class in org.restlet.ext.crypto
Authenticator supporting the ChallengeScheme.HTTP_AWS_S3 scheme.
AwsAuthenticator(Context, boolean, String) - Constructor for class org.restlet.ext.crypto.AwsAuthenticator
Creates a new HttpAwsS3Authenticator instance.
AwsAuthenticator(Context, boolean, String, Verifier) - Constructor for class org.restlet.ext.crypto.AwsAuthenticator
Creates a new HttpAwsS3Authenticator instance.
AwsAuthenticator(Context, String) - Constructor for class org.restlet.ext.crypto.AwsAuthenticator
Creates a new HttpAwsS3Authenticator instance.
AwsUtils - Class in org.restlet.ext.crypto.internal
Provides utility functions for implementing the Amazon S3 Authentication scheme.
AwsUtils() - Constructor for class org.restlet.ext.crypto.internal.AwsUtils
 
AwsVerifier - Class in org.restlet.ext.crypto.internal
Wrapped verifier that can verify HTTP requests utilizing the Amazon S3 authentication scheme.
AwsVerifier(LocalVerifier) - Constructor for class org.restlet.ext.crypto.internal.AwsVerifier
Creates a new HttpAwsS3Verifier instance.
AwsVerifier(LocalVerifier, long) - Constructor for class org.restlet.ext.crypto.internal.AwsVerifier
Creates a new HttpAwsS3Verifier instance.

B

barrier - Variable in class org.restlet.util.SelectionRegistration
The barrier used for blocking/unblocking support.
base - Variable in class org.restlet.ext.rdf.internal.turtle.Context
The value of the "base" keyword.
base - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
The value of the "base" URI.
BASE_ADDED_HTTP - Static variable in class org.restlet.data.Status
 
BASE_HTTP - Static variable in class org.restlet.data.Method
 
BASE_HTTP - Static variable in class org.restlet.data.Status
 
BASE_RESTLET - Static variable in class org.restlet.data.Status
 
BASE_WEBDAV - Static variable in class org.restlet.data.Method
 
BASE_WEBDAV - Static variable in class org.restlet.data.Status
 
BaseHelper<T extends Connector> - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
BaseHelper(T, boolean) - Constructor for class org.restlet.ext.nio.BaseHelper
Deprecated.
Constructor.
baseName - Variable in class org.restlet.engine.local.DirectoryServerResource
The local base name of the resource.
baseRef - Variable in class org.restlet.data.Reference
The base reference for relative references.
baseRef - Variable in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Base URI for each child resource identifier.
baseRef - Variable in class org.restlet.ext.wadl.WadlApplication
Deprecated.
The WADL base reference.
baseReference - Variable in class org.restlet.ext.atom.Categories
The base reference used to resolve relative references found within the scope of the xml:base attribute.
baseReference - Variable in class org.restlet.ext.atom.Collection
The base reference used to resolve relative references found within the scope of the xml:base attribute.
baseReference - Variable in class org.restlet.ext.atom.Feed
The base reference used to resolve relative references found within the scope of the xml:base attribute.
baseReference - Variable in class org.restlet.ext.atom.Service
The base reference used to resolve relative references found within the scope of the xml:base attribute.
baseReference - Variable in class org.restlet.ext.atom.Workspace
The base reference used to resolve relative references found within the scope of the xml:base attribute.
baseUri - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
baseVariant - Variable in class org.restlet.engine.local.DirectoryServerResource
The base variant.
bb - Variable in class org.restlet.engine.io.NbChannelOutputStream
The internal byte buffer.
BeanInfoUtils - Class in org.restlet.engine.util
Utilities to get the BeanInfo of a class.
BeanInfoUtils() - Constructor for class org.restlet.engine.util.BeanInfoUtils
 
beanSetter - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.BeanSetter
Deprecated.
 
BeanSetter(Method) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.BeanSetter
Deprecated.
 
before(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
beforeDrain() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Ensure that the buffer is ready to be drained, flipping it if necessary only.
beforeFill() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Ensure that the buffer is ready to be filled, flipping it if necessary only.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.CorsFilter
Skip the call to the server resource if the CorsFilter.skippingResourceForCorsOptions is true and if the current request use the OPTIONS method and is a CORS request.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.Decoder
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.Encoder
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.TunnelFilter
 
beforeHandle(Request, Response) - Method in class org.restlet.engine.component.ComponentServerDispatcher
 
beforeHandle(Request, Response) - Method in class org.restlet.engine.component.HostRoute
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.log.LogFilter
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.util.TemplateDispatcher
Handles the call after resolving any URI template on the request's target resource reference.
beforeHandle(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Optionally handles the login and logout actions by intercepting the HTTP calls to the CookieAuthenticator.getLoginPath() and CookieAuthenticator.getLogoutPath() URIs.
beforeHandle(Request, Response) - Method in class org.restlet.ext.xml.Transformer
 
beforeHandle(Request, Response) - Method in class org.restlet.routing.Extractor
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.Filter
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.TemplateRoute
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.routing.Validator
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.security.Authenticator
Handles the authentication by first invoking the Authenticator.authenticate(Request, Response) method, only if Authenticator.isMultiAuthenticating() returns true and if ClientInfo.isAuthenticated() returns false.
beforeHandle(Request, Response) - Method in class org.restlet.security.Authorizer
 
beforeSend(Representation) - Method in class org.restlet.service.ConnectorService
Call-back method invoked by the client or server connectors just before sending the response to the target component.
blankNodeId - Variable in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Increment used to identify inner blank nodes.
blankNodeId - Static variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Increment used to identify inner blank nodes.
BlankNodeToken - Class in org.restlet.ext.rdf.internal.turtle
Represents a blank node inside a RDF N3 document.
BlankNodeToken(String) - Constructor for class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
Constructor
BlankNodeToken(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
Constructor.
block() - Method in class org.restlet.util.SelectionRegistration
Blocks the calling thread.
BlockableChannel - Interface in org.restlet.engine.io
NIO channel that can indicate if it is blocking or non blocking.
blocking - Variable in class org.restlet.engine.io.InputStreamChannel
Indicates if the channel is blocking.
BLOCKING - org.restlet.ext.nio.internal.way.EntityType
Deprecated.
NIO blocking byte channel.
BODY - org.restlet.ext.nio.internal.state.MessageState
Deprecated.
The body is being processed.
br - Variable in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Internal buffered reader.
buffer - Variable in class org.restlet.engine.io.InputStreamChannel
Optional byte array buffer.
buffer - Variable in class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
The source IO buffer.
buffer - Variable in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
The internal byte buffer.
buffer - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The IO buffer.
buffer - Variable in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
The reading buffer.
buffer - Variable in class org.restlet.representation.BufferingRepresentation
The cached content as an array of bytes.
buffer() - Method in class org.restlet.representation.BufferingRepresentation
Buffers the content of the wrapped entity.
Buffer - Class in org.restlet.ext.nio.internal.buffer
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
Buffer(int) - Constructor for class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Constructor.
Buffer(int, boolean) - Constructor for class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Constructor.
Buffer(ByteBuffer) - Constructor for class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Constructor.
Buffer(ByteBuffer, BufferState) - Constructor for class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Constructor.
BUFFER_SIZE - Static variable in class org.restlet.engine.io.IoUtils
The size to use when instantiating buffered items such as instances of the BufferedReader class.
BUFFER_SIZE - Variable in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Size of the reading buffer.
buffered - Variable in class org.restlet.representation.BufferingRepresentation
Indicates if the wrapped entity has been already cached.
BufferedReaderProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
BufferedReaderProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.BufferedReaderProvider
Deprecated.
 
BufferedSelectionChannel<T extends SelectionChannel> - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
BufferedSelectionChannel(Buffer, T, WakeupListener) - Constructor for class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
Constructor.
bufferEntity() - Method in class org.restlet.Message
If the entity is transient or its size unknown in advance but available, then the entity is wrapped with a BufferingRepresentation.

Be careful as this method could create potentially very large byte buffers in memory that could impact your application performance.
BufferingRepresentation - Class in org.restlet.representation
Representation capable of buffering the wrapped representation.
BufferingRepresentation(Representation) - Constructor for class org.restlet.representation.BufferingRepresentation
Constructor.
BufferProcessor - Interface in org.restlet.ext.nio.internal.buffer
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
BufferState - Enum in org.restlet.ext.nio.internal.buffer
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
BufferState() - Constructor for enum org.restlet.ext.nio.internal.buffer.BufferState
Deprecated.
 
build() - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
build() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Create a Response instance from the current ResponseBuilder.
build() - Method in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
Build a list of representation variants from the current state of the builder.
build(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Build a URI, using the supplied values in order to replace any URI template parameters.
builder - Variable in class org.restlet.ext.gson.GsonRepresentation
The modifiable Gson builder.
builder - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Container for string content.
Builder() - Constructor for class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
builderIndex - Variable in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
The line builder index.
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
 
buildFromMap(Map<String, ? extends Object>, boolean) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Build a URI, any URI template parameters will be replaced by the value in the supplied map.
buildUri(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
buildVariants() - Method in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
 
ByteArrayProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
ByteArrayProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.ByteArrayProvider
Deprecated.
 
ByteArrayRepresentation - Class in org.restlet.representation
Representation wrapping a byte array.
ByteArrayRepresentation(byte[]) - Constructor for class org.restlet.representation.ByteArrayRepresentation
Constructor.
ByteArrayRepresentation(byte[], int, int) - Constructor for class org.restlet.representation.ByteArrayRepresentation
 
ByteArrayRepresentation(byte[], int, int, MediaType) - Constructor for class org.restlet.representation.ByteArrayRepresentation
 
ByteArrayRepresentation(byte[], int, int, MediaType, long) - Constructor for class org.restlet.representation.ByteArrayRepresentation
 
ByteArrayRepresentation(byte[], MediaType) - Constructor for class org.restlet.representation.ByteArrayRepresentation
Constructor.
ByteArrayRepresentation(byte[], MediaType, long) - Constructor for class org.restlet.representation.ByteArrayRepresentation
 
byteBuffer - Variable in class org.restlet.engine.io.NbChannelInputStream
The internal byte buffer.
byteBuffer - Variable in class org.restlet.engine.io.ReaderInputStream
The NIO byte buffer.
byteBuffer - Variable in class org.restlet.util.ReadingListener
The internal byte buffer.
byteChannel - Variable in class org.restlet.util.ReadingListener
The byte channel to read from when selected.
ByteReadingListener - Class in org.restlet.util
Selection listener notifying new content as an InputStream.
ByteReadingListener(Representation) - Constructor for class org.restlet.util.ByteReadingListener
Default constructor.
ByteReadingListener(Representation, int) - Constructor for class org.restlet.util.ByteReadingListener
Constructor.
bytes - Variable in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
The byte buffer.

C

cache - Static variable in class org.restlet.engine.resource.AnnotationUtils
Annotation info cache.
cache - Static variable in class org.restlet.engine.util.BeanInfoUtils
BeanInfo cache.
CACHE_MAX_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_MAX_STALE - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_MIN_FRESH - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_MUST_REVALIDATE - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_NO_CACHE - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_NO_STORE - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_NO_TRANSFORM - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_ONLY_IF_CACHED - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_PRIVATE - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_PROXY_MUST_REVALIDATE - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_PUBLIC - Static variable in class org.restlet.engine.header.HeaderConstants
 
CACHE_SHARED_MAX_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
cacheControl(CacheControl) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the cache control data on the ResponseBuilder.
CacheControlHeaderDelegate - Class in org.restlet.ext.jaxrs.internal.spi
Deprecated.
Will be removed in next minor release.
CacheControlHeaderDelegate() - Constructor for class org.restlet.ext.jaxrs.internal.spi.CacheControlHeaderDelegate
Deprecated.
Obtain an instance of a HeaderDelegate for the CacheControl class.
CacheDirective - Class in org.restlet.data
Directive for caching mechanisms along the call chain.
CacheDirective(String) - Constructor for class org.restlet.data.CacheDirective
Constructor for directives with no value.
CacheDirective(String, String) - Constructor for class org.restlet.data.CacheDirective
Constructor for directives with a value.
CacheDirective(String, String, boolean) - Constructor for class org.restlet.data.CacheDirective
Constructor for directives with a value.
CacheDirectiveReader - Class in org.restlet.engine.header
Cache directive header reader.
CacheDirectiveReader(String) - Constructor for class org.restlet.engine.header.CacheDirectiveReader
Constructor.
cacheDirectives - Variable in class org.restlet.Message
The caching directives.
cacheDirectivesAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the cache control data was parsed and added.
cacheDirectivesAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the cache control data was parsed and added.
CacheDirectiveWriter - Class in org.restlet.engine.header
Cache directive header writer.
CacheDirectiveWriter() - Constructor for class org.restlet.engine.header.CacheDirectiveWriter
 
cachedPair - Variable in class org.restlet.engine.header.CookieSettingReader
The cached pair.
cal - Variable in class org.restlet.engine.util.InternetDateFormat
The Calendar object that allows this class to act as a value holder.
Call - Class in org.restlet.engine.adapter
Low-level call for the HTTP connectors.
Call() - Constructor for class org.restlet.engine.adapter.Call
Constructor.
callback - Variable in class org.restlet.ext.json.JsonpRepresentation
The name of the JavaScript callback method.
CallContext - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
CallContext(Request, Response) - Constructor for class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
CALLCONTEXT_KEY - Static variable in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
The key of the CallContext in the Request attributes.
CallContext.MatrixParamEncIter - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Iterator to return the values for a matrix parameter.
CallResolver - Class in org.restlet.engine.util
Resolves variable values based on a request and a response.
CallResolver(Request, Response) - Constructor for class org.restlet.engine.util.CallResolver
Constructor.
callTarget(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Requests the target resource.
canAdd(Encoding, Collection<Encoding>) - Method in class org.restlet.engine.header.EncodingReader
 
canAdd(T, List<T>) - Method in class org.restlet.engine.application.FlexibleConneg
Returns true if the metadata can be added.
canAdd(V, Collection<V>) - Method in class org.restlet.engine.header.HeaderReader
Indicates if the value can be added the the list.
canceling - Variable in class org.restlet.util.SelectionRegistration
Indicates if that registration has been canceled.
canCompact() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if a compacting operation can be beneficial.
canDecode(Representation) - Method in class org.restlet.engine.application.Decoder
Indicates if a representation can be decoded.
canDescribe(String, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Indicates if the application and all its resources can be described using WADL.
canDescribe(Method) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Indicates if the given method exposes its WADL description.
canDrain() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if more bytes can be drained.
canEncode - Variable in class org.restlet.engine.application.EncodeRepresentation
Indicates if the encoding can happen.
canEncode() - Method in class org.restlet.engine.application.EncodeRepresentation
Indicates if the encoding can happen.
canEncode(Representation) - Method in class org.restlet.service.EncoderService
Indicates if a representation can be encoded.
canFill() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if more bytes can be filled in.
canHandle(Connection<Server>, Response) - Method in class org.restlet.ext.nio.HttpServerHelper
Deprecated.
 
canHandle(Connection<Server>, Response) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Indicates if the connection can handle the given response at this point in time.
canLoop(Buffer, Object...) - Method in interface org.restlet.ext.nio.internal.buffer.BufferProcessor
Deprecated.
Indicates if the processing loop can continue.
canLoop(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
Indicates if the processing loop can continue.
canLoop(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Indicates if the processing loop can continue.
canLoop(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
 
canLoop(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Indicates if the processing loop can continue.
canTransform(Representation) - Method in class org.restlet.ext.xml.Transformer
Indicates if the filter can transform the given message entity.
canWrite(Encoding) - Method in class org.restlet.engine.header.EncodingWriter
 
canWrite(V) - Method in class org.restlet.engine.header.HeaderWriter
Indicates if the value can be written to the header.
capacity() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Returns the maximum capacity of this buffer.
caseInsensitive - Variable in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
caseInsensitive(Object) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
CaseInsensitiveHashSet - Class in org.restlet.engine.util
Set implementation that is case insensitive.
CaseInsensitiveHashSet(Collection<? extends String>) - Constructor for class org.restlet.engine.util.CaseInsensitiveHashSet
Constructor initializing the set with the given collection.
categories - Variable in class org.restlet.ext.atom.Collection
The categories.
categories - Variable in class org.restlet.ext.atom.Entry
The categories associated with the entry.
categories - Variable in class org.restlet.ext.atom.Feed
The categories associated with the feed.
categories - Variable in class org.restlet.ext.atom.internal.CategoriesContentReader
 
categories - Variable in class org.restlet.ext.atom.Source
The categories associated with the entry.
Categories - Class in org.restlet.ext.atom
Collection of Category entries.
Categories(String) - Constructor for class org.restlet.ext.atom.Categories
Constructor.
Categories(Client, String) - Constructor for class org.restlet.ext.atom.Categories
Constructor.
Categories(Context, String) - Constructor for class org.restlet.ext.atom.Categories
Constructor.
Categories(Representation) - Constructor for class org.restlet.ext.atom.Categories
Constructor.
CategoriesContentReader - Class in org.restlet.ext.atom.internal
Content reader for categories.
CategoriesContentReader(Categories) - Constructor for class org.restlet.ext.atom.internal.CategoriesContentReader
Constructor.
Category - Class in org.restlet.ext.atom
Conveys information about a category associated with an entry or feed.
Category() - Constructor for class org.restlet.ext.atom.Category
Constructor.
Category(String, Reference, String) - Constructor for class org.restlet.ext.atom.Category
Constructor.
CDATA - org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
 
CertificateAuthenticator - Class in org.restlet.security
Authenticator based on the SSL client certificate.
CertificateAuthenticator(Context) - Constructor for class org.restlet.security.CertificateAuthenticator
 
certificates - Variable in class org.restlet.data.ClientInfo
List of client certificates.
challenge(Response, boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
This method should be overridden to return a login form representation.
By default, it redirects the user's browser to the CookieAuthenticator.getLoginFormPath() URI, adding the URI of the target resource as a query parameter of name CookieAuthenticator.getRedirectQueryName().
In case the getLoginFormPath() is not set, it calls the parent's method.
challenge(Response, boolean) - Method in class org.restlet.security.ChallengeAuthenticator
Challenges the client by adding a challenge request to the response and by setting the status to Status.CLIENT_ERROR_UNAUTHORIZED.
ChallengeAuthenticator - Class in org.restlet.security
Authenticator based on a challenge scheme.
ChallengeAuthenticator(Context, boolean, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
Constructor using the context's default verifier.
ChallengeAuthenticator(Context, boolean, ChallengeScheme, String, Verifier) - Constructor for class org.restlet.security.ChallengeAuthenticator
Constructor.
ChallengeAuthenticator(Context, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
Constructor setting the optional property to false.
ChallengeCallbackHandler - Class in org.restlet.ext.jaas
JAAS callback handler that automatically provides the identifier and secret when asked by login modules.
ChallengeCallbackHandler(Request, Response) - Constructor for class org.restlet.ext.jaas.ChallengeCallbackHandler
Constructor.
ChallengeMessage - Class in org.restlet.data
Base authentication challenge message exchanged between an origin server and a client.
ChallengeMessage(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String, Series<Parameter>, String, String, String) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeRequest - Class in org.restlet.data
Authentication challenge sent by an origin server to a client.
ChallengeRequest(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeRequest
Constructor.
ChallengeRequest(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeRequest
Constructor.
ChallengeRequestReader - Class in org.restlet.engine.header
Challenge request header reader.
ChallengeRequestReader(String) - Constructor for class org.restlet.engine.header.ChallengeRequestReader
Constructor.
challengeRequests - Variable in class org.restlet.Response
The authentication requests sent by an origin server to a client.
challengeResponse - Variable in class org.restlet.Request
The authentication response sent by a client to an origin server.
ChallengeResponse - Class in org.restlet.data
Authentication response sent by client to an origin server.
ChallengeResponse(ChallengeRequest, Response, String, char[]) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeRequest, Response, String, char[], String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeRequest, Response, String, String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeResponse
Constructor with no credentials.
ChallengeResponse(ChallengeScheme, String, char[]) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, char[], Series<Parameter>) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, Series<Parameter>, String, char[], String, String, String, Reference, String, String, String, String, int, long) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
challengeScheme - Variable in class org.restlet.engine.security.AuthenticatorHelper
The supported challenge scheme.
ChallengeScheme - Class in org.restlet.data
Challenge scheme used to authenticate remote clients.
ChallengeScheme(String, String) - Constructor for class org.restlet.data.ChallengeScheme
Constructor.
ChallengeScheme(String, String, String) - Constructor for class org.restlet.data.ChallengeScheme
Constructor.
ChallengeWriter - Class in org.restlet.engine.header
Authentication challenge header writer.
ChallengeWriter() - Constructor for class org.restlet.engine.header.ChallengeWriter
Constructor.
channel - Variable in class org.restlet.engine.io.NbChannelInputStream
The channel to read from.
channel - Variable in class org.restlet.engine.io.NbChannelOutputStream
The channel to write to.
channel - Variable in class org.restlet.ext.jetty.internal.JettyServerCall
The wrapped Jetty HTTP channel.
channel - Variable in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
The channel to read from.
channel - Variable in class org.restlet.representation.ReadableRepresentation
The representation's input stream.
ChannelInputStream - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ChannelInputStream(ReadableByteChannel) - Constructor for class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Constructor.
ChannelRepresentation - Class in org.restlet.representation
Representation based on a NIO byte channel.
ChannelRepresentation(MediaType) - Constructor for class org.restlet.representation.ChannelRepresentation
Constructor.
CHARACTER_SET - org.restlet.data.Dimension
 
CharacterEntity(Integer, String) - Constructor for class org.restlet.engine.util.StringUtils.CharacterEntity
Constructor.
CharacterEntitySolver() - Constructor for class org.restlet.engine.util.StringUtils.CharacterEntitySolver
Constructor.
CharacterReadingListener - Class in org.restlet.util
Selection listener notifying new content as a Reader.
CharacterReadingListener(Representation) - Constructor for class org.restlet.util.CharacterReadingListener
Default constructor.
CharacterReadingListener(Representation, int) - Constructor for class org.restlet.util.CharacterReadingListener
Constructor.
CharacterRepresentation - Class in org.restlet.representation
Representation based on a BIO character stream.
CharacterRepresentation(MediaType) - Constructor for class org.restlet.representation.CharacterRepresentation
Constructor.
characters(boolean, char[], int, int) - Method in class org.restlet.ext.xml.XmlWriter
Write character data.
characters(boolean, String) - Method in class org.restlet.ext.xml.XmlWriter
Write a string of character data, with XML escaping.
characters(char[], int, int) - Method in class org.restlet.ext.atom.EntryReader
 
characters(char[], int, int) - Method in class org.restlet.ext.atom.FeedReader
 
characters(char[], int, int) - Method in class org.restlet.ext.atom.internal.EntryContentReader
 
characters(char[], int, int) - Method in class org.restlet.ext.atom.internal.FeedContentReader
 
characters(char[], int, int) - Method in class org.restlet.ext.atom.internal.ServiceContentReader
 
characters(char[], int, int) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
 
characters(char[], int, int) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of character data.
characters(char[], int, int) - Method in class org.restlet.ext.xml.XmlWriter
Write character data.
characters(String) - Method in class org.restlet.ext.xml.XmlWriter
Write a string of character data, with XML escaping.
characterSet - Variable in class org.restlet.engine.header.ContentType
The content character set.
characterSet - Variable in class org.restlet.engine.util.FormReader
The encoding to use, decoding is enabled, see FormReader.decode.
characterSet - Variable in class org.restlet.ext.html.internal.FormReader
The encoding to use, decoding is enabled, see FormReader.decoding.
characterSet - Variable in class org.restlet.representation.Variant
The character set or null if not applicable.
characterSet - Variable in class org.restlet.util.CharacterReadingListener
The character set of the associated representation.
CharacterSet - Class in org.restlet.data
Metadata used to specify the character set of textual representations.
CharacterSet(String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
CharacterSet(String, String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
CharacterSet(Charset) - Constructor for class org.restlet.data.CharacterSet
Constructor.
characterSetParameter - Variable in class org.restlet.service.TunnelService
The name of the parameter containing the accepted character set.
characterSetPrefs - Variable in class org.restlet.engine.application.FlexibleConneg
The enriched list of character set preferences.
charBuffer - Variable in class org.restlet.engine.io.ReaderInputStream
The NIO character buffer.
charSet - Variable in class org.restlet.engine.io.WriterOutputStream
The character set to use when parsing byte arrays.
CHARSET_PARAM - Static variable in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Paramater in the JAX-RS MediaType for the charset.
charsetEncoder - Variable in class org.restlet.engine.io.ReaderInputStream
The character set encoder.
charValidityMap - Static variable in class org.restlet.data.Reference
Helps to map characters and their validity as URI characters.
checkChangeable() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Checks, if this object is changeable.
checkClassAndInterfacesForAnnotation(Class<?>, Class<? extends Annotation>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Indicates if the given class (and its implemented interfaces) are annotated with the given annotation.
checkClassConcrete(Class<?>, String) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the class is concrete.
checkClassForPathAnnot(Class<?>, String) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
Checks if the class is public and so on.
checkContext(Restlet) - Method in class org.restlet.routing.VirtualHost
Checks the context and sets it if necessary.
checkDigest() - Method in class org.restlet.representation.DigesterRepresentation
Check that the digest computed from the representation content and the digest declared by the representation are the same.
Since this method relies on the DigesterRepresentation.computeDigest(String) method, and since this method reads entirely the representation's stream, user must take care of the content of the representation in case the latter is transient.
checkDigest(String) - Method in class org.restlet.representation.DigesterRepresentation
Check that the digest computed from the representation content and the digest declared by the representation are the same.
checkExtensionsConsistency(File) - Method in class org.restlet.engine.local.FileClientHelper
Check that all extensions of the file correspond to a known metadata.
checkForEncodedAnno(boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.NoEncParamGetter
Deprecated.
Checks if the annotation @Encoded is available on the given field or bean setter.
checkForEncodedAnno(AccessibleObject) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.NoEncParamGetter
Deprecated.
Checks if the annotation @Encoded is available on the given field or bean setter.
checkForInvalidUriChars(CharSequence, int, String) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Checks, if the string contains characters that are reserved in URIs.
checkForJaxRsAnnotations(Method) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Checks, if the given annotation is annotated with at least one JAX-RS related annotation.
checkForPrimitiveParameters(Method, Logger) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Warn, if one of the message parameters is primitive.
checkin(Connection<?>) - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Checks in the connection back into the pool.
checkin(T) - Method in class org.restlet.engine.util.Pool
Checks in an object into the pool.
checkMetadataConsistency(String, Representation) - Method in class org.restlet.engine.local.FileClientHelper
Checks that the URI and the representation are compatible.
checkout() - Method in class org.restlet.engine.util.Pool
Checks out an object from the pool.
checkout(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Checks out a connection associated to the given socket from the pool.
checkParamAnnotations(Constructor<?>) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Checks if the parameters for the constructor are valid for a JAX-RS root resource class.
checkParameterAnnotation(Annotation[], Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Checks, if the annotations are valid for a runtime environment handled constructor.
checkRdfQName(String, String) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns true if the given qualified name is in the RDF namespace and is equal to the given local name.
checkReasonPhrase(String) - Static method in class org.restlet.data.Status
Check if the provided reason phrase of the status contains forbidden characters such as CR and LF.
checkVirtualHost(VirtualHost) - Method in class org.restlet.engine.component.ComponentHelper
Check the applications attached to a virtual host.
child - Variable in class org.restlet.engine.util.ChildContext
The child delegate, typically an application.
ChildClientDispatcher - Class in org.restlet.engine.util
Client dispatcher for a component child.
ChildClientDispatcher(ChildContext) - Constructor for class org.restlet.engine.util.ChildClientDispatcher
Constructor.
childContext - Variable in class org.restlet.engine.util.ChildClientDispatcher
The child context.
ChildContext - Class in org.restlet.engine.util
Context based on a parent component's context but dedicated to a child Restlet, typically to an application.
ChildContext(Context) - Constructor for class org.restlet.engine.util.ChildContext
Constructor.
childResources - Variable in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
List of child resources.
childRoles - Variable in class org.restlet.security.Role
The modifiable list of child roles.
chunkSizeLength - Variable in class org.restlet.ext.nio.internal.channel.ReadableChunkingChannel
Deprecated.
The constant chunk part containing the size of the chunk data.
chunkState - Variable in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
The chunk state.
ChunkState - Enum in org.restlet.ext.nio.internal.state
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ChunkState() - Constructor for enum org.restlet.ext.nio.internal.state.ChunkState
Deprecated.
 
cipherSuite - Variable in class org.restlet.data.ClientInfo
The SSL Cipher Suite, if available and accessible.
CLAP - Static variable in class org.restlet.data.Protocol
CLAP (ClassLoader Access Protocol) is a custom scheme to access to representations via classloaders.
CLAP_CLASS - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the classloader associated with the local class.
CLAP_DEFAULT - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the classloader associated with the local class.
CLAP_SYSTEM - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the system's classloader.
CLAP_THREAD - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current thread's classloader.
ClapClientHelper - Class in org.restlet.engine.local
Connector to the resources accessed via class loaders.
ClapClientHelper(Client) - Constructor for class org.restlet.engine.local.ClapClientHelper
Constructor.
classLoader - Variable in class org.restlet.engine.Engine
Class loader to use for dynamic class loading.
classLoader - Variable in class org.restlet.ext.jaxb.internal.Marshaller
The JAXB classloader.
classLoader - Variable in class org.restlet.ext.jaxb.internal.Unmarshaller
The JAXB classloader.
classLoader - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
The classloader to use for JAXB annotated classes.
ClassReprEntityGetter(Class<?>, Constructor<?>) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ClassReprEntityGetter
Deprecated.
 
clazz - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ClassReprEntityGetter
Deprecated.
 
clazz - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ReprClassEntityGetter
Deprecated.
 
cleanTemporaryFileIfUploadNotResumed(File) - Method in class org.restlet.engine.local.FileClientHelper
 
clear() - Method in class org.restlet.engine.CompositeHelper
Clears the chain.
clear() - Static method in class org.restlet.engine.Engine
Clears the current Restlet Engine altogether.
clear() - Method in class org.restlet.engine.util.Pool
Clears the store of reusable objects.
clear() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
clear() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
clear() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
clear() - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
clear() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
clear() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Recycles the buffer so it can be reused.
clear() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Clears the connection so it can be reused.
clear() - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
clear() - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
clear() - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
clear() - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
clear() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
clear() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
clear() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Recycles the way so it can be reused.
clear() - Method in class org.restlet.util.SelectionRegistration
Clears the registration.
clear() - Method in class org.restlet.util.WrapperList
Removes all of the elements from this list.
clear() - Method in class org.restlet.util.WrapperMap
Removes all mappings from this Map.
clear(Connection<T>) - Method in class org.restlet.ext.nio.internal.connection.ConnectionPool
Deprecated.
 
clear(T) - Method in class org.restlet.engine.util.Pool
Clears the given object when it is checked in the pool.
clearAlreadyBound() - Method in class org.restlet.ext.guice.RestletGuice.Module
If this module is used in more than one injector, we clear the thread-local boolean that prevents binding more than once in the same thread.
clearCache() - Method in class org.restlet.engine.resource.AnnotationUtils
Clears the annotation descriptors cache.
clearExtensions() - Method in class org.restlet.service.MetadataService
clears the mappings for all extensions.
clearLineBuilder() - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Clears the line builder and adjust its state.
clearLineBuilder() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Clears the line builder and adjust its state.
clearThreadLocalVariables() - Static method in class org.restlet.engine.Engine
Clears the thread local variables set by the Restlet API and engine.
Client - Class in org.restlet
Connector acting as a generic client.
Client(String) - Constructor for class org.restlet.Client
Constructor.
Client(List<Protocol>) - Constructor for class org.restlet.Client
Constructor.
Client(Context, List<Protocol>) - Constructor for class org.restlet.Client
Constructor.
Client(Context, List<Protocol>, String) - Constructor for class org.restlet.Client
Constructor.
Client(Context, Protocol) - Constructor for class org.restlet.Client
Constructor.
Client(Protocol) - Constructor for class org.restlet.Client
Constructor.
CLIENT_ADDRESS - org.restlet.data.Dimension
 
CLIENT_AGENT - org.restlet.data.Dimension
 
CLIENT_ERROR_BAD_REQUEST - Static variable in class org.restlet.data.Status
The request could not be understood by the server due to malformed syntax.
CLIENT_ERROR_CONFLICT - Static variable in class org.restlet.data.Status
The request could not be completed due to a conflict with the current state of the resource (as experienced in a version control system).
CLIENT_ERROR_EXPECTATION_FAILED - Static variable in class org.restlet.data.Status
The user agent expects some behavior of the server (given in an Expect request-header field), but this expectation could not be met by this server.
CLIENT_ERROR_FAILED_DEPENDENCY - Static variable in class org.restlet.data.Status
This status code means that the method could not be performed on the resource because the requested action depended on another action and that action failed.
CLIENT_ERROR_FORBIDDEN - Static variable in class org.restlet.data.Status
The server understood the request, but is refusing to fulfill it as it could be explained in the entity.
CLIENT_ERROR_GONE - Static variable in class org.restlet.data.Status
The requested resource is no longer available at the server and no forwarding address is known.
CLIENT_ERROR_LENGTH_REQUIRED - Static variable in class org.restlet.data.Status
The server refuses to accept the request without a defined Content-Length.
CLIENT_ERROR_LOCKED - Static variable in class org.restlet.data.Status
The source or destination resource of a method is locked (or temporarily involved in another process).
CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class org.restlet.data.Status
The method specified in the Request-Line is not allowed for the resource identified by the Request-URI.
CLIENT_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.data.Status
The resource identified by the request is only capable of generating response entities whose content characteristics do not match the user's requirements (in Accept* headers).
CLIENT_ERROR_NOT_FOUND - Static variable in class org.restlet.data.Status
The server has not found anything matching the Request-URI or the server does not wish to reveal exactly why the request has been refused, or no other response is applicable.
CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.data.Status
This code is reserved for future use.
CLIENT_ERROR_PRECONDITION_FAILED - Static variable in class org.restlet.data.Status
Sent by the server when the user agent asks the server to carry out a request under certain conditions that are not met.
CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.data.Status
This code is similar to 401 (Unauthorized), but indicates that the client must first authenticate itself with the proxy.
CLIENT_ERROR_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.restlet.data.Status
The server is refusing to process a request because the request entity is larger than the server is willing or able to process.
CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class org.restlet.data.Status
Sent by the server when an HTTP client opens a connection, but has never sent a request (or never sent the blank line that signals the end of the request).
CLIENT_ERROR_REQUEST_URI_TOO_LONG - Static variable in class org.restlet.data.Status
The server is refusing to service the request because the Request-URI is longer than the server is willing to interpret.
CLIENT_ERROR_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.restlet.data.Status
The request includes a Range request-header field and the selected resource is too small for any of the byte-ranges to apply.
CLIENT_ERROR_TOO_MANY_REQUESTS - Static variable in class org.restlet.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.data.Status
The request requires user authentication.
CLIENT_ERROR_UNPROCESSABLE_ENTITY - Static variable in class org.restlet.data.Status
This status code means the server understands the content type of the request entity (syntactically correct) but was unable to process the contained instructions.
CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.data.Status
The server is refusing to service the request because the entity of the request is in a format not supported by the requested resource for the requested method.
ClientAdapter - Class in org.restlet.engine.adapter
Converter of high-level uniform calls into low-level HTTP client calls.
ClientAdapter(Context) - Constructor for class org.restlet.engine.adapter.ClientAdapter
Constructor.
clientAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the client data was parsed and added.
clientAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the client data was parsed and added.
clientAddress - Variable in class org.restlet.engine.adapter.Call
The client IP address.
ClientCall - Class in org.restlet.engine.adapter
Low-level HTTP client call.
ClientCall(HttpClientHelper, String, String) - Constructor for class org.restlet.engine.adapter.ClientCall
Constructor setting the request address to the local host.
ClientConnectionHelper - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ClientConnectionHelper(Client) - Constructor for class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Constructor.
clientDispatcher - Variable in class org.restlet.Context
The client dispatcher.
clientDispatcher - Variable in class org.restlet.ext.atom.Service
The client HTTP dispatcher.
clientHelper - Variable in class org.restlet.ext.httpclient.internal.HttpMethodCall
The associated HTTP client.
clientHelper - Variable in class org.restlet.ext.jetty.internal.JettyClientCall
The associated HTTP client.
ClientHelper - Class in org.restlet.engine.connector
Client connector helper.
ClientHelper(Client) - Constructor for class org.restlet.engine.connector.ClientHelper
Constructor.
ClientInboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ClientInboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
Constructor.
clientInfo - Variable in class org.restlet.Request
The client-specific information.
ClientInfo - Class in org.restlet.data
Client specific data related to a call.
ClientInfo() - Constructor for class org.restlet.data.ClientInfo
Constructor.
ClientInfo(List<? extends Variant>) - Constructor for class org.restlet.data.ClientInfo
Constructor from a list of variants.
ClientInfo(MediaType) - Constructor for class org.restlet.data.ClientInfo
Constructor from a media type.
ClientInvocationHandler<T> - Class in org.restlet.engine.resource
Reflection proxy invocation handler created for the ClientResource.wrap(Class) and related methods.
ClientInvocationHandler(ClientResource, Class<? extends T>) - Constructor for class org.restlet.engine.resource.ClientInvocationHandler
Constructor.
ClientInvocationHandler(ClientResource, Class<? extends T>, AnnotationUtils) - Constructor for class org.restlet.engine.resource.ClientInvocationHandler
Constructor.
ClientList - Class in org.restlet.util
Modifiable list of client connectors.
ClientList(Context) - Constructor for class org.restlet.util.ClientList
Constructor.
clientNonce - Variable in class org.restlet.data.AuthenticationInfo
The client nonce.
clientNonce - Variable in class org.restlet.data.ChallengeResponse
The client nonce value.
ClientOutboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.ClientOutboundWay
Deprecated.
Constructor.
clientPort - Variable in class org.restlet.engine.adapter.Call
The client port.
clientProtocols - Variable in class org.restlet.service.ConnectorService
The list of required client protocols.
ClientProxy - Interface in org.restlet.resource
Marker interface for RESTful resource proxies.
clientResource - Variable in class org.restlet.engine.resource.ClientInvocationHandler
The associated client resource.
clientResource - Variable in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
ClientResource - Class in org.restlet.resource
Client-side resource.
ClientResource() - Constructor for class org.restlet.resource.ClientResource
Empty constructor.
ClientResource(String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Request) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Request, Response) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Request) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Request, Response) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(ClientResource) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientRoute - Class in org.restlet.engine.component
Router scorer based on a target client connector.
ClientRoute(Router, Client) - Constructor for class org.restlet.engine.component.ClientRoute
Constructor.
clientRouter - Variable in class org.restlet.engine.component.ComponentHelper
The internal client router.
ClientRouter - Class in org.restlet.engine.component
Router that collects calls from all applications and dispatches them to the appropriate client connectors.
ClientRouter(Component) - Constructor for class org.restlet.engine.component.ClientRouter
Constructor.
clients - Variable in class org.restlet.Component
The modifiable list of client connectors.
clientSide - Variable in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
clientSide - Variable in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if it is helping a client connector.
clone() - Method in class org.restlet.data.Reference
 
clone() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
This class is likely to contain sensitive information; cloning is therefore not allowed.
clone() - Method in class org.restlet.engine.util.ImmutableDate
clone() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
clone() - Method in class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
Creates a clone of this map.
clone() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
clone() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
clone() - Method in class org.restlet.ext.jaxrs.internal.core.UriBuilderImpl
Deprecated.
Create a copy of the UriBuilder preserving its state.
close() - Method in class org.restlet.engine.io.InputStreamChannel
Closes the underlying input stream.
close() - Method in class org.restlet.engine.io.ReaderInputStream
Closes the wrapped reader.
close() - Method in class org.restlet.engine.io.UnclosableInputStream
 
close() - Method in class org.restlet.engine.io.UnclosableOutputStream
 
close() - Method in class org.restlet.engine.io.WriterOutputStream
 
close() - Method in class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
 
close() - Method in class org.restlet.ext.nio.internal.channel.WrapperChannel
Deprecated.
Delegates to the wrapped channel.
close(boolean) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Closes the connection.
CLOSED - org.restlet.ext.nio.internal.state.ConnectionState
Deprecated.
The network connection has been successfully closed.
CLOSING - org.restlet.ext.nio.internal.state.ConnectionState
Deprecated.
Waiting for all pending responses to be sent.
coalescing - Variable in class org.restlet.ext.xml.XmlRepresentation
Specifies that the parser will convert CDATA nodes to text nodes and append it to the adjacent (if any) text node.
code - Variable in class org.restlet.data.Status
The specification code.
code - Variable in class org.restlet.engine.application.StatusInfo
The specification code.
COLL_PARAM_NOT_DEFAULT - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
Collection - Class in org.restlet.ext.atom
Atom Protocol collection, part of a workspace.
Collection(Workspace, String, String) - Constructor for class org.restlet.ext.atom.Collection
Constructor.
collections - Variable in class org.restlet.ext.atom.Workspace
The list of collections.
collType - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
The type of the collection.
collType(ParameterizedType) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
comment - Variable in class org.restlet.data.CookieSetting
The user's comment.
comment - Variable in class org.restlet.data.Product
Comment.
comment - Variable in class org.restlet.data.RecipientInfo
The optional comment, typically the software agent name.
comment(char[], int, int) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of a comment section.
COMMENT - org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
 
commit() - Method in class org.restlet.resource.ServerResource
Asks the response to immediately commit making it ready to be sent back to the client.
commit() - Method in class org.restlet.Response
Asks the server connector to immediately commit the given response, making it ready to be sent back to the client.
commit() - Method in class org.restlet.util.WrapperResponse
 
commit(ClientCall, Request, Response) - Method in class org.restlet.engine.adapter.ClientAdapter
Commits the changes to a handled HTTP client call back into the original uniform call.
commit(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
Commits the changes to a handled uniform call back into the original HTTP call.
commit(Response) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client.
commit(Response) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
commit(Response) - Method in class org.restlet.Request
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client.
commit(Response) - Method in class org.restlet.util.WrapperRequest
 
committed - Variable in class org.restlet.Response
Indicates if the response has been committed.
comp - Variable in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
COMP - Static variable in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
Sorts the ResourceMethods by it's number of non default regular expressions
compact() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Compacts the bytes to be drained at the beginning of the buffer.
Compar() - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag.Compar
Deprecated.
 
comparator - Variable in class org.restlet.resource.Directory
The reference comparator to sort index pages.
compare(char[], char[]) - Static method in class org.restlet.security.SecretVerifier
Compares that two secrets are equal and not null.
compare(A, A) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag.Compar
Deprecated.
 
compare(String, String) - Method in class org.restlet.engine.util.AlphabeticalComparator
Compares two strings.
compare(String, String) - Method in class org.restlet.engine.util.AlphaNumericComparator
 
compare(Reference, Reference) - Method in class org.restlet.engine.util.AlphabeticalComparator
Compares two references.
compareTo(Method) - Method in class org.restlet.data.Method
Compares this method to another.
compareTo(Parameter) - Method in class org.restlet.data.Parameter
 
compareTo(RemainingPath) - Method in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
 
complete() - Method in class org.restlet.engine.adapter.ServerCall
Complete the response
complete() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
completionListener - Variable in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
The completion callback.
CompletionListener - Interface in org.restlet.ext.nio.internal.util
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
component - Variable in class org.restlet.engine.component.ClientRouter
The parent component.
component - Variable in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
The component to update.
component - Variable in class org.restlet.engine.component.ServerRouter
The parent component.
Component - Class in org.restlet
Restlet managing a set of Connectors, VirtualHosts, Services and Applications.
Component() - Constructor for class org.restlet.Component
Constructor.
Component(String) - Constructor for class org.restlet.Component
Deprecated.
Use XML support in the Spring extension instead.
Component(Reference) - Constructor for class org.restlet.Component
Deprecated.
Use XML support in the Spring extension instead.
Component(Representation) - Constructor for class org.restlet.Component
Deprecated.
Use XML support in the Spring extension instead.
ComponentClientDispatcher - Class in org.restlet.engine.component
Component client dispatcher.
ComponentClientDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentClientDispatcher
Constructor.
componentContext - Variable in class org.restlet.engine.component.ComponentClientDispatcher
The component context.
componentContext - Variable in class org.restlet.engine.component.ComponentServerDispatcher
The component context.
ComponentContext - Class in org.restlet.engine.component
Context allowing access to the component's connectors.
ComponentContext(ComponentHelper) - Constructor for class org.restlet.engine.component.ComponentContext
Constructor.
componentHelper - Variable in class org.restlet.engine.component.ComponentContext
The component helper.
ComponentHelper - Class in org.restlet.engine.component
Component helper.
ComponentHelper(Component) - Constructor for class org.restlet.engine.component.ComponentHelper
Constructor.
ComponentServerDispatcher - Class in org.restlet.engine.component
Component server dispatcher.
ComponentServerDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentServerDispatcher
Constructor.
ComponentXmlParser - Class in org.restlet.engine.component
Deprecated.
Use XML support in the Spring extension instead.
ComponentXmlParser(Component, Representation) - Constructor for class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Constructor.
CompositeHelper<T extends Restlet> - Class in org.restlet.engine
Chain helper serving as base class for Application and Component helpers.
CompositeHelper(T) - Constructor for class org.restlet.engine.CompositeHelper
Constructor.
COMPRESS - Static variable in class org.restlet.data.Encoding
The common Unix file compression.
computedDigest - Variable in class org.restlet.representation.DigesterRepresentation
The computed digest value.
computeDigest() - Method in class org.restlet.representation.DigesterRepresentation
Compute the representation digest according to MD5 algorithm.
If case this algorithm is the same than the one provided at instantiation, the computation operation is made with the current stored computed value and does not require to exhaust entirely the representation's stream.
computeDigest(String) - Method in class org.restlet.representation.DigesterRepresentation
Compute the representation digest according to the given algorithm.
Since this method reads entirely the representation's stream, user must take care of the content of the representation in case the latter is transient.
conditionAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the conditions were parsed and added.
conditionAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the conditions were parsed and added.
conditional - Variable in class org.restlet.resource.ServerResource
Indicates if conditional handling is enabled.
conditions - Variable in class org.restlet.Request
The condition data.
Conditions - Class in org.restlet.data
Set of conditions applying to a request.
Conditions() - Constructor for class org.restlet.data.Conditions
Constructor.
confidential - Variable in class org.restlet.data.Protocol
The confidentiality.
confidential - Variable in class org.restlet.engine.adapter.Call
Indicates if the call is confidential.
confidential - Variable in class org.restlet.engine.connector.NetServerHelper
Indicates if this service is acting in HTTP or HTTPS mode.
ConfidentialAuthorizer - Class in org.restlet.security
Authorizer allowing only confidential calls.
ConfidentialAuthorizer() - Constructor for class org.restlet.security.ConfidentialAuthorizer
 
config(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a configuration message.
configuration - Variable in class org.restlet.ext.jaas.JaasVerifier
The optional JAAS login configuration.
configure() - Method in class org.restlet.ext.guice.RestletGuice.Module
 
configure() - Method in class org.restlet.ext.guice.SelfInjectingServerResourceModule
 
configure(Socket) - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Configures a given socket based on the helper parameters.
configure(SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Configures the scheme registry.
configure(DefaultHttpClient) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Configures the HTTP client.
configure(HttpParams) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Configures the various parameters of the connection manager and the HTTP client.
configureLog() - Static method in class org.restlet.engine.Engine
Updates the global log configuration of the JVM programmatically.
CONNECT - Static variable in class org.restlet.data.Method
Used with a proxy that can dynamically switch to being a tunnel.
CONNECT_TIMEOUT - Static variable in class org.restlet.engine.log.IdentClient
The timeout while attempting to connect to the Ident server.
connection - Variable in class org.restlet.engine.connector.ConnectionClosingRepresentation
The parent connection.
connection - Variable in class org.restlet.engine.connector.HttpUrlConnectionCall
The wrapped HTTP URL connection.
connection - Variable in class org.restlet.ext.nio.internal.channel.ReadableSslChannel
Deprecated.
The parent SSL connection.
connection - Variable in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
The parent SSL connection.
connection - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
The parent network connection.
connection - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The parent connection.
Connection<T extends Connector> - Class in org.restlet.ext.nio.internal.connection
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
Connection(ConnectionHelper<T>, SocketChannel, ConnectionController, InetSocketAddress, int, int) - Constructor for class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Constructor.
ConnectionClosingRepresentation - Class in org.restlet.engine.connector
Representation that wraps another representation and closes the parent HttpURLConnection when the representation is released.
ConnectionClosingRepresentation(Representation, HttpURLConnection) - Constructor for class org.restlet.engine.connector.ConnectionClosingRepresentation
Default constructor.
ConnectionController - Class in org.restlet.ext.nio.internal.controller
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ConnectionController(ConnectionHelper<?>) - Constructor for class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Constructor.
ConnectionHelper<T extends Connector> - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ConnectionHelper(T, boolean) - Constructor for class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Constructor.
connectionPool - Variable in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
The connection pool.
ConnectionPool<T extends Connector> - Class in org.restlet.ext.nio.internal.connection
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ConnectionPool(ConnectionHelper<T>, int) - Constructor for class org.restlet.ext.nio.internal.connection.ConnectionPool
Deprecated.
Constructor.
connections - Variable in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
The set of active connections.
ConnectionState - Enum in org.restlet.ext.nio.internal.state
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ConnectionState() - Constructor for enum org.restlet.ext.nio.internal.state.ConnectionState
Deprecated.
 
Connector - Class in org.restlet
Restlet enabling communication between Components.
Connector(Context) - Constructor for class org.restlet.Connector
Constructor.
Connector(Context, List<Protocol>) - Constructor for class org.restlet.Connector
Constructor.
CONNECTOR_ERROR_COMMUNICATION - Static variable in class org.restlet.data.Status
The client connector faced an error during the communication with the remote server (interruption, timeout, etc.).
CONNECTOR_ERROR_CONNECTION - Static variable in class org.restlet.data.Status
The client connector could not connect to the remote server.
CONNECTOR_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
The client connector faced an internal error during the process of a request to its server or the process of a response to its client.
CONNECTOR_LATCH - Static variable in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
ConnectorHelper<T extends Connector> - Class in org.restlet.engine.connector
Base connector helper.
ConnectorHelper(T) - Constructor for class org.restlet.engine.connector.ConnectorHelper
Constructor.
ConnectorService - Class in org.restlet.service
Application service declaring client and server connectors.
ConnectorService() - Constructor for class org.restlet.service.ConnectorService
Constructor.
Conneg - Class in org.restlet.engine.application
Content negotiation algorithm.
Conneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.Conneg
Constructor.
connegService - Variable in class org.restlet.service.StatusService
The service used to select the preferred variant.
ConnegService - Class in org.restlet.service
Application service negotiating the preferred resource variants.
ConnegService() - Constructor for class org.restlet.service.ConnegService
Constructor.
ConnegService(boolean) - Constructor for class org.restlet.service.ConnegService
Constructor.
ConsOrProdMime() - Constructor for enum org.restlet.ext.jaxrs.internal.util.AlgorithmUtil.ConsOrProdMime
Deprecated.
 
constr - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter
Deprecated.
 
constructor - Variable in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
 
constructorParameters - Variable in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
 
CONSUME_MIME - org.restlet.ext.jaxrs.internal.util.AlgorithmUtil.ConsOrProdMime
Deprecated.
Declares that the methods etc.
consumedMimes - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
the mimes this MessageBodyReader consumes.
consumedMimes - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
consumeStatement() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Discard all read characters until the end of the statement is reached (marked by a '.').
consumeWhiteSpaces() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Discard all read characters.
consumingContent - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Indicates if the string content must be consumed.
contactEmail - Variable in class org.restlet.engine.application.StatusInfo
The email address of the administrator to contact in case of error.
contactEmail - Variable in class org.restlet.service.StatusService
The email address to contact in case of error.
contains(Object) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
 
contains(Object) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
contains(Object) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
contains(Object) - Method in class org.restlet.util.WrapperList
Returns true if this list contains the specified element.
contains(String) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
Verify containment by ignoring case.
containsAll(Collection<?>) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
containsAll(Collection<?>) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
containsAll(Collection<?>) - Method in class org.restlet.util.WrapperList
Returns true if this list contains all of the elements of the specified collection.
containsKey(Object) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
containsKey(Object) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
containsKey(Object) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
containsKey(Object) - Method in class org.restlet.util.WrapperMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class org.restlet.ext.velocity.TemplateRepresentation.ResolverContext
 
containsValue(Object) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
containsValue(Object) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
containsValue(Object) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
containsValue(Object) - Method in class org.restlet.util.WrapperMap
Returns true if this map maps one or more keys to the specified value.
content - Variable in class org.restlet.ext.atom.Entry
Contains or links to the content of the entry.
content - Variable in class org.restlet.ext.atom.Link
Contains or links to the content of the entry.
content - Variable in class org.restlet.ext.atom.Text
The content.
Content - Class in org.restlet.ext.atom
Either contains or links to the content of the entry.
Content() - Constructor for class org.restlet.ext.atom.Content
Constructor.
contentBuffer - Variable in class org.restlet.ext.atom.internal.EntryContentReader
Buffer for the current text content of the current tag.
contentBuffer - Variable in class org.restlet.ext.atom.internal.FeedContentReader
Buffer for the current text content of the current tag.
contentBuffer - Variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
contentDepth - Variable in class org.restlet.ext.atom.internal.EntryContentReader
Mark the Content depth.
contentDepth - Variable in class org.restlet.ext.atom.internal.FeedContentReader
Mark the Content depth.
contentEncoding - Variable in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
contentHandler - Variable in class org.restlet.ext.xml.internal.AbstractXmlReader
The content handler.
contentLength - Variable in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
contentLocation(URI) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the content location on the ResponseBuilder.
contentReader - Variable in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
The content handler of the current Turtle document.
ContentReader - Class in org.restlet.ext.rdf.internal.xml
Content reader part.
ContentReader(WadlRepresentation) - Constructor for class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Constructor
ContentReader(Representation, GraphHandler) - Constructor for class org.restlet.ext.rdf.internal.xml.ContentReader
Constructor.
ContentReader.State - Enum in org.restlet.ext.rdf.internal.xml
 
contentType - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The media type of the Content (for inline cases).
contentType - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The media type of the Content (for inline cases).
contentType - Variable in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
ContentType - Class in org.restlet.engine.header
Association of a media type, a character set and modifiers.
ContentType(String) - Constructor for class org.restlet.engine.header.ContentType
Constructor.
ContentType(MediaType, CharacterSet) - Constructor for class org.restlet.engine.header.ContentType
Constructor.
ContentType(Representation) - Constructor for class org.restlet.engine.header.ContentType
Constructor.
ContentTypeReader - Class in org.restlet.engine.header
Content type header reader.
ContentTypeReader(String) - Constructor for class org.restlet.engine.header.ContentTypeReader
Constructor.
context - Variable in class org.restlet.engine.adapter.Adapter
The context.
context - Variable in class org.restlet.engine.adapter.HttpRequest
The context of the HTTP server connector that issued the call.
context - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
The context of the parent connector.
context - Variable in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
The current context object.
context - Variable in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
The context maintained during the parsing.
context - Variable in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
The current context object.
context - Variable in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
The current context object.
context - Variable in class org.restlet.ext.velocity.TemplateRepresentation
The template's data model.
context - Variable in class org.restlet.ext.xml.internal.ContextResolver
The Restlet context.
context - Variable in class org.restlet.resource.Resource
The parent context.
context - Variable in class org.restlet.Restlet
The context.
context - Variable in class org.restlet.service.Service
The context.
context - Variable in class org.restlet.util.ClientList
The context.
context - Variable in class org.restlet.util.ServerList
The context.
context - Variable in class org.restlet.util.ServiceList
The context.
Context - Class in org.restlet
Contextual data and services provided to a set of Restlets.
Context - Class in org.restlet.ext.rdf.internal.turtle
Contains essentials data updated during the parsing of a N3 document such as the list of known namespaces, keywords.
Context() - Constructor for class org.restlet.Context
Constructor.
Context() - Constructor for class org.restlet.ext.rdf.internal.turtle.Context
Default constructor.
Context(String) - Constructor for class org.restlet.Context
Constructor.
Context(Logger) - Constructor for class org.restlet.Context
Constructor.
contextClassLoader - Variable in class org.restlet.engine.util.ContextualRunnable
The contextual class loader used at run time.
contextFactory - Variable in class org.restlet.engine.ssl.WrapperSslContextSpi
The parent SSL context factory.
contextFactory - Variable in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
The parent SSL context factory.
contextFactory - Variable in class org.restlet.engine.ssl.WrapperSslSocketFactory
The parent SSL context factory.
ContextHolder - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
ContextHolder(Object) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextHolder
Deprecated.
 
ContextInjector - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Will be removed in next minor release.
ContextInjector(Class<?>, ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
 
ContextInjector.BeanSetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ContextInjector.EverSameInjector - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
ContextInjector.Injector, that injects the same object in every resource.
ContextInjector.ExtendedUriInfoInjector - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ContextInjector.FieldWrapper - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ContextInjector.GetLastPathSegment - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ContextInjector.InjectionAim - Interface in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Represents a field or a bean setter, where the runtime injects something in.
ContextInjector.Injector - Interface in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ContextInjector.ParamValueInjector - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ContextInjector.UriInfoInjector - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
contextPath - Variable in class org.restlet.ext.jaxb.internal.Marshaller
The JAXB context path.
contextPath - Variable in class org.restlet.ext.jaxb.internal.Unmarshaller
The JAXB context path.
contextPath - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
The list of Java package names that contain schema derived class and/or Java to schema (JAXB-annotated) mapped classes.
contextResolver - Variable in class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
contextResolver - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
the ContextResolver, if this providers is a ContextResolver
ContextResolver - Class in org.restlet.ext.xml.internal
URI resolver based on a Restlet Context instance.
ContextResolver - Interface in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
ContextResolver(Context) - Constructor for class org.restlet.ext.xml.internal.ContextResolver
Constructor.
contextResolvers - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
This Set contains all available ContextResolvers.
This field is final, because it is shared with other objects.
contexts - Static variable in class org.restlet.ext.jaxb.JaxbRepresentation
Improves performance by caching contexts which are expensive to create.
ContextualRunnable - Class in org.restlet.engine.util
Runnable That allows to define the context class loader.
ContextualRunnable() - Constructor for class org.restlet.engine.util.ContextualRunnable
Constructor.
CONTINUE - Static variable in class org.restlet.routing.Filter
Indicates that the request processing should continue normally.
continueResponse() - Static method in class org.restlet.data.Expectation
Creates a "100-continue" expectation.
contributors - Variable in class org.restlet.ext.atom.Entry
The contributors to the entry.
contributors - Variable in class org.restlet.ext.atom.Feed
The contributors to the feed.
contributors - Variable in class org.restlet.ext.atom.Source
The contributors to the entry.
control() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Controls the helper for inbound or outbound messages to handle.
controlConnection(Connection<?>) - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Controls a given connection for messages to read or write.
controlConnections() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Controls all helper connections.
controller - Variable in class org.restlet.ext.nio.BaseHelper
Deprecated.
The controller task.
Controller - Class in org.restlet.ext.nio.internal.controller
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
Controller(ConnectionHelper<?>) - Constructor for class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Constructor.
controllerService - Variable in class org.restlet.ext.nio.BaseHelper
Deprecated.
The controller service.
convert(Throwable) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
converts the cause of the given InvocationTargetException to a Response, if an ExceptionMapper could be found.
Otherwise this method returns an Response with an internal server error.
ConvertCookieParamException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertCookieParamException(ConvertParameterException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertCookieParamException
Deprecated.
 
Converter - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
Converter() - Constructor for class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
ConverterHelper - Class in org.restlet.engine.converter
Converter between Representations and regular Java objects.
ConverterHelper() - Constructor for class org.restlet.engine.converter.ConverterHelper
 
ConverterProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
ConverterProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
Constructor.
converterService - Variable in class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
The Restlet converter service.
converterService - Variable in class org.restlet.service.StatusService
The service used to convert between status/throwable and representation.
ConverterService - Class in org.restlet.service
Application service converting between representation and regular Java objects.
ConverterService() - Constructor for class org.restlet.service.ConverterService
Constructor.
ConverterService(boolean) - Constructor for class org.restlet.service.ConverterService
Constructor.
ConverterUtils - Class in org.restlet.engine.converter
Utilities for the converter service.
ConverterUtils() - Constructor for class org.restlet.engine.converter.ConverterUtils
Private constructor to ensure that the class acts as a true utility class i.e.
ConvertFormParamException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertFormParamException(ConvertParameterException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertFormParamException
Deprecated.
 
ConvertHeaderParamException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertHeaderParamException(ConvertParameterException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertHeaderParamException
Deprecated.
 
ConvertMatrixParamException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertMatrixParamException(ConvertParameterException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertMatrixParamException
Deprecated.
 
ConvertParameterException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertParameterException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertParameterException
Deprecated.
 
ConvertParameterException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertParameterException
Deprecated.
 
ConvertParameterException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertParameterException
Deprecated.
 
convertParamValue(String) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
convertParamValue(String, DefaultValue) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
Converts the given paramValue (found in the path, query, matrix or header) into the given paramClass.
convertParamValueInner(String, DefaultValue) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
Converts the given value without any decoding.
convertParamValues(Iterator<String>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
ConvertPathParamException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertPathParamException(ConvertParameterException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertPathParamException
Deprecated.
 
ConvertQueryParamException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertQueryParamException(ConvertParameterException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertQueryParamException
Deprecated.
 
convertRepresentationExc(ConvertRepresentationException) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
ConvertRepresentationException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ConvertRepresentationException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertRepresentationException
Deprecated.
 
ConvertRepresentationException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertRepresentationException
Deprecated.
 
ConvertRepresentationException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ConvertRepresentationException
Deprecated.
 
convertTo - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
The class to convert to.
convertToMediaTypes(String[]) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Converts the given mimes to a List of MediaTypes.
convertToRepresentation(Object, ResourceMethod, MediaType, MultivaluedMap<String, Object>, SortedMetadata<MediaType>) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Converts the given entity - returned by the resource method - to a Restlet Representation.
convertWithConverterUtils(String) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
convToCl - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter
Deprecated.
The class to convert to, directly as the type in the parameter list.
convToGen - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter
Deprecated.
 
cookie(NewCookie...) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Add cookies to the ResponseBuilder.
Cookie - Class in org.restlet.data
Cookie provided by a client.
Cookie() - Constructor for class org.restlet.data.Cookie
Default constructor.
Cookie(int, String, String) - Constructor for class org.restlet.data.Cookie
Constructor.
Cookie(int, String, String, String, String) - Constructor for class org.restlet.data.Cookie
Constructor.
Cookie(String, String) - Constructor for class org.restlet.data.Cookie
Constructor.
CookieAuthenticator - Class in org.restlet.ext.crypto
Challenge authenticator based on browser cookies.
CookieAuthenticator(Context, boolean, String, byte[]) - Constructor for class org.restlet.ext.crypto.CookieAuthenticator
Constructor.
CookieAuthenticator(Context, String, byte[]) - Constructor for class org.restlet.ext.crypto.CookieAuthenticator
Constructor for mandatory cookie authenticators.
cookieExtracts - Variable in class org.restlet.routing.Extractor
The list of cookies to extract.
CookieHeaderDelegate - Class in org.restlet.ext.jaxrs.internal.spi
Deprecated.
Will be removed in next minor release.
CookieHeaderDelegate() - Constructor for class org.restlet.ext.jaxrs.internal.spi.CookieHeaderDelegate
Deprecated.
Obtain an instance of a HeaderDelegate for the Cookie class.
cookieName - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The name of the cookie that stores log info.
cookieParam - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.CookieParamGetter
Deprecated.
 
CookieParamGetter(CookieParam, DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.CookieParamGetter
Deprecated.
 
CookieReader - Class in org.restlet.engine.header
Cookie header reader.
CookieReader(String) - Constructor for class org.restlet.engine.header.CookieReader
Constructor.
cookies - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
cookies - Variable in class org.restlet.Request
The cookies provided by the client.
cookiesAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the cookies were parsed and added.
cookiesAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the cookies were parsed and added.
CookieSetting - Class in org.restlet.data
Cookie setting provided by a server.
CookieSetting() - Constructor for class org.restlet.data.CookieSetting
Default constructor.
CookieSetting(int, String, String) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean, boolean) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(String, String) - Constructor for class org.restlet.data.CookieSetting
Preferred constructor.
CookieSettingReader - Class in org.restlet.engine.header
Cookie setting header reader.
CookieSettingReader(String) - Constructor for class org.restlet.engine.header.CookieSettingReader
Constructor.
cookieSettings - Variable in class org.restlet.Response
The cookie settings provided by the server.
CookieSettingWriter - Class in org.restlet.engine.header
Cookie setting header writer.
CookieSettingWriter() - Constructor for class org.restlet.engine.header.CookieSettingWriter
 
CookieWriter - Class in org.restlet.engine.header
Cookie header writer.
CookieWriter() - Constructor for class org.restlet.engine.header.CookieWriter
 
copy(InputStream, OutputStream) - Static method in class org.restlet.engine.io.IoUtils
Copies an input stream to an output stream.
copy(InputStream, RandomAccessFile) - Static method in class org.restlet.engine.io.IoUtils
Copies an input stream to a random access file.
copy(Reader, Writer) - Static method in class org.restlet.engine.io.IoUtils
Copies characters from a reader to a writer.
copy(ByteBuffer, ByteBuffer, long) - Static method in class org.restlet.ext.nio.internal.util.NioUtils
Deprecated.
Writes the source buffer to the target buffer, up to a maximum number of bytes.
copy(FileChannel, WritableByteChannel) - Static method in class org.restlet.ext.nio.internal.util.NioUtils
Deprecated.
Writes the representation to a byte channel.
copy(ReadableByteChannel, OutputStream) - Static method in class org.restlet.ext.nio.internal.util.NioUtils
Deprecated.
Writes a NIO readable channel to a BIO output stream.
copy(ReadableByteChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.IoUtils
Writes a readable channel to a writable channel.
COPY - Static variable in class org.restlet.data.Method
Creates a duplicate of the source resource, identified by the Request-URI, in the destination resource, identified by the URI in the Destination header.
copyExtensionHeaders(Series<Header>, Message) - Static method in class org.restlet.engine.header.HeaderUtils
Copies extension headers into a request or a response.
copyInto(AbstractUriBuilder) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
copyResponseHeaders(MultivaluedMap<String, Object>, Response) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Copies headers into a response.
copyResponseHeaders(Response) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Copies the headers of the given Response into the given Series.
copyResponseTransportHeaders(Series<Header>, Response) - Static method in class org.restlet.engine.header.HeaderUtils
Copies headers into a response.
copyResponseTransportHeaders(Series<Header>, Response) - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
Copies headers into a response.
copySeries(Series<?>, boolean) - Static method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
Creates a MultiValuedMap of unmodifiable Lists.
copySubList(List<T>, int, int) - Static method in class org.restlet.engine.util.ListUtils
Unlike List.subList(), which returns a live view of a set of List elements, this method returns a new copy of the list.
copyTo(Map<String, Object>) - Method in class org.restlet.util.Series
Copies the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
corePoolSize - Variable in class org.restlet.service.TaskService
The core pool size defining the maximum number of threads.
CorsFilter - Class in org.restlet.engine.application
Filter that helps support CORS requests.
CorsFilter() - Constructor for class org.restlet.engine.application.CorsFilter
Constructor.
CorsFilter(Context) - Constructor for class org.restlet.engine.application.CorsFilter
Constructor.
CorsFilter(Context, Restlet) - Constructor for class org.restlet.engine.application.CorsFilter
Constructor.
corsResponseHelper - Variable in class org.restlet.engine.application.CorsFilter
Helper for generating CORS response.
CorsResponseHelper - Class in org.restlet.engine.application
Helps to generate response CORS headers.
The CORS specification defines a subset of methods qualified as simple HEAD, GET and POST.
CorsResponseHelper() - Constructor for class org.restlet.engine.application.CorsResponseHelper
 
CorsService - Class in org.restlet.service
Application service that adds support of CORS.
CorsService() - Constructor for class org.restlet.service.CorsService
Constructor.
CorsService(boolean) - Constructor for class org.restlet.service.CorsService
Constructor.
couldDrain() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if bytes could be drained by flipping the buffer.
couldDrain(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Indicates if the buffer could be drained again.
couldDrain(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.WritableBufferedChannel
Deprecated.
Indicates if the buffer could be drained again.
couldDrain(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Indicates if the buffer could be drained again.
couldFill() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if more bytes could be filled in.
couldFill(Buffer, Object...) - Method in interface org.restlet.ext.nio.internal.buffer.BufferProcessor
Deprecated.
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.WritableBufferedChannel
Deprecated.
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
 
couldFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Indicates if the buffer could be filled again.
Couple<T,​U> - Class in org.restlet.ext.rdf
Relationship between two typed objects.
Couple(T, U) - Constructor for class org.restlet.ext.rdf.Couple
Constructor.
create(CharSequence, CharSequence) - Static method in class org.restlet.data.Parameter
Creates a parameter.
create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.engine.util.FormUtils
Creates a parameter.
create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.ext.html.internal.FormUtils
Creates a form data.
create(Class<?>, Type, Logger) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter
Deprecated.
Creates an EntityGetter for the given values, or null, if it is not available.
create(Class<? extends ServerResource>, Request, Response) - Method in class org.restlet.resource.Finder
Creates a new instance of a given ServerResource subclass.
create(String, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(MediaType, T) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
Creates the marshaling EmfRepresentation.
create(MediaType, T) - Method in class org.restlet.ext.jackson.JacksonConverter
Creates the marshaling JacksonRepresentation.
create(Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(Representation) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
Creates the unmarshaling EmfRepresentation.
create(Representation, Class<T>) - Method in class org.restlet.ext.gson.GsonConverter
Creates the unmarshaling GsonRepresentation.
create(Representation, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
Creates the unmarshaling JacksonRepresentation.
create(Request) - Method in class org.restlet.engine.adapter.HttpClientHelper
Creates a low-level HTTP client call from a high-level request.
create(Request) - Method in class org.restlet.engine.connector.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
create(Request) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
create(Request) - Method in class org.restlet.ext.jetty.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
create(Request, Response) - Method in class org.restlet.ext.guice.RestletGuice.Module.ServerResourceKeyFinder
 
create(Request, Response) - Method in class org.restlet.resource.Finder
Creates a new instance of the ServerResource subclass designated by the "targetClass" property.
create(T) - Method in class org.restlet.ext.gson.GsonConverter
Creates the marshaling GsonRepresentation.
createAncestorInfo() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
createApplication() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Creates an application descriptor that wraps this resource descriptor.
createBlankRef(String) - Static method in class org.restlet.ext.rdf.Link
Creates a reference to a blank node.
createBuilder() - Method in class org.restlet.ext.gson.GsonRepresentation
Returns a new instance of the builder for Gson instances.
createBuilder(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
Returns an instance of a graph handler used when parsing the inner RDF representation.
createByteBuffer(int, boolean) - Static method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Creates a new byte buffer.
createCallbackHandler(Request, Response) - Method in class org.restlet.ext.jaas.JaasVerifier
Creates a callback handler for the given parameters.
createChallengeRequest(boolean) - Method in class org.restlet.ext.crypto.DigestAuthenticator
 
createChallengeRequest(boolean) - Method in class org.restlet.security.ChallengeAuthenticator
Creates a new challenge request.
createChildContext() - Method in class org.restlet.Context
Creates a protected child context.
createChildContext() - Method in class org.restlet.engine.component.ComponentContext
 
createCipher(String, byte[], int) - Static method in class org.restlet.ext.crypto.internal.CryptoUtils
Creates a cipher for a given algorithm and secret.
createClapReference(int, Package) - Static method in class org.restlet.data.LocalReference
Constructor for CLAP URIs to a given package.
createClapReference(int, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createClapReference(Package) - Static method in class org.restlet.data.LocalReference
Constructor.
createClapReference(String) - Static method in class org.restlet.data.LocalReference
Constructor.
createClassLoader() - Method in class org.restlet.engine.Engine
Creates a new class loader.
createClientConnectionManager(HttpParams, SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Creates the connection manager.
createClientInfo() - Method in class org.restlet.representation.Variant
Creates a ClientInfo instance with preferences matching exactly the current variant.
createColl() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
createColl(A...) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Creates an modifiable Collection with the given Objects in it, and no other objects.
createConfiguration() - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates a Jetty HTTP configuration.
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Creates a connection associated to the given socket.
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
 
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
 
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.HttpServerHelper
 
createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.HttpsServerHelper
Creates new internal Jetty connection factories.
createConnectionFactories(HttpConfiguration) - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates new internal Jetty connection factories.
createConnectionPool() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Creates the connection pool.
createConnector(Server) - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates a Jetty connector.
createConsumedMimes() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Creates the list of the consumed mimes from the AbstractMethodWrapper#annotatedMethod and the AbstractMethodWrapper.executeMethod to be stored in the final instance variable ResourceMethod.consumedMimes.
createContentType(StringBuilder, Series<Parameter>) - Method in class org.restlet.engine.header.ContentTypeReader
Creates a content type.
createContextSpi(DefaultSslContextFactory, SSLContext) - Static method in class org.restlet.engine.ssl.DefaultSslContext
Creates a SSL context SPI capable or setting additional properties on the created SSL engines and socket factories.
createController() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Creates a new controller.
createController() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
createController() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
createControllerService() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Creates the connector controller service.
createCsvSchema(CsvMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Creates a Jackson CSV schema based on a mapper and the current object class.
createEmfResource(MediaType) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Creates and configure an EMF resource.
createEmfXmlResource(MediaType) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Creates and configure an EMF resource.
createEndpoint(Application, Class<T>) - Method in class org.restlet.ext.jaxrs.internal.spi.RuntimeDelegateImpl
Deprecated.
This method is not supported by this implementation.
createEntity(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Returns the message entity if available.
createEntry(String, String) - Method in class org.restlet.data.Form
 
createEntry(String, String) - Method in class org.restlet.util.Series
Creates a new entry.
createExecutorService(int) - Method in class org.restlet.service.TaskService
Creates a new JDK executor service that will be wrapped.
createExtendedUriBuilder(Reference) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
createFile(String) - Static method in class org.restlet.representation.FileRepresentation
Creates a new file by detecting if the name is a URI or a simple path name.
createFile(Request, File) - Method in class org.restlet.engine.local.FileClientHelper
 
createFileReference(File) - Static method in class org.restlet.data.LocalReference
Constructor.
createFileReference(String) - Static method in class org.restlet.data.LocalReference
Constructor.
createFileReference(String, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createFileWithPartialContent(Request, File, Range) - Method in class org.restlet.engine.local.FileClientHelper
 
createFinder(Class<? extends ServerResource>) - Method in class org.restlet.engine.component.InternalRouter
 
createFinder(Class<? extends ServerResource>) - Method in class org.restlet.ext.guice.ResourceInjectingApplication
 
createFinder(Class<? extends ServerResource>) - Method in class org.restlet.Restlet
Creates a new finder instance based on the "targetClass" property.
createFinder(Class<? extends ServerResource>) - Method in class org.restlet.routing.VirtualHost
Creates a new finder instance based on the "targetClass" property.
createFinder(Class<? extends ServerResource>, Class<? extends Finder>, Context, Logger) - Static method in class org.restlet.resource.Finder
Creates a new finder instance based on the "targetClass" property.
createFinder(Router, String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates a finder for the given resource info.
createForClass(Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Creates a PathRegExp for a root resource class.
createForMethod(Method) - Static method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Creates a PathRegExp for a sub resource method or sub resource locator.
createHeaderDelegate(Class<T>) - Method in class org.restlet.ext.jaxrs.internal.spi.RuntimeDelegateImpl
Deprecated.
Obtain an instance of a HeaderDelegate for the supplied class.
createHelper(Client, String) - Method in class org.restlet.engine.Engine
Creates a new helper for a given client connector.
createHelper(Server, String) - Method in class org.restlet.engine.Engine
Creates a new helper for a given server connector.
createHtmlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates a new HTML representation for a given ApplicationInfo instance describing an application.
createHtmlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Creates a new HTML representation for a given ApplicationInfo instance describing an application.
createHttpClient() - Method in class org.restlet.ext.jetty.HttpClientHelper
Creates a Jetty HTTP client.
createHttpHeaders() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
Creates a RESTEasy HTTP headers object.
createInboundFilter(Context) - Method in class org.restlet.service.CorsService
 
createInboundFilter(Context) - Method in class org.restlet.service.DecoderService
 
createInboundFilter(Context) - Method in class org.restlet.service.EncoderService
 
createInboundFilter(Context) - Method in class org.restlet.service.LogService
 
createInboundFilter(Context) - Method in class org.restlet.service.RangeService
 
createInboundFilter(Context) - Method in class org.restlet.service.Service
Create the filter that should be invoked for incoming calls.
createInboundFilter(Context) - Method in class org.restlet.service.StatusService
 
createInboundFilter(Context) - Method in class org.restlet.service.TunnelService
 
createInboundRoot() - Method in class org.restlet.Application
Creates a inbound root Restlet that will receive all incoming calls.
createInboundRoot() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
 
createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpClientHelper
Deprecated.
 
createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
 
createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpServerHelper
Deprecated.
 
createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
 
createInboundWay(Connection<T>, int) - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Creates an inbound way for the given connection.
createInjector(Module...) - Static method in class org.restlet.ext.guice.RestletGuice
Creates an instance of Injector from the given modules with FinderFactory bound to an implementation that uses the injector's bindings to create Finder instances.
createInjector(Stage, Module...) - Static method in class org.restlet.ext.guice.RestletGuice
Creates an instance of Injector in the given Stage from the given modules with FinderFactory bound to an implementation that uses the injector's bindings to create Finder instances.
createInjector(Stage, Iterable<Module>) - Static method in class org.restlet.ext.guice.RestletGuice
Creates an instance of Injector in the given Stage from the given modules with FinderFactory bound to an implementation that uses the injector's bindings to create Finder instances.
createInjector(Iterable<Module>) - Static method in class org.restlet.ext.guice.RestletGuice
Creates an instance of Injector from the given modules with FinderFactory bound to an implementation that uses the injector's bindings to create Finder instances.
createInstance() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
createInstance(Constructor<?>, Object...) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Creates an instance of the root resource class.
createInstance(Representation) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ClassReprEntityGetter
Deprecated.
 
createInstance(Representation) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter
Deprecated.
 
createInstance(Representation) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ReprClassEntityGetter
Deprecated.
 
createInstance(Representation) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ReprOnlyEntityGetter
Deprecated.
 
createIterator(List<T>) - Static method in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
Creates an Iterator over the elements of the list.
createJarReference(Reference, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createJaxRsClient(String, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
createJaxRsClient(Context, Reference, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
createList(A...) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Creates an modifiable List with the given Object in it, and no other objects.
createLowResourceMonitor(Server) - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates a Jetty low resource monitor.
createMap(String...) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Creates a map with the given keys and values.
createMessage(IllegalArgumentException, Path) - Static method in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
 
createMessage(Representation, Session) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Creates a JavaMail message by parsing an XML representation.
createMultipartMediaType(String) - Static method in class org.restlet.ext.html.FormDataSet
Creates the media type of a multipart form which must include the used boundary.
createNamedValue(Class<NV>, String) - Static method in class org.restlet.engine.header.HeaderReader
Creates a new named value with a null value.
createNamedValue(Class<NV>, String, String) - Static method in class org.restlet.engine.header.HeaderReader
Creates a new named value.
createNext() - Method in class org.restlet.resource.ClientResource
Creates a next Restlet is no one is set.
createObject() - Method in class org.restlet.engine.util.Pool
Creates a new reusable object.
createObject() - Method in class org.restlet.ext.nio.internal.connection.ConnectionPool
Deprecated.
 
createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Creates a Jackson object mapper based on a media type.
createObjectReader() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Creates a Jackson object reader based on a mapper.
createObjectWriter() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Creates a Jackson object writer based on a mapper.
createOutboundFilter(Context) - Method in class org.restlet.service.DecoderService
 
createOutboundFilter(Context) - Method in class org.restlet.service.EncoderService
 
createOutboundFilter(Context) - Method in class org.restlet.service.Service
Create the filter that should be invoked for outgoing calls.
createOutboundRoot() - Method in class org.restlet.Application
Creates a outbound root Restlet that will receive all outgoing calls from ClientResource.
createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpClientHelper
Deprecated.
 
createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
 
createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpServerHelper
Deprecated.
 
createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
 
createOutboundWay(Connection<T>, int) - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Creates an outbound way for the given connection.
createParameter(String) - Method in class org.restlet.engine.header.HeaderReader
Creates a new parameter with a null value.
createParameter(String, String) - Method in class org.restlet.engine.header.HeaderReader
Creates a new parameter.
createPatch(Representation, Representation) - Method in class org.restlet.service.ConverterService
Creates a patch representation by calculating a diff between initial and modified representations.
createPathSegment(String) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.PathParamGetter
Deprecated.
Creates a PathSegment.
createPathSegments(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Creates an unmodifiable List of PathSegments.
createPreference(CharSequence, Series<Parameter>) - Method in class org.restlet.engine.header.PreferenceReader
Creates a new preference.
createProducedMimes() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Creates the list of the produced mimes from the AbstractMethodWrapper#annotatedMethod and the AbstractMethodWrapper.executeMethod to be stored in the final instance variable ResourceMethod.producedMimes.
createReadableSelectionChannel() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Creates a new readable channel.
createReadableSelectionChannel() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
 
createReference(String, String, String, String) - Method in class org.restlet.engine.local.EntityClientHelper
Generate a Reference for a variant name (which is URL decoded) and handle the translation between the incoming requested path (which is URL encoded).
createRepresentation(Message) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Creates an XML representation based on a JavaMail message.
createRepresentation(Message[], POP3Folder) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Creates an XML representation based on a list of JavaMail messages.
createRequest() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Creates the request object.
createRequest() - Method in class org.restlet.resource.ClientResource
Creates a new request by cloning the one wrapped by this class.
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.nio.HttpServerHelper
Deprecated.
 
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
 
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Creates a new request.
createResolver(Map<String, ?>) - Static method in class org.restlet.util.Resolver
Creates a resolver that is based on a given map.
createResolver(Request, Response) - Static method in class org.restlet.util.Resolver
Creates a resolver that is based on a call (request, response couple).
createResponse(Status) - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
Creates a response object for the given status.
createResponse(Status) - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
createResponse(Request) - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
createResponse(Request) - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
Creates a response object for the given request.
createResponse(Request) - Method in class org.restlet.resource.ClientResource
Creates a new response for the given request.
createResponseBuilder() - Method in class org.restlet.ext.jaxrs.internal.spi.RuntimeDelegateImpl
Deprecated.
 
createRiapReference(int, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createRoute(String, Restlet) - Method in class org.restlet.routing.Router
Creates a new route for the given URI pattern and target.
createRoute(String, Restlet, int) - Method in class org.restlet.engine.component.InternalRouter
 
createRoute(String, Restlet, int) - Method in class org.restlet.routing.Router
Creates a new route for the given URI pattern, target and matching mode.
createRoute(String, Restlet, int) - Method in class org.restlet.routing.VirtualHost
 
createSelector() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Creates a new NIO selector.
createServer() - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates a Jetty server.
createServerSocket() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
 
createServerSocket(int) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
 
createServerSocket(int, int) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
 
createServerSocketChannel() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Create a server socket channel and bind it to the given address
createSet(A...) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Creates an modifiable Set with the given Object in it, and no other objects.
createSocket() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
createSocket(String, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
createSocket(InetAddress, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
createSocketAddress() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Creates a socket address to listen on.
createSocketChannel(boolean, String, int) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Creates the socket channel that will be used to send the request and get the response.
createSocketChannel(boolean, InetSocketAddress) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Creates the socket that will be used to send the request and get the response.
createSslContext() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Creates a configured and initialized SSLContext from the values set via the various setters of this class.
createSslContext() - Method in class org.restlet.engine.ssl.SslContextFactory
Creates a configured and initialized SSLContext.
createStatus(int) - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
Returns the status corresponding to a given status code.
createStore() - Method in class org.restlet.engine.util.Pool
Creates the store of reusable objects.
createSubject(ClientInfo) - Static method in class org.restlet.ext.jaas.JaasUtils
Creates a JAAS subject based on a given ClientInfo.
createSubResource(ResourceObject, ResourceClasses, Logger) - Method in class org.restlet.ext.jaxrs.internal.wrappers.SubResourceLocator
Deprecated.
Creates a sub resource
createSubResource(ResourceObject, SubResourceLocator, CallContext) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
 
createSupportedVariants() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Creates the list of the supported variants from the ResourceMethod.getProducedMimes()to be stored in the final instance variable ResourceMethod.supportedVariants.
createThreadFactory() - Method in class org.restlet.service.TaskService
Creates a new thread factory that will properly name the Restlet created threads with a "restlet-" prefix.
createThreadPool() - Method in class org.restlet.engine.connector.NetServerHelper
Creates the handler service.
createThreadPool() - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates a Jetty thread pool.
createThreadWithLocalVariables(Runnable, String) - Static method in class org.restlet.engine.Engine
Creates a new standalone thread with local Restlet thread variable properly set.
createTransformer() - Method in class org.restlet.ext.xml.DomRepresentation
Creates a new JAXP Transformer object that will be used to serialize this DOM.
createUriBuilder() - Method in class org.restlet.ext.jaxrs.internal.spi.RuntimeDelegateImpl
Deprecated.
 
createUriBuilder(Reference) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
createUriInfo(Reference) - Static method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
Creates a RESTEasy URI info object.
createUser(String, Request, Response) - Method in class org.restlet.security.MemoryRealm.DefaultVerifier
 
createUser(String, Request, Response) - Method in class org.restlet.security.SecretVerifier
Called back to create a new user when valid credentials are provided.
createValidAnnotations() - Static method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
createVariantListBuilder() - Method in class org.restlet.ext.jaxrs.internal.spi.RuntimeDelegateImpl
Deprecated.
 
createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates a new WADL representation for a given ApplicationInfo instance describing an application.
createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Creates a new WADL representation for a given ApplicationInfo instance describing an application.
createWorkerService() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Creates the handler service.
createWrapper(SSLContext) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Creates a new SSLContext wrapper.
createWritableSelectionChannel() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Creates a new writable channel.
createWritableSelectionChannel() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
 
createWriter(MediaType, Writer) - Method in class org.restlet.ext.rdf.RdfRepresentation
Returns an instance of a graph handler used when writing the inner set of links.
createZipReference(Reference, String) - Static method in class org.restlet.data.LocalReference
Constructor.
CryptoUtils - Class in org.restlet.ext.crypto.internal
Simple usage of standard cipher features from JRE.
CryptoUtils() - Constructor for class org.restlet.ext.crypto.internal.CryptoUtils
Private constructor to ensure that the class acts as a true utility class i.e.
csvSchema - Variable in class org.restlet.ext.jackson.JacksonRepresentation
The modifiable Jackson CSV schema.
CURRENT - Static variable in class org.restlet.Application
 
CURRENT - Static variable in class org.restlet.Context
 
CURRENT - Static variable in enum org.restlet.engine.Edition
The current engine edition.
CURRENT - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI returns a feed document containing the most recent entries in the feed.
CURRENT - Static variable in class org.restlet.Response
 
CURRENT - Static variable in class org.restlet.routing.VirtualHost
 
currentApplication - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "application" tag.
currentCategory - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently parsed Category.
currentCategory - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed Category.
currentCollection - Variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
currentContent - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently parsed Content.
currentContent - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed Content.
currentContentWriter - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently parsed XML content writer.
currentContentWriter - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed XML content writer.
currentDataType - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Current data type.
currentDate - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently date parsed from the current text content.
currentDate - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently date parsed from the current text content.
currentDocumentation - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "documentation" tag.
currentEntry - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently parsed Entry.
currentEntry - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed Entry.
currentFeed - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed Feed.
currentGrammars - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "grammars" tag.
currentInclude - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "include" tag.
currentLink - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently parsed Link.
currentLink - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed Link.
currentLink - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "link" tag.
currentMethod - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "method" tag.
currentMixedContentCDataSection - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current mixed content CDataSection.
currentMixedContentNode - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current mixed content node.
currentObject - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Current object.
currentOption - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "option" tag.
currentParameter - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "param" tag.
currentPerson - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently parsed Person.
currentPerson - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed Person.
currentPredicate - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Current predicate.
currentRepresentation - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "representation" tag.
currentRequest - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "request" tag.
currentResources - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "resources" tag.
currentResourcesList - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The list of the current parsed "resource" tags.
currentResourceType - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "resource_type" tag.
currentResponse - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The current parsed "response" tag.
currentService - Variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
currentText - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently parsed Text.
currentText - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The currently parsed Text.
currentWorkspace - Variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
CUSTOM - Static variable in class org.restlet.data.ChallengeScheme
Custom scheme based on IP address or cookies or query parameters, etc.

D

daemon - Variable in class org.restlet.engine.log.LoggingThreadFactory
Indicates if threads should be created as daemons.
daemon - Variable in class org.restlet.service.TaskService
Indicates whether or not the threads are daemon threads.
daemon - Variable in class org.restlet.service.TaskService.RestletThreadFactory
Indicates whether or not the thread is a daemon thread.
DATA - org.restlet.ext.nio.internal.state.ChunkState
Deprecated.
Reading the chunked data.
dataElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Write an element with character data content but no attributes or Namespace URI.
dataElement(String, String, String) - Method in class org.restlet.ext.xml.XmlWriter
Write an element with character data content but no attributes.
dataElement(String, String, String, Attributes, String) - Method in class org.restlet.ext.xml.XmlWriter
Write an element with character data content.
dataFormat - Variable in class org.restlet.ext.xml.XmlWriter
 
DataSourceProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
DataSourceProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.DataSourceProvider
Deprecated.
 
datatypeRef - Variable in class org.restlet.ext.rdf.Literal
The optional datatype reference.
date - Variable in class org.restlet.data.Warning
The warning date.
date - Variable in class org.restlet.Message
The date and time at which the message was originated.
DateHeaderDelegate - Class in org.restlet.ext.jaxrs.internal.spi
Deprecated.
Will be removed in next minor release.
DateHeaderDelegate() - Constructor for class org.restlet.ext.jaxrs.internal.spi.DateHeaderDelegate
Deprecated.
Obtain an instance of a HeaderDelegate for the MediTape class.
DateUtils - Class in org.restlet.engine.util
Date manipulation utilities.
DateUtils() - Constructor for class org.restlet.engine.util.DateUtils
Private constructor to ensure that the class acts as a true utility class i.e.
DateWriter - Class in org.restlet.engine.header
Date header writer.
DateWriter() - Constructor for class org.restlet.engine.header.DateWriter
 
debug - Static variable in class org.restlet.engine.util.DefaultSaxHandler
A class field set to true if the the JAXP debug property is turned on; false otherwise.
debugging - Variable in class org.restlet.Application
Indicates if the debugging mode is enabled.
debugging - Variable in class org.restlet.service.LogService
Indicates if the debugging mode is enabled.
decode - Variable in class org.restlet.engine.util.FormReader
Indicates if the parameters should be decoded.
decode - Variable in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
 
decode(String) - Static method in class org.restlet.data.Reference
Decodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
decode(String, CharacterSet) - Static method in class org.restlet.data.Reference
Decodes a given string using the standard URI encoding mechanism.
decode(Representation) - Method in class org.restlet.engine.application.Decoder
Decodes a given representation if its encodings are supported by NRE.
Decoder - Class in org.restlet.engine.application
Filter uncompressing entities.
Decoder(Context) - Constructor for class org.restlet.engine.application.Decoder
Constructor to only decode request entities before handling.
Decoder(Context, boolean, boolean) - Constructor for class org.restlet.engine.application.Decoder
Constructor.
DecodeRepresentation - Class in org.restlet.engine.application
Representation that decodes a wrapped representation if its encoding is supported.
DecodeRepresentation(Representation) - Constructor for class org.restlet.engine.application.DecodeRepresentation
Constructor.
DecoderService - Class in org.restlet.service
Application service automatically decoding or uncompressing received entities.
DecoderService() - Constructor for class org.restlet.service.DecoderService
Constructor.
DecoderService(boolean) - Constructor for class org.restlet.service.DecoderService
Constructor.
decoding - Variable in class org.restlet.engine.application.DecodeRepresentation
Indicates if the decoding can happen.
decoding - Variable in class org.restlet.ext.html.internal.FormReader
Indicates if the entries should be decoded.
decoding - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.EncParamGetter
Deprecated.
 
decoding() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
decoding() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.EncParamGetter
Deprecated.
 
decoding() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.NoEncParamGetter
Deprecated.
 
decodingOnParse - Variable in class org.restlet.routing.Variable
Indicates if the parsed value must be decoded.
decodingRequest - Variable in class org.restlet.engine.application.Decoder
Indicates if the request entity should be decoded.
decodingResponse - Variable in class org.restlet.engine.application.Decoder
Indicates if the response entity should be decoded.
decrDepth() - Method in class org.restlet.ext.rdf.internal.xml.ScopedProperty
Decrements the depth of the current value, and remove it if necessary.
decrypt(String, byte[], byte[]) - Static method in class org.restlet.ext.crypto.internal.CryptoUtils
Decrypts a bytes array.
decrypt(String, String, byte[]) - Static method in class org.restlet.ext.crypto.internal.CryptoUtils
Decrypts a bytes array.
deeplyAccessible - Variable in class org.restlet.resource.Directory
Indicates if the sub-directories are deeply accessible (true by default).
DEFAULT - Static variable in class org.restlet.data.CharacterSet
The default character set of the JVM.
DEFAULT - Static variable in class org.restlet.data.Language
The default language of the JVM.
DEFAULT_BOOLEAN - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DEFAULT_BOUNDARY - Static variable in class org.restlet.ext.html.FormDataSet
The default boundary separating multipart entries.
DEFAULT_BYTE - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DEFAULT_CHAR - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DEFAULT_COMPARATOR - Static variable in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
DEFAULT_DOUBLE - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DEFAULT_FLOAT - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DEFAULT_INT - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DEFAULT_LONG - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DEFAULT_MAX_REQUEST_AGE - Static variable in class org.restlet.ext.crypto.internal.AwsVerifier
Default maximum request age (15 minutes)
DEFAULT_MAX_SERVER_NONCE_AGE - Static variable in class org.restlet.ext.crypto.DigestAuthenticator
Default lifespan for generated nonces (5 minutes).
DEFAULT_MINIMUM_SIZE - Static variable in class org.restlet.service.EncoderService
Indicates if the default minimum size for encoding to occur.
DEFAULT_REG_EXP - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Default regular expression to use, if no reg exp is given (matches every character expect '/').
DEFAULT_SHORT - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
DefaultAccessLogFormatter - Class in org.restlet.engine.log
Access log record formatter which writes a header describing the default log format.
DefaultAccessLogFormatter() - Constructor for class org.restlet.engine.log.DefaultAccessLogFormatter
 
defaultAllowedMethods - Variable in class org.restlet.engine.application.CorsFilter
The set of methods allowed by default, used when CorsFilter.skippingResourceForCorsOptions is turned on.
defaultAllowedMethods - Variable in class org.restlet.service.CorsService
The set of methods allowed by default, used when CorsService.skippingResourceForCorsOptions is turned on.
defaultCharacterSet - Variable in class org.restlet.service.MetadataService
The default character set for textual representations.
DefaultConverter - Class in org.restlet.engine.converter
Converter for the built-in Representation classes.
DefaultConverter() - Constructor for class org.restlet.engine.converter.DefaultConverter
 
defaultEncoding - Variable in class org.restlet.service.MetadataService
The default encoding for representations.
defaultEnroler - Variable in class org.restlet.Context
The enroler that can add the user roles based on Restlet default authorization model.
DefaultEnroler() - Constructor for class org.restlet.security.MemoryRealm.DefaultEnroler
 
defaultHost - Variable in class org.restlet.Component
The default host.
defaultLanguage - Variable in class org.restlet.service.MetadataService
The default language for representations.
defaultLink - Variable in class org.restlet.ext.rdf.Graph
The default link that is used to complete new links.
defaultMatchingMode - Variable in class org.restlet.routing.Router
The default matching mode to use when selecting routes based on URIs.
defaultMatchingQuery - Variable in class org.restlet.routing.Router
The default setting for whether the routing should be done on URIs with or without taking into account query string.
defaultMediaType - Variable in class org.restlet.service.MetadataService
The default media type for representations.
defaultPort - Variable in class org.restlet.data.Protocol
The default port if known or -1.
defaultRepresentation - Variable in class org.restlet.ext.velocity.RepresentationResourceLoader
The default representation to load.
defaultRoute - Variable in class org.restlet.routing.Router
The default route tested if no other one was available.
DefaultSaxHandler - Class in org.restlet.engine.util
A Utility class which extends the provided DefaultHandler and implements the LSResourceResolver interface.
DefaultSaxHandler() - Constructor for class org.restlet.engine.util.DefaultSaxHandler
Trivial constructor.
DefaultSslContext - Class in org.restlet.engine.ssl
Default SSL context that delegates calls to WrapperSslContextSpi
DefaultSslContext(DefaultSslContextFactory, SSLContext) - Constructor for class org.restlet.engine.ssl.DefaultSslContext
Constructor.
DefaultSslContextFactory - Class in org.restlet.engine.ssl
This SslContextFactory makes it possible to configure most basic options when building an SSLContext.
DefaultSslContextFactory() - Constructor for class org.restlet.engine.ssl.DefaultSslContextFactory
 
defaultValue - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
The default value for this parameter (if given)
defaultValue - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Default value of this parameter.
defaultValue - Variable in class org.restlet.routing.Variable
The default value to use if the key couldn't be found in the model.
defaultVariable - Variable in class org.restlet.routing.Template
The default variable to use when no matching variable descriptor exists.
defaultVerifier - Variable in class org.restlet.Context
The verifier that can check the validity of user/secret couples based on Restlet default authorization model.
DefaultVerifier() - Constructor for class org.restlet.security.MemoryRealm.DefaultVerifier
 
DEFLATE - Static variable in class org.restlet.data.Encoding
The zlib format defined by RFC 1950 and 1951.
DEFLATE_NOWRAP - Static variable in class org.restlet.data.Encoding
The zlib format defined by RFC 1950 and 1951, without wrapping.
delegate - Variable in class org.restlet.util.WrapperList
The delegate list.
delegate - Variable in class org.restlet.util.WrapperMap
The delegate map.
delete() - Method in class org.restlet.engine.local.DirectoryServerResource
 
delete() - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
delete() - Method in class org.restlet.resource.ServerResource
Deletes the resource and all its representations.
delete(File) - Static method in class org.restlet.engine.io.IoUtils
Deletes an individual file or an empty directory.
delete(File, boolean) - Static method in class org.restlet.engine.io.IoUtils
Deletes an individual file or a directory.
delete(File, boolean, boolean) - Static method in class org.restlet.engine.io.IoUtils
Deletes an individual file or a directory.
delete(Class<T>) - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
delete(MediaType) - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
delete(Variant) - Method in class org.restlet.resource.ServerResource
Deletes the resource and all its representations.
Delete - Annotation Type in org.restlet.resource
Annotation for methods that remove representations.
DELETE - Static variable in class org.restlet.data.Method
Requests that the origin server deletes the resource identified by the request URI.
deleteMail(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Deletes a mail after it has been processed.
deleteResource(String) - Method in class org.restlet.ext.atom.Service
Deletes a resource.
depth - Variable in class org.restlet.ext.xml.XmlWriter
 
depths - Variable in class org.restlet.ext.rdf.internal.xml.ScopedProperty
 
describe() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the resource as a standalone WADL document.
describe(String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the current resource.
describe(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Updates the description of the parent application.
describe(ApplicationInfo, ResourceInfo, Object, String) - Static method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns a WADL description of the current resource.
describe(MethodInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes a representation class and variant couple as WADL information.
describe(MethodInfo, RequestInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes a representation class and variant couple as WADL information for the given method and request.
describe(MethodInfo, ResponseInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes a representation class and variant couple as WADL information for the given method and response.
describe(ResourceInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the current resource, leveraging the WadlServerResource.getResourcePath() method.
describe(Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the resource as a WADL document for the given variant.
describeAnnotations(MethodInfo, ServerResource) - Static method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Automatically describe a method by discovering the resource's annotations.
DESCRIBED_BY - Static variable in class org.restlet.ext.atom.Relation
Relationship that asserts that resource B provides a description of resource A.
describeDelete(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the DELETE method.
describeGet(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the GET method.
By default, it describes the response with the available variants based on the ServerResource.getVariants() method.
describeMethod() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the current method.
describeMethod(Method, MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a WADL description of the given method.
describeOptions(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the OPTIONS method.
By default it describes the response with the available variants based on the WadlServerResource.getWadlVariants() method.
describeParameters() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the description of the parameters of this resource.
describePatch(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the Patch method.
describePost(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the POST method.
describePut(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Describes the PUT method.
describeVariants() - Method in class org.restlet.resource.ServerResource
Describes the available variants to help client-side content negotiation.
description - Variable in class org.restlet.data.ChallengeScheme
The description.
description - Variable in class org.restlet.data.Metadata
The description of this metadata.
description - Variable in class org.restlet.data.Method
The description.
description - Variable in class org.restlet.data.Protocol
The description.
description - Variable in class org.restlet.data.Status
The longer description.
description - Variable in class org.restlet.engine.application.StatusInfo
The longer description.
description - Variable in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
The description of this documented resource.
description - Variable in class org.restlet.resource.ServerResource
The description.
description - Variable in class org.restlet.Restlet
The description.
description - Variable in class org.restlet.security.Group
The description.
description - Variable in class org.restlet.security.Role
The description.
DESCRIPTOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER_PATH - Static variable in class org.restlet.engine.Engine
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class org.restlet.ext.gson.GsonRepresentation.ISODateDeserializer
 
detach(Class<?>) - Method in class org.restlet.routing.Router
Detaches the target from this router.
detach(Restlet) - Method in class org.restlet.routing.Router
Detaches the target from this router.
determineMediaType(MediaType, ResourceMethod, Class<?>, Type) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Determines the MediaType for a response, see JAX-RS-Spec (2008-08-27), section 3.8 "Determining the MediaType of Responses"
df2 - Static variable in class org.restlet.engine.util.InternetDateFormat
 
df4 - Static variable in class org.restlet.engine.util.InternetDateFormat
 
digest - Variable in class org.restlet.representation.Representation
The representation digest if any.
digest(char[], String) - Static method in class org.restlet.ext.crypto.DigestUtils
Returns the digest of the target string.
digest(String, char[], String) - Method in class org.restlet.ext.crypto.DigestVerifier
Computes the digest of a secret according to a specified algorithm.
digest(String, char[], String) - Method in class org.restlet.ext.crypto.internal.HttpDigestVerifier
If the algorithm is Digest.ALGORITHM_HTTP_DIGEST, then is retrieves the realm for HttpDigestVerifier.getDigestAuthenticator() to compute the digest, otherwise, it keeps the default behavior.
digest(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
Returns the digest of the target string.
Digest - Class in org.restlet.data
Describes a digest value and the digest algorithm used.
Digest(byte[]) - Constructor for class org.restlet.data.Digest
Constructor using the MD5 algorithm by default.
Digest(String, byte[]) - Constructor for class org.restlet.data.Digest
Constructor.
digestAlgorithm - Variable in class org.restlet.data.ChallengeMessage
The digest algorithm.
digestAuthenticator - Variable in class org.restlet.ext.crypto.internal.HttpDigestVerifier
The associated digest authenticator.
DigestAuthenticator - Class in org.restlet.ext.crypto
Authenticator supporting the digest challenge authentication schemes.
DigestAuthenticator(Context, boolean, String, List<Reference>, String) - Constructor for class org.restlet.ext.crypto.DigestAuthenticator
Constructor.
DigestAuthenticator(Context, String, String) - Constructor for class org.restlet.ext.crypto.DigestAuthenticator
Constructor.
DigesterRepresentation - Class in org.restlet.representation
Representation capable of computing a digest.
DigesterRepresentation(Representation) - Constructor for class org.restlet.representation.DigesterRepresentation
Constructor.
By default, the instance relies on the Digest.ALGORITHM_MD5 digest algorithm.
DigesterRepresentation(Representation, String) - Constructor for class org.restlet.representation.DigesterRepresentation
Constructor.
digestRef - Variable in class org.restlet.data.ChallengeResponse
The Request.getResourceRef() value duplicated here in case a proxy changed it.
DigestUtils - Class in org.restlet.ext.crypto
Security data manipulation utilities.
DigestUtils() - Constructor for class org.restlet.ext.crypto.DigestUtils
Private constructor to ensure that the class acts as a true utility class i.e.
DigestVerifier<T extends SecretVerifier> - Class in org.restlet.ext.crypto
Wrapper verifier that can verify digested secrets.
DigestVerifier(String, T, String) - Constructor for class org.restlet.ext.crypto.DigestVerifier
Constructor.
digit - Variable in class org.restlet.data.CacheDirective
Indicates if the directive is a digit value.
Dimension - Enum in org.restlet.data
Dimension on which the representations of a resource may vary.
Dimension() - Constructor for enum org.restlet.data.Dimension
 
DimensionReader - Class in org.restlet.engine.header
Dimension header reader.
DimensionReader(String) - Constructor for class org.restlet.engine.header.DimensionReader
Constructor.
dimensions - Variable in class org.restlet.Response
The set of dimensions on which the response entity may vary.
DimensionWriter - Class in org.restlet.engine.header
Dimension header writer.
DimensionWriter() - Constructor for class org.restlet.engine.header.DimensionWriter
 
directory - Variable in class org.restlet.engine.local.DirectoryServerResource
The parent directory handler.
Directory - Class in org.restlet.resource
Finder mapping a directory of local resources.
Directory(Context, String) - Constructor for class org.restlet.resource.Directory
Constructor.
Directory(Context, Reference) - Constructor for class org.restlet.resource.Directory
Constructor.
directoryClientDispatcher - Variable in class org.restlet.engine.local.DirectoryServerResource
The parent directory client dispatcher.
directoryContent - Variable in class org.restlet.engine.local.DirectoryServerResource
If the resource is a directory, this contains its content.
directoryRedirection - Variable in class org.restlet.engine.local.DirectoryServerResource
If the resource is a directory, the non-trailing slash character leads to redirection.
DirectoryServerResource - Class in org.restlet.engine.local
Resource supported by a set of context representations (from file system, class loaders and webapp context).
DirectoryServerResource() - Constructor for class org.restlet.engine.local.DirectoryServerResource
 
directoryTarget - Variable in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a directory.
directoryUri - Variable in class org.restlet.engine.local.DirectoryServerResource
The context's directory URI (file, clap URI).
DirectReprEntityGetter() - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.DirectReprEntityGetter
Deprecated.
 
disabledCipherSuites - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The whitespace-separated list of disabled cipher suites.
disabledProtocols - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The whitespace-separated list of disabled SSL protocols.
discard() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Discard all read characters.
discoverAuthenticators() - Method in class org.restlet.engine.Engine
Discovers the authenticator helpers and register the default helpers.
discoverConnectors() - Method in class org.restlet.engine.Engine
Discovers the server and client connectors and register the default connectors.
discoverConverters() - Method in class org.restlet.engine.Engine
Discovers the converter helpers and register the default helpers.
discoverNamespaces(Reference, GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Updates the list of known namespaces of the XML writer for the given reference.
discoverNamespaces(Graph, GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Updates the list of known namespaces for the given graph of links.
discoverNamespaces(Link, GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Updates the list of known namespaces of the XML writer for the given link.
discoverProtocols() - Method in class org.restlet.engine.Engine
Discovers the protocol helpers and register the default helpers.
dispatcher - Variable in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
dispatchRequest(Request) - Method in class org.restlet.engine.local.DirectoryServerResource
Transmit the given request to the clientDispatcher.
It completes the request's attributes map with the current Directory ("org.restlet.directory" key).
dispatchRequest(Request, Response) - Method in class org.restlet.engine.local.DirectoryServerResource
Transmit the given request to the clientDispatcher.
It completes the request's attributes map with the current Directory ("org.restlet.directory" key).
disposition - Variable in class org.restlet.representation.Representation
The disposition characteristics of the representation.
Disposition - Class in org.restlet.data
Describes the presentation of a single entity especially in the case of multipart documents.
Disposition() - Constructor for class org.restlet.data.Disposition
Constructor.
Disposition(String) - Constructor for class org.restlet.data.Disposition
Constructor.
Disposition(String, Series<Parameter>) - Constructor for class org.restlet.data.Disposition
Constructor.
DispositionReader - Class in org.restlet.engine.header
Disposition header reader.
DispositionReader(String) - Constructor for class org.restlet.engine.header.DispositionReader
Constructor.
DispositionWriter - Class in org.restlet.engine.header
Disposition header writer.
DispositionWriter() - Constructor for class org.restlet.engine.header.DispositionWriter
 
doAsPriviledged(ClientInfo, PrivilegedAction<T>) - Static method in class org.restlet.ext.jaas.JaasUtils
Creates a JAAS subject on the ClientInfo and uses it to run the action, using Subject.doAsPrivileged(Subject, PrivilegedAction, AccessControlContext) .
doAsPriviledged(ClientInfo, PrivilegedAction<T>, AccessControlContext) - Static method in class org.restlet.ext.jaas.JaasUtils
Creates a JAAS subject on the ClientInfo and uses it to run the action, using Subject.doAsPrivileged(Subject, PrivilegedAction, AccessControlContext) .
doCatch(Throwable) - Method in class org.restlet.resource.Resource
Invoked when a Throwable is caught during initialization, handling or releasing.
doCatch(Throwable) - Method in class org.restlet.resource.ServerResource
Invoked when an error or an exception is caught during initialization, handling or releasing.
doConditionalHandle() - Method in class org.restlet.resource.ServerResource
Handles a call by first verifying the optional request conditions and continue the processing if possible.
document - Variable in class org.restlet.ext.xml.DomRepresentation
The wrapped DOM document.
DOCUMENTATION - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
DocumentationInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
DocumentationInfo() - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Constructor.
DocumentationInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Constructor with text content.
DocumentationInfo(Node) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Constructor with mixed content.
documentations - Variable in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Doc elements used to document that element.
DocumentedInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
DocumentedInfo() - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor.
DocumentedInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor with a single documentation element.
DocumentedInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor with a list of documentation elements.
DocumentedInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Constructor with a single documentation element.
doError(Status) - Method in class org.restlet.resource.ClientResource
By default, it throws a new resource exception.
doError(Status) - Method in class org.restlet.resource.Resource
Invoked when an error response status is received.
doError(Status) - Method in class org.restlet.resource.ServerResource
By default, it sets the status on the response.
doError(Status, String) - Method in class org.restlet.resource.Resource
Invoked when an error response status is received.
doError(Status, Request, Response) - Method in class org.restlet.resource.ClientResource
By default, it throws a new resource exception.
doError(Request, Response) - Method in class org.restlet.resource.ClientResource
By default, it throws a new resource exception.
doesImplement(Class<?>, Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the given class implements the given interface.
doFinal(String, byte[], int, byte[]) - Static method in class org.restlet.ext.crypto.internal.CryptoUtils
Does final processing.
doFinishStop() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Finish stopping the helper.
doFinishStop() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
 
doGetInfo() - Method in class org.restlet.resource.ServerResource
Returns a descriptor of the response entity returned by a Method.GET call.
doGetInfo(Variant) - Method in class org.restlet.resource.ServerResource
Returns a descriptor of the response entity returned by a negotiated Method.GET call.
doGracefulStop() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Do a graceful stop first.
doGracefulStop() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
 
doHandle() - Method in class org.restlet.resource.ServerResource
Effectively handles a call without content negotiation of the response entity.
doHandle(Method, Form, Representation) - Method in class org.restlet.resource.ServerResource
Handles a call and checks the request's method and entity.
doHandle(MethodAnnotationInfo, Variant) - Method in class org.restlet.resource.ServerResource
Effectively handles a call with content negotiation of the response entity using an annotated method.
doHandle(Variant) - Method in class org.restlet.resource.ServerResource
Effectively handles a call with content negotiation of the response entity.
doHandle(Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Handles the call by distributing it to the next Restlet.
doHandle(Request, Response) - Method in class org.restlet.engine.component.ComponentClientDispatcher
 
doHandle(Request, Response) - Method in class org.restlet.engine.component.ComponentServerDispatcher
 
doHandle(Request, Response) - Method in class org.restlet.engine.util.ChildClientDispatcher
Transmits the call to the parent component except if the call is internal as denoted by the Protocol.RIAP protocol and targets this child application.
doHandle(Request, Response) - Method in class org.restlet.routing.Filter
Handles the call by distributing it to the next Restlet.
doHandle(Restlet, Request, Response) - Method in class org.restlet.routing.Router
Effectively handles the call using the selected next Restlet, typically the selected Route.
doHandleFilePut(Request, String, File) - Method in class org.restlet.engine.local.FileClientHelper
 
doHandleInbound(Response) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Effectively handles an inbound message.
doHandleInbound(Response) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
doHandleInbound(Response) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
doHandleOutbound(Response) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Effectively handles an outbound message.
doHandleOutbound(Response) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
doHandleOutbound(Response) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
doIndent() - Method in class org.restlet.ext.xml.XmlWriter
Print indentation for the current level.
doInit() - Method in class org.restlet.engine.local.DirectoryServerResource
This initialization method aims at answering the following questions:
does this request target a directory? does this request target a directory, with an index file? should this request be redirected (target is a directory with no trailing "/")? does this request target a file?
The following constraints must be taken into account:
the underlying helper may not support content negotiation and be able to return the list of possible variants of the target file (e.g.
doInit() - Method in class org.restlet.ext.guice.SelfInjectingServerResource
Subclasseses overriding this method must call super.doInit() first.
doInit() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
doInit() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
 
doInit() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Initializes the controller before entering the control loop.
doInit() - Method in class org.restlet.ext.nio.internal.controller.ServerConnectionController
Deprecated.
 
doInit() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
 
doInit() - Method in class org.restlet.resource.Resource
Set-up method that can be overridden in order to initialize the state of the resource.
domain - Variable in class org.restlet.data.Cookie
The domain name.
domainRefs - Variable in class org.restlet.data.ChallengeRequest
The URI references that define the protection domains.
domainRefs - Variable in class org.restlet.ext.crypto.DigestAuthenticator
The URI references that define the protection domains.
DomRepresentation - Class in org.restlet.ext.xml
XML representation based on a DOM document.
DomRepresentation() - Constructor for class org.restlet.ext.xml.DomRepresentation
Default constructor.
DomRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.DomRepresentation
Constructor for an empty document.
DomRepresentation(MediaType, Document) - Constructor for class org.restlet.ext.xml.DomRepresentation
Constructor from an existing DOM document.
DomRepresentation(Representation) - Constructor for class org.restlet.ext.xml.DomRepresentation
Constructor.
doneDeclTable - Variable in class org.restlet.ext.xml.XmlWriter
The document declarations table.
doNegotiatedHandle() - Method in class org.restlet.resource.ServerResource
Effectively handles a call with content negotiation of the response entity.
doPrefix(String, String, boolean) - Method in class org.restlet.ext.xml.XmlWriter
Determine the prefix for an element or attribute name.
doRelease() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
 
doRelease() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Method called-back with the controller stops running.
doRelease() - Method in class org.restlet.resource.ClientResource
Releases the resource by stopping any connector automatically created and associated to the "next" property (see ClientResource.getNext() method.
doRelease() - Method in class org.restlet.resource.Resource
Clean-up method that can be overridden in order to release the state of the resource.
doRun(long) - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
 
doRun(long) - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Do the actual controller work.
doScoreAnnotation(MethodAnnotationInfo) - Method in class org.restlet.engine.application.StrictConneg
 
doStart() - Method in class org.restlet.ext.jetty.internal.JettyHandler
 
doStop() - Method in class org.restlet.ext.jetty.internal.JettyHandler
 
doWrite() - Method in class org.restlet.engine.io.NbChannelOutputStream
Effectively write the current byte buffer.
drain() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Drains the next byte in the buffer and returns it as an integer.
drain(byte[], int, int) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Drains the buffer into a byte array.
drain(StringBuilder, BufferState) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Drains the buffer into a line builder (start line or header line).
drain(ByteBuffer) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Drains the byte buffer by copying as many bytes as possible to the target buffer, with no modification.
drain(ByteBuffer, long) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Drains the byte buffer by copying as many bytes as possible to the target buffer, with no modification.
drain(WritableByteChannel) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Drains the byte buffer by attempting to write as much as possible on the given channel.
DRAINING - org.restlet.ext.nio.internal.buffer.BufferState
Deprecated.
Buffer or builder ready for reading or draining.

E

EDIT - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies a resource that is able to edit the current resource.
EDIT_MEDIA - Static variable in class org.restlet.ext.atom.Relation
An IRI of an editable Media Resource.
Edition - Enum in org.restlet.engine
Enumeration of Restlet editions.
Edition() - Constructor for enum org.restlet.engine.Edition
 
element - Variable in class org.restlet.ext.jaxrs.internal.util.OneElementIterator
Deprecated.
 
ELEMENT - org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
 
elementLevel - Variable in class org.restlet.ext.xml.XmlWriter
The element level.
elements - Variable in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
elements - Variable in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
elements - Variable in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
email - Variable in class org.restlet.ext.atom.Person
Email address associated with the person.
email - Variable in class org.restlet.security.User
The email.
EmfConverter - Class in org.restlet.ext.emf
Deprecated.
Will be removed in next minor release.
EmfConverter() - Constructor for class org.restlet.ext.emf.EmfConverter
Deprecated.
 
EmfHtmlWriter - Class in org.restlet.ext.emf.internal
Deprecated.
Will be removed in next minor release.
EmfHtmlWriter(EObject) - Constructor for class org.restlet.ext.emf.internal.EmfHtmlWriter
Deprecated.
Constructor.
EmfRepresentation<T extends org.eclipse.emf.ecore.EObject> - Class in org.restlet.ext.emf
Deprecated.
Will be removed in next minor release.
EmfRepresentation(MediaType, T) - Constructor for class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Constructor.
EmfRepresentation(Representation) - Constructor for class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Constructor.
empty() - Static method in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
 
EMPTY - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
The PathRegExp with an empty path.
EMPTY - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
 
EMPTY_ANNOTATION_ARRAY - Static variable in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
 
EMPTY_ATTS - Variable in class org.restlet.ext.xml.XmlWriter
Constant representing empty attributes.
EMPTY_STRING_ARRAY - Static variable in class org.restlet.ext.jaxrs.internal.core.MatchedInfo
Deprecated.
 
EMPTY_VALUE - Static variable in class org.restlet.util.Series
A marker for empty values to differentiate from non existing values (null).
emptyElement(String) - Method in class org.restlet.ext.xml.XmlWriter
Add an empty element without a Namespace URI, qname or attributes.
emptyElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Add an empty element without a qname or attributes.
emptyElement(String, String, String, Attributes) - Method in class org.restlet.ext.xml.XmlWriter
Write an empty element.
EmptyIterator<T> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
EmptyIterator() - Constructor for class org.restlet.ext.jaxrs.internal.util.EmptyIterator
Deprecated.
 
emptyOrSlash - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
EmptyRepresentation - Class in org.restlet.representation
Empty representation with no content.
EmptyRepresentation() - Constructor for class org.restlet.representation.EmptyRepresentation
Constructor.
enabled - Variable in class org.restlet.service.Service
Indicates if the service has been enabled.
enabledCipherSuites - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The whitespace-separated list of enabled cipher suites.
enabledProtocols - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The whitespace-separated list of enabled SSL protocols.
ENCLOSURE - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies a related resource that is potentially large in size and might require special handling.
encode() - Method in class org.restlet.data.Form
Encodes the form using the standard URI encoding mechanism and the UTF-8 character set.
encode() - Method in class org.restlet.ext.html.FormDataSet
Encodes the form using the standard HTML form encoding mechanism and the UTF-8 character set.
encode(boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter as a string.
encode(boolean) - Method in class org.restlet.ext.html.FormDataSet
Encodes the form using the standard URI encoding mechanism and the UTF-8 character set.
encode(char, boolean) - Method in class org.restlet.ext.html.FormDataSet
URL encodes the form.
encode(char, StringBuilder) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Appends the given character encoded (if not unreserved) to the StringBuilder.
encode(Appendable, boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter into the target buffer.
encode(Appendable, CharacterSet) - Method in class org.restlet.data.Parameter
Encodes the parameter into the target buffer.
encode(String) - Static method in class org.restlet.data.Reference
Encodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
encode(String) - Method in class org.restlet.routing.Variable
According to the type of the variable, encodes the value given in parameters.
encode(String, boolean) - Static method in class org.restlet.data.Reference
Encodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
encode(String, boolean, CharacterSet) - Static method in class org.restlet.data.Reference
Encodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
encode(String, CharacterSet) - Static method in class org.restlet.data.Reference
Encodes a given string using the standard URI encoding mechanism.
encode(CharacterSet) - Method in class org.restlet.data.Form
URL encodes the form.
encode(CharacterSet) - Method in class org.restlet.data.Parameter
Encodes the parameter as a string.
encode(CharacterSet, char) - Method in class org.restlet.data.Form
URL encodes the form.
encode(ClientInfo, Representation) - Method in class org.restlet.engine.application.Encoder
Encodes a given representation if an encoding is supported by the client.
encodeInvalidCharacters(String) - Method in class org.restlet.data.Reference
Checks if all characters are valid and encodes invalid characters if necessary.
encodeNotBraces(CharSequence, boolean, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
This methods encodes the given String, but doesn't encode braces.
EncodeOrCheck - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
EncodeOrCheck() - Constructor for class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 
Encoder - Class in org.restlet.engine.application
Filter compressing entities.
Encoder(Context, boolean, boolean, EncoderService) - Constructor for class org.restlet.engine.application.Encoder
Constructor.
EncodeRepresentation - Class in org.restlet.engine.application
Content that encodes a wrapped content.
EncodeRepresentation(Encoding, Representation) - Constructor for class org.restlet.engine.application.EncodeRepresentation
Constructor.
encoderService - Variable in class org.restlet.engine.application.Encoder
The parent encoder service.
EncoderService - Class in org.restlet.service
Application service automatically encoding or compressing request entities.
EncoderService() - Constructor for class org.restlet.service.EncoderService
Constructor.
EncoderService(boolean) - Constructor for class org.restlet.service.EncoderService
Constructor.
encoding - Variable in class org.restlet.engine.application.EncodeRepresentation
The encoding to apply.
encoding - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder.ArrayVariableResolver
Deprecated.
 
encoding(String) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the language on the ResponseBuilder.
Encoding - Class in org.restlet.data
Modifier of a representation's media type.
Encoding(String) - Constructor for class org.restlet.data.Encoding
Constructor.
Encoding(String, String) - Constructor for class org.restlet.data.Encoding
Constructor.
ENCODING - org.restlet.data.Dimension
 
encodingOnFormat - Variable in class org.restlet.routing.Variable
Indicates if the formatted value must be encoded.
encodingParameter - Variable in class org.restlet.service.TunnelService
The name of the parameter containing the accepted encoding.
encodingPrefs - Variable in class org.restlet.engine.application.FlexibleConneg
The enriched list of encoding preferences.
EncodingReader - Class in org.restlet.engine.header
Encoding header reader.
EncodingReader(String) - Constructor for class org.restlet.engine.header.EncodingReader
Constructor.
encodingRequest - Variable in class org.restlet.engine.application.Encoder
Indicates if the request entity should be encoded.
encodingResponse - Variable in class org.restlet.engine.application.Encoder
Indicates if the response entity should be encoded.
encodings - Variable in class org.restlet.engine.application.EncodeRepresentation
The applied encodings.
encodings - Variable in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
 
encodings - Variable in class org.restlet.representation.Variant
The additional content codings applied to the entity-body.
encodings(String...) - Method in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
Set the encoding[s] for this variant.
encodingVariables - Variable in class org.restlet.routing.Template
True if the variables must be encoded when formatting the template.
EncodingWriter - Class in org.restlet.engine.header
Encoding header writer.
EncodingWriter() - Constructor for class org.restlet.engine.header.EncodingWriter
 
EncParamGetter(DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.EncParamGetter
Deprecated.
 
encrypt(String, byte[], String) - Static method in class org.restlet.ext.crypto.internal.CryptoUtils
Encrypts a content string.
encrypt(String, String, String) - Static method in class org.restlet.ext.crypto.internal.CryptoUtils
Encrypts a content string.
encryptAlgorithm - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The name of the algorithm used to encrypt the log info cookie value.
encryptSecretKey - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The secret key for the algorithm used to encrypt the log info cookie value.
END - org.restlet.ext.nio.internal.state.ChunkState
Deprecated.
Reading the chunk end.
END - org.restlet.ext.nio.internal.state.MessageState
Deprecated.
The end line is being processed.
endCDATA() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the end of a CDATA sectionn.
endContent(Content) - Method in class org.restlet.ext.atom.EntryReader
Called at the end of the XML block that defines the given content element.
endContent(Content) - Method in class org.restlet.ext.atom.FeedReader
Called at the end of the XML block that defines the given content element.
endDetected - Variable in class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
Indicates if the end of the wrapped channel has been reached.
endDocument() - Method in class org.restlet.ext.atom.EntryReader
 
endDocument() - Method in class org.restlet.ext.atom.FeedReader
 
endDocument() - Method in class org.restlet.ext.atom.internal.EntryContentReader
 
endDocument() - Method in class org.restlet.ext.atom.internal.FeedContentReader
 
endDocument() - Method in class org.restlet.ext.atom.internal.ServiceContentReader
 
endDocument() - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
 
endDocument() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the end of a document.
endDocument() - Method in class org.restlet.ext.xml.XmlWriter
Write a newline at the end of the document.
endDTD() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
 
endElement(String) - Method in class org.restlet.ext.xml.XmlWriter
End an element without a Namespace URI or qname.
endElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
End an element without a qname.
endElement(String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 
endElement(String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 
endElement(String, String, String) - Method in class org.restlet.ext.atom.internal.EntryContentReader
 
endElement(String, String, String) - Method in class org.restlet.ext.atom.internal.FeedContentReader
 
endElement(String, String, String) - Method in class org.restlet.ext.atom.internal.ServiceContentReader
 
endElement(String, String, String) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
 
endElement(String, String, String) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the end of an element.
endElement(String, String, String) - Method in class org.restlet.ext.xml.XmlWriter
Write an end tag.
endEntity(String) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the end of an entity section.
endEntry(Entry) - Method in class org.restlet.ext.atom.EntryReader
Called at the end of the XML block that defines the given entry.
endEntry(Entry) - Method in class org.restlet.ext.atom.FeedReader
Called at the end of the XML block that defines the given entry.
endFeed(Feed) - Method in class org.restlet.ext.atom.FeedReader
Called at the end of the XML block that defines the given feed.
endGraph() - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used after the graph is parsed or written.
endGraph() - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
endGraph() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
endGraph() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
endGraph() - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
endIndex - Variable in class org.restlet.engine.io.RangeInputStream
The end index inside the source stream.
endLink(Link) - Method in class org.restlet.ext.atom.EntryReader
Called at the end of the XML block that defines the given link.
endLink(Link) - Method in class org.restlet.ext.atom.FeedReader
Called at the end of the XML block that defines the given link.
endOfCurrentParameterReached(int) - Method in class org.restlet.engine.util.FormReader
 
endPrefixMapping(String) - Method in class org.restlet.ext.atom.EntryReader
 
endPrefixMapping(String) - Method in class org.restlet.ext.atom.FeedReader
 
endPrefixMapping(String) - Method in class org.restlet.ext.atom.internal.EntryContentReader
 
endPrefixMapping(String) - Method in class org.restlet.ext.atom.internal.FeedContentReader
 
endPrefixMapping(String) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used at the end of a Namespace mapping.
endPrefixMapping(String) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
 
endReached - Variable in class org.restlet.engine.io.NbChannelInputStream
Indicates if further reads can be attempted.
endReached - Variable in class org.restlet.engine.io.ReaderInputStream
Indicates if the end of the wrapped reader has been reached.
endReached - Variable in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Indicates if further reads can be attempted.
endReached - Variable in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Indicates if the end of the channel has been reached.
endsWith(CharSequence, char) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the given CharSequence ends with the given character.
engine - Variable in class org.restlet.engine.util.EngineClassLoader
The parent Restlet engine.
engine - Variable in class org.restlet.ext.velocity.TemplateRepresentation
The Velocity engine.
Engine - Class in org.restlet.engine
Engine supporting the Restlet API.
Engine() - Constructor for class org.restlet.engine.Engine
Constructor that will automatically attempt to discover connectors.
Engine(boolean) - Constructor for class org.restlet.engine.Engine
Constructor.
EngineClassLoader - Class in org.restlet.engine.util
Flexible engine class loader.
EngineClassLoader(Engine) - Constructor for class org.restlet.engine.util.EngineClassLoader
Constructor.
engineCreateSSLEngine() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
 
engineCreateSSLEngine(String, int) - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
 
engineGetClientSessionContext() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
 
engineGetServerSessionContext() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
 
engineGetServerSocketFactory() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
 
engineGetSocketFactory() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
 
engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
 
ENGLISH - Static variable in class org.restlet.data.Language
English language.
ENGLISH_US - Static variable in class org.restlet.data.Language
English language spoken in USA.
enrole(ClientInfo) - Method in interface org.restlet.security.Enroler
Attempts to update an authenticated client, with a User properly defined, by adding the Role that are assigned to this user.
enrole(ClientInfo) - Method in class org.restlet.security.MemoryRealm.DefaultEnroler
 
enroler - Variable in class org.restlet.security.Authenticator
Invoked upon successful authentication to update the subject with new principals.
enroler - Variable in class org.restlet.security.Realm
The enroler that can add the user roles based on user principals.
Enroler - Interface in org.restlet.security
Updates an authenticated client user with assigned roles.
ensureInjected(SelfInjectingServerResource.MembersInjector) - Method in class org.restlet.ext.guice.SelfInjectingServerResource
 
entity - Variable in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
entity - Variable in class org.restlet.Message
The payload of the message.
entity(Object) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the entity on the ResponseBuilder.
Entity - Class in org.restlet.engine.local
Represents a local entity, for example a regular file or a directory.
Entity(MetadataService) - Constructor for class org.restlet.engine.local.Entity
Constructor.
ENTITY - org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
 
entityAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the request entity was added.
entityChannel - Variable in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
The entity as a NIO readable byte channel.
entityChannelType - Variable in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
The type of the entity channel.
EntityClientHelper - Class in org.restlet.engine.local
Connector to the local entities.
EntityClientHelper(Client) - Constructor for class org.restlet.engine.local.EntityClientHelper
Constructor.
entityExtracts - Variable in class org.restlet.routing.Extractor
The list of request entity parameters to extract.
EntityGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Will be removed in next minor release.
EntityGetter(Class<?>, Type, ThreadLocalizedContext, MessageBodyReaderSet, Annotation[]) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter
Deprecated.
 
entityPosition - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
must call the EntityGetter first, if @FormParam is used.
entityRegistration - Variable in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
The NIO selection registration of the entity.
entityResolver - Variable in class org.restlet.ext.xml.internal.AbstractXmlReader
The entity resolver.
entityResolver - Variable in class org.restlet.ext.xml.XmlRepresentation
A SAX EntityResolver to use when resolving external entity references while parsing this type of XML representations.
entitySelectionKey - Variable in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
The entity's NIO selection key holding the link between the entity to be written and the way.
entityStream - Variable in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
EntityTagHeaderDelegate - Class in org.restlet.ext.jaxrs.internal.spi
Deprecated.
Will be removed in next minor release.
EntityTagHeaderDelegate() - Constructor for class org.restlet.ext.jaxrs.internal.spi.EntityTagHeaderDelegate
Deprecated.
Obtain an instance of a HeaderDelegate for the EnityTag class.
entityText - Variable in class org.restlet.Message
The optional cached text.
EntityType - Enum in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
EntityType() - Constructor for enum org.restlet.ext.nio.internal.way.EntityType
Deprecated.
 
entries - Variable in class org.restlet.ext.atom.Categories
The list of entries.
entries - Variable in class org.restlet.ext.atom.Feed
Individual entries, acting as a components for associated metadata and data.
entries - Variable in class org.restlet.ext.html.FormDataSet
The modifiable series of data entries.
entry - Variable in class org.restlet.engine.local.ZipEntryEntity
The Zip entry.
entry - Variable in class org.restlet.engine.local.ZipEntryRepresentation
The Zip entry.
Entry - Class in org.restlet.ext.atom
Represents an individual entry, acting as a component for metadata and data associated with the entry.
Entry() - Constructor for class org.restlet.ext.atom.Entry
Constructor.
Entry(String) - Constructor for class org.restlet.ext.atom.Entry
Constructor.
Entry(K, V) - Constructor for class org.restlet.ext.jaxrs.internal.util.OrderedMap.Entry
Deprecated.
 
Entry(Client, String) - Constructor for class org.restlet.ext.atom.Entry
Constructor.
Entry(Context, String) - Constructor for class org.restlet.ext.atom.Entry
Constructor.
Entry(Representation) - Constructor for class org.restlet.ext.atom.Entry
Constructor.
Entry(Representation, EntryReader) - Constructor for class org.restlet.ext.atom.Entry
Constructor.
entryClass - Variable in class org.restlet.util.Series
The entry class.
EntryContentReader - Class in org.restlet.ext.atom.internal
Content reader for entries.
EntryContentReader(Entry) - Constructor for class org.restlet.ext.atom.internal.EntryContentReader
Constructor.
EntryContentReader(Entry, EntryReader) - Constructor for class org.restlet.ext.atom.internal.EntryContentReader
Constructor.
EntryContentReader.State - Enum in org.restlet.ext.atom.internal
 
entryIter - Variable in class org.restlet.ext.jaxrs.internal.util.OrderedMap.KeyValueSetIterator
Deprecated.
 
entryReader - Variable in class org.restlet.ext.atom.EntryReader
Extra entry reader.
EntryReader - Class in org.restlet.ext.atom
Content reader for entries that is able to transmit events to another EntryReader.
EntryReader() - Constructor for class org.restlet.ext.atom.EntryReader
Constructor.
EntryReader(EntryReader) - Constructor for class org.restlet.ext.atom.EntryReader
Constructor.
entrySet() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
entrySet() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
entrySet() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
entrySet() - Method in class org.restlet.util.WrapperMap
Returns a set view of the mappings contained in this map.
EOF - Variable in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
End of reading buffer marker.
equals(Object) - Method in class org.restlet.data.AuthenticationInfo
equals(Object) - Method in class org.restlet.data.CacheDirective
equals(Object) - Method in class org.restlet.data.ChallengeMessage
 
equals(Object) - Method in class org.restlet.data.ChallengeRequest
equals(Object) - Method in class org.restlet.data.ChallengeResponse
equals(Object) - Method in class org.restlet.data.ChallengeScheme
equals(Object) - Method in class org.restlet.data.CharacterSet
equals(Object) - Method in class org.restlet.data.Cookie
equals(Object) - Method in class org.restlet.data.CookieSetting
equals(Object) - Method in class org.restlet.data.Digest
 
equals(Object) - Method in class org.restlet.data.Encoding
equals(Object) - Method in class org.restlet.data.Expectation
equals(Object) - Method in class org.restlet.data.Header
equals(Object) - Method in class org.restlet.data.Language
equals(Object) - Method in class org.restlet.data.MediaType
equals(Object) - Method in class org.restlet.data.Metadata
equals(Object) - Method in class org.restlet.data.Method
equals(Object) - Method in class org.restlet.data.Parameter
equals(Object) - Method in class org.restlet.data.Protocol
equals(Object) - Method in class org.restlet.data.Range
 
equals(Object) - Method in class org.restlet.data.Reference
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.restlet.data.Status
Indicates if the status is equal to a given one.
equals(Object) - Method in class org.restlet.data.Tag
Indicates if both tags are equal.
equals(Object) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the current variant is equal to the given object.
equals(Object) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Indicates if the current object is equal to the given object.
equals(Object) - Method in class org.restlet.engine.resource.ThrowableAnnotationInfo
Indicates if the current object is equal to the given object.
equals(Object) - Method in class org.restlet.engine.resource.VariantInfo
Indicates if the current variant is equal to the given variant.
equals(Object) - Method in class org.restlet.ext.atom.Relation
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Compares this regular expression of a @Path with the given Object by comparing given patterns.
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
equals(Object) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
 
equals(Object) - Method in class org.restlet.ext.rdf.Couple
 
equals(Object) - Method in class org.restlet.ext.rdf.Triple
 
equals(Object) - Method in class org.restlet.representation.Variant
Indicates if the current variant is equal to the given variant.
equals(Object) - Method in class org.restlet.security.Role
 
equals(Object) - Method in class org.restlet.util.WrapperList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.restlet.util.WrapperMap
Compares the specified object with this map for equality.
equals(Object, boolean) - Method in class org.restlet.data.MediaType
Test the equality of two media types, with the possibility to ignore the parameters.
equals(Object, boolean) - Method in class org.restlet.data.Tag
Indicates if both tags are equal.
equals(Object, Object) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Check if the given objects are equal.
equals(String, String, boolean) - Method in class org.restlet.util.Series
Tests the equality of two string, potentially null, which a case sensitivity flag.
equals(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
error(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
error(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 
error(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 
errorHandler - Variable in class org.restlet.ext.xml.internal.AbstractXmlReader
The error handler.
errorHandler - Variable in class org.restlet.ext.xml.XmlRepresentation
A SAX ErrorHandler to use for signaling SAX exceptions while parsing this type of XML representations.
errorListener - Variable in class org.restlet.ext.xml.TransformRepresentation
The transformer's error listener.
evaluatePreconditions() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
evaluatePreconditions() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
evaluatePreconditions(Date) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
evaluatePreconditions(Date, EntityTag) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(Date, EntityTag) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
evaluatePreconditions(EntityTag) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Evaluate request preconditions based on the passed in value.
evaluatePreconditions(EntityTag) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
evaluatePreconditionsInternal(Date, EntityTag) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Evaluates the preconditions of the current request against the given last modified date and / or the given entity tag.
EverSameInjector(ContextInjector.InjectionAim, Object) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.EverSameInjector
Deprecated.
 
ExceptionHandler - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
ExceptionHandler(Logger) - Constructor for class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Creates a new ExceptionHandler.
excHandler - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Contains and handles the exceptions occurring while in resource objects and providers, and also for the other cases where the runtime environment should throw WebApplicationException.
exchange - Variable in class org.restlet.engine.connector.HttpExchangeCall
The wrapped HTTP exchange.
excMapper - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
excMappers - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
execute(Runnable) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
execute(Runnable) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Executes the next task in a separate thread provided by the worker service, only if the worker service isn't busy.
execute(Runnable) - Method in class org.restlet.service.TaskService
Executes the given command asynchronously.
executeMethod - Variable in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
the Java method that should be called.
executorService - Variable in class org.restlet.Context
The executor service.
exhaust() - Method in class org.restlet.representation.DigesterRepresentation
Exhausts the content of the representation by reading it and silently discarding anything read.
exhaust() - Method in class org.restlet.representation.Representation
Exhaust the content of the representation by reading it and silently discarding anything read.
exhaust() - Method in class org.restlet.util.WrapperRepresentation
 
exhaust(InputStream) - Static method in class org.restlet.engine.io.IoUtils
Exhaust the content of the representation by reading it and silently discarding anything read.
existing - Variable in class org.restlet.resource.ServerResource
Indicates if the identified resource exists.
exists() - Method in class org.restlet.engine.local.Entity
Indicates if the entity does exist.
exists() - Method in class org.restlet.engine.local.FileEntity
 
exists() - Method in class org.restlet.engine.local.ZipEntryEntity
 
expandingEntityRefs - Variable in class org.restlet.ext.jackson.JacksonRepresentation
Specifies that the parser will expand entity reference nodes.
expandingEntityRefs - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
Specifies that the parser will expand entity reference nodes.
expandingEntityRefs - Variable in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Specifies that the parser will expand entity reference nodes.
expandingEntityRefs - Variable in class org.restlet.ext.xml.XmlRepresentation
Specifies that the parser will expand entity reference nodes.
EXPECT_CONTINUE - Static variable in class org.restlet.engine.header.HeaderConstants
 
Expectation - Class in org.restlet.data
Particular server behavior that is required by a client.
Expectation(String) - Constructor for class org.restlet.data.Expectation
Constructor for directives with no value.
Expectation(String, String) - Constructor for class org.restlet.data.Expectation
Constructor for directives with a value.
ExpectationReader - Class in org.restlet.engine.header
Expectation header reader.
ExpectationReader(String) - Constructor for class org.restlet.engine.header.ExpectationReader
Constructor.
expectations - Variable in class org.restlet.data.ClientInfo
List of expectations.
ExpectationWriter - Class in org.restlet.engine.header
Expectation header writer.
ExpectationWriter() - Constructor for class org.restlet.engine.header.ExpectationWriter
 
expirationDate - Variable in class org.restlet.representation.Representation
The expiration date.
expires(Date) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
exposedHeaders - Variable in class org.restlet.engine.application.CorsFilter
The value of 'Access-Control-Expose-Headers' response header.
exposedHeaders - Variable in class org.restlet.engine.application.CorsResponseHelper
The value of 'Access-Control-Expose-Headers' response header.
exposedHeaders - Variable in class org.restlet.service.CorsService
The value of 'Access-Control-Expose-Headers' response header.
ext(List<MetadataExtension>, String, Metadata) - Method in class org.restlet.service.MetadataService
Creates a new extension mapping.
ext(List<MetadataExtension>, String, Metadata, boolean) - Method in class org.restlet.service.MetadataService
Creates a new extension mapping.
extBackwMapping - Variable in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
 
ExtendedUriBuilder - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
ExtendedUriBuilder() - Constructor for class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
 
ExtendedUriInfo - Interface in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
ExtendedUriInfoInjector(ContextInjector.InjectionAim, ThreadLocalizedContext) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ExtendedUriInfoInjector
Deprecated.
 
extension(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the extension that will be appended to the final path segment at build time.
extensionBackwardMapping - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
extensionBackwardMapping - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
extensionBackwardMapping - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
ExtensionBackwardMapping - Class in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
ExtensionBackwardMapping(MetadataService) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.provider.ExtensionBackwardMapping
Deprecated.
Creates a new ExtensionBackwardMapping
extensionLanguage - Variable in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
The extension for the language
extensionLanguage(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Appends an extension for the language ("de", "en", "fr" or whatever).
extensionMedia - Variable in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
The extension for the media type
extensionMedia(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Appends an extension for the media type ("html", "pdf", "gif" or whatever).
extensionOthers - Variable in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Other extensions as language and media type
extensionsTunnel - Variable in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via file-like extensions.
externalRef - Variable in class org.restlet.ext.atom.Content
Reference to the external representation.
externalType - Variable in class org.restlet.ext.atom.Content
Expected media type of the external content.
extractEntityHeaders(Iterable<Header>, Representation) - Static method in class org.restlet.engine.header.HeaderUtils
Extracts entity headers and updates a given representation or create an empty one when at least one entity header is present.
extractFromCookie(String, String, boolean) - Method in class org.restlet.routing.Extractor
Extracts an attribute from the request cookies.
extractFromEntity(String, String, boolean) - Method in class org.restlet.routing.Extractor
Extracts an attribute from the request entity form.
extractFromQuery(String, String, boolean) - Method in class org.restlet.routing.Extractor
Extracts an attribute from the query string of the resource reference.
ExtractInfo(String, String, boolean) - Constructor for class org.restlet.routing.Extractor.ExtractInfo
Constructor.
extractKeySize(String) - Static method in class org.restlet.engine.ssl.SslUtils
Extract the SSL key size of a given cipher suite.
extractMediaParams(Series<Parameter>) - Method in class org.restlet.engine.header.PreferenceReader
Extract the media parameters.
Extractor - Class in org.restlet.routing
Filter extracting attributes from a call.
Extractor() - Constructor for class org.restlet.routing.Extractor
Constructor.
Extractor(Context) - Constructor for class org.restlet.routing.Extractor
Constructor.
Extractor(Context, Restlet) - Constructor for class org.restlet.routing.Extractor
Constructor.
Extractor.ExtractInfo - Class in org.restlet.routing
Internal class holding extraction information.
extractQuality(Series<Parameter>) - Method in class org.restlet.engine.header.PreferenceReader
Extract the quality value.

F

factory - Variable in class org.restlet.service.TaskService.RestletThreadFactory
 
fatalError(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
fatalError(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 
fatalError(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 
FAULT - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
features - Variable in class org.restlet.ext.xml.internal.AbstractXmlReader
The features map.
Feed - Class in org.restlet.ext.atom
Atom Feed Document, acting as a component for metadata and data associated with the feed.
Feed() - Constructor for class org.restlet.ext.atom.Feed
Constructor.
Feed(String) - Constructor for class org.restlet.ext.atom.Feed
Constructor.
Feed(Client, String) - Constructor for class org.restlet.ext.atom.Feed
Constructor.
Feed(Context, String) - Constructor for class org.restlet.ext.atom.Feed
Constructor.
Feed(Representation) - Constructor for class org.restlet.ext.atom.Feed
Constructor.
Feed(Representation, FeedReader) - Constructor for class org.restlet.ext.atom.Feed
Constructor.
FEED - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_AUTHOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_AUTHOR_EMAIL - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_AUTHOR_NAME - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_AUTHOR_URI - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_CATEGORY - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_CONTRIBUTOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_CONTRIBUTOR_EMAIL - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_CONTRIBUTOR_NAME - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_CONTRIBUTOR_URI - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_AUTHOR - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_AUTHOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_AUTHOR_EMAIL - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_AUTHOR_EMAIL - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_AUTHOR_NAME - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_AUTHOR_NAME - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_AUTHOR_URI - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_AUTHOR_URI - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_CATEGORY - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_CATEGORY - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_CONTENT - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_CONTENT - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_CONTRIBUTOR - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_CONTRIBUTOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_ID - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_ID - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_LINK - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_LINK - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_PUBLISHED - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_PUBLISHED - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_RIGHTS - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_RIGHTS - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR_EMAIL - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR_EMAIL - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR_NAME - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR_NAME - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR_URI - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_AUTHOR_URI - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_CATEGORY - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_CATEGORY - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_CONTRIBUTOR - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_CONTRIBUTOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_GENERATOR - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_GENERATOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_ICON - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_ICON - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_ID - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_ID - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_LINK - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_LINK - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_LOGO - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_LOGO - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_RIGHTS - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_RIGHTS - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_SUBTITLE - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_SUBTITLE - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_TITLE - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_TITLE - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SOURCE_UPDATED - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SOURCE_UPDATED - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_SUMMARY - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_SUMMARY - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_TITLE - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_TITLE - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ENTRY_UPDATED - org.restlet.ext.atom.internal.EntryContentReader.State
 
FEED_ENTRY_UPDATED - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_GENERATOR - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ICON - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_ID - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_LINK - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_LOGO - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_RIGHTS - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_SUBTITLE - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_TITLE - org.restlet.ext.atom.internal.FeedContentReader.State
 
FEED_UPDATED - org.restlet.ext.atom.internal.FeedContentReader.State
 
FeedContentReader - Class in org.restlet.ext.atom.internal
Content reader for feeds.
FeedContentReader(Feed) - Constructor for class org.restlet.ext.atom.internal.FeedContentReader
Constructor.
FeedContentReader(Feed, FeedReader) - Constructor for class org.restlet.ext.atom.internal.FeedContentReader
Constructor.
FeedContentReader.State - Enum in org.restlet.ext.atom.internal
 
feedReader - Variable in class org.restlet.ext.atom.FeedReader
Extra feed reader.
FeedReader - Class in org.restlet.ext.atom
Content reader for feeds that is able to transmit events to another FeedReader.
FeedReader() - Constructor for class org.restlet.ext.atom.FeedReader
Constructor.
FeedReader(FeedReader) - Constructor for class org.restlet.ext.atom.FeedReader
Constructor.
field - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.FieldWrapper
Deprecated.
 
fieldOrBeanSetter - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ParamValueInjector
Deprecated.
 
FieldWrapper(Field) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.FieldWrapper
Deprecated.
 
file - Variable in class org.restlet.engine.local.FileEntity
The underlying regular file.
file - Variable in class org.restlet.representation.FileRepresentation
The file handle.
FILE - Static variable in class org.restlet.data.Protocol
FILE is a standard scheme to access to representations stored in the file system (locally most of the time).
FileClientHelper - Class in org.restlet.engine.local
Connector to the file resources accessible.
FileClientHelper(Client) - Constructor for class org.restlet.engine.local.FileClientHelper
Constructor.
fileContent - Variable in class org.restlet.engine.local.DirectoryServerResource
If the resource is a file, this contains its content.
FileEntity - Class in org.restlet.engine.local
Local entity based on a regular File.
FileEntity(File, MetadataService) - Constructor for class org.restlet.engine.local.FileEntity
Constructor.
FileProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
FileProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.FileProvider
Deprecated.
 
FileRepresentation - Class in org.restlet.representation
Representation based on a static file.
FileRepresentation(File, MediaType) - Constructor for class org.restlet.representation.FileRepresentation
Constructor that does not set an expiration date for file
FileRepresentation(File, MediaType, int) - Constructor for class org.restlet.representation.FileRepresentation
Constructor.
FileRepresentation(String, MediaType) - Constructor for class org.restlet.representation.FileRepresentation
Constructor that does not set an expiration date for path
FileRepresentation(String, MediaType, int) - Constructor for class org.restlet.representation.FileRepresentation
Constructor.
fileTarget - Variable in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a file.
FileUploadProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
FileUploadProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider
Deprecated.
 
FileUploadProvider.RequestContext - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
 
fill(byte[]) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Fills the byte buffer by copying as many bytes as possible from the source buffer, with no modification.
fill(String) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Fills the byte buffer by copying as many bytes as possible from the source string, using the default platform encoding.
fill(ByteBuffer) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Fills the byte buffer by copying as many bytes as possible from the source buffer, with no modification.
fill(ByteBuffer, long) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Fills the byte buffer by copying as many bytes as possible from the source buffer, with no modification.
fill(ReadableByteChannel) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Refills the byte buffer.
fillBegin - Variable in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
The index of the buffer's beginning while filling.
fillChunkSizeString(int, ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkingChannel
Deprecated.
Returns an hexadecimal chunk size string with a constant length, adding the necessary number of leading zeroes.
FILLED - org.restlet.ext.nio.internal.buffer.BufferState
Deprecated.
End of filling detected but not yet ready for draining.
FILLING - org.restlet.ext.nio.internal.buffer.BufferState
Deprecated.
Filling the buffer or builder.
fillLine() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Read the current message line (start line or header line).
fillUriBuilder(Reference, UriBuilder) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
Filter - Class in org.restlet.routing
Restlet filtering calls before passing them to an attached Restlet.
Filter() - Constructor for class org.restlet.routing.Filter
Constructor.
Filter(Context) - Constructor for class org.restlet.routing.Filter
Constructor.
Filter(Context, Restlet) - Constructor for class org.restlet.routing.Filter
Constructor.
finalCapturingGroup - Variable in class org.restlet.ext.jaxrs.internal.util.MatchingResult
Deprecated.
 
finalize() - Method in class org.restlet.resource.ClientResource
Attempts to Resource.release() the resource.
finalize() - Method in class org.restlet.Restlet
Attempts to Restlet.stop() the Restlet if it is still started.
find(Request, Response) - Method in class org.restlet.resource.Finder
Finds the target ServerResource if available.
findClass(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
finder(Class<?>) - Method in interface org.restlet.ext.guice.FinderFactory
Returns a Finder that will obtain a dependency-injected instance of the ServerResource subtype bound to the type associated with the given class.
finder(Class<?>) - Method in class org.restlet.ext.guice.RestletGuice.Module
 
finder(Class<?>, Class<? extends Annotation>) - Method in interface org.restlet.ext.guice.FinderFactory
Returns a Finder that will obtain a dependency-injected instance of the ServerResource subtype bound to the type and qualifier associated with the given class.
finder(Class<?>, Class<? extends Annotation>) - Method in class org.restlet.ext.guice.RestletGuice.Module
 
Finder - Class in org.restlet.resource
Restlet that can find the target server resource that will effectively handle incoming calls.
Finder() - Constructor for class org.restlet.resource.Finder
Constructor.
Finder(Context) - Constructor for class org.restlet.resource.Finder
Constructor.
Finder(Context, Class<? extends ServerResource>) - Constructor for class org.restlet.resource.Finder
Constructor.
finderClass - Variable in class org.restlet.Restlet
Finder class to instantiate.
FinderFactory - Interface in org.restlet.ext.guice
Factory for dependency-injecting Finders.
findGroups(User) - Method in class org.restlet.security.MemoryRealm
Finds the set of groups where a given user is a member.
findGroups(User, boolean) - Method in class org.restlet.security.MemoryRealm
Finds the set of groups where a given user is a member.
findHelper() - Method in class org.restlet.engine.Engine
Finds the converter helper supporting the given conversion.
findHelper(ChallengeScheme, boolean, boolean) - Method in class org.restlet.engine.Engine
Finds the authenticator helper supporting the given scheme.
findJaxRsConstructor(Class<?>, String) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Finds the constructor to use by the JAX-RS runtime.
findMethodsSupportAllTypes(Collection<ResourceMethod>, AlgorithmUtil.ConsOrProdMime) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
 
findMethodsSupportType(Collection<ResourceMethod>, AlgorithmUtil.ConsOrProdMime, SortedMetadata<MediaType>) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
 
findMethodsSupportTypeAndSubType(Collection<ResourceMethod>, AlgorithmUtil.ConsOrProdMime, SortedMetadata<MediaType>) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
 
findMethodSupportsMime(Collection<ResourceMethod>, AlgorithmUtil.ConsOrProdMime, SortedMetadata<MediaType>) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
 
findResource(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findRoles(Set<Group>) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to given user groups.
findRoles(Application, Set<Group>) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to given user groups.
findRoles(Application, Group) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to a given user group.
findRoles(Application, User) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to a given user, for a specific application.
findRoles(Group) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to given user group.
findRoles(User) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to a given user.
findUser(String) - Method in class org.restlet.security.MemoryRealm
Finds a user in the organization based on its identifier.
fine(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a fine trace.
finer(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a finer trace.
finest(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a finest trace.
fireContextChanged(Restlet, Context) - Static method in class org.restlet.Restlet
Indicates that a Restlet's context has changed.
first - Variable in class org.restlet.ext.rdf.Couple
The first object.
first - Variable in class org.restlet.ext.rdf.Triple
The first object.
first - Variable in class org.restlet.routing.Extractor.ExtractInfo
Indicates how to handle repeating values.
FIRST - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies the first resource in a series including the current resource.
firstChallengeParameter - Variable in class org.restlet.engine.header.ChallengeWriter
Indicates if the first challenge parameter is written.
firstInboundFilter - Variable in class org.restlet.engine.CompositeHelper
The first inbound filter.
firstLower(String) - Static method in class org.restlet.engine.util.StringUtils
Returns the string with the first character capitalized.
firstName - Variable in class org.restlet.security.User
The first name.
firstOutboundFilter - Variable in class org.restlet.engine.CompositeHelper
The first outbound Filter.
firstUpper(String) - Static method in class org.restlet.engine.util.StringUtils
Returns the string with the first character capitalized.
fixed - Variable in class org.restlet.ext.atom.Categories
Indicates if the list is fixed.
fixed - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Provides a fixed value for the parameter.
fixed - Variable in class org.restlet.routing.Variable
Indicates if the value is fixed, in which case the "defaultValue" property is always used.
FlexibleConneg - Class in org.restlet.engine.application
Content negotiation algorithm that flexibly interprets the content negotiation preferences to try to always return a variant even if the client preferences don't exactly match.
FlexibleConneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.FlexibleConneg
Constructor.
flip() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Flip from draining to filling or the other way around.
flush() - Method in class org.restlet.engine.io.WriterOutputStream
 
flush() - Method in class org.restlet.ext.xml.XmlWriter
Flush the output.
flushBuffer() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Flush buffers onto the network.
flushBuffers() - Method in class org.restlet.engine.adapter.HttpRequest
 
flushBuffers() - Method in class org.restlet.engine.adapter.ServerCall
Flushes the buffers onto the network so that for example you can force headers to be written before the entity is becoming available.
flushBuffers() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
flushBuffers() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
flushBuffers() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
flushBuffers() - Method in class org.restlet.Message
Asks the underlying connector to immediately flush the network buffers.
flushBuffers() - Method in class org.restlet.Response
Asks the server connector to immediately flush the network buffers.
followingRedirects - Variable in class org.restlet.resource.ClientResource
Indicates if redirections should be automatically followed.
forbid(Response) - Method in class org.restlet.security.ChallengeAuthenticator
Rejects the call due to a failed authentication or authorization.
forbiddenRoles - Variable in class org.restlet.security.RoleAuthorizer
The modifiable list of forbidden roles.
forcedDeclTable - Variable in class org.restlet.ext.xml.XmlWriter
The forced declarations table.
forceNSDecl(String) - Method in class org.restlet.ext.xml.XmlWriter
Force a Namespace to be declared on the root element.
forceNSDecl(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Force a Namespace declaration with a preferred prefix.
forceNSDecls() - Method in class org.restlet.ext.xml.XmlWriter
Force all Namespaces to be declared.
form - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormParamGetter
Deprecated.
 
Form - Class in org.restlet.data
Form which is a specialized modifiable list of parameters.
Form() - Constructor for class org.restlet.data.Form
Empty constructor.
Form(int) - Constructor for class org.restlet.data.Form
Constructor.
Form(String) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, boolean) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, char) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, char, boolean) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, CharacterSet) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, CharacterSet, boolean) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, CharacterSet, char) - Constructor for class org.restlet.data.Form
Constructor.
Form(String, CharacterSet, char, boolean) - Constructor for class org.restlet.data.Form
Constructor.
Form(List<Parameter>) - Constructor for class org.restlet.data.Form
Constructor.
Form(Representation) - Constructor for class org.restlet.data.Form
Constructor.
Form(Representation, boolean) - Constructor for class org.restlet.data.Form
Constructor.
format - Variable in class org.restlet.routing.Validator.ValidateInfo
Format of the attribute value, using Regex pattern syntax.
format() - Method in class org.restlet.data.Tag
Returns tag formatted as an HTTP tag string.
format(Date) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date in the default HTTP format (RFC 1123).
format(Date, String) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date according to the given format.
format(Date, StringBuffer, FieldPosition) - Method in class org.restlet.engine.util.InternetDateFormat
 
format(Date, List<String>) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date according to the first format in the array.
format(LogRecord) - Method in class org.restlet.engine.log.AccessLogFormatter
 
format(LogRecord) - Method in class org.restlet.engine.log.SimplerFormatter
Format the given LogRecord.
format(LogRecord) - Method in class org.restlet.engine.log.SimplestFormatter
Format the given LogRecord.
format(Map<String, ?>) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given map of values.
format(Reference, boolean, Request) - Static method in class org.restlet.engine.util.ReferenceUtils
Returns the request URI.
format(Request, Response) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given request and response.
format(Resolver<?>) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given variable resolver.
FORMAT_ASC_TIME - Static variable in class org.restlet.engine.util.DateUtils
Obsoleted HTTP date format (ANSI C asctime() format).
FORMAT_ISO_8601 - Static variable in class org.restlet.engine.util.DateUtils
AWS date format (ISO 8601).
FORMAT_RFC_1036 - Static variable in class org.restlet.engine.util.DateUtils
Obsoleted HTTP date format (RFC 1036).
FORMAT_RFC_1123 - Static variable in class org.restlet.engine.util.DateUtils
Preferred HTTP date format (RFC 1123).
FORMAT_RFC_3339 - Static variable in class org.restlet.engine.util.DateUtils
W3C date format (RFC 3339).
FORMAT_RFC_822 - Static variable in class org.restlet.engine.util.DateUtils
Common date format (RFC 822).
formatAuthenticationInfo(AuthenticationInfo) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats an authentication information as a HTTP header value.
formatCookies(List<Cookie>) - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
Returns an empty list.
formatCredentials(ChallengeResponse) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Formats the raws credentials to store in the cookie.
formatDate(Date, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Converts the given Date into a String.
formatDimensions(Set<Dimension>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Formats the given Set of Dimensions to a String for the HTTP Vary header.
formatNonceCount(int) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a given nonce count as a HTTP header value.
formatRequest(ChallengeRequest, Response, Series<Header>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a challenge request as a HTTP header value.
formatRequest(ChallengeWriter, ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge request as raw credentials.
formatRequest(ChallengeWriter, ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.engine.security.HttpBasicHelper
 
formatRequest(ChallengeWriter, ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpDigestHelper
 
formatResponse(ChallengeResponse, Request, Series<Header>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a challenge response as a HTTP header value.
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge response as raw credentials.
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.engine.security.HttpBasicHelper
 
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.engine.security.SmtpPlainHelper
 
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpAwsS3Helper
 
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpAzureSharedKeyHelper
 
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpAzureSharedKeyLiteHelper
 
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpDigestHelper
 
formatResponseDigest(ChallengeResponse, Request) - Method in class org.restlet.ext.crypto.internal.HttpDigestHelper
Formats the response digest.
formattedOutput - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if the resulting XML data should be formatted with line breaks and indentation.
FormData - Class in org.restlet.ext.html
HTML form data composed of a name and a value.
FormData(String, String) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(String, Representation) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(NamedValue<String>) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormDataSet - Class in org.restlet.ext.html
HTML form supporting either URL encoding or multipart encoding.
FormDataSet() - Constructor for class org.restlet.ext.html.FormDataSet
Default constructor, creates a single part form.
FormDataSet(String) - Constructor for class org.restlet.ext.html.FormDataSet
Creates a multipart form.
FormDataSet(MediaType, boolean, String) - Constructor for class org.restlet.ext.html.FormDataSet
Constructor.
FormDataSet(Representation) - Constructor for class org.restlet.ext.html.FormDataSet
Constructor.
FormOrQueryParamGetter(DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormOrQueryParamGetter
Deprecated.
 
formParam - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormParamGetter
Deprecated.
 
FormParamGetter(FormParam, DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormParamGetter
Deprecated.
 
FormReader - Class in org.restlet.engine.util
Form reader.
FormReader - Class in org.restlet.ext.html.internal
Form reader.
FormReader(String, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader(String, char) - Constructor for class org.restlet.ext.html.internal.FormReader
Constructor.
FormReader(String, CharacterSet, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader(String, CharacterSet, char) - Constructor for class org.restlet.ext.html.internal.FormReader
Constructor.
FormReader(String, CharacterSet, char, boolean) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader(Representation) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
In case the representation does not define a character set, the UTF-8 character set is used.
FormReader(Representation) - Constructor for class org.restlet.ext.html.internal.FormReader
Constructor.
In case the representation does not define a character set, the UTF-8 character set is used.
FormReader(Representation, boolean) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
In case the representation does not define a character set, the UTF-8 character set is used.
FormulaToken - Class in org.restlet.ext.rdf.internal.n3
Allows to parse a formula in RDF N3 notation.
FormulaToken(RdfN3Reader, Context) - Constructor for class org.restlet.ext.rdf.internal.n3.FormulaToken
 
FormUtils - Class in org.restlet.engine.util
Representation of a Web form containing submitted parameters.
FormUtils - Class in org.restlet.ext.html.internal
Representation of a Web form containing submitted entries.
FormUtils() - Constructor for class org.restlet.engine.util.FormUtils
Private constructor to ensure that the class acts as a true utility class i.e.
FormUtils() - Constructor for class org.restlet.ext.html.internal.FormUtils
Private constructor to ensure that the class acts as a true utility class i.e.
forward(String) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
forwardedAddresses - Variable in class org.restlet.data.ClientInfo
The forwarded IP addresses.
fragment - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates whether or not document level events will be generated by the Marshaller.
fragment - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
String or StringBuilder.
fragment(CharSequence) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 
fragment(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI fragment using an unencoded value.
fragment(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI fragment using an unencoded value.
FRAGMENT_FORBIDDEN - Static variable in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
the characters forbidden in a fragment.
fragmentIndex - Variable in class org.restlet.data.Reference
The fragment separator index.
FREEMARKER - Static variable in class org.restlet.data.Encoding
The FreeMarker encoding.
FRENCH - Static variable in class org.restlet.data.Language
French language.
FRENCH_FRANCE - Static variable in class org.restlet.data.Language
French language spoken in France.
from - Variable in class org.restlet.data.ClientInfo
The email address of the human user controlling the user agent.
fromPath(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance representing a relative URI initialized from a root resource class.
fromString(String) - Method in class org.restlet.ext.jaxrs.internal.spi.CacheControlHeaderDelegate
Deprecated.
Parse the supplied value and create an instance of T.
fromString(String) - Method in class org.restlet.ext.jaxrs.internal.spi.CookieHeaderDelegate
Deprecated.
Parse the supplied value and create an instance of T.
fromString(String) - Method in class org.restlet.ext.jaxrs.internal.spi.DateHeaderDelegate
Deprecated.
Parse the supplied value and create an instance of T.
fromString(String) - Method in class org.restlet.ext.jaxrs.internal.spi.EntityTagHeaderDelegate
Deprecated.
Parse the supplied value and create an instance of T.
fromString(String) - Method in class org.restlet.ext.jaxrs.internal.spi.MediaTypeHeaderDelegate
Deprecated.
Parse the supplied value and create an instance of T.
fromString(String) - Method in class org.restlet.ext.jaxrs.internal.spi.NewCookieHeaderDelegate
Deprecated.
Parse the supplied value and create an instance of T.
fromUri(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance initialized from an existing URI.
fromUri(URI) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Create a new instance initialized from an existing URI.
FTP - Static variable in class org.restlet.data.Protocol
FTP protocol.
FTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
Plain FTP scheme.
FtpClientHelper - Class in org.restlet.engine.connector
FTP client connector using the URLConnection.
FtpClientHelper(Client) - Constructor for class org.restlet.engine.connector.FtpClientHelper
Constructor.
fullMatrix(CharSequence) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
encodes respectively checks a full matrix parameter list.
fullQuery(CharSequence, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
encodes respectively checks a full query.
fullQueryOrMatrix(CharSequence, char, String, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 

G

GAE - org.restlet.engine.Edition
 
GEN_DELIMITERS - Static variable in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
the gen-delimiter characters in URIs
generateLinks(List<LexicalUnit>) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
 
generateLinks(List<LexicalUnit>) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Loops over the given list of lexical units and generates the adequat calls to link* methods.
generateServerNonce() - Method in class org.restlet.ext.crypto.DigestAuthenticator
Generates a server nonce.
generator - Variable in class org.restlet.ext.atom.Feed
The agent used to generate a feed.
generator - Variable in class org.restlet.ext.atom.Source
The agent used to generate a feed.
Generator - Class in org.restlet.ext.atom
Identifies the agent used to generate a feed, for debugging and other purposes.
Generator() - Constructor for class org.restlet.ext.atom.Generator
Constructor.
Generator(String, Reference, String) - Constructor for class org.restlet.ext.atom.Generator
Constructor.
genericMbrType - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
genericMbwType - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
genericType - Variable in class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
 
genericType - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
The type supported by the contained message body writers, given by the type parameter of the MessageBodyWriter.
get() - Method in class org.restlet.engine.local.DirectoryServerResource
 
get() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
Returns the wrapped CallContext for the current Thread.
get() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
get() - Static method in class org.restlet.ext.jaxrs.internal.util.EmptyIterator
Deprecated.
returns an Iterator with no elements.
get() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
Returns the concrete parameter array for the current request.
get() - Method in class org.restlet.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
get() - Method in class org.restlet.resource.ServerResource
Returns a full representation.
get(int) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
get(int) - Method in class org.restlet.ext.xml.NodeList
 
get(int) - Method in class org.restlet.util.WrapperList
Returns the element at the specified position in this list.
get(Class<T>) - Method in class org.restlet.resource.ClientResource
Represents the resource in the given object class.
get(Class<T>) - Method in class org.restlet.util.ServiceList
Returns a service matching a given service class.
get(Object) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
get(Object) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
get(Object) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
get(Object) - Method in class org.restlet.util.WrapperMap
Returns the value to which this map maps the specified key.
get(String) - Method in class org.restlet.ext.velocity.TemplateRepresentation.ResolverContext
Gets the value corresponding to the provided key from the context.
get(MultivaluedMap<String, String>) - Static method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
Returns an UnmodifiableMultivaluedMap, that contains the content of the given MultivaluedMap.
get(MultivaluedMap<String, String>, boolean) - Static method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
Returns an UnmodifiableMultivaluedMap, that contains the content of the given MultivaluedMap.
get(Application, String) - Static method in class org.restlet.security.Role
Finds an existing role or creates a new one if needed.
get(Application, String, String) - Static method in class org.restlet.security.Role
Finds an existing role or creates a new one if needed.
get(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
 
get(MediaType) - Method in class org.restlet.resource.ClientResource
Represents the resource using a given media type.
get(Variant) - Method in class org.restlet.resource.ServerResource
Returns a full representation for a given variant.
Get - Annotation Type in org.restlet.resource
Annotation for methods that retrieve a resource representation.
GET - Static variable in class org.restlet.data.Method
Retrieves whatever information (in the form of an entity) that is identified by the request URI.
getAbsolutePath() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the absolute path of the request.
getAbsolutePath() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getAbsolutePathBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Deprecated.
Get the absolute path of the request in the form of an ExtendedUriBuilder.
getAbsolutePathBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the absolute path of the request in the form of a UriBuilder.
getAbsolutePathBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedExtendedUriInfo
Deprecated.
Get the absolute path of the request in the form of an ExtendedUriBuilder.
getAbsolutePathBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getAbsolutePathBuilderExtended() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getAccept() - Method in class org.restlet.ext.atom.Collection
Returns the accepted media types.
getAcceptableLanguages() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getAcceptableLanguages() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getAcceptableMediaTypes() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
For use from JAX-RS interface.
getAcceptableMediaTypes() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getAccepted() - Method in exception org.restlet.ext.jaxrs.internal.exceptions.UnsupportedMediaTypeWebAppException
Deprecated.
Returns the accepted Variants.
getAcceptedCharacterSets() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of character set preferences.
getAcceptedEncodings() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of encoding preferences.
getAcceptedLanguages() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of language preferences.
getAcceptedMediaTypes() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of media type preferences.
getAcceptedMediaTypes() - Method in class org.restlet.service.EncoderService
Returns the media types that should be encoded.
getAcceptedPatches() - Method in class org.restlet.data.ClientInfo
Returns the modifiable list of patch preferences.
getAcceptedVariants(WebApplicationException) - Method in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
 
getAcceptEncodingReplacers() - Method in class org.restlet.engine.application.TunnelFilter
Returns the list of new accept-encoding header values.
getAcceptReplacers() - Method in class org.restlet.engine.application.TunnelFilter
Returns the list of new accept header values.
getAccessControlAllowCredentials() - Method in class org.restlet.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.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.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.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.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.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.engine.adapter.HttpRequest
 
getAccessControlRequestHeaders() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getAccessControlRequestHeaders() - Method in class org.restlet.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.util.WrapperRequest
Returns the access control request headers of the target resource.
getAccessControlRequestMethod() - Method in class org.restlet.engine.adapter.HttpRequest
 
getAccessControlRequestMethod() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getAccessControlRequestMethod() - Method in class org.restlet.Request
Returns the method the client is willing to use in future request to this resource.
getAccessControlRequestMethod() - Method in class org.restlet.util.WrapperRequest
Returns the access control request method of the target resource.
getAccMediaTypes() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns the accepted media types as Restlet MediaTypes.
getActualMessage() - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
getActualMessage() - Method in class org.restlet.ext.nio.internal.way.ClientOutboundWay
Deprecated.
 
getActualMessage() - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
 
getActualMessage() - Method in class org.restlet.ext.nio.internal.way.ServerOutboundWay
Deprecated.
 
getActualMessage() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the actual message, request or response.
getActualPort() - Method in class org.restlet.Server
Returns the actual server port after it has started.
getAdapter() - Method in class org.restlet.engine.adapter.HttpClientHelper
Returns the adapter from uniform calls to HTTP calls.
getAdapter() - Method in class org.restlet.engine.adapter.HttpServerHelper
Returns the adapter from HTTP calls to uniform calls.
getAddress() - Method in class org.restlet.data.ClientInfo
Returns the immediate client's IP address.
getAddress() - Method in class org.restlet.data.ServerInfo
Returns the IP address.
getAddress() - Method in class org.restlet.engine.connector.NetServerHelper
Returns the socket address this server is listening to.
getAddress() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the socket IP address.
getAddress() - Method in class org.restlet.Server
Returns the optional listening IP address (local host used if null).
getAddressResolutionTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
The timeout in milliseconds for the DNS resolution of host addresses.
getAge() - Method in class org.restlet.Response
Returns the estimated amount of time since a response was generated or revalidated by the origin server.
getAge() - Method in class org.restlet.util.WrapperResponse
 
getAgent() - Method in class org.restlet.data.ClientInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.data.ServerInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.data.Warning
Returns the agent.
getAgentAttributes() - Method in class org.restlet.data.ClientInfo
Returns a list of attributes taken from the name of the user agent.
getAgentAttributes() - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer
 
getAgentName() - Method in class org.restlet.data.ClientInfo
Returns the name of the user agent.
getAgentProducts() - Method in class org.restlet.data.ClientInfo
Returns the list of product tokens from the user agent name.
getAgentVersion() - Method in class org.restlet.data.ClientInfo
Returns the version of the user agent.
getAlgorithm() - Method in class org.restlet.data.Digest
Returns the digest algorithm.
getAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the digest algorithm of provided secrets.
getAllCharacterSetExtensionNames() - Method in class org.restlet.service.MetadataService
Return the ordered list of extension names mapped to character set.
getAllCharacterSets(String) - Method in class org.restlet.service.MetadataService
Returns all the character sets associated to this extension.
getAllEncodingExtensionNames() - Method in class org.restlet.service.MetadataService
Return the ordered list of extension names mapped to encodings.
getAllExtensionNames() - Method in class org.restlet.service.MetadataService
Return the ordered list of extension names.
getAllLanguageExtensionNames() - Method in class org.restlet.service.MetadataService
Return the ordered list of extension names mapped to languages.
getAllLanguages(String) - Method in class org.restlet.service.MetadataService
Returns all the languages associated to this extension.
getAllMediaTypeExtensionNames() - Method in class org.restlet.service.MetadataService
Return the ordered list of extension names mapped to media types.
getAllMediaTypes(String) - Method in class org.restlet.service.MetadataService
Returns all the media types associated to this extension.
getAllMetadata(String) - Method in class org.restlet.service.MetadataService
Returns all the metadata associated to this extension.
getAllowedHeaders() - Method in class org.restlet.engine.application.CorsFilter
Returns the modifiable set of headers allowed by the actual request on the current resource.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Headers" header.
getAllowedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
Returns the modifiable set of headers allowed by the actual request on the current resource.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Headers" header.
getAllowedHeaders() - Method in class org.restlet.service.CorsService
Returns the modifiable set of headers allowed by the actual request on the current resource.
Note that when used with HTTP connectors, this property maps to the "Access-Control-Allow-Headers" header.
getAllowedMethods() - Method in class org.restlet.resource.Resource
Returns the set of methods allowed for the current client by the resource.
getAllowedMethods() - Method in class org.restlet.Response
Returns the modifiable set of methods allowed on the requested resource.
getAllowedMethods() - Method in class org.restlet.util.WrapperResponse
Returns the set of methods allowed on the requested resource.
getAllowedMethods(RemainingPath) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Returns the allowed methods on the remainingPart.
getAllowedOrigins() - Method in class org.restlet.engine.application.CorsFilter
Returns the URI an origin server allows for the requested resource.
getAllowedOrigins() - Method in class org.restlet.engine.application.CorsResponseHelper
Returns the URI an origin server allows for the requested resource.
getAllowedOrigins() - Method in class org.restlet.service.CorsService
Returns the URI an origin server allows for the requested resource.
getAllProducibleMediaTypes() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
returns a list of all producible media types.
getAnno(Annotation[], Class<A>) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
Returns the given annotation, if it is available in the given array of annotations.
getAnnotatedJavaMethod(Method) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Returns the method with the annotations, corresponding to the given method.
getAnnotation(Method) - Method in class org.restlet.resource.ServerResource
Returns the first annotation descriptor matching the given method.
getAnnotation(Method, Form, Representation) - Method in class org.restlet.resource.ServerResource
Returns the first annotation descriptor matching the given method.
getAnnotationInfo() - Method in class org.restlet.engine.resource.VariantInfo
Returns the optional annotation descriptor.
getAnnotations() - Method in class org.restlet.engine.resource.ClientInvocationHandler
Returns the annotations of the resource interface.
getAnnotations() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Returns the array of the annotations on the Java method
getAnnotations() - Method in class org.restlet.resource.ServerResource
Returns the annotation descriptors.
getAnnotations(Class<?>) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnnotations(Class<?>, Method) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnnotationUtils() - Method in class org.restlet.engine.resource.ClientInvocationHandler
Returns the associated annotation utils.
getAnnotationValue() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the raw annotation value.
getAnonymousLogger() - Static method in class org.restlet.engine.Engine
Returns an anonymous logger.
getAnonymousLogger() - Method in class org.restlet.engine.log.LoggerFacade
Returns an anonymous logger.
getAnonymousLogger() - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
Returns an instance of Slf4jLogger, wrapping the result of LoggerFactory.getLogger(String) where the logger name is "".
getAnonymousMethods() - Method in class org.restlet.security.MethodAuthorizer
Returns the modifiable list of methods authorized for anonymous users.
getApplication() - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Returns the root element of the WADL document.
getApplication() - Method in class org.restlet.resource.Resource
Returns the parent application.
getApplication() - Method in class org.restlet.Restlet
Returns the parent application if it exists, or null.
getApplication() - Method in class org.restlet.security.Role
Returns the parent application.
getApplication() - Method in class org.restlet.util.WrapperRestlet
 
getApplicationBufferSize() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the suggested application buffer size.
getApplicationInfo(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns a WADL description of the current application.
getArrayClass(Type, Type) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
getAsciiBytes(String) - Static method in class org.restlet.engine.util.StringUtils
Encodes the given String into a sequence of bytes using the Ascii character set.
getAsyncContext() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getAttribute(String) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getAttribute(String) - Method in class org.restlet.resource.ClientResource
Returns the attribute value by looking up the given name in the response attributes maps.
getAttribute(String) - Method in class org.restlet.resource.Resource
Returns the attribute value by looking up the given name in the request or response attributes maps.
getAttribute(String) - Method in class org.restlet.resource.ServerResource
Returns the attribute value by looking up the given name in the request attributes maps.
getAttributeNames() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getAttributes() - Method in class org.restlet.Context
Returns a modifiable attributes map that can be used by developers to save information relative to the context.
getAttributes() - Method in class org.restlet.engine.RestletHelper
Returns the map of attributes exchanged between the API and the Engine via this helper.
getAttributes() - Method in class org.restlet.Message
Returns the modifiable map of attributes that can be used by developers to save information relative to the message.
getAttributes() - Method in class org.restlet.util.WrapperRequest
Returns a modifiable attributes map that can be used by developers to save information relative to the message.
getAttributes() - Method in class org.restlet.util.WrapperResponse
Returns a modifiable attributes map that can be used by developers to save information relative to the message.
getAuthenticatedMethods() - Method in class org.restlet.security.MethodAuthorizer
Returns the modifiable list of methods authorized for authenticated users.
getAuthenticationInfo() - Method in class org.restlet.Response
Returns information sent by an origin server related to an successful authentication attempt.
getAuthenticationInfo() - Method in class org.restlet.util.WrapperResponse
 
getAuthenticationScheme() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns the string value of the authentication scheme used to protect the resource.
getAuthenticationScheme() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getAuthenticator() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns the Authenticator.
getAuthor() - Method in class org.restlet.Restlet
Returns the author(s).
getAuthor() - Method in class org.restlet.util.WrapperRestlet
 
getAuthority() - Method in class org.restlet.data.Reference
Returns the authority component for hierarchical identifiers.
getAuthority(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded authority component.
getAuthorityName(int) - Static method in class org.restlet.data.LocalReference
Returns an authority name.
getAuthorizedRoles() - Method in class org.restlet.security.RoleAuthorizer
Returns the modifiable list of authorized roles.
getAuthors() - Method in class org.restlet.ext.atom.Entry
Returns the authors of the entry.
getAuthors() - Method in class org.restlet.ext.atom.Feed
Returns the authors of the feed.
getAuthors() - Method in class org.restlet.ext.atom.Source
Returns the authors of the entry.
getAvailableSize() - Method in class org.restlet.engine.application.DecodeRepresentation
 
getAvailableSize() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns the available size in bytes of the encoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getAvailableSize() - Method in class org.restlet.engine.application.RangeRepresentation
 
getAvailableSize() - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
Returns the remaining size that should be read from the source channel.
getAvailableSize() - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedSelectionChannel
Deprecated.
Returns the remaining size that should be read from the source channel.
getAvailableSize() - Method in class org.restlet.representation.BufferingRepresentation
 
getAvailableSize() - Method in class org.restlet.representation.Representation
Returns the size effectively available.
getAvailableSize() - Method in class org.restlet.util.WrapperRepresentation
 
getAvailableSize(Representation) - Static method in class org.restlet.engine.io.IoUtils
Returns the size effectively available.
getBase() - Method in class org.restlet.ext.rdf.internal.turtle.Context
Returns the base reference.
getBaseName() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the local base name of the file.
getBaseName() - Method in class org.restlet.engine.local.Entity
Return the base name of this entity that is to say the longest part of the name without known extensions (beginning from the left).
getBaseName(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
Return the base name that is to say the longest part of a given name without known extensions (beginning from the left).
getBaseRef() - Method in class org.restlet.data.Reference
Returns the base reference for relative references.
getBaseRef() - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Returns the base URI for each child resource identifier.
getBaseRef() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the WADL base reference.
getBaseReference() - Method in class org.restlet.ext.atom.Categories
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
getBaseReference() - Method in class org.restlet.ext.atom.Collection
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
getBaseReference() - Method in class org.restlet.ext.atom.Feed
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
getBaseReference() - Method in class org.restlet.ext.atom.Service
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
getBaseReference() - Method in class org.restlet.ext.atom.Workspace
Returns the base reference used to resolve relative references found within the scope of the xml:base attribute.
getBaseUri() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the base URI of the application.
getBaseUri() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getBaseUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Deprecated.
Get the base URI of the application in the form of an ExtendedUriBuilder.
getBaseUriBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the absolute path of the request in the form of a UriBuilder.
getBaseUriBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedExtendedUriInfo
Deprecated.
Get the base URI of the application in the form of a UriBuilder.
getBaseUriBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getBaseUriBuilderExtended() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getBaseUriStr() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getBeanInfo(Class<?>) - Static method in class org.restlet.engine.util.BeanInfoUtils
Get a BeanInfo from cache or create it.
getBest(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the best route match for a given call.
getBestClassName(Class<?>) - Static method in class org.restlet.engine.log.LogUtils
Return the best class name.
getBestConnection(Request) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Tries to reuse an existing connection for the given request, or creates a new one.
getBestEncoding(ClientInfo) - Method in class org.restlet.engine.application.Encoder
Returns the best supported encoding for a given client.
getBestHelper(Object, Variant, Resource) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the best converter helper matching the given parameters.
getBestHelper(Representation, Class<T>, Resource) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the best converter helper matching the given parameters.
getBestMethod(Collection<ResourceMethod>, MediaType, SortedMetadata<MediaType>, Method) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
Sort by using the media type of input data as the primary key and the media type of output data as the secondary key.
Sorting of media types follows the general rule: x/y < x/* < */*, i.e.
getBestReader(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Returns the MessageBodyReader, that best matches the given criteria.
getBestReader(Class<?>, Type, Annotation[], MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyReaderSet
Deprecated.
Returns the best MessageBodyReader in this Set.
getBestWriter(MediaType, Annotation[], SortedMetadata<MediaType>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
Finds a MessageBodyWriter in this Set that best matches media types of the response method and of the accepted MediaTypes.
getBindAddress() - Method in class org.restlet.ext.jetty.HttpClientHelper
The address to bind socket channels to.
getBoolean(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a boolean.
getBoolean(Node, boolean) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parses a node and returns its boolean value.
getBuffer() - Method in class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
Returns the source buffer.
getBuffer() - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Returns the internal byte buffer.
getBuffer() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the IO buffer.
getBuffer() - Method in class org.restlet.representation.BufferingRepresentation
Returns the buffered content as an array of bytes.
getBuilder() - Method in class org.restlet.ext.gson.GsonRepresentation
Returns the builder for Gson instances.
getBuilderIndex() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Returns the line builder index.
getByEncoding(String) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.ExtensionBackwardMapping
Deprecated.
Returns the virtual extension for the given encoding.
getByLanguage(Locale) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.ExtensionBackwardMapping
Deprecated.
Returns the virtual extension for the given language.
getByMediaType(MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.ExtensionBackwardMapping
Deprecated.
Returns the virtual extension for the given MediaType.
getByteArray(CharSequence, String) - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
Returns the given entity as byte array converted by the given character set.
getBytes() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Returns the byte buffer.
getCacheDirectives() - Method in class org.restlet.engine.adapter.HttpRequest
 
getCacheDirectives() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getCacheDirectives() - Method in class org.restlet.Message
Returns the cache directives.

Note that when used with HTTP connectors, this property maps to the "Cache-Control" header.
getCalendar() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the Calendar object wrapped by this InternetDateFormat object.
getCallback() - Method in class org.restlet.ext.json.JsonpRepresentation
Returns the name of the JavaScript callback method.
getCallContext() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getCanonicalizedAmzHeaders(Series<Header>) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the canonicalized AMZ headers.
getCanonicalizedAzureHeaders(Series<Header>) - Static method in class org.restlet.ext.crypto.internal.HttpAzureSharedKeyHelper
Returns the canonicalized Azure headers.
getCanonicalizedResourceName(Reference) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the canonicalized resource name.
getCanonicalizedResourceName(Reference) - Static method in class org.restlet.ext.crypto.internal.HttpAzureSharedKeyHelper
Returns the canonicalized resource name.
getCanonicalizedResourceName(Reference) - Static method in class org.restlet.ext.crypto.internal.HttpAzureSharedKeyLiteHelper
Returns the canonicalized resource name.
getCategories() - Method in class org.restlet.ext.atom.Collection
Returns the categories.
getCategories() - Method in class org.restlet.ext.atom.Entry
Returns the categories associated with the entry.
getCategories() - Method in class org.restlet.ext.atom.Feed
Returns the categories associated with the feed.
getCategories() - Method in class org.restlet.ext.atom.Source
Returns the categories associated with the entry.
getCause() - Method in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
Returns the cause IllegalArgumentException.
getCertificates() - Method in class org.restlet.data.ClientInfo
Returns the client certificates.
getCertificates() - Method in class org.restlet.engine.adapter.ServerCall
Returns the chain of client SSL certificates, if available and accessible.
getCertificates() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getChallengeRequests() - Method in class org.restlet.resource.Resource
Returns the list of authentication requests sent by an origin server to a client.
getChallengeRequests() - Method in class org.restlet.Response
Returns the list of authentication requests sent by an origin server to a client.
getChallengeRequests() - Method in class org.restlet.util.WrapperResponse
Returns the list of authentication requests sent by an origin server to a client.
getChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
 
getChallengeResponse() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getChallengeResponse() - Method in class org.restlet.Request
Returns the authentication response sent by a client to an origin server.
getChallengeResponse() - Method in class org.restlet.resource.Resource
Returns the authentication response sent by a client to an origin server.
getChallengeResponse() - Method in class org.restlet.util.WrapperRequest
Returns the authentication response sent by a client to an origin server.
getChallengeScheme() - Method in class org.restlet.engine.security.AuthenticatorHelper
Returns the supported challenge scheme.
getChannel() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.engine.application.RangeRepresentation
 
getChannel() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Returns the wrapped Jetty HTTP channel.
getChannel() - Method in class org.restlet.representation.BufferingRepresentation
 
getChannel() - Method in class org.restlet.representation.CharacterRepresentation
 
getChannel() - Method in class org.restlet.representation.DigesterRepresentation
 
getChannel() - Method in class org.restlet.representation.EmptyRepresentation
 
getChannel() - Method in class org.restlet.representation.FileRepresentation
Returns a readable byte channel.
getChannel() - Method in class org.restlet.representation.OutputRepresentation
 
getChannel() - Method in class org.restlet.representation.ReadableRepresentation
 
getChannel() - Method in class org.restlet.representation.Representation
Returns a channel with the representation's content.
If it is supported by a file, a read-only instance of FileChannel is returned.
This method is ensured to return a fresh channel for each invocation unless it is a transient representation, in which case null is returned.
getChannel() - Method in class org.restlet.representation.StreamRepresentation
 
getChannel() - Method in class org.restlet.representation.WritableRepresentation
 
getChannel() - Method in class org.restlet.util.WrapperRepresentation
 
getChannel(InputStream) - Static method in class org.restlet.engine.io.IoUtils
Returns a readable byte channel based on a given input stream.
getChannel(OutputStream) - Static method in class org.restlet.engine.io.IoUtils
Returns a writable byte channel based on a given output stream.
getChannel(Representation) - Static method in class org.restlet.engine.io.IoUtils
Returns a readable byte channel based on the given representation's content and its write(WritableByteChannel) method.
getChar() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns the current parsed character.
getCharacterEncoding() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the character encoding for the form.
getCharacterEncoding() - Method in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
getCharacterSet() - Method in class org.restlet.engine.application.MetadataExtension
Returns the character set.
getCharacterSet() - Method in class org.restlet.engine.header.ContentType
Returns the character set.
getCharacterSet() - Method in class org.restlet.representation.Variant
Returns the character set or null if not applicable.
getCharacterSet() - Method in class org.restlet.util.WrapperRepresentation
 
getCharacterSet(String) - Method in class org.restlet.service.MetadataService
Returns the character set associated to this extension.
getCharacterSetParameter() - Method in class org.restlet.service.TunnelService
Returns the character set parameter name.
getCharacterSetPrefs() - Method in class org.restlet.engine.application.FlexibleConneg
Returns the enriched list of character set preferences.
getCharacterSetPrefs() - Method in class org.restlet.engine.application.StrictConneg
Returns the enriched list of character set preferences.
getCharset(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Returns the charset of the MediaType as String
getCharsetName(MultivaluedMap<String, Object>, CharacterSet) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the character set as String of the given http headers (e.g.
getChild() - Method in class org.restlet.engine.util.ChildContext
Returns the child.
getChild(String) - Method in class org.restlet.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getChild(String, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the child client resource to proxy calls to the given Java interface into Restlet method calls.
getChild(Reference) - Method in class org.restlet.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getChild(Reference, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the child client resource to proxy calls to the given Java interface into Restlet method calls.
getChildContext() - Method in class org.restlet.engine.util.ChildClientDispatcher
Returns the child context.
getChildren() - Method in class org.restlet.engine.local.Entity
Returns the list of contained entities if the current entity is a directory, null otherwise.
getChildren() - Method in class org.restlet.engine.local.FileEntity
 
getChildren() - Method in class org.restlet.engine.local.ZipEntryEntity
 
getChildResources() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of child resources.
getChildRoles() - Method in class org.restlet.security.Role
Returns the modifiable list of child roles.
getChunkLength() - Method in class org.restlet.engine.connector.HttpClientHelper
Returns the chunk-length when using chunked encoding streaming mode for response entities.
getChunkState() - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Returns the chunk state.
getCipherSuite() - Method in class org.restlet.data.ClientInfo
Returns the SSL Cipher Suite, if available and accessible.
getCipherSuite() - Method in class org.restlet.engine.adapter.ServerCall
Returns the SSL Cipher Suite, if available and accessible.
getCipherSuite() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getClapAuthorityType() - Method in class org.restlet.data.LocalReference
Returns the type of authority.
getClassLoader() - Method in class org.restlet.engine.Engine
Returns the class loader.
getClassLoader() - Method in class org.restlet.ext.jaxb.internal.Marshaller
Returns the JAXB classloader.
getClassLoader() - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Returns the JAXB classloader.
getClassLoader() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the classloader to use for JAXB annotated classes.
getClassName() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
getClassName() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
getClassName() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
 
getClassName() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getClient() - Method in class org.restlet.engine.component.ClientRoute
Returns the target client.
getClientAddress() - Method in class org.restlet.engine.adapter.Call
Returns the client address.
Corresponds to the IP address of the requesting client.
getClientAddress() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getClientAddress() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getClientDispatcher() - Method in class org.restlet.Context
Returns a request dispatcher to available client connectors.
getClientDispatcher() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a client dispatcher.
getClientDispatcher() - Method in class org.restlet.ext.atom.Service
Returns the client HTTP dispatcher.
getClientInfo() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.Request
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.resource.Resource
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.util.WrapperRequest
Returns the client-specific information.
getClientNonce() - Method in class org.restlet.data.AuthenticationInfo
Returns the client nonce.
getClientNonce() - Method in class org.restlet.data.ChallengeResponse
Returns the client nonce.
getClientPort() - Method in class org.restlet.engine.adapter.Call
Returns the client port.
Corresponds to the TCP/IP port of the requesting client.
getClientPort() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getClientPort() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getClientProtocols() - Method in class org.restlet.service.ConnectorService
Returns the modifiable list of required client protocols.
getClientResource() - Method in class org.restlet.engine.resource.ClientInvocationHandler
Returns the associated client resource.
getClientResource() - Method in interface org.restlet.resource.ClientProxy
Returns the wrapped client resource.
getClientRouter() - Method in class org.restlet.engine.component.ComponentHelper
Returns the internal client router.
getClients() - Method in class org.restlet.Component
Returns a modifiable list of client connectors.
getCode() - Method in class org.restlet.data.Status
Returns the corresponding code (HTTP or WebDAV or custom code).
getCode() - Method in class org.restlet.engine.application.StatusInfo
Returns the code of the status.
getCollections() - Method in class org.restlet.ext.atom.Workspace
Returns the list of collections.
getComment() - Method in class org.restlet.data.CookieSetting
Returns the comment for the user.
getComment() - Method in class org.restlet.data.Product
Returns the facultative comment.
getComment() - Method in class org.restlet.data.RecipientInfo
Returns the optional comment, typically the software agent name.
getComparator() - Method in class org.restlet.resource.Directory
Returns the reference comparator used to sort index pages.
getCompletionListener() - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Returns the completion callback.
getComponent() - Method in class org.restlet.engine.component.ClientRouter
Returns the parent component.
getComponent() - Method in class org.restlet.engine.component.ComponentClientDispatcher
Returns the parent component.
getComponent() - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Returns the component to update.
getComponent() - Method in class org.restlet.engine.component.ServerRouter
Returns the parent component.
getComponentContext() - Method in class org.restlet.engine.component.ComponentClientDispatcher
Returns the component context.
getComponentContext() - Method in class org.restlet.engine.component.ComponentServerDispatcher
Returns the component context.
getComponentHelper() - Method in class org.restlet.engine.component.ComponentContext
Returns the component helper.
getComputedDigest() - Method in class org.restlet.representation.DigesterRepresentation
Returns the current computed digest value of the representation.
getConditions() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the condition data applying to this call.
getConditions() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Returns the condition data applying to this call.
getConditions() - Method in class org.restlet.Request
Returns the modifiable conditions applying to this request.
getConditions() - Method in class org.restlet.resource.Resource
Returns the modifiable conditions applying to this request.
getConditions() - Method in class org.restlet.util.WrapperRequest
Returns the conditions applying to this call.
getConfiguration() - Method in class org.restlet.ext.jaas.JaasVerifier
Returns the optional JAAS login configuration.
getConnection() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Returns the connection.
getConnection() - Method in class org.restlet.ext.nio.internal.channel.ReadableSslChannel
Deprecated.
Returns the parent SSL connection.
getConnection() - Method in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
Returns the parent SSL connection.
getConnection() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Returns the related connection.
getConnection() - Method in class org.restlet.ext.nio.internal.request.HttpsInboundRequest
Deprecated.
 
getConnection() - Method in interface org.restlet.ext.nio.internal.request.InboundRequest
Deprecated.
Returns the related connection.
getConnection() - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.ClientOutboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.HttpsClientInboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.HttpsClientOutboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.HttpsServerInboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.HttpsServerOutboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.ServerOutboundWay
Deprecated.
 
getConnection() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the parent connection.
getConnectionPool() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the connection pool.
getConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the set of active connections.
getConnectorAcceptors() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector acceptor thread count.
getConnectorAcceptQueueSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector accept queue size.
getConnectorByteBufferPool() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector byte buffer pool.
getConnectorExecutor() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector executor.
getConnectorIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector idle timeout in milliseconds.
getConnectorScheduler() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector scheduler.
getConnectorSelectors() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector selector thread count.
getConnectorService() - Method in class org.restlet.Application
Returns the connector service.
getConnectorService() - Static method in class org.restlet.engine.connector.ConnectorHelper
Returns the connector service associated to a request.
getConnectorSoLingerTime() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector TCP/IP SO linger time in milliseconds.
getConnectorStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Connector stop timeout in milliseconds.
getConnectTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
The max time in milliseconds a connection can take to connect to destinations.
getConnegExtension() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the request URI extension.
getConnegService() - Method in class org.restlet.Application
Returns the content negotiation service.
getConnegService() - Method in class org.restlet.resource.Resource
Returns the application's content negotiation service or create a new one.
getConnegService() - Method in class org.restlet.service.StatusService
Returns the service used to select the preferred variant.
getConsOrProdMimes(ResourceMethod, AlgorithmUtil.ConsOrProdMime) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
 
getConsumedMimes() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Returns the list of produced MediaTypes of the wrapped MessageBodyWriter.
getConsumedMimes() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyReader
Deprecated.
Returns the list of produced MediaTypes of the wrapped MessageBodyWriter.
getConsumedMimes() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Returns the list of produced MediaTypes of the wrapped MessageBodyWriter.
getConsumedMimes() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
getContactEmail() - Method in class org.restlet.engine.application.StatusInfo
Returns the email address of the administrator to contact in case of error.
getContactEmail() - Method in class org.restlet.service.StatusService
Returns the email address to contact in case of error.
getContent() - Method in class org.restlet.ext.atom.Entry
Returns the content of the entry or links to it.
getContent() - Method in class org.restlet.ext.atom.Link
Returns the content of the entry or links to it.
getContent() - Method in class org.restlet.ext.atom.Text
Returns the content.
getContentHandler() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Return the content handler.
getContentLength() - Method in class org.restlet.engine.adapter.ClientCall
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentLength() - Method in class org.restlet.engine.adapter.ServerCall
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentLength() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the content length of the form.
getContentLength() - Method in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
getContentLength(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentReader() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Returns the document's reader.
getContentType() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the content type of the form.
getContentType() - Method in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
getContext() - Method in class org.restlet.engine.adapter.Adapter
Returns the context.
getContext() - Method in class org.restlet.engine.connector.ConnectorHelper
Returns the helped Restlet context.
getContext() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet context.
getContext() - Method in class org.restlet.ext.guice.RestletGuice.Module.KeyFinder
 
getContext() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the JAXB context.
getContext() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Returns the parsing context.
getContext() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Returns the current context.
getContext() - Method in class org.restlet.ext.velocity.TemplateRepresentation
Returns the Velocity context.
getContext() - Method in class org.restlet.resource.Resource
Returns the current context.
getContext() - Method in class org.restlet.Restlet
Returns the context.
getContext() - Method in class org.restlet.service.Service
Returns the context.
getContext() - Method in class org.restlet.util.ClientList
Returns the context.
getContext() - Method in class org.restlet.util.ServerList
Returns the context.
getContext() - Method in class org.restlet.util.ServiceList
Returns the context.
getContext() - Method in class org.restlet.util.WrapperRestlet
 
getContext(String) - Static method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the JAXB context, if possible from the cached contexts.
getContext(String, ClassLoader) - Static method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the JAXB context, if possible from the cached contexts.
getContextClassLoader() - Method in class org.restlet.engine.util.ContextualRunnable
Returns the runnable's context class loader.
getContextFactory() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
Returns the parent SSL context factory.
getContextFactory() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
Returns the parent SSL context factory.
getContextFactory() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
Returns the parent SSL context factory.
getContextPath() - Method in class org.restlet.ext.jaxb.internal.Marshaller
Returns the JAXB context path.
getContextPath() - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Returns the JAXB context path.
getContextPath() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the list of Java package names that contain schema derived class and/or Java to schema (JAXB-annotated) mapped classes
getContextResolver() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ContextResolver
Deprecated.
Returns the wrapped ContextResolver
getContextResolver() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getContextResolver(Class<T>, MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Get a context resolver for a particular type of context and media type.
getContributors() - Method in class org.restlet.ext.atom.Entry
Returns the contributors to the entry.
getContributors() - Method in class org.restlet.ext.atom.Feed
Returns the contributors to the feed.
getContributors() - Method in class org.restlet.ext.atom.Source
Returns the contributors to the entry.
getController() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the controller task.
getController() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
getControllerSleepTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the time for the controller thread to sleep between each control.
getConverterService() - Method in class org.restlet.Application
Returns the converter service.
getConverterService() - Method in class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
Return the Restlet converter service.
getConverterService() - Method in class org.restlet.resource.Resource
Returns the application's converter service or create a new one.
getConverterService() - Method in class org.restlet.service.StatusService
Returns the service used to convert between status/throwable and representation.
getConvGenTo(AccessibleObject) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
getConvTo(AccessibleObject) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
getCookieExtracts() - Method in class org.restlet.routing.Extractor
Returns the list of query extracts.
getCookieName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the cookie name to use for the authentication credentials.
getCookies() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the cookies provided by the client.
getCookies() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get any cookies that accompanied the request.
getCookies() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getCookies() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Returns the cookies provided by the client.
getCookies() - Method in class org.restlet.Request
Returns the modifiable series of cookies provided by the client.
getCookies() - Method in class org.restlet.resource.Resource
Returns the modifiable series of cookies provided by the client.
getCookies() - Method in class org.restlet.util.WrapperRequest
Returns the cookies provided by the client.
getCookies(List<Cookie>, Map<String, Cookie>) - Static method in class org.restlet.engine.header.CookieWriter
Gets the cookies whose name is a key in the given map.
getCookieSettings() - Method in class org.restlet.resource.Resource
Returns the modifiable series of cookie settings provided by the server.
getCookieSettings() - Method in class org.restlet.Response
Returns the modifiable series of cookie settings provided by the server.
getCookieSettings() - Method in class org.restlet.util.WrapperResponse
Returns the cookie settings provided by the server.
getCookieStore() - Method in class org.restlet.ext.jetty.HttpClientHelper
The cookie store.
getCorePoolSize() - Method in class org.restlet.service.TaskService
Returns the core pool size defining the maximum number of threads.
getCorsResponseHelper() - Method in class org.restlet.engine.application.CorsFilter
Returns a lazy-initialized instance of CorsResponseHelper.
getCredentialsCookie(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the credentials cookie setting.
getCsvSchema() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the modifiable Jackson CSV schema.
getCtxResGenClass(Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Returns the generic class of the given ContextResolver class.
getCurrent() - Static method in class org.restlet.Application
This variable is stored internally as a thread local variable and updated each time a call enters an application.
getCurrent() - Static method in class org.restlet.Context
Returns the context associated to the current Restlet.
getCurrent() - Static method in class org.restlet.Request
Returns the request associated to the current thread.
getCurrent() - Static method in class org.restlet.Response
Returns the response associated to the current thread.
getCurrent() - Static method in class org.restlet.routing.VirtualHost
Returns the virtual host code associated to the current thread.
getCurrentLogger() - Static method in class org.restlet.Context
Returns the current context's logger.
getCurrentRequestEntityCharacterSet() - Method in class org.restlet.ext.jaxrs.internal.provider.JsonProvider
Deprecated.
 
getCurrentRequestEntityCharacterSet() - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
getCurrentResponseEntityCharset() - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
getCurrentState() - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the state at the top of the heap.
getCurrentSubject() - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the subject at the top of the heap.
getCurrentToken() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns the current token.
getCustom(Request, Response) - Method in class org.restlet.routing.Router
Returns the matched route according to a custom algorithm.
getDatatypeRef() - Method in class org.restlet.ext.rdf.Literal
Returns the optional datatype reference.
getDate() - Method in class org.restlet.data.Warning
Returns the warning date.
getDate() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the value of this InternetDateFormat object as a Date object.
getDate() - Method in class org.restlet.Message
Returns the date and time at which the message was originated.
getDecodedStream(Encoding, InputStream) - Method in class org.restlet.engine.application.DecodeRepresentation
Returns a decoded stream for a given encoding and coded stream.
getDecoderService() - Method in class org.restlet.Application
Returns the decoder service.
getDefaultAcceptedMediaTypes() - Static method in class org.restlet.service.EncoderService
Returns the list of default encoded media types.
getDefaultAllowedMethods() - Method in class org.restlet.engine.application.CorsFilter
Returns the list of methods allowed by default, used when CorsFilter.skippingResourceForCorsOptions is turned on.
getDefaultAllowedMethods() - Method in class org.restlet.service.CorsService
Returns the list of methods allowed by default, used when CorsService.skippingResourceForCorsOptions is turned on.
getDefaultCharacterSet() - Method in class org.restlet.service.MetadataService
Returns the default character set for textual representations.
getDefaultCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
 
getDefaultCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
getDefaultEncoding() - Method in class org.restlet.service.MetadataService
Returns the default encoding for representations.
getDefaultEnroler() - Method in class org.restlet.Context
Returns an enroler that can add the user roles based on authenticated user principals.
getDefaultHost() - Method in class org.restlet.Component
Returns the default virtual host.
getDefaultIgnoredMediaTypes() - Static method in class org.restlet.service.EncoderService
Returns the list of default ignored media types.
getDefaultLanguage() - Method in class org.restlet.engine.local.LocalClientHelper
Returns the default language.
getDefaultLanguage() - Method in class org.restlet.service.MetadataService
Returns the default language for representations.
getDefaultLink() - Method in class org.restlet.ext.rdf.Graph
Returns the default link that is used to complete new links.
getDefaultMatchingMode() - Method in class org.restlet.routing.Router
Returns the default matching mode to use when selecting routes based on URIs.
getDefaultMatchingQuery() - Method in class org.restlet.routing.Router
Returns the default setting for whether the routing should be done on URIs with or without taking into account query string.
getDefaultMediaType() - Method in class org.restlet.service.MetadataService
Returns the default media type for representations.
getDefaultPort() - Method in class org.restlet.data.Protocol
Returns the default port number.
getDefaultResponseLogMessage(Response, int) - Method in class org.restlet.service.LogService
Format a log entry using the default IIS log format.
getDefaultRoute() - Method in class org.restlet.routing.Router
Returns the default route to test if no other one was available after retrying the maximum number of attempts.
getDefaultValue() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the default value of this parameter.
getDefaultValue() - Method in class org.restlet.routing.Variable
Returns the default value to use if the key couldn't be found in the model.
getDefaultVariable() - Method in class org.restlet.routing.Template
Returns the default variable.
getDefaultVerifier() - Method in class org.restlet.Context
Returns a verifier that can check the validity of the credentials associated to a request.
getDelegate() - Method in class org.restlet.util.WrapperList
Returns the delegate list.
getDelegate() - Method in class org.restlet.util.WrapperMap
Returns the delegate list.
getDescription() - Method in class org.restlet.data.ChallengeScheme
Returns the description.
getDescription() - Method in class org.restlet.data.CookieSetting
Returns the description of this REST element.
getDescription() - Method in class org.restlet.data.Metadata
Returns the description.
getDescription() - Method in class org.restlet.data.Method
Returns the description.
getDescription() - Method in class org.restlet.data.Protocol
Returns the description.
getDescription() - Method in class org.restlet.data.Status
Returns the description.
getDescription() - Method in class org.restlet.engine.application.StatusInfo
Returns the description of the status.
getDescription() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the description of this documented resource.
getDescription() - Method in class org.restlet.resource.ServerResource
Returns the description.
getDescription() - Method in class org.restlet.Restlet
Returns the description.
getDescription() - Method in class org.restlet.security.Group
Returns the description.
getDescription() - Method in class org.restlet.security.Role
Returns the description.
getDescription() - Method in class org.restlet.util.WrapperRestlet
 
getDigest() - Method in class org.restlet.representation.Representation
Returns the representation digest if any.

Note that when used with HTTP connectors, this property maps to the "Content-MD5" header.
getDigest() - Method in class org.restlet.util.WrapperRepresentation
 
getDigestAlgorithm() - Method in class org.restlet.data.ChallengeMessage
Returns the digest algorithm.
getDigestAuthenticator() - Method in class org.restlet.ext.crypto.internal.HttpDigestVerifier
Returns the associated digest authenticator.
getDigestRef() - Method in class org.restlet.data.ChallengeResponse
Returns the Request.getResourceRef() value duplicated here in case a proxy changed it.
getDimensions() - Method in class org.restlet.resource.Resource
Returns the modifiable set of selecting dimensions on which the response entity may vary.
getDimensions() - Method in class org.restlet.Response
Returns the modifiable set of selecting dimensions on which the response entity may vary.
getDimensions() - Method in class org.restlet.util.WrapperResponse
Returns the set of selecting dimensions on which the response entity may vary.
getDirectory() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the parent directory handler.
getDirectoryContent() - Method in class org.restlet.engine.local.DirectoryServerResource
If the resource is a directory, this returns its content.
getDirectoryUri() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the context's directory URI (file, clap URI).
getDisabledCipherSuites() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the whitespace-separated list of disabled cipher suites.
getDisabledProtocols() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the whitespace-separated list of disabled SSL protocols.
getDisposition() - Method in class org.restlet.ext.html.FormData
Returns the content disposition of the value representation.
getDisposition() - Method in class org.restlet.representation.Representation
Returns the disposition characteristics of the representation.
getDisposition() - Method in class org.restlet.util.WrapperRepresentation
 
getDocument() - Method in class org.restlet.ext.xml.DomRepresentation
Returns the wrapped DOM document.
getDocument() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns the XML representation as a DOM document.
getDocumentations() - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Returns the list of documentation elements.
getDocumentBuilder() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns a document builder properly configured.
getDomain() - Method in class org.restlet.data.Cookie
Returns the domain name.
getDomainRefs() - Method in class org.restlet.data.ChallengeRequest
Returns the base URI references that collectively define the protected domains for the digest authentication.
getDomainRefs() - Method in class org.restlet.ext.crypto.DigestAuthenticator
Returns the base URI references that collectively define the protected domains for the digest authentication.
getDomSource() - Method in class org.restlet.ext.xml.DomRepresentation
Returns a DOM source.
getDomSource() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns a DOM source.
getDTDHandler() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Return the DTD handler.
getEmail() - Method in class org.restlet.ext.atom.Person
Returns the email address associated with the person.
getEmail() - Method in class org.restlet.security.User
Returns the email.
getEmptyMediaTypes() - Static method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Returns an empty SortedMetadata
getEnabledCipherSuites() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the whitespace-separated list of enabled cipher suites.
getEnabledProtocols() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the whitespace-separated list of enabled SSL protocols.
getEncoderService() - Method in class org.restlet.Application
Returns the encoder service.
getEncoderService() - Method in class org.restlet.engine.application.Encoder
Returns the parent encoder service.
getEncoding() - Method in class org.restlet.engine.application.MetadataExtension
Returns the encoding.
getEncoding(String) - Method in class org.restlet.service.MetadataService
Returns the encoding associated to this extension.
getEncodingParameter() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted encoding.
getEncodingPrefs() - Method in class org.restlet.engine.application.FlexibleConneg
Returns the enriched list of encoding preferences.
getEncodingPrefs() - Method in class org.restlet.engine.application.StrictConneg
Returns the enriched list of encoding preferences.
getEncodings() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns the encodings applied to the entity.
getEncodings() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns the applied encodings.
getEncodings() - Method in class org.restlet.representation.Variant
Returns the modifiable list of encodings applied to the entity-body.
getEncodings() - Method in class org.restlet.util.WrapperRepresentation
 
getEncodingsAsString(Representation) - Method in class org.restlet.engine.util.CallResolver
 
getEncryptAlgorithm() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the name of the algorithm used to encrypt the log info cookie value.
getEncryptSecretKey() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the secret key for the algorithm used to encrypt the log info cookie value.
getEngine() - Method in class org.restlet.engine.util.EngineClassLoader
Returns the parent Restlet engine.
getEngine() - Method in class org.restlet.ext.velocity.TemplateRepresentation
Returns the Velocity engine.
getEnrichedPreferences(List<Preference<T>>, T, T) - Method in class org.restlet.engine.application.FlexibleConneg
Returns an enriched list of preferences.
getEnroler() - Method in class org.restlet.security.Authenticator
Returns the enroler invoked upon successful authentication to update the subject with new principals.
getEnroler() - Method in class org.restlet.security.Realm
Returns an enroler that can add the user roles based on user principals.
getEntity() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the representation provided by the client.
getEntity() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
getEntity() - Method in class org.restlet.Message
Returns the entity representation.
getEntity() - Method in class org.restlet.util.WrapperRequest
Returns the entity representation.
getEntity() - Method in class org.restlet.util.WrapperResponse
Returns the entity representation.
getEntity(String) - Method in class org.restlet.engine.local.EntityClientHelper
Returns a local entity for the given path.
getEntity(String) - Method in class org.restlet.engine.local.FileClientHelper
 
getEntityAsText() - Method in class org.restlet.Message
Returns the entity as text.
getEntityChannel() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Returns the entity as a NIO readable byte channel.
getEntityChannelType() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Returns the type of the entity channel.
getEntityExtracts() - Method in class org.restlet.routing.Extractor
Returns the list of query extracts.
getEntityFileChannel() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Returns the entity as a NIO file channel.
getEntityInterestOps() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Registers interest of this way for socket NIO operations.
getEntityRegistration() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Returns the NIO selection registration of the entity.
getEntityResolver() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Return the entity resolver.
getEntityResolver() - Method in class org.restlet.ext.xml.XmlRepresentation
Return the possibly null current SAX EntityResolver.
getEntitySelectableChannel() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Returns the entity as a NIO non-blocking selectable channel.
getEntitySelectionKey() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Returns the entity's NIO selection key holding the link between the entity to be written and the way.
getEntries() - Method in class org.restlet.ext.atom.Categories
Returns the list of entries.
getEntries() - Method in class org.restlet.ext.atom.Feed
Returns the individual entries, acting as a components for associated metadata and data.
getEntries() - Method in class org.restlet.ext.html.FormDataSet
Returns the modifiable series of form entries.
getEntries(String, Map<String, Object>, CharacterSet, char) - Static method in class org.restlet.ext.html.internal.FormUtils
Reads the entries whose name is a key in the given map.
If a matching entry is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getEntries(Representation, Map<String, Object>) - Static method in class org.restlet.ext.html.internal.FormUtils
Reads the entries whose name is a key in the given map.
If a matching entry is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getEntry(String, String, CharacterSet, char) - Static method in class org.restlet.ext.html.internal.FormUtils
Reads the entries with the given name.
If multiple values are found, a list is returned created.
getEntry(Representation, String) - Static method in class org.restlet.ext.html.internal.FormUtils
Reads the entries with the given name.
If multiple values are found, a list is returned created.
getEphemeralPort() - Method in class org.restlet.Server
Returns the actual ephemeral port used when the listening port is set to '0'.
getErrorHandler() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Return the error handler.
getErrorHandler() - Method in class org.restlet.ext.xml.XmlRepresentation
Return the possibly null current SAX ErrorHandler.
getErrorListener() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the transformer's error listener.
getExceptionMapper(Class<T>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
getExcMapper() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Returns the ExceptionMapper, or null, if this provider is not an ExceptionMapper.
getExcMapperType() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
getExcMapperType() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Beispiele: ExceptionMapper<IllegalArgumentException> -> IllegalArgumentException MessageBodyReader<Integer> -> Integer
getExcMapperType() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getExecutor() - Method in class org.restlet.ext.jetty.HttpClientHelper
The executor.
getExecutorService() - Method in class org.restlet.Context
Returns the executor service.
getExpectations() - Method in class org.restlet.data.ClientInfo
Returns the client expectations.
getExpirationDate() - Method in class org.restlet.representation.Representation
Returns the future date when this representation expire.
getExpirationDate() - Method in class org.restlet.util.WrapperRepresentation
 
getExpirationDateAsString(Representation) - Method in class org.restlet.engine.util.CallResolver
 
getExposedHeaders() - Method in class org.restlet.engine.application.CorsFilter
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.
getExposedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
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.
getExposedHeaders() - Method in class org.restlet.service.CorsService
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.
getExtension() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
getExtension() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Returns the extension of the current uri, if available.
getExtension(Metadata) - Method in class org.restlet.service.MetadataService
Returns the first extension mapping to this metadata.
getExtensions() - Method in class org.restlet.data.Reference
Returns the optional extensions for hierarchical identifiers.
getExtensions() - Method in class org.restlet.engine.local.Entity
Returns the list of known extensions.
getExtensions(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
Returns the list of known extensions taken from a given entity name.
getExtensions(Variant, MetadataService) - Static method in class org.restlet.engine.local.Entity
Returns the list of known extensions taken from a given variant.
getExtensionsAsArray() - Method in class org.restlet.data.Reference
Returns the extensions as an array or null if no extension is found.
getExternalRef() - Method in class org.restlet.ext.atom.Content
Returns the reference to the external representation.
getExternalType() - Method in class org.restlet.ext.atom.Content
Returns the expected media type of the external content.
getFeature(String) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Returns the feature by name.
getFeed() - Method in class org.restlet.ext.atom.Collection
Returns the feed representation.
getFile() - Method in class org.restlet.data.LocalReference
Gets the local file corresponding to the reference.
getFile() - Method in class org.restlet.engine.local.FileEntity
Returns the underlying regular file.
getFile() - Method in class org.restlet.representation.FileRepresentation
Returns the file handle.
getFilename() - Method in class org.restlet.data.Disposition
Returns the value of the "filename" parameter.
getFilename() - Method in class org.restlet.ext.html.FormData
Returns the file name of the value representation.
getFileWithLocalizedPath(String) - Static method in class org.restlet.engine.local.FileClientHelper
Returns a new File instance for the given path name.
It ensures to translate the "/" to the local supported file separator (mainly useful for Windows OS).
getFinalCapturingGroup() - Method in class org.restlet.ext.jaxrs.internal.util.MatchingResult
Deprecated.
Returns the final capturing group.
getFinderClass() - Method in class org.restlet.Restlet
Returns the finder class used to instantiate resource classes.
getFirst() - Method in class org.restlet.ext.rdf.Couple
Returns the first object.
getFirst() - Method in class org.restlet.ext.rdf.Triple
Returns the first object.
getFirst(String) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
getFirst(String) - Method in class org.restlet.util.Series
Returns the first parameter found with the given name.
getFirst(String, boolean) - Method in class org.restlet.util.Series
Returns the first parameter found with the given name.
getFirst(K) - Method in class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
A shortcut to get the first value of the supplied key.
getFirst(K) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
getFirst(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the first route match for a given call.
getFirstByNoOfLiteralCharsNoOfCapturingGroups(Collection<R>) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
Implementation of algorithm in JSR-311-Spec, Revision 151, Version 2008-08-27, Section 3.7.2, Part 1.e and nearly the same part 2f+2g.
Sort E using the number of literal characters in each member as the primary key (descending order), the number of capturing groups as a secondary key (descending order), the number of capturing groups with non-default regular expressions (i.e.
getFirstElement(Iterable<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the first element of the given Iterable.
getFirstElement(Collection<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the first element of the given collection.
getFirstElement(List<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the first element of the List.
getFirstElementOrNull(Iterable<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the first element of the given Iterable.
getFirstEntry(String, String, CharacterSet, char) - Static method in class org.restlet.ext.html.internal.FormUtils
Reads the first entry with the given name.
getFirstEntry(Map<K, V>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the first entry of the given Map.
getFirstEntry(Representation, String) - Static method in class org.restlet.ext.html.internal.FormUtils
Reads the first entry with the given name.
getFirstInboundFilter() - Method in class org.restlet.engine.CompositeHelper
Returns the first inbound filter.
getFirstKey(Map<K, V>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the key of the first entry of the given Map.
getFirstName() - Method in class org.restlet.security.User
Returns the first name.
getFirstOutboundFilter() - Method in class org.restlet.engine.CompositeHelper
Returns the first outbound filter.
getFirstParameter(String, String, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
Reads the first parameter with the given name.
getFirstParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the first parameter with the given name.
getFirstValue(String) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, boolean) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, boolean, String) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(String, String) - Method in class org.restlet.util.Series
Returns the value of the first parameter found with the given name.
getFirstValue(Map<K, V>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the value of the first entry of the given Map.
getFixed() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the fixed value for the parameter.
getFloat(Node, float) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parses a node and returns the float value.
getForbiddenRoles() - Method in class org.restlet.security.RoleAuthorizer
Returns the modifiable list of forbidden roles.
getForLanguages(Collection<Preference<Language>>) - Static method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Creates a new SortedMetadata for MediaTypes.
getForm(MediaType, InputStream) - Static method in class org.restlet.ext.jaxrs.internal.provider.WwwFormFormProvider
Deprecated.
 
getForMediaTypes(Collection<Preference<MediaType>>) - Static method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Creates a new SortedMetadata for MediaTypes.
getForwardedAddresses() - Method in class org.restlet.data.ClientInfo
Returns the list of forwarded IP addresses.
getFragment() - Method in class org.restlet.data.Reference
Returns the fragment identifier.
Note that no URI decoding is done by this method.
getFragment(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded fragment identifier.
getFrom() - Method in class org.restlet.data.ClientInfo
Returns the email address of the human user controlling the user agent.
getFromSeries(Series<?>, boolean) - Static method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
Creates an UnmodifiableMultivaluedMap<String, String;> from the given Series.
getFullName() - Method in enum org.restlet.engine.Edition
Returns the full size name of the edition.
getGenerator() - Method in class org.restlet.ext.atom.Feed
Returns the agent used to generate a feed.
getGenerator() - Method in class org.restlet.ext.atom.Source
Returns the agent used to generate a feed.
getGenericClass(Class<?>, Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
getGenericClass(Class<?>, Class<?>, Type[]) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
getGenericClass(Type) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Example: in List<String> -> out: String.class
getGenericReturnType() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Returns the generic return type of the wrapped method.
getGrammars() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the grammar elements.
getGraph() - Method in class org.restlet.ext.rdf.RdfRepresentation
Returns the graph of links.
getGraphHandler() - Method in class org.restlet.ext.rdf.internal.RdfReader
Returns the graph handler invoked when parsing.
getGuard() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
getHashedSecret(String, char[]) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Return the hashed secret.
getHead(Handler) - Method in class org.restlet.engine.log.DefaultAccessLogFormatter
 
getHeaderIndex() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Returns the header index.
getHeaderNew() - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer
 
getHeaderOld() - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer
 
getheaderReplacers(URL, String, String) - Method in class org.restlet.engine.application.TunnelFilter
Returns the list of new header values.
getHeaders() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
gets the Restlet headers.
getHeaders() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getHeaders() - Method in interface org.restlet.ext.nio.internal.request.InboundRequest
Deprecated.
Returns the headers.
getHeaders() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the response headers.
getHeaders() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the set of headers as a collection of Parameter objects.
getHeaders() - Method in class org.restlet.Message
Returns the series of lower-level HTTP headers.
getHelped() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet.
getHelpedParameters() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet parameters.
getHelper() - Method in class org.restlet.Application
Returns the helper provided by the implementation.
getHelper() - Method in class org.restlet.Client
Returns the helper provided by the implementation.
getHelper() - Method in class org.restlet.Component
Returns the helper provided by the implementation.
getHelper() - Method in class org.restlet.engine.adapter.ClientCall
Returns the HTTP client helper.
getHelper() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Returns the HTTP client helper.
getHelper() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the parent connector helper.
getHelper() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Returns the parent connector helper.
getHelper() - Method in class org.restlet.ext.nio.internal.controller.ServerConnectionController
Deprecated.
Returns the parent server helper.
getHelper() - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
getHelper() - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
 
getHelper() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the parent connector helper.
getHelper() - Method in class org.restlet.Server
Returns the internal server.
getHierarchicalPart() - Method in class org.restlet.data.Reference
Returns the hierarchical part which is equivalent to the scheme specific part less the query component.
Note that no URI decoding is done by this method.
getHierarchicalPart(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded hierarchical part.
getHmacSha1Signature(String, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the AWS authentication compatible signature for the given string to sign and secret.
getHmacSha256Signature(String, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the AWS authentication compatible signature for the given string to sign and secret.
getHomeRef() - Method in class org.restlet.engine.application.StatusInfo
Returns the home URI to propose in case of error.
getHomeRef() - Method in class org.restlet.service.StatusService
Returns the home URI to propose in case of error.
getHostDomain() - Method in class org.restlet.data.Reference
Returns the host domain name component for server based hierarchical identifiers.
getHostDomain() - Method in class org.restlet.engine.adapter.Call
Returns the host domain.
getHostDomain() - Method in class org.restlet.engine.adapter.ServerCall
Returns the host domain name.
getHostDomain() - Method in class org.restlet.routing.VirtualHost
Returns the hostRef host domain to match.
getHostDomain(boolean) - Method in class org.restlet.data.Reference
Returns the optionally decoded host domain name component.
getHostIdentifier() - Method in class org.restlet.data.Reference
Returns the host identifier.
getHostIdentifier(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded host identifier.
getHostnameVerifier() - Method in class org.restlet.engine.connector.HttpClientHelper
Returns the hostname verifier by looking up the "hostnameVerifier" attribute of the client's context.
getHostnameVerifier() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the class name of the hostname verifier to use instead of HTTP Client default behavior.
getHostPort() - Method in class org.restlet.data.Reference
Returns the optional port number for server based hierarchical identifiers.
getHostPort() - Method in class org.restlet.engine.adapter.Call
Returns the host port.
getHostPort() - Method in class org.restlet.engine.adapter.ServerCall
Returns the host port.
getHostPort() - Method in class org.restlet.routing.VirtualHost
Returns the hostRef host port to match.
getHostRef() - Method in class org.restlet.Request
Returns the host reference.
getHostRef() - Method in class org.restlet.resource.Resource
Returns the host reference.
getHostRef() - Method in class org.restlet.util.WrapperRequest
Returns the host reference.
getHosts() - Method in class org.restlet.Component
Returns the modifiable list of virtual hosts.
getHostScheme() - Method in class org.restlet.routing.VirtualHost
Returns the hostRef scheme to match.
getHostType() - Method in class org.restlet.engine.log.IdentClient
Returns the remote host type.
getHref() - Method in class org.restlet.ext.atom.Collection
Returns the hypertext reference.
getHref() - Method in class org.restlet.ext.atom.Link
Returns the link's IRI.
getHrefLang() - Method in class org.restlet.ext.atom.Link
Returns the language of the resource pointed to by the href attribute.
getHtmlRepresentation() - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Returns an HTML representation.
getHttpCall() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the low-level HTTP call.
getHttpCall() - Method in class org.restlet.engine.adapter.HttpResponse
Returns the low-level HTTP call.
getHttpClient() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the wrapped Apache HTTP Client.
getHttpClient() - Method in class org.restlet.ext.jetty.HttpClientHelper
Returns the wrapped Jetty HTTP client.
getHttpHeaderCacheSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP header cache size in bytes.
getHttpHeaders() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getHttpHeaders(Request) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the HTTP headers of the Restlet Request as Series .
getHttpHeaders(Response) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the HTTP headers of the Restlet Response as Series.
getHttpMethod() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getHttpMethod() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
getHttpMethod(Method) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Returns the HTTP method related to the given java method.
getHttpOutputBufferSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP output buffer size in bytes.
getHttpRequest() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the HTTP request.
getHttpRequest() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the HTTP request.
getHttpRequestHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP request header size in bytes.
getHttpResponse() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the HTTP response.
getHttpResponse() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the HTTP response.
getHttpResponseHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
HTTP response header size in bytes.
getIanaName(String) - Static method in class org.restlet.data.CharacterSet
Handles mapping between Java character set names and IANA preferred name.
getIcon() - Method in class org.restlet.ext.atom.Feed
Returns the image that provides iconic visual identification for a feed.
getIcon() - Method in class org.restlet.ext.atom.Source
Returns the image that provides iconic visual identification for a feed.
getId() - Method in class org.restlet.ext.atom.Entry
Returns the permanent, universally unique identifier for the entry.
getId() - Method in class org.restlet.ext.atom.Feed
Returns the permanent, universally unique identifier for the feed.
getId() - Method in class org.restlet.ext.atom.Source
Returns the permanent, universally unique identifier for the entry.
getIdentifier() - Method in class org.restlet.data.ChallengeResponse
Returns the user identifier, such as a login name or an access key.
getIdentifier() - Method in class org.restlet.data.Reference
Returns the absolute resource identifier, without the fragment.
Note that no URI decoding is done by this method.
getIdentifier() - Method in class org.restlet.data.ReferenceList
Returns the list identifier.
getIdentifier() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the identifier for the method.
getIdentifier() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the identifier of this parameter element.
getIdentifier() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.security.Authorizer
Returns the identifier unique within an application.
getIdentifier() - Method in class org.restlet.security.User
Returns the identifier.
getIdentifier(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded absolute resource identifier.
getIdentifier(Request, Response) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Returns the user identifier portion of an Amazon S3 compatible Authorization header.
getIdentifier(Request, Response) - Method in class org.restlet.security.SecretVerifier
Returns the user identifier.
getIdentifierFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the name of the HTML login form field containing the identifier.
getIdleCheckInterval() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Time in milliseconds between two checks for idle and expired connections.
getIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the time in ms beyond which idle connections are eligible for reaping.
getIdleTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
The max time in milliseconds a connection can be idle (that is, without traffic of bytes in either direction).
getIgnoredMediaTypes() - Method in class org.restlet.service.EncoderService
Returns the media types that should be ignored.
getInboundBufferSize() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the size of the content buffer for receiving messages.
getInboundBufferSize() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the size of the content buffer for receiving messages.
getInboundBufferSize() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
 
getInboundMessages() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the queue of inbound messages pending for handling.
getInboundNext() - Method in class org.restlet.engine.CompositeHelper
Returns the next Restlet in the inbound chain.
getInboundRoot() - Method in class org.restlet.Application
Returns the inbound root Restlet.
getInboundWay() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the inbound way.
getIncludes() - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Returns the list of include elements.
getIndentingSize() - Method in class org.restlet.ext.json.JsonRepresentation
Returns the number of spaces to use for indentation.
getIndentStep() - Method in class org.restlet.ext.xml.XmlWriter
Return the current indent step.
getIndex() - Method in class org.restlet.data.Range
Returns the index from which to start the range.
getIndexName() - Method in class org.restlet.resource.Directory
Returns the index name, without extensions.
getIndexRepresentation(Variant, ReferenceList) - Method in class org.restlet.resource.Directory
Returns an actual index representation for a given variant.
getIndexVariants(ReferenceList) - Method in class org.restlet.resource.Directory
Returns the variant representations of a directory index.
getInfo() - Method in class org.restlet.resource.ServerResource
Returns information about the resource's representation.
getInfo(Variant) - Method in class org.restlet.resource.ServerResource
Returns information about the resource's representation.
getInitialConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the initial number of connections pre-created in the connections pool.
getInitializedCtxResolver() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
getInitializedCtxResolver() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
 
getInitializedCtxResolver() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getInitializedExcMapper() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
getInitializedExcMapper() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
 
getInitializedExcMapper() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getInitializedReader() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
getInitializedReader() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
 
getInitializedReader() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getInitializedWriter() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
getInitializedWriter() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
 
getInitializedWriter() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getInjectObject(Class<?>, ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
 
getInjector() - Method in class org.restlet.ext.guice.RestletGuice.Module.KeyFinder
 
getInjector(Class<?>, ContextInjector.InjectionAim, ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
 
getInlineContent() - Method in class org.restlet.ext.atom.Content
Returns the representation for inline content.
getInput() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the input part of the annotation value.
getInputScore() - Method in class org.restlet.engine.resource.VariantInfo
Returns the affinity between this variant and an incoming representation.
getInputSource() - Method in class org.restlet.ext.xml.DomRepresentation
 
getInputSource() - Method in class org.restlet.ext.xml.SaxRepresentation
 
getInputSource() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns the XML representation as a SAX input source.
getInputStream() - Method in class org.restlet.engine.io.InputStreamChannel
Returns the underlying input stream.
getInputStream() - Method in class org.restlet.engine.io.PipeStream
Returns a new input stream that can read from the pipe.
getInputStream() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the input stream.
getInputStream() - Method in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
getInputStream() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getInputStream(CharSequence, String) - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
Returns an InputStream, that returns the right encoded data according to the given CharacterSet.
getInputStreamResponseListener() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the input stream response listener.
getInstance() - Static method in class org.restlet.engine.Engine
Returns the registered Restlet engine.
getInstance() - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the current instance of AnnotationUtils.
getInstance() - Static method in class org.restlet.ext.jaxrs.internal.client.JaxRsAnnotationUtils
Deprecated.
Returns the current instance.
getInstance(Class<T>) - Method in interface org.restlet.ext.jaxrs.ObjectFactory
Deprecated.
Creates an instance of the given class.
If the concrete instance could not instantiate the given class, it could return null.
getInstance(ObjectFactory) - Method in class org.restlet.ext.jaxrs.internal.wrappers.PerRequestRootResourceClass
Deprecated.
Creates an or gets the instance of this root resource class.
getInstance(ObjectFactory) - Method in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
Creates an or gets the instance of this root resource class.
getInstance(ObjectFactory) - Method in class org.restlet.ext.jaxrs.internal.wrappers.SingletonRootResourceClass
Deprecated.
Creates an or gets the instance of this root resource class.
getInstanceSize() - Method in class org.restlet.data.Range
Returns the total size of the instance in number of bytes (or range unit).
getInt(Node, int) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parses a node and returns the int value.
getInterestOperations() - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
getInterestOperations() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
getInterestOperations() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
getInterestOperations() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the operations of interest.
getInterestOperations() - Method in class org.restlet.util.SelectionRegistration
Returns the IO operations interest.
getInternalRouter() - Method in class org.restlet.Component
Returns the private internal router where Restlets like Applications can be attached.
getIoState() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the IO state.
getIpAddress(String) - Static method in class org.restlet.routing.VirtualHost
Returns the IP address of a given domain name.
getItemIterator(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
Processes an RFC 1867 compliant multipart/form-data input representation.
getJarEntryPath() - Method in class org.restlet.data.LocalReference
Returns the JAR entry path.
getJarFileRef() - Method in class org.restlet.data.LocalReference
Returns the JAR file reference.
getJavaActualType(Class<?>, Type) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the actual type for a given generic type.
getJavaActualType(Class<?>, String) - Static method in class org.restlet.engine.resource.AnnotationInfo
Returns the actual type for a given generic type name.
getJavaActualType(Type, String) - Static method in class org.restlet.engine.resource.AnnotationInfo
Returns the actual type for a given generic type name.
getJavaClass() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the resource interface value.
getJavaInputType(int) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the generic type for the given input parameter.
getJavaInputTypes() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the input types of the Java method.
getJavaMajorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the first digit of the version number of the Java Runtime Environment (e.g.
getJavaMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the annotated Java method.
getJavaMinorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the second digit of the version number of the Java Runtime Environment (e.g.
getJavaOutputType() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the output type of the Java method.
getJavaUpdateVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the update release number of the Java Runtime Environment (e.g.
getJaxbContext(Class<?>) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
getJaxbRepresentation() - Method in class org.restlet.ext.jaxb.internal.Marshaller
Returns the parent JAXB representation.
getJaxbSource() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns a JAXB SAX source.
getJaxRsClass() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
getJaxRsHttpHeaders(Request) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the request headers as MultivaluedMap.
getJaxRsReader() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyReader
Deprecated.
Returns the JAX-RS MessageBodyReader.
getJaxRsReader() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getJaxRsResourceObject() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceObject
Deprecated.
 
getJaxRsRespHeaders() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
getJaxRsRestlet() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns the used JaxRsRestlet.
getJaxRsWriter() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
Returns the JAX-RS MessageBodyWriter.
getJaxRsWriter() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getJsonArray() - Method in class org.restlet.ext.json.JsonRepresentation
Gets the wrapped JSON array or converts the wrapped representation if needed.
getJsonObject() - Method in class org.restlet.ext.json.JsonRepresentation
Gets the wrapped JSON object or converts the wrapped representation if needed.
getJsonText() - Method in class org.restlet.ext.json.JsonRepresentation
Returns the JSON text for the wrapped JSON object or representation.
getJsonTokener() - Method in class org.restlet.ext.json.JsonRepresentation
Gets the wrapped JSON tokener or converts the wrapped representation if needed.
getKey() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.Entry
Deprecated.
 
getKeyManagerAlgorithm() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the name of the KeyManager algorithm.
getKeys() - Method in class org.restlet.ext.velocity.TemplateRepresentation.ResolverContext
Returns null since a resolver does not know by advance the whole values.
getKeyStoreKeyPassword() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the password for the key in the keystore (as a String).
getKeyStorePassword() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the password for the keystore (as a String).
getKeyStorePath() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the path to the KeyStore file.
getKeyStoreProvider() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the name of the keystore provider.
getKeyStoreType() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the keyStore type of the keystore.
getKeywords() - Method in class org.restlet.ext.rdf.internal.turtle.Context
Returns the list of known keywords.
getLabel() - Method in class org.restlet.ext.atom.Category
Returns the label.
getLanguage() - Method in class org.restlet.engine.application.MetadataExtension
Returns the language.
getLanguage() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getLanguage() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getLanguage() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
getLanguage() - Method in class org.restlet.ext.rdf.Literal
Returns the optional language.
getLanguage() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the language of that documentation element.
getLanguage(String) - Method in class org.restlet.service.MetadataService
Returns the language associated to this extension.
getLanguageParameter() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted language.
getLanguagePrefs() - Method in class org.restlet.engine.application.FlexibleConneg
Returns the enriched list of language preferences.
getLanguagePrefs() - Method in class org.restlet.engine.application.StrictConneg
Returns the enriched list of language preferences.
getLanguages() - Method in class org.restlet.representation.Variant
Returns the modifiable list of languages.
getLanguages() - Method in class org.restlet.util.WrapperRepresentation
 
getLanguagesAsString(Representation) - Method in class org.restlet.engine.util.CallResolver
 
getLast() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.GetLastPathSegment
Deprecated.
 
getLast(K) - Method in class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
A shortcut to get the last value of the supplied key.
getLast(K) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
Returns the last element for the given key.
getLast(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the last route match for a given call.
getLastActivity() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the timestamp of the last IO activity.
getLastElement(Iterable<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the last element of the given Iterable.
getLastElement(Iterator<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the last element of the given Iterator.
getLastElement(List<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the last element of the given List.
getLastElementOrNull(Iterable<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the last element of the given Iterable, or null, if the iterable is empty.
getLastElementOrNull(Iterator<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the last element of the given Iterator, or null, if the iterator is empty.
getLastInboundFilter() - Method in class org.restlet.engine.CompositeHelper
Returns the last inbound filter.
getLastMatrixParamEnc(MatrixParam) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns the last matrix parameter with the given name; leaves it encoded.
getLastModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
getLastName() - Method in class org.restlet.security.User
Returns the last name.
getLastOutboundFilter() - Method in class org.restlet.engine.CompositeHelper
Returns the last outbound filter.
getLastPathParamEnc(PathParam) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
GetLastPathSegment(ThreadLocalizedContext) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.GetLastPathSegment
Deprecated.
 
getLastPathSegmentEnc(PathParam) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getLastSegment() - Method in class org.restlet.data.Reference
Returns the last segment of a hierarchical path.
For example the "/a/b/c" and "/a/b/c/" paths have the same segments: "a", "b", "c.
Note that no URI decoding is done by this method.
getLastSegment(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded last segment.
getLastSegment(boolean, boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded last segment.
getLatin1Bytes(String) - Static method in class org.restlet.engine.util.StringUtils
Encodes the given String into a sequence of bytes using the Latin1 character set.
getLeaveEncoded(Annotation[]) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
Returns true, if one of the annotations is @Encoded
getLength() - Method in class org.restlet.ext.atom.Link
Returns the advisory length of the linked content in octets.
getLength() - Method in class org.restlet.ext.xml.NodeList
{@inheritDoc org.w3c.dom.NodeList#getLength()}
getLexicalUnits() - Method in class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
 
getLexicalUnits() - Method in class org.restlet.ext.rdf.internal.turtle.ListToken
 
getLineBuilder() - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Returns the line builder to parse chunk size or trailer.
getLineBuilder() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the line builder.
getLineBuilderState() - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Returns the line builder state.
getLineBuilderState() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the line builder state.
getLineWidth() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the maximum number of characters per line.
getLink() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the link element.
getLink(Relation) - Method in class org.restlet.ext.atom.Entry
Returns the first available link with a given relation type.
getLinked() - Method in class org.restlet.ext.rdf.RdfClientResource
Returns all the linked resources, based on the RDF representation exposed.
getLinked(Collection<Reference>) - Method in class org.restlet.ext.rdf.RdfClientResource
Returns the linked resources, based on the RDF representation exposed.
getLinked(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
Returns the linked resources, based on the RDF representation exposed.
getLinks() - Method in class org.restlet.ext.atom.Entry
Returns the references from the entry to Web resources.
getLinks() - Method in class org.restlet.ext.atom.Feed
Returns the references from the entry to Web resources.
getLinks() - Method in class org.restlet.ext.atom.Source
Returns the references from the entry to Web resources.
getLinks() - Method in class org.restlet.ext.rdf.RdfClientResource
Returns the links exposed by this resource.
getLiteral(String, String, Language) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns a Literal object according to the given parameters.
getLiterals() - Method in class org.restlet.ext.rdf.RdfClientResource
Returns all the linked literals, based on the RDF representation exposed.
getLiterals(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
Returns the linked literals, based on the RDF representation exposed.
getLoadOptions() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the loading options.
getLoadScore() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns a score representing the connection load and that could be compared with other connections of the same parent connector.
getLoadScore() - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
getLoadScore() - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
getLoadScore() - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
getLoadScore() - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
getLoadScore() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns a score representing the way load and that could be compared with other ways of the same parent connection.
getLocalAddress() - Static method in class org.restlet.engine.adapter.ClientCall
Returns the local IP address or 127.0.0.1 if the resolution fails.
getLocalHostAddress() - Static method in class org.restlet.routing.VirtualHost
Returns the local host IP address.
getLocalHostName() - Static method in class org.restlet.routing.VirtualHost
Returns the local host name.
getLocalSecret(String) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Returns the local secret associated to a given identifier.
getLocalSecret(String) - Method in class org.restlet.security.LocalVerifier
Returns the local secret associated to a given identifier.
getLocalSecret(String) - Method in class org.restlet.security.MapVerifier
 
getLocalSecrets() - Method in class org.restlet.security.MapVerifier
Returns the map of local secrets.
getLocation(Reference, Request) - Method in class org.restlet.routing.Redirector
Computes the new location of the given reference, after applying the redirection template.
getLocationRef() - Method in class org.restlet.representation.Variant
Returns an optional location reference.
getLocationRef() - Method in class org.restlet.resource.Resource
Returns the reference that the client should follow for redirections or resource creations.
getLocationRef() - Method in class org.restlet.Response
Returns the location reference.
getLocationRef() - Method in class org.restlet.util.WrapperRepresentation
 
getLocationRef() - Method in class org.restlet.util.WrapperResponse
Returns the reference that the client should follow for redirections or resource creations.
getLock() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Returns the lock on which multiple thread can synchronize to ensure safe access to the underlying byte buffer which isn't thread safe.
getLogFormatter() - Static method in class org.restlet.engine.Engine
Returns the general log formatter.
getLoggableTemplate() - Method in class org.restlet.service.LogService
Returns the URI template of loggable resource references.
getLogger() - Method in class org.restlet.Context
Returns the logger.
getLogger() - Method in class org.restlet.engine.adapter.Adapter
Returns the logger.
getLogger() - Method in class org.restlet.engine.adapter.Call
Returns the logger.
getLogger() - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Returns the component's logger.
getLogger() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet logger.
getLogger() - Method in class org.restlet.engine.security.AuthenticatorHelper
Returns the context's logger.
getLogger() - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
getLogger() - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbElementProvider
Deprecated.
 
getLogger() - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
 
getLogger() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the logger.
getLogger() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the logger.
getLogger() - Method in class org.restlet.resource.Resource
Returns the logger.
getLogger() - Method in class org.restlet.Restlet
Returns the context's logger.
getLogger() - Method in class org.restlet.routing.Template
Returns the logger to use.
getLogger() - Method in class org.restlet.util.WrapperRestlet
 
getLogger(Class<?>) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Class<?>) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the given logger name.
getLogger(String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the given logger name.
getLogger(String) - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
Returns an instance of Slf4jLogger, wrapping the result of LoggerFactory.getLogger(String) with the logger name.
getLoggerFacade() - Method in class org.restlet.engine.Engine
Returns the logger facade to use.
getLoggerName() - Method in class org.restlet.service.LogService
Returns the name of the JDK's logger to use when logging access calls.
getLoggerName(String, Object) - Static method in class org.restlet.engine.log.LogUtils
Returns a non-null logger name.
getLogin(Request) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Returns the request login.
getLoginFormPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the URI path of the HTML login form to use to challenge the user.
getLoginPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the login URI path to intercept.
getLogLevel() - Static method in class org.restlet.engine.Engine
Returns the general log level.
getLogo() - Method in class org.restlet.ext.atom.Feed
Returns the image that provides visual identification for a feed.
getLogo() - Method in class org.restlet.ext.atom.Source
Returns the image that provides visual identification for a feed.
getLogoutPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the logout URI path to intercept.
getLogPropertiesRef() - Method in class org.restlet.service.LogService
Returns the URI reference of the log properties.
getLogService() - Method in class org.restlet.Component
Returns the global log service.
getLong(Node, long) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parses a node and returns the long value.
getLowResourceMonitorIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor idle timeout in milliseconds.
getLowResourceMonitorMaxConnections() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor max connections.
getLowResourceMonitorMaxMemory() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor max memory in bytes.
getLowResourceMonitorPeriod() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor period in milliseconds.
getLowResourceMonitorStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor stop timeout in milliseconds.
getLowResourceMonitorThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Low resource monitor, whether to check if we're low on threads.
getLowThreads() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the number of threads for the overload state.
getMail(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Get the mail representation according to its identifier.
getMailboxChallengeScheme() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the scheme of the mailbox challenge.
getMailboxLogin() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the login for the mailbox.
getMailboxPassword() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the password for the mailbox.
getMailboxUri() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the URI of the mailbox.
getMailIdentifiers() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the list of identifiers for the mails in the inbox
getMailRef(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the reference of a mail according to its identifier.
getMailUriTemplate() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the template of the mail's URI.
getMainAgentProduct() - Method in class org.restlet.data.ClientInfo
Returns a Product object based on the name of the user agent.
getMainType() - Method in class org.restlet.data.MediaType
Returns the main type.
getMarshaller() - Method in class org.restlet.ext.jaxb.internal.Marshaller
Returns the JAXB marshaller.
getMatch() - Method in class org.restlet.data.Conditions
Returns the modifiable list of tags that must be matched.
getMatched() - Method in class org.restlet.ext.jaxrs.internal.util.MatchingResult
Deprecated.
Returns the matched uri path.
getMatchedResources() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
current state of the matchedResources
getMatchedResources() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getMatchedURIs() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
current state of the matchedURIs
getMatchedURIs() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getMatchedURIs(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getMatchingMode() - Method in class org.restlet.routing.Template
Returns the matching mode to use when parsing a formatted reference.
getMatchingMode() - Method in class org.restlet.routing.TemplateRoute
Returns the matching mode to use on the template when parsing a formatted reference.
getMatchingMode(Restlet) - Method in class org.restlet.routing.Router
Returns the matching mode for the target Restlet.
getMatrix() - Method in class org.restlet.data.Reference
Returns the optional matrix for hierarchical identifiers.
getMatrix() - Method in class org.restlet.resource.Resource
Returns the resource reference's optional matrix.
getMatrix(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded matrix.
getMatrixAsForm() - Method in class org.restlet.data.Reference
Returns the optional matrix as a form.
getMatrixAsForm(CharacterSet) - Method in class org.restlet.data.Reference
Returns the optional matrix as a form submission.
getMatrixParameters() - Method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
Get a map of the decoded (or encoded?) matrix parameters associated with the path segment
getMatrixParameters() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.GetLastPathSegment
Deprecated.
 
getMatrixString() - Method in class org.restlet.data.Form
Formats the form as a matrix path string.
getMatrixString() - Method in class org.restlet.ext.html.FormDataSet
Formats the form as a matrix path string.
getMatrixString(CharacterSet) - Method in class org.restlet.data.Form
Formats the form as a query string.
getMatrixValue(String) - Method in class org.restlet.resource.Resource
Returns the first value of the matrix parameter given its name if existing, or null.
getMaxAge() - Method in class org.restlet.data.CookieSetting
Returns the maximum age in seconds.
getMaxAge() - Method in class org.restlet.engine.application.CorsFilter
Indicates how long (in seconds) the results of a preflight 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.
getMaxAge() - Method in class org.restlet.engine.application.CorsResponseHelper
Indicates how long (in seconds) the results of a preflight 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.
getMaxAge() - Method in class org.restlet.service.CorsService
Indicates how long (in seconds) the results of a preflight 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.
getMaxAttempts() - Method in class org.restlet.routing.Router
Returns the maximum number of attempts if no attachment could be matched on the first attempt.
getMaxConnectionsPerDestination() - Method in class org.restlet.ext.jetty.HttpClientHelper
Sets the max number of connections to open to each destination.
getMaxConnectionsPerHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the maximum number of connections that will be created for any particular host.
getMaxConnectionsPerHost() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the maximum concurrent connections per host (IP address).
getMaxCookieAge() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the maximum age of the log info cookie.
getMaxForwards() - Method in class org.restlet.Request
Returns the maximum number of intermediaries.
getMaxForwards() - Method in class org.restlet.resource.Resource
Returns the maximum number of intermediaries.
getMaxForwards() - Method in class org.restlet.util.WrapperRequest
 
getMaxIoIdleTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the time for an idle IO connection or request to wait for an operation before being closed.
getMaxIoIdleTimeMs() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the time for an idle IO connection to wait for an operation before being closed.
getMaxQueued() - Method in class org.restlet.engine.connector.NetServerHelper
Returns the maximum number of calls that can be queued if there aren't any worker thread available to service them.
getMaxQueued() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the maximum number of calls that can be queued if there aren't any worker thread available to service them.
getMaxRedirects() - Method in class org.restlet.ext.jetty.HttpClientHelper
The max number of HTTP redirects that are followed.
getMaxRedirects() - Method in class org.restlet.resource.ClientResource
Returns the maximum number of redirections that can be automatically followed for a single call.
getMaxRequestAge() - Method in class org.restlet.ext.crypto.AwsAuthenticator
Returns the maximum age of a request, in milliseconds, before it is considered stale.
getMaxRequestAge() - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Returns the maximum age of a request, in milliseconds, before it is considered stale.
getMaxRequestsQueuedPerDestination() - Method in class org.restlet.ext.jetty.HttpClientHelper
Sets the max number of requests that may be queued to a destination.
getMaxServerNonceAge() - Method in class org.restlet.ext.crypto.DigestAuthenticator
Returns the number of milliseconds between each mandatory nonce refresh.
getMaxThreadIdleTimeMs() - Method in class org.restlet.engine.connector.NetServerHelper
Returns the time for an idle thread to wait for an operation before being collected.
getMaxThreadIdleTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the time for an idle thread to wait for an operation before being collected.
getMaxThreads() - Method in class org.restlet.engine.connector.NetServerHelper
Returns the maximum threads that will service requests.
getMaxThreads() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the maximum threads that will service requests.
getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the maximum number of active connections.
getMaxTotalConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the maximum number of concurrent connections allowed.
getMediaType() - Method in class org.restlet.engine.application.MetadataExtension
Returns the media type.
getMediaType() - Method in class org.restlet.engine.header.ContentType
Returns the media type.
getMediaType() - Method in class org.restlet.ext.html.FormData
Returns the media type of the value representation.
getMediaType() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the media type of the request entity
getMediaType() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getMediaType() - Method in exception org.restlet.ext.jaxrs.internal.exceptions.NoMessageBodyReaderException
Deprecated.
Returns the media type for which (in combination with the java parameter type, see NoMessageBodyReaderException.getParamType()) no MessageBodyReader was found.
getMediaType() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the media type of that element.
getMediaType() - Method in class org.restlet.representation.Variant
Returns the media type.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
getMediaType() - Method in class org.restlet.util.WrapperRepresentation
 
getMediaType(String) - Method in class org.restlet.ext.atom.internal.EntryContentReader
Returns a media type from an Atom type attribute.
getMediaType(String) - Method in class org.restlet.ext.atom.internal.FeedContentReader
Returns a media type from an Atom type attribute.
getMediaType(String) - Method in class org.restlet.service.MetadataService
Returns the mediatype associated to this extension.
getMediaType(MultivaluedMap<String, Object>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the Restlet MediaType of the given http headers (e.g.
getMediaTypeAll() - Static method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Creates a SortedMetadata collection with exactly the MediaType '*/*''
getMediaTypeParameter() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted media type.
getMediaTypePrefs() - Method in class org.restlet.engine.application.FlexibleConneg
Returns the enriched list of media type preferences.
getMediaTypePrefs() - Method in class org.restlet.engine.application.StrictConneg
Returns the enriched list of media type preferences.
getMediaTypeWithoutParams(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Creates a MediaType without any parameters.
getMediaTypeWithoutParams(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Creates a MediaType without any parameters.
getMediumName() - Method in enum org.restlet.engine.Edition
Returns the medium size name of the edition.
getMemberGroups() - Method in class org.restlet.security.Group
Returns the modifiable list of member groups.
getMemberUsers() - Method in class org.restlet.security.Group
 
getMessage() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the current message processed.
getMessageBodyReader(Class<T>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
getMessageBodyWriter(Class<T>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
getMessages() - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
Returns the queue of messages.
getMessages() - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
Returns the queue of messages.
getMessages() - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
Returns the queue of messages.
getMessages() - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
Returns the queue of messages.
getMessageState() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the message state.
getMetadata() - Method in class org.restlet.data.Preference
Returns the metadata associated with this preference.
getMetadata() - Method in class org.restlet.engine.application.MetadataExtension
Returns the metadata.
getMetadata() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
getMetadata() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
Get metadata associated with the response as a map.
getMetadata(String) - Method in class org.restlet.engine.application.TunnelFilter
Returns the metadata associated to the given extension using the MetadataService.
getMetadata(String) - Method in class org.restlet.service.MetadataService
Returns the metadata associated to this extension.
getMetadata(String, Class<T>) - Method in class org.restlet.service.MetadataService
Returns the metadata associated to this extension.
getMetadataService() - Method in class org.restlet.Application
Returns the metadata service.
getMetadataService() - Method in class org.restlet.engine.application.TunnelFilter
Returns the metadata service of the parent application.
getMetadataService() - Method in class org.restlet.engine.local.Entity
Returns the metadata service to use.
getMetadataService() - Method in class org.restlet.engine.RestletHelper
Returns the metadata service.
getMetadataService() - Method in class org.restlet.resource.Resource
Returns the application's metadata service or create a new one.
getMetadataService() - Method in class org.restlet.service.StatusService
Returns the service used to select the preferred variant.
getMethod() - Method in class org.restlet.engine.adapter.Call
Returns the request method.
getMethod() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getMethod() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getMethod() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getMethod() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Returns the request method.
getMethod() - Method in class org.restlet.Request
Returns the method.
getMethod() - Method in class org.restlet.resource.Resource
Returns the method.
getMethod() - Method in class org.restlet.util.WrapperRequest
Returns the method.
getMethodAnnotation(List<AnnotationInfo>, Method) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Java method.
getMethodAnnotation(List<AnnotationInfo>, Method, Form, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Restlet method.
getMethodFromClass(Class<?>, Method) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Looks for the method with the same signature as the given method in the given class.
getMethodHeader() - Method in class org.restlet.service.TunnelService
Returns the name of the header containing the method name.
getMethodParameter() - Method in class org.restlet.service.TunnelService
Returns the method parameter name.
getMethods() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the list of method elements.
getMethods() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of supported methods.
getMethods() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Returns the list of supported methods.
getMethodsByName(Class<?>, String) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns all public Methods of the class with the given name (case-sensitive)
getMethodsForPath(RemainingPath) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Return all resource methods for the given path, ignoring HTTP method, consumed or produced mimes and so on.
getMinimumSize() - Method in class org.restlet.service.EncoderService
Returns the minimum size a representation must have before compression is done.
getMinThreads() - Method in class org.restlet.engine.connector.NetServerHelper
Returns the minimum threads waiting to service requests.
getMinThreads() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the minimum threads waiting to service requests.
getMixedContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the mixed content of that element.
getMixedContentState() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Returns the current state when processing mixed content sections.
getMode() - Method in class org.restlet.ext.xml.Transformer
Returns the transformation mode.
getMode() - Method in class org.restlet.routing.Redirector
Returns the redirection mode.
getModificationDate() - Method in class org.restlet.representation.RepresentationInfo
Returns the last date when this representation was modified.
getModificationDate() - Method in class org.restlet.util.WrapperRepresentation
 
getModificationDateAsString(Representation) - Method in class org.restlet.engine.util.CallResolver
 
getModifiedSince() - Method in class org.restlet.data.Conditions
Returns the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Modified-Since" header.
getMostSpecific(MediaType...) - Static method in class org.restlet.data.MediaType
Returns the first of the most specific media type of the given array of MediaTypes.
getMultipartBoundary() - Method in class org.restlet.ext.html.FormDataSet
Returns the boundary separating multipart entries.
getMutableHeaders() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getName() - Method in class org.restlet.data.CacheDirective
Returns the name.
getName() - Method in class org.restlet.data.ChallengeScheme
Returns the name.
getName() - Method in class org.restlet.data.Cookie
Returns the name.
getName() - Method in class org.restlet.data.Expectation
Returns the name.
getName() - Method in class org.restlet.data.Header
Returns the name.
getName() - Method in class org.restlet.data.Metadata
Returns the name (ex: "text/html" or "compress" or "iso-8851-1").
getName() - Method in class org.restlet.data.Method
Returns the name.
getName() - Method in class org.restlet.data.Parameter
 
getName() - Method in class org.restlet.data.Product
Returns the product name.
getName() - Method in class org.restlet.data.Protocol
Returns the name.
getName() - Method in class org.restlet.data.RecipientInfo
Returns the host name and port number or a pseudonym.
getName() - Method in class org.restlet.data.Tag
Returns the name, corresponding to an HTTP opaque tag value.
getName() - Method in class org.restlet.engine.application.MetadataExtension
Returns the extension name.
getName() - Method in class org.restlet.engine.local.Entity
Returns the name.
getName() - Method in class org.restlet.engine.local.FileEntity
 
getName() - Method in class org.restlet.engine.local.ZipEntryEntity
 
getName() - Method in class org.restlet.engine.util.StringUtils.CharacterEntity
Returns the name of the entity.
getName() - Method in class org.restlet.ext.atom.Generator
Returns the human-readable name for the generating agent.
getName() - Method in class org.restlet.ext.atom.Person
Returns the human-readable name.
getName() - Method in class org.restlet.ext.atom.Relation
Returns the name of the relation.
getName() - Method in class org.restlet.ext.html.FormData
Returns the name of the associated form control.
getName() - Method in class org.restlet.ext.jaas.JaasVerifier
Returns the JAAS login context name.
getName() - Method in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
Returns the name of the method
getName() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
getName() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.ResourceMethodOrLocator
Deprecated.
 
getName() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the name of the method.
getName() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the name of this element.
getName() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the name of this documented resource.
getName() - Method in class org.restlet.resource.ServerResource
Returns the display name.
getName() - Method in class org.restlet.Restlet
Returns the display name.
getName() - Method in class org.restlet.security.Group
Returns the display name.
getName() - Method in class org.restlet.security.Realm
Returns the name.
getName() - Method in class org.restlet.security.Role
Returns the name.
getName() - Method in class org.restlet.security.User
Returns the user identifier.
getName() - Method in interface org.restlet.util.NamedValue
Returns the name of this parameter.
getName() - Method in class org.restlet.util.WrapperRestlet
 
getName(int) - Method in class org.restlet.engine.util.StringUtils.CharacterEntitySolver
Returns the entity name according to its numeric value.
getName(int) - Static method in class org.restlet.util.SelectionRegistration
Returns the name of the given IO operation.
getNames() - Method in class org.restlet.util.Series
Returns the set of parameter names (case sensitive).
getNamespace(Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
Returns the namespace of the given reference.
getNamespacePrefixMapper() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the optional namespace prefix mapper for marshalling.
getNamespaces() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the map of namespaces used in the WADL document.
getNamespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns the map of namespaces.
getNamespaceURI(String) - Method in class org.restlet.ext.xml.XmlRepresentation
{@inheritDoc javax.xml.namespace.NamespaceContext#getNamespaceURI(java.lang.String}
getNewCookies() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
getNewRegistrations() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Returns the queue of new selection registrations.
getNext() - Method in class org.restlet.resource.ClientResource
Returns the next Restlet.
getNext() - Method in class org.restlet.routing.Filter
Returns the next Restlet.
getNext() - Method in class org.restlet.Server
Returns the next Restlet.
getNext() - Method in class org.restlet.util.ServerList
Returns the next Restlet.
getNext(Request, Response) - Method in class org.restlet.engine.component.ClientRouter
 
getNext(Request, Response) - Method in class org.restlet.routing.Router
Returns the next Restlet if available.
getNext(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns a next route match in a round robin mode for a given call.
getNextRouter(Restlet) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the next router available.
getNextServerNonce() - Method in class org.restlet.data.AuthenticationInfo
Returns the next server nonce.
getNode(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a DOM Node.
getNodes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a DOM NodeList.
getNoNamespaceSchemaLocation() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the "xsi:noNamespaceSchemaLocation" attribute in the generated XML data.
getNonceCount() - Method in class org.restlet.data.AuthenticationInfo
Returns the nonce-count value.
getNoneMatch() - Method in class org.restlet.data.Conditions
Returns the modifiable list of tags that mustn't match.
getNoNonDefCaprGroups() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
getNoOfCapturingGroups() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
getNoOfLiteralChars() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
See Footnode to JSR-311-Spec, Section 2.6, Algorithm, Part 1e
getNoResMethodHandler() - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Returns the Restlet that is called, if no resource method class could be found.
getNoResMethodHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the Restlet that is called, if no resource method class could be found.
getNoResourceClHandler() - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Returns the Restlet that is called, if no resource class could be found.
getNoResourceClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the Restlet that is called, if no resource class could be found.
getNoRootResClHandler() - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Returns the Restlet that is called, if no root resource class could be found.
getNoRootResClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the Restlet that is called, if no root resource class could be found.
getNumber(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a number.
getNumericValue() - Method in class org.restlet.engine.util.StringUtils.CharacterEntity
Returns the numeric value of the entity.
getObject() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the wrapped object either parsed from the representation or to be formatted.
getObject() - Method in class org.restlet.ext.emf.internal.EmfHtmlWriter
Deprecated.
Returns the EMF object to write.
getObject() - Method in class org.restlet.ext.gson.GsonRepresentation
Returns the wrapped object, deserializing the representation with Gson if necessary.
getObject() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the wrapped object, deserializing the representation with Jackson if necessary.
getObject() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the wrapped Java object.
getObject() - Method in class org.restlet.representation.ObjectRepresentation
Returns the represented object.
getObjectClass() - Method in class org.restlet.ext.gson.GsonRepresentation
Returns the object class to instantiate.
getObjectClass() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the object class to instantiate.
getObjectClasses(Variant) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of object classes that can be converted from a given variant.
getObjectClasses(Variant) - Method in class org.restlet.engine.converter.DefaultConverter
 
getObjectClasses(Variant) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.atom.AtomConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
getObjectClasses(Variant) - Method in class org.restlet.ext.gson.GsonConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.html.HtmlConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.jackson.JacksonConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.javamail.JavaMailConverter
Deprecated.
 
getObjectClasses(Variant) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.json.JsonConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.rdf.RdfConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.velocity.VelocityConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
getObjectClasses(Variant) - Method in class org.restlet.ext.xml.XmlConverter
 
getObjectClasses(Variant) - Method in class org.restlet.service.ConverterService
Returns the list of object classes that can be converted from a given variant.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the modifiable Jackson object mapper.
getObjectReader() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the modifiable Jackson object reader.
getObjectWriter() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the modifiable Jackson object writer.
getOnError() - Method in class org.restlet.Message
Returns the callback invoked when an error occurs when sending the message.
getOnlyElement(Collection<A>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the only element of the list, or null, if the List is null or empty.
getOnlyMetadataName(List<? extends Metadata>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the Name of the only element of the list of the given Metadata.
getOnResponse() - Method in class org.restlet.Request
Returns the callback invoked on response reception.
getOnResponse() - Method in class org.restlet.resource.ClientResource
Returns the callback invoked on response reception.
getOnResponse() - Method in class org.restlet.util.WrapperRequest
 
getOnSent() - Method in class org.restlet.Message
Returns the callback invoked after sending the message.
getOnSent() - Method in class org.restlet.resource.ClientResource
Returns the callback invoked after sending the request.
getOnSent() - Method in class org.restlet.resource.ServerResource
Returns the callback invoked after sending the response.
getOpaque() - Method in class org.restlet.data.ChallengeMessage
Returns an opaque string of data which should be returned by the client unchanged.
getOptions() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the list of option elements for that element.
getOriginalRef() - Method in class org.restlet.Request
Returns the original reference as requested by the client.
getOriginalRef() - Method in class org.restlet.resource.Resource
Returns the original reference as requested by the client.
getOriginalRef() - Method in class org.restlet.util.WrapperRequest
 
getOriginalRef(Reference, Series<Header>) - Static method in class org.restlet.engine.util.ReferenceUtils
Returns the original reference especially by detecting potential proxy forwardings.
getOutboundBufferSize() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the size of the content buffer for sending responses.
getOutboundBufferSize() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the size of the content buffer for sending responses.
getOutboundBufferSize() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
 
getOutboundMessages() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the queue of outbound messages pending for handling.
getOutboundNext() - Method in class org.restlet.engine.CompositeHelper
Returns the next Restlet in the outbound chain.
getOutboundRoot() - Method in class org.restlet.Application
Returns the outbound root Restlet.
getOutboundWay() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the outbound way.
getOutput() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the output part of the annotation value.
getOutputHeaders() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
getOutputProperties() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the modifiable map of JAXP transformer output properties.
getOutputStream() - Method in class org.restlet.engine.io.PipeStream
Returns a new output stream that can write into the pipe.
getOutputStream() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
getOwner() - Method in class org.restlet.Restlet
Returns the owner(s).
getOwner() - Method in class org.restlet.util.WrapperRestlet
 
getPacketBufferSize() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the suggested SSL packet buffer size.
getParameter(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the first parameter found in the current context (entity, query, headers, etc) with the given name.
getParameter(String, String, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
getParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
getParameters() - Method in class org.restlet.Context
Returns the modifiable series of parameters.
getParameters() - Method in class org.restlet.data.ChallengeMessage
Returns the modifiable series of scheme parameters.
getParameters() - Method in class org.restlet.data.Disposition
Returns the list of disposition parameters.
getParameters() - Method in class org.restlet.data.Expectation
Returns the list of parameters.
getParameters() - Method in class org.restlet.data.MediaType
Returns the unmodifiable list of parameters corresponding to subtype modifiers.
getParameters() - Method in class org.restlet.data.Preference
Returns the modifiable list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the modifiable map of JAXP transformer parameters.
getParameters() - Method in class org.restlet.security.Realm
Returns the modifiable series of parameters.
getParameters(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a collection of parameters found in the current context (entity, query, headers, etc) given a parameter name.
getParameters(String, Map<String, Object>, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getParameters(ParameterInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns a collection of parameters objects contained in the current context (entity, query, headers, etc) given a ParameterInfo instance.
getParameters(Representation, Map<String, Object>) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getParameterStyle(String) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Returns a parameterStyle value according to the given string or null.
getParamType() - Method in exception org.restlet.ext.jaxrs.internal.exceptions.NoMessageBodyReaderException
Deprecated.
Returns the java parameter type for which (in combination with the media type, see NoMessageBodyReaderException.getMediaType()) no MessageBodyReader was found.
getParamValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
getParamValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.CookieParamGetter
Deprecated.
 
getParamValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormParamGetter
Deprecated.
 
getParamValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.HeaderParamGetter
Deprecated.
 
getParamValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.MatrixParamGetter
Deprecated.
 
getParamValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.PathParamGetter
Deprecated.
 
getParamValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.QueryParamGetter
Deprecated.
 
getParamValue(Series<Parameter>, String) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.FormOrQueryParamGetter
Deprecated.
 
getParamValueForPrimitive(String) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
getParent() - Method in class org.restlet.data.CharacterSet
 
getParent() - Method in class org.restlet.data.Encoding
 
getParent() - Method in class org.restlet.data.Language
 
getParent() - Method in class org.restlet.data.MediaType
Returns the parent metadata if available or null.
getParent() - Method in class org.restlet.data.Metadata
Returns the parent metadata if available or null.
getParent() - Method in class org.restlet.engine.local.Entity
Returns the parent directory (if any).
getParent() - Method in class org.restlet.engine.local.FileEntity
 
getParent() - Method in class org.restlet.engine.local.ZipEntryEntity
 
getParent() - Method in class org.restlet.resource.ClientResource
Returns the parent resource.
getParent(Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the parent client resource to proxy calls to the given Java interface into Restlet method calls.
getParentContext() - Method in class org.restlet.engine.util.ChildContext
Returns the parent context.
getParentRef() - Method in class org.restlet.data.Reference
Returns the parent reference of a hierarchical reference.
getParsingMessage() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns a message describing the current state of the parsing process.
getParsingMessage(char[], int, int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns a message describing the current state of the parsing process.
getPassword(Request) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Returns the request password.
getPatchTypes(MediaType) - Method in class org.restlet.service.ConverterService
Returns the list of patch media types available for the given representation types.
getPath() - Method in class org.restlet.data.Cookie
Returns the validity path.
getPath() - Method in class org.restlet.data.Reference
Returns the path component for hierarchical identifiers.
getPath() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
getPath() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the path of the current request relative to the base URI as a string.
getPath() - Method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
 
getPath() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getPath() - Method in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
Returns the Illegal Path.
getPath() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.GetLastPathSegment
Deprecated.
 
getPath() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the path to the value of this parameter (within a parent representation).
getPath() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the URI template for the identifier of the resource.
getPath(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded path component.
getPath(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the path of the current request relative to the base URI as a string.
getPath(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getPathAnnotation(Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the @Path annotation of the given root resource class.
getPathAnnotation(Method) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the @Path annotation of the given sub resource locator.
getPathAnnotationOrNull(Method) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the @Path annotation of the given sub resource locator.
getPathParameters() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the values of any embedded URI template parameters.
getPathParameters() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getPathParameters(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the values of any embedded URI template parameters.
getPathParameters(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getPathRegExp() - Method in class org.restlet.ext.jaxrs.internal.wrappers.AbstractJaxRsWrapper
Deprecated.
 
getPathRegExp() - Method in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
 
getPathRegExp() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.ResourceMethodOrLocator
Deprecated.
 
getPathRegExp() - Method in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
 
getPathRegExp() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.RrcOrRml
Deprecated.
 
getPathSegments() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getPathSegments() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getPathSegments(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the path of the current request relative to the base URI as a list of PathSegment.
getPathSegments(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getPathTemplateDec() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
getPathTemplateEnc() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
getPathTemplateWithoutRegExps(Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the perhaps decoded template of the path annotation.
getPathTemplateWithoutRegExps(Method) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the path template of the given sub resource locator or sub resource method.
getPathTemplateWithoutRegExps(String, Path) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
getPathTemplateWithoutRegExps(Path) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the path from the annotation.
getPattern() - Method in class org.restlet.routing.Template
Returns the pattern to use for formatting or parsing.
getPeerAddress() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the peer address.
getPerRequestRootClassWrapper(Class<?>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
Creates a new JAX-RS root resource class wrapper.
getPort() - Method in class org.restlet.data.ClientInfo
Returns the port number which sent the call.
getPort() - Method in class org.restlet.data.ServerInfo
Returns the port number which received the call.
getPort() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the socket port.
getPort() - Method in class org.restlet.Server
Returns the listening port if specified.
getPredicate(LexicalUnit) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
Returns the given lexical unit as a predicate.
getPredicate(LexicalUnit) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Returns the given lexical unit as a predicate.
getPreferredCharacterSet(List<CharacterSet>) - Method in class org.restlet.data.ClientInfo
Returns the preferred character set among a list of supported ones, based on the client preferences.
getPreferredEncoding(List<Encoding>) - Method in class org.restlet.data.ClientInfo
Returns the preferred encoding among a list of supported ones, based on the client preferences.
getPreferredLanguage(List<Language>) - Method in class org.restlet.data.ClientInfo
Returns the preferred language among a list of supported ones, based on the client preferences.
getPreferredMediaType(List<MediaType>) - Method in class org.restlet.data.ClientInfo
Returns the preferred media type among a list of supported ones, based on the client preferences.
getPreferredMetadata(List<T>, List<Preference<T>>) - Static method in class org.restlet.data.ClientInfo
Returns the preferred metadata taking into account both metadata supported by the server and client preferences.
getPreferredPatch(List<MediaType>) - Method in class org.restlet.data.ClientInfo
Returns the preferred patch among a list of supported ones, based on the client preferences.
getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.engine.application.Conneg
Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
getPreferredVariant(List<? extends Variant>, Request, MetadataService) - Method in class org.restlet.service.ConnegService
Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
getPreferredVariant(List<Variant>) - Method in class org.restlet.resource.ServerResource
Returns the preferred variant among a list of available variants.
getPreferredWadlVariant() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the preferred WADL variant according to the client preferences specified in the request.
getPreferredWadlVariant(Request) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the preferred WADL variant according to the client preferences specified in the request.
getPrefix(String) - Method in class org.restlet.ext.xml.XmlRepresentation
{@inheritDoc javax.xml.namespace.NamespaceContext#getPrefix(java.lang.String}
getPrefix(String) - Method in class org.restlet.ext.xml.XmlWriter
Get the current or preferred prefix for a Namespace URI.
getPrefix(Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
Returns the prefix of the qualified name representing the given reference.
getPrefixes() - Method in class org.restlet.ext.rdf.internal.turtle.Context
Returns the list of known prefixes.
getPrefixes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
{@inheritDoc javax.xml.namespace.NamespaceContext#getPrefixes(java.lang.String}
getPrimaryTag() - Method in class org.restlet.data.Language
Returns the primary tag.
getPrincipal() - Method in class org.restlet.data.ChallengeResponse
Gets the principal associated to the identifier property.
getPrincipals() - Method in class org.restlet.data.ClientInfo
Returns the additional client principals.
getPrincipals(List<Certificate>) - Method in class org.restlet.security.CertificateAuthenticator
Extracts the Principal of the subject to use from a chain of certificate.
getProducedMimes() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Returns the list of produced MediaTypes of the wrapped MessageBodyWriter.
getProducedMimes() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
Returns the list of produced MediaTypes of the wrapped MessageBodyWriter.
getProducedMimes() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Returns the list of produced MediaTypes of the wrapped MessageBodyWriter.
getProducedMimes() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
getProfiles() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the list of locations of one or more meta data profiles.
getProperty(String) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Returns the property by name.
getProperty(String, int) - Static method in class org.restlet.engine.io.IoUtils
 
getProtocol() - Method in class org.restlet.data.RecipientInfo
Returns the protocol used to communicate with the recipient.
getProtocol() - Method in class org.restlet.engine.adapter.Call
Returns the exact protocol (HTTP or HTTPS).
getProtocol() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the secure socket protocol name, "TLS" by default.
getProtocol() - Method in class org.restlet.Request
Returns the protocol used or to be used, if known.
getProtocol() - Method in class org.restlet.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.util.WrapperRequest
Returns the protocol by first returning the baseRef.schemeProtocol property if it is set, or the resourceRef.schemeProtocol property otherwise.
getProtocol(String) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Returns a protocol by its scheme.
getProtocols() - Method in class org.restlet.Connector
Returns the modifiable list of protocols simultaneously supported.
getProtocols() - Method in class org.restlet.engine.connector.ConnectorHelper
Returns the protocols simultaneously supported.
getProviderClassName(String) - Method in class org.restlet.engine.Engine
Parses a line to extract the provider class name.
getProxyChallengeRequests() - Method in class org.restlet.resource.Resource
Returns the list of proxy authentication requests sent by an origin server to a client.
getProxyChallengeRequests() - Method in class org.restlet.Response
Returns the list of authentication requests sent by an origin server to a client.
getProxyChallengeRequests() - Method in class org.restlet.util.WrapperResponse
Returns the list of authentication requests sent by a proxy to a client.
getProxyChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
 
getProxyChallengeResponse() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getProxyChallengeResponse() - Method in class org.restlet.Request
Returns the authentication response sent by a client to a proxy.
getProxyChallengeResponse() - Method in class org.restlet.resource.Resource
Returns the proxy authentication response sent by a client to an origin server.
getProxyChallengeResponse() - Method in class org.restlet.util.WrapperRequest
Returns the authentication response sent by a client to a proxy.
getProxyHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the host name of the HTTP proxy, if specified.
getProxyHost() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Returns the host name of the HTTP proxy, if specified.
getProxyPort() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
getProxyPort() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
getPublished() - Method in class org.restlet.ext.atom.Entry
Returns the moment associated with an event early in the life cycle of the entry.
getQuality() - Method in class org.restlet.data.AuthenticationInfo
Returns the quality of protection.
getQuality() - Method in class org.restlet.data.ChallengeResponse
Returns the chosen quality of protection.
getQuality() - Method in class org.restlet.data.Preference
Returns the quality/preference level.
getQualityOptions() - Method in class org.restlet.data.ChallengeRequest
Returns the available options for quality of protection.
getQuery() - Method in class org.restlet.data.Reference
Returns the optional query component for hierarchical identifiers.
Note that no URI decoding is done by this method.
getQuery() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the optional query part of the annotation value.
getQuery() - Method in class org.restlet.resource.Resource
Returns the resource reference's optional query.
getQuery(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded query component.
getQueryAsForm() - Method in class org.restlet.data.Reference
Returns the optional query component as a form.
getQueryAsForm(boolean) - Method in class org.restlet.data.Reference
Returns the optional query component as a form.
getQueryAsForm(CharacterSet) - Method in class org.restlet.data.Reference
Returns the optional query component as a form submission.
getQueryExtracts() - Method in class org.restlet.routing.Extractor
Returns the list of query extracts.
getQueryParameters() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the URI query parameters of the current request.
getQueryParameters() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getQueryParameters(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getQueryParameters(boolean, boolean) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the URI query parameters of the current request.
getQueryParameters(boolean, boolean) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getQuerySignature(Method, Reference, List<Parameter>, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the AWS SimpleDB authentication compatible signature for the given request and secret.
getQueryString() - Method in class org.restlet.data.Form
Formats the form as a query string.
getQueryString() - Method in class org.restlet.ext.html.FormDataSet
Formats the form as a query string.
getQueryString(CharacterSet) - Method in class org.restlet.data.Form
Formats the form as a query string.
getQueryStringToSign(Method, Reference, List<Parameter>) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the SimpleDB string to sign.
getQueryType() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the media type for the query component of the resource URI.
getQueryValue(String) - Method in class org.restlet.resource.Resource
Returns the first value of the query parameter given its name if existing, or null.
getRandom(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns a random route match for a given call.
getRange() - Method in class org.restlet.engine.application.RangeRepresentation
Returns the range specific to this wrapper.
getRange() - Method in class org.restlet.representation.Representation
Returns the range where in the full content the partial content available should be applied.

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

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

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
getRawValue() - Method in class org.restlet.data.ChallengeMessage
Returns the raw challenge value.
getRdfN3Representation() - Method in class org.restlet.ext.rdf.Graph
Returns a representation in the RDF/n3 format.
getRdfNTriplesRepresentation() - Method in class org.restlet.ext.rdf.Graph
Returns a representation in the RDF/N-Triples format.
getRdfRepresentation() - Method in class org.restlet.ext.rdf.internal.RdfReader
Returns the representation to read.
getRdfTurtleRepresentation() - Method in class org.restlet.ext.rdf.Graph
Returns a representation in the RDF/Turtle format.
getRdfXmlRepresentation() - Method in class org.restlet.ext.rdf.Graph
Returns a representation in the RDF/XML format.
getReadableSelectionChannel() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the underlying socket channel as a readable selection channel.
getReader() - Method in class org.restlet.engine.application.DecodeRepresentation
 
getReader() - Method in class org.restlet.engine.application.EncodeRepresentation
 
getReader() - Method in class org.restlet.engine.application.RangeRepresentation
 
getReader() - Method in class org.restlet.representation.BufferingRepresentation
 
getReader() - Method in class org.restlet.representation.ChannelRepresentation
 
getReader() - Method in class org.restlet.representation.DigesterRepresentation
 
getReader() - Method in class org.restlet.representation.EmptyRepresentation
 
getReader() - Method in class org.restlet.representation.FileRepresentation
 
getReader() - Method in class org.restlet.representation.ReaderRepresentation
 
getReader() - Method in class org.restlet.representation.Representation
Returns a characters reader with the representation's content.
getReader() - Method in class org.restlet.representation.StreamRepresentation
 
getReader() - Method in class org.restlet.representation.StringRepresentation
 
getReader() - Method in class org.restlet.representation.WriterRepresentation
 
getReader() - Method in class org.restlet.util.WrapperRepresentation
 
getReader(InputStream) - Static method in class org.restlet.ext.jaxrs.internal.provider.ReaderProvider
Deprecated.
Returns a Reader wrapping the given entity stream, with respect to the CharacterSet of the entity of the current Request, or UTF-8 if no character set was given or if it is not available
getReader(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
Returns a reader from an input stream and a character set.
getReader(WriterRepresentation) - Static method in class org.restlet.engine.io.IoUtils
Returns a reader from a writer representation.Internally, it uses a writer thread and a pipe stream.
getReadTimeout() - Method in class org.restlet.engine.connector.FtpClientHelper
Returns the read timeout value.
getReadTimeout() - Method in class org.restlet.engine.connector.HttpClientHelper
Returns the read timeout value.
getReadyOperations() - Method in class org.restlet.util.SelectionRegistration
Returns the IO operations ready.
getRealm() - Method in class org.restlet.data.ChallengeMessage
Returns the realm name.
getRealm() - Method in class org.restlet.security.ChallengeAuthenticator
Returns the authentication realm.
getRealm(String) - Method in class org.restlet.Component
Finds the realm with the given name.
getRealms() - Method in class org.restlet.Component
Returns the modifiable list of security realms.
getReasonPhrase() - Method in class org.restlet.data.Status
Returns the reason phrase of this status.
getReasonPhrase() - Method in class org.restlet.engine.adapter.Call
Returns the reason phrase.
getReasonPhrase() - Method in class org.restlet.engine.application.StatusInfo
Returns the short description of the status.
getReasonPhrase() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Returns the response reason phrase.
getReasonPhrase() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the response reason phrase.
getReasonPhrase() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the response reason phrase.
getRecipientsInfo() - Method in class org.restlet.engine.adapter.HttpRequest
 
getRecipientsInfo() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getRecipientsInfo() - Method in class org.restlet.Message
Returns the intermediary recipient information.

Note that when used with HTTP connectors, this property maps to the "Via" headers.
getRedirectQueryName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the name of the query parameter containing the URI to redirect the browser to after login or logout.
getReencodedVariantEntityName(String, String) - Method in class org.restlet.engine.local.EntityClientHelper
Percent-encodes the given percent-decoded variant name of a resource whose percent-encoded name is given.
getReference() - Method in class org.restlet.ext.atom.Service
Returns the hypertext reference.
getReference() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the reference to an representation identifier.
getReference() - Method in class org.restlet.resource.Resource
Returns the URI reference.
getReferenceContent(String, Reference) - Method in class org.restlet.engine.util.CallResolver
Returns the content corresponding to a reference property.
getReferrerRef() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.Request
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.resource.Resource
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.util.WrapperRequest
Returns the referrer reference if available.
getRegexPattern() - Method in class org.restlet.routing.Template
Compiles the URI pattern into a Regex pattern.
getRegexVariables() - Method in class org.restlet.routing.Template
Returns the sequence of Regex variable names as found in the pattern string.
getRegisteredAuthenticators() - Method in class org.restlet.engine.Engine
Returns the list of available authentication helpers.
getRegisteredClients() - Method in class org.restlet.engine.Engine
Returns the list of available client connectors.
getRegisteredConverters() - Method in class org.restlet.engine.Engine
Returns the list of available converters.
getRegisteredProtocols() - Method in class org.restlet.engine.Engine
Returns the list of available protocol connectors.
getRegisteredServers() - Method in class org.restlet.engine.Engine
Returns the list of available server connectors.
getRegistration() - Method in interface org.restlet.engine.io.SelectionChannel
Returns the NIO registration.
getRegistration() - Method in class org.restlet.ext.nio.internal.channel.WrapperSelectionChannel
Deprecated.
Returns the NIO registration.
getRegistration() - Method in class org.restlet.ext.nio.internal.channel.WrapperSocketChannel
Deprecated.
Returns the NIO registration.
getRegistration() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the socket's NIO registration holding the link between the SocketChannel and the Connection.
getRegistration() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Returns the socket's NIO registration holding the link between the channel and the connection.
getRegistration() - Method in class org.restlet.representation.Representation
Returns the NIO registration of the related channel with its selector.
getRegistration() - Method in class org.restlet.util.WrapperRepresentation
 
getRel() - Method in class org.restlet.ext.atom.Link
Returns the link's relation type.
getRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Returns the relationship attribute value.
getRelativePart() - Method in class org.restlet.data.Reference
Returns the relative part of relative references, without the query and fragment.
getRelativePart(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded relative part.
getRelativeRef() - Method in class org.restlet.data.Reference
Returns the current reference as a relative reference to the current base reference.
getRelativeRef(Reference) - Method in class org.restlet.data.Reference
Returns the current reference relatively to a base reference.
getRemainingChunkSize() - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Returns the remaining chunk size that should be read from the source channel.
getRemainingPart() - Method in class org.restlet.data.Reference
Returns the part of the resource identifier remaining after the base reference.
getRemainingPart(boolean) - Method in class org.restlet.data.Reference
Returns the optionally decoded remaining part.
getRemainingPart(boolean, boolean) - Method in class org.restlet.data.Reference
Returns the optionally decoded remaining part with or without the query part of the reference.
getReprClass() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter
Deprecated.
 
getRepresentation(InputStream) - Method in class org.restlet.engine.adapter.Call
Returns the representation wrapping the given stream.
getRepresentation(InputStream) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
 
getRepresentation(String) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a representation of the resource at the target URI.
getRepresentation(String, MediaType) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a representation of the resource at the target URI.
getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.adapter.Call
Returns the representation wrapping the given channel.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.Entity
Returns a representation of this local entity.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.FileEntity
 
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.ZipEntryEntity
 
getRepresentation(Status, Request, Response) - Method in class org.restlet.service.StatusService
getRepresentationAsText(Object) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
getRepresentationMessageClass() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Returns the full name of the class used for generating JavaMail Message instances from an XML representation and a JavaMail Session.
getRepresentations() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the list of representation elements.
getRepresentations() - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Returns the list of supported input representations.
getRepresentations() - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Returns the list of representations
getRepresentationsComparator() - Method in class org.restlet.engine.local.DirectoryServerResource
Allows to sort the list of representations set by the resource.
getRequest() - Method in class org.restlet.engine.application.Conneg
Returns the request including client preferences.
getRequest() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Returns the handled request.
getRequest() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns the Restlet Request
getRequest() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
Returns the wrapped Restlet request.
getRequest() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the input to the method.
getRequest() - Method in class org.restlet.resource.Resource
Returns the handled request.
getRequest() - Method in exception org.restlet.resource.ResourceException
Returns the request associated to this exception.
getRequest() - Method in class org.restlet.Response
Returns the associated request
getRequest() - Method in class org.restlet.util.WrapperResponse
Returns the associated request
getRequest(Method, Object[]) - Method in class org.restlet.engine.resource.ClientInvocationHandler
Allows for child classes to modify the request.
getRequest(Method, Object[]) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
getRequest(Response) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the parent request of this response.
getRequestAttributes() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
Returns the attributes of the current Restlet Request .
getRequestAttributes() - Method in class org.restlet.resource.Resource
Returns the request attributes.
getRequestBufferSize() - Method in class org.restlet.ext.jetty.HttpClientHelper
The size in bytes of the buffer used to write requests.
getRequestCacheDirectives() - Method in class org.restlet.resource.Resource
Returns the request cache directives.
getRequestEntity() - Method in class org.restlet.engine.adapter.ServerCall
Returns the request entity if available.
getRequestEntity() - Method in class org.restlet.resource.Resource
Returns the request entity representation.
getRequestEntityChannel() - Method in class org.restlet.engine.adapter.ClientCall
Returns the request entity channel if it exists.
getRequestEntityChannel() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
 
getRequestEntityChannel() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getRequestEntityChannel() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
 
getRequestEntityStream() - Method in class org.restlet.engine.adapter.ClientCall
Returns the request entity stream if it exists.
getRequestEntityStream() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
 
getRequestEntityStream() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getRequestEntityStream() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
 
getRequestEntityStream(long) - Method in class org.restlet.engine.adapter.ServerCall
Returns the request entity stream if it exists.
getRequestEntityStream(long) - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getRequestHeader(String) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getRequestHeader(String) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getRequestHeaders() - Method in class org.restlet.engine.adapter.Call
Returns the modifiable list of request headers.
getRequestHeaders() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getRequestHeaders() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getRequestHeaders() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getRequestHeaders() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Returns the list of request headers.
getRequestHeadStream() - Method in class org.restlet.engine.adapter.ClientCall
Returns the request head stream if it exists.
getRequestHeadStream() - Method in class org.restlet.engine.adapter.ServerCall
Returns the request head stream if it exists.
getRequestHeadStream() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getRequestHeadStream() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
 
getRequestHeadStream() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getRequestHeadStream() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
 
getRequestHeadStream() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getRequestStream() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Returns the request entity stream if it exists.
getRequestUri() - Method in class org.restlet.engine.adapter.Call
Returns the URI on the request line (most like a relative reference, but not necessarily).
getRequestUri() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getRequestUri() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getRequestUri() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getRequestUri() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Returns the URI on the request line (most like a relative reference, but not necessarily).
getRequestUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Deprecated.
Get the absolute request URI in the form of an ExtendedUriBuilder .
getRequestUriBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Get the absolute request URI in the form of a UriBuilder.
getRequestUriBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedExtendedUriInfo
Deprecated.
Get the absolute request URI in the form of a UriBuilder.
getRequestUriBuilder() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
getRequestUriBuilderExtended() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
getRequestVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns a list of request variants based on the annotation value.
getRequiredScore() - Method in class org.restlet.routing.Router
Returns the minimum score required to have a match.
getResolver() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the resolver based on a mail.
getResolver(String, Representation) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns a new resolver based on a mail.
getResource(String) - Static method in class org.restlet.engine.Engine
Returns the classloader resource for a given name/path.
getResource(String) - Method in class org.restlet.ext.atom.Service
Retrieves a resource representation.
getResourceClass() - Method in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
 
getResourceClass() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.ResourceMethodOrLocator
Deprecated.
 
getResourceClass() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceObject
Deprecated.
 
getResourceClass(Class<?>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
Creates a new JAX-RS resource class wrapper.
getResourceDomain() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef host domain to match.
getResourceInfo() - Method in class org.restlet.ext.wadl.WadlWrapper
Deprecated.
Returns the description of the wrapped Restlet.
getResourceInfo(ApplicationInfo) - Method in interface org.restlet.ext.wadl.WadlDescribable
Deprecated.
Returns a full documented ResourceInfo instance.
getResourceInfo(ApplicationInfo, Finder, String, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Completes the data available about a given Finder instance.
getResourceInfo(ApplicationInfo, Restlet, String, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Completes the data available about a given Restlet instance.
getResourceInfo(ApplicationInfo, Filter, String, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Completes the data available about a given Filter instance.
getResourceInfo(ApplicationInfo, Route, String, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the WADL data about the given Route instance.
getResourceInfos(ApplicationInfo, Router, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Completes the list of ResourceInfo instances for the given Router instance.
getResourceMethods() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
getResourceMethodsAndLocators() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
getResourcePath() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the resource's relative path.
getResourcePort() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef host port to match.
getResourceReader(String, String) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
getResourceRef() - Method in class org.restlet.Request
Returns the reference of the target resource.
getResourceRef() - Method in class org.restlet.util.WrapperRequest
Returns the reference of the target resource.
getResources() - Method in class org.restlet.ext.jaxrs.internal.core.MatchedInfo
Deprecated.
Returns an unmodifiable List of resource class objects.
getResources() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the resources root element.
getResources() - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Returns the list of child resources.
getResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
getResourcesBase() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the application resources base URI.
getResourceScheme() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef scheme to match.
getResourceType() - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Returns the reference to the resource type of the linked resource.
getResourceTypes() - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Returns the list of resource type elements.
getResponse() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Returns the handled response.
getResponse() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns the Restlet Response
getResponse() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
getResponse() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
Returns the wrapped Restlet response.
getResponse() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the last added response of the method.
getResponse() - Method in class org.restlet.resource.Resource
Returns the handled response.
getResponse() - Method in exception org.restlet.resource.ResourceException
Returns the response associated to this exception.
getResponseAttributes() - Method in class org.restlet.resource.Resource
Returns the response attributes.
getResponseBufferSize() - Method in class org.restlet.ext.jetty.HttpClientHelper
The size in bytes of the buffer used to read responses.
getResponseCacheDirectives() - Method in class org.restlet.resource.Resource
Returns the response cache directives.
getResponseDigest() - Method in class org.restlet.data.AuthenticationInfo
Returns the optional response digest for mutual authentication.
getResponseEntity() - Method in class org.restlet.resource.Resource
Returns the response entity representation.
getResponseEntity(Response) - Method in class org.restlet.engine.adapter.ClientCall
Returns the response entity if available.
getResponseEntity(Response) - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the response entity if available.
getResponseEntityChannel(long) - Method in class org.restlet.engine.adapter.ClientCall
Returns the response channel if it exists.
getResponseEntityChannel(long) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
 
getResponseEntityChannel(long) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getResponseEntityChannel(long) - Method in class org.restlet.ext.jetty.internal.JettyClientCall
 
getResponseEntityStream() - Method in class org.restlet.engine.adapter.ServerCall
Returns the response entity stream if it exists.
getResponseEntityStream() - Method in class org.restlet.engine.connector.HttpExchangeCall
 
getResponseEntityStream() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Returns the response stream if it exists.
getResponseEntityStream(long) - Method in class org.restlet.engine.adapter.ClientCall
Returns the response entity stream if it exists.
getResponseEntityStream(long) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
 
getResponseEntityStream(long) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getResponseEntityStream(long) - Method in class org.restlet.ext.jetty.internal.JettyClientCall
 
getResponseHeaders() - Method in class org.restlet.engine.adapter.Call
Returns the modifiable list of server headers.
getResponseHeaders() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Returns the modifiable list of response headers.
getResponseHeaders() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the modifiable list of response headers.
getResponseHeaders() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the modifiable list of response headers.
getResponseLogFormat() - Method in class org.restlet.service.LogService
Returns the format used when logging responses.
getResponseLogMessage(Response, int) - Method in class org.restlet.service.LogService
Format an access log entry.
getResponseRepresentation(List<String>, Map<String, String>) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the response's representation according to the list of successfull and unsuccessfull mails.
getResponses() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the output of the method.
getResponseStatus(List<String>, Map<String, String>) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the response's status according to the list of successfull and unsuccessfull mails.
getResponseVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns a list of response variants based on the annotation value.
getRestletCharacterSet(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Returns the Charset of the MediaType as String
getRestletLogLevel() - Static method in class org.restlet.engine.Engine
Returns the Restlet log level.
getRestletMethod() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the matching Restlet method.
getRestletMethod(Annotation, Annotation) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns an instance of Method according to the given annotations.
getRestletMethod(Annotation, Annotation) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsAnnotationUtils
Deprecated.
 
getResultCharacterSet() - Method in class org.restlet.ext.xml.Transformer
Returns the character set of the result representation.
getResultEncodings() - Method in class org.restlet.ext.xml.Transformer
Returns the modifiable list of encodings of the result representation.
getResultLanguages() - Method in class org.restlet.ext.xml.Transformer
Returns the modifiable list of languages of the result representation.
getResultMediaType() - Method in class org.restlet.ext.xml.Transformer
Returns the media type of the result representation.
getRetryAfter() - Method in class org.restlet.Response
Indicates how long the service is expected to be unavailable to the requesting client.
getRetryAfter() - Method in class org.restlet.util.WrapperResponse
 
getRetryAttempts() - Method in class org.restlet.resource.ClientResource
Returns the number of retry attempts before reporting an error.
getRetryDelay() - Method in class org.restlet.resource.ClientResource
Returns the delay in milliseconds between two retry attempts.
getRetryDelay() - Method in class org.restlet.routing.Router
Returns the delay in milliseconds before a new attempt is made.
getRetryHandler() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the class name of the retry handler to use instead of HTTP Client default behavior.
getReverseRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Returns the reverse relationship attribute value.
getRiapAuthorityType() - Method in class org.restlet.data.LocalReference
Returns the type of authority.
getRights() - Method in class org.restlet.ext.atom.Entry
Returns the information about rights held in and over an entry.
getRights() - Method in class org.restlet.ext.atom.Feed
Returns the information about rights held in and over an feed.
getRights() - Method in class org.restlet.ext.atom.Source
Returns the information about rights held in and over an entry.
getRole(String) - Method in class org.restlet.Application
Returns the role associated to the given name.
getRole(String) - Method in class org.restlet.resource.ServerResource
Retrieves an existing role or creates a new one if needed based on its name.
getRoleMappings() - Method in class org.restlet.security.MemoryRealm
Returns the modifiable list of role mappings.
getRoles() - Method in class org.restlet.Application
Returns the modifiable list of roles.
getRoles() - Method in class org.restlet.data.ClientInfo
Returns the authenticated user roles.
getRootGroups() - Method in class org.restlet.security.MemoryRealm
Returns the modifiable list of root groups.
getRootRef() - Method in class org.restlet.Request
Returns the application root reference.
getRootRef() - Method in class org.restlet.resource.Directory
Returns the root URI from which the relative resource URIs will be looked up.
getRootRef() - Method in class org.restlet.resource.Resource
Returns the application root reference.
getRootRef() - Method in class org.restlet.util.WrapperRequest
Returns the application root reference.
getRootResourceClasses() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns an unmodifiable set with the attached root resource classes.
getRootResources() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns an unmodifiable set with the attached root resource classes.
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Returns an unmodifiable set of supported URIs (relative to this Application).
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Returns a Collection with all root uris attached to this JaxRsRestlet.
getRouter() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the router where the ServerResource classes created from the WADL description document are attached.
getRouter() - Method in class org.restlet.routing.Route
Returns the parent router.
getRoutes() - Method in class org.restlet.routing.Router
Returns the modifiable list of routes.
getRoutingMode() - Method in class org.restlet.routing.Router
Returns the routing mode.
getS3Signature(Request, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the AWS S3 authentication compatible signature for the given request and secret.
getS3Signature(Request, Series<Header>, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the AWS S3 authentication compatible signature for the given request and secret.
getS3StringToSign(Request) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the string to sign.
getS3StringToSign(Request, Series<Header>) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the S3 string to sign.
getSaveOptions() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Returns the saving options.
getSaxSource() - Method in class org.restlet.ext.xml.SaxRepresentation
Returns the SAX source that can be parsed by the SaxRepresentation.parse(ContentHandler) method or used for an XSLT transformation.
getSaxSource() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the SAX source associated to the source representation.
getSaxSource() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns a SAX source.
getSaxSource(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
Returns a SAX source.
getSaxTransformerFactory() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the default SAX transformer factory.
getScheduler() - Method in class org.restlet.ext.jetty.HttpClientHelper
The scheduler.
getSchema() - Method in class org.restlet.ext.xml.XmlRepresentation
Return the possibly null Schema to use for this type of XML representations.
getSchema(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
Returns the wrapped schema.
getSchemaLanguageUri(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
Returns the schema URI for the current schema media type.
getSchemaLocation() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the "xsi:schemaLocation" attribute in the generated XML data.
getScheme() - Method in class org.restlet.data.ChallengeMessage
Returns the scheme used.
getScheme() - Method in class org.restlet.data.Reference
Returns the scheme component.
Note that no URI decoding is done by this method.
getScheme() - Method in class org.restlet.ext.atom.Categories
Returns the scheme.
getScheme() - Method in class org.restlet.ext.atom.Category
Returns the scheme.
getScheme() - Method in class org.restlet.security.ChallengeAuthenticator
Returns the authentication challenge scheme.
getScheme(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded scheme component.
getSchemeName() - Method in class org.restlet.data.Protocol
Returns the URI scheme name.
getSchemeProtocol() - Method in class org.restlet.data.Reference
Returns the protocol associated with the scheme component.
getSchemeSpecificPart() - Method in class org.restlet.data.Reference
Returns the scheme specific part.
Note that no URI decoding is done by this method.
getSchemeSpecificPart(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded scheme specific part.
getSecond() - Method in class org.restlet.ext.rdf.Couple
Returns the second object.
getSecond() - Method in class org.restlet.ext.rdf.Triple
Returns the second object.
getSecret() - Method in class org.restlet.data.ChallengeResponse
Returns the user secret, such as a password or a secret key.
getSecret() - Method in class org.restlet.security.User
Returns the secret.
getSecret(Request, Response) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Returns the signature portion of an Amazon S3 compatible Authorization header.
getSecret(Request, Response) - Method in class org.restlet.security.SecretVerifier
Returns the secret provided by the user.
getSecretAlgorithm() - Method in class org.restlet.data.ChallengeResponse
Returns the digest algorithm name optionally applied on the user secret.
getSecretFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the name of the HTML login form field containing the secret.
getSecureRandomAlgorithm() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the name of the SecureRandom algorithm.
getSegments() - Method in class org.restlet.data.Reference
Returns the list of segments in a hierarchical path.
A new list is created for each call.
Note that no URI decoding is done by this method.
getSegments(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded list of segments.
getSelectableChannel() - Method in class org.restlet.util.SelectionRegistration
Returns the parent selectable channel.
getSelectedCipherSuites(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the selected cipher suites.
getSelectedSslProtocols(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the selected SSL protocols.
getSelectionListener() - Method in class org.restlet.util.SelectionRegistration
Returns the selection listener that will be notified.
getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
Get an exclusive Selector.
getSelector() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Returns the NIO selector.
getServerAddress() - Method in class org.restlet.engine.adapter.Call
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.routing.VirtualHost
Returns the listening server address.
getServerDispatcher() - Method in class org.restlet.Context
Returns a request dispatcher to component's virtual hosts.
getServerInfo() - Method in class org.restlet.engine.adapter.HttpResponse
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.resource.Resource
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.Response
Returns the server-specific information.
getServerInfo() - Method in class org.restlet.util.WrapperResponse
Returns the server-specific information.
getServerKey() - Method in class org.restlet.ext.crypto.DigestAuthenticator
Returns the secret key known only by server.
getServerNonce() - Method in class org.restlet.data.ChallengeMessage
Returns the server nonce.
getServerNounceCount() - Method in class org.restlet.data.ChallengeResponse
Returns the server nonce count.
getServerNounceCountAsHex() - Method in class org.restlet.data.ChallengeResponse
Returns the server nonce count as an hexadecimal string of eight characters.
getServerPort() - Method in class org.restlet.engine.adapter.Call
Returns the server port.
getServerPort() - Method in class org.restlet.routing.VirtualHost
Returns the listening server port.
getServerProtocols() - Method in class org.restlet.service.ConnectorService
Returns the modifiable list of required server protocols.
getServerRouter() - Method in class org.restlet.engine.component.ComponentHelper
Returns the internal host router.
getServers() - Method in class org.restlet.Component
Returns the modifiable list of server connectors.
getServerSocketChannel() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Returns the server socket channel.
getService() - Method in class org.restlet.ext.atom.Workspace
Returns the parent service.
getServices() - Method in class org.restlet.Application
Returns the modifiable list of services.
getServices() - Method in class org.restlet.Component
Returns the modifiable list of services.
getShortName() - Method in enum org.restlet.engine.Edition
Returns the short size name of the edition.
getSingletonRootClassWrapper(Object) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
Creates a new JAX-RS root resource object wrapper.
getSize() - Method in class org.restlet.data.Range
Returns the size of the range in number of bytes.
getSize() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns the size in bytes of the decoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns the size in bytes of the encoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.ext.json.JsonpRepresentation
 
getSize() - Method in class org.restlet.ext.json.JsonRepresentation
 
getSize() - Method in class org.restlet.representation.BufferingRepresentation
 
getSize() - Method in class org.restlet.representation.FileRepresentation
 
getSize() - Method in class org.restlet.representation.Representation
Returns the total size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
getSize() - Method in class org.restlet.util.WrapperRepresentation
 
getSize(byte[], Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.ByteArrayProvider
Deprecated.
 
getSize(File, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.FileProvider
Deprecated.
 
getSize(InputStream, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.InputStreamProvider
Deprecated.
 
getSize(Reader, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.ReaderProvider
Deprecated.
 
getSize(CharSequence, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.JsonProvider
Deprecated.
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.SimpleXmlProvider
Deprecated.
 
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
Called before writeTo to ascertain the length in bytes of the serialized form of t.
getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
getSize(DataSource, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.DataSourceProvider
Deprecated.
 
getSize(Multipart, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.MultipartProvider
Deprecated.
 
getSize(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormMmapProvider
Deprecated.
 
getSize(StreamingOutput, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.StreamingOutputProvider
Deprecated.
 
getSize(Source, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.SourceProvider
Deprecated.
 
getSize(Form, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormFormProvider
Deprecated.
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
getSize(T, Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
Returns the size of the given objects.
getSlf4jLogger() - Method in class org.restlet.ext.slf4j.Slf4jLogger
Returns the wrapped SLF4J logger.
getSocket() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the underlying socket.
getSocketAddress() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the socket address.
getSocketAddress(Request) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Returns an IP socket address representing the target host domain and port for a given request.
getSocketChannel() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the underlying NIO socket channel.
getSocketConnectTimeoutMs() - Method in class org.restlet.engine.adapter.HttpClientHelper
Returns the connection timeout.
getSocketConnectTimeoutMs() - Method in class org.restlet.engine.connector.FtpClientHelper
Returns the connection timeout.
getSocketConnectTimeoutMs() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the connection timeout.
getSocketConnectTimeoutMs() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Returns the socket connection timeout.
getSocketLingerTimeMs() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the time to block when a socket close is requested or -1 to not block at all.
getSocketReceiveBufferSize() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the hinted size of the underlying TCP buffers used by the platform for inbound network I/O.
getSocketSendBufferSize() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the hinted size of the underlying TCP buffers used by the platform for outbound network I/O.
getSocketTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the socket timeout value.
getSocketTrafficClass() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Returns the type of service to set in IP packets.
getSource() - Method in class org.restlet.engine.security.RoleMapping
 
getSource() - Method in class org.restlet.ext.atom.Entry
Returns the source feed's metadata if the entry was copied from another feed.
getSource() - Method in class org.restlet.ext.rdf.Link
Returns the source which can be either a reference or a link or a graph or null.
getSourceAsGraph() - Method in class org.restlet.ext.rdf.Link
Returns the source graph.
getSourceAsGraph(Graph) - Method in class org.restlet.ext.rdf.Graph
Returns the source reference, either the one given in the sourceRef parameter or if it is null, the source reference of the default link.
getSourceAsLink() - Method in class org.restlet.ext.rdf.Link
Returns the source link.
getSourceAsReference() - Method in class org.restlet.ext.rdf.Link
Returns the source resource reference.
getSourceAsReference(Reference) - Method in class org.restlet.ext.rdf.Graph
Returns the source reference, either the one given in the sourceRef parameter or if it is null, the source reference of the default link.
getSourceRepresentation() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the source representation to transform.
getSslCipherSuite() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the SSL cipher suite.
getSslClientCertificates() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the list of client SSL certificates.
getSslClientCertPrincipal(Request) - Static method in class org.restlet.ext.jaxrs.internal.util.SecurityUtil
Deprecated.
Returns the Principal from the SSL client certificates (the first with a name).
getSslClientCerts(Request) - Static method in class org.restlet.ext.jaxrs.internal.util.SecurityUtil
Deprecated.
Returns the client certificates from the given Request.
getSslContext() - Method in class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
Returns the SSL context.
getSslContext() - Method in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
Returns the SSL context.
getSslContextFactory(RestletHelper<?>) - Static method in class org.restlet.engine.ssl.SslUtils
Returns the SSL context factory.
getSslEngine() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the engine to use for wrapping and unwrapping.
getSslEngineResult() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the engine result.
getSslEngineStatus() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the latest SSL engine status, or SSLEngineResult.Status.OK otherwise.
getSslHandshakeStatus() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the SSL handshake status, either from the latest engine result or from the SSL engine.
getSslKeySize() - Method in class org.restlet.engine.adapter.ServerCall
Returns the SSL key size, if available and accessible.
getSslKeySize() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getSslKeySize() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the SSL key size, if available and accessible.
getSslSession() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Returns the current SSL session or null.
getSslSessionId() - Method in class org.restlet.engine.adapter.ServerCall
Returns the SSL session ID, in hexadecimal encoding, if available and accessible.
getSslSessionId() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
getSslSessionIdBytes() - Method in class org.restlet.engine.adapter.ServerCall
Returns the SSL session ID, as a byte array, if available and accessible in that format (to be used by getSslSessionId).
getState() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Returns the byte buffer IO state.
getState() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the state of the connection.
getState() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Returns the current state when processing the WADL document.
getStatus() - Method in class org.restlet.data.Warning
Returns the special status.
getStatus() - Method in class org.restlet.engine.resource.ThrowableAnnotationInfo
Returns the status parsed from the annotation value.
getStatus() - Method in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
getStatus() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
getStatus() - Method in class org.restlet.ext.json.JsonpRepresentation
Returns the actual status code.
getStatus() - Method in class org.restlet.resource.Resource
Returns the status.
getStatus() - Method in exception org.restlet.resource.ResourceException
Returns the status associated to this exception.
getStatus() - Method in class org.restlet.Response
Returns the status.
getStatus() - Method in class org.restlet.util.WrapperResponse
Returns the status.
getStatus(Throwable, Request, Response) - Method in class org.restlet.service.StatusService
getStatus(Throwable, Resource) - Method in class org.restlet.service.StatusService
getStatus(Method, boolean, Tag, Date) - Method in class org.restlet.data.Conditions
Returns the conditional status of a variant using a given method.
getStatus(Method, RepresentationInfo) - Method in class org.restlet.data.Conditions
Returns the conditional status of a variant using a given method.
getStatusCode() - Method in class org.restlet.engine.adapter.Call
Returns the status code.
getStatusCode() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Returns the response status code.
getStatusCode() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the response status code.
getStatusCode() - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Returns the response status code.
getStatuses() - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Returns the list of statuses associated with this response representation.
getStatusLabel(StatusInfo) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
Returns the status information to display in the default representation.
getStatusService() - Method in class org.restlet.Application
Returns the status service.
getStatusService() - Method in class org.restlet.Component
Deprecated.
getStatusService() - Method in class org.restlet.engine.application.StatusFilter
Returns the helped status service.
getStatusService() - Method in class org.restlet.resource.Resource
Returns the application's status service or create a new one.
getStopIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the minimum idle time, in milliseconds, for connections to be closed when stopping the connector.
getStopTimeout() - Method in class org.restlet.ext.jetty.HttpClientHelper
Stop timeout in milliseconds.
getStore() - Method in class org.restlet.engine.util.Pool
Returns the store containing the reusable objects.
getStore() - Static method in class org.restlet.ext.velocity.RepresentationResourceLoader
Returns the cache of template representations.
getStream() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.engine.application.EncodeRepresentation
 
getStream() - Method in class org.restlet.engine.application.RangeRepresentation
 
getStream() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
getStream() - Method in class org.restlet.representation.BufferingRepresentation
 
getStream() - Method in class org.restlet.representation.ChannelRepresentation
 
getStream() - Method in class org.restlet.representation.CharacterRepresentation
 
getStream() - Method in class org.restlet.representation.DigesterRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.EmptyRepresentation
 
getStream() - Method in class org.restlet.representation.FileRepresentation
 
getStream() - Method in class org.restlet.representation.InputRepresentation
 
getStream() - Method in class org.restlet.representation.OutputRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.Representation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.StringRepresentation
 
getStream() - Method in class org.restlet.util.WrapperRepresentation
 
getStream(Reader, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
Returns an input stream based on a given character reader.
getStream(Writer, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
Returns an output stream based on a given writer.
getStream(ReadableByteChannel) - Static method in class org.restlet.engine.io.IoUtils
Returns an input stream based on a given readable byte channel.
getStream(WritableByteChannel) - Static method in class org.restlet.engine.io.IoUtils
Returns an output stream based on a given writable byte channel.
getStream(Representation) - Static method in class org.restlet.engine.io.IoUtils
Returns an input stream based on the given representation's content and its write(OutputStream) method.
getStreamSource() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns a stream of XML markup.
getStyle() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the parameter style.
getSubResourceLocators() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
getSubTags() - Method in class org.restlet.data.Language
Returns the unmodifiable list of subtags.
getSubtitle() - Method in class org.restlet.ext.atom.Feed
Returns the short summary, abstract, or excerpt of an feed.
getSubtitle() - Method in class org.restlet.ext.atom.Source
Returns the short summary, abstract, or excerpt of an entry.
getSubType() - Method in class org.restlet.data.MediaType
Returns the sub-type.
getSummary() - Method in class org.restlet.ext.atom.Entry
Returns the short summary, abstract, or excerpt of the entry.
getSupported() - Method in exception org.restlet.ext.jaxrs.internal.exceptions.NotAcceptableWebAppException
Deprecated.
Returns the supported Variants.
getSupportedCharSet(MultivaluedMap<String, Object>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the character set of the http response headers.
getSupportedCharSet(CharacterSet) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the given character set, if it is supported on this system.
getSupportedCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
 
getSupportedCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
 
getSupportedEncodings() - Static method in class org.restlet.engine.application.DecodeRepresentation
Returns the list of supported encodings.
getSupportedEncodings() - Method in class org.restlet.engine.application.Encoder
Returns the list of supported encodings.
getSupportedEncodings() - Static method in class org.restlet.engine.application.EncodeRepresentation
Returns the list of supported encodings.
getSupportedVariants() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Returns the Variants supported by this resource method.
getSupportedVariants(Collection<ResourceMethod>) - Static method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
getSupportedVariants(WebApplicationException) - Method in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
 
getTag() - Method in class org.restlet.representation.RepresentationInfo
Returns the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
getTag() - Method in class org.restlet.util.WrapperRepresentation
 
getTarget() - Method in class org.restlet.engine.security.RoleMapping
 
getTarget() - Method in class org.restlet.ext.rdf.Link
Returns the target which can be either a literal or a reference or is null.
getTargetAsGraph() - Method in class org.restlet.ext.rdf.Link
Returns the target graph.
getTargetAsLink() - Method in class org.restlet.ext.rdf.Link
Returns the target link.
getTargetAsLiteral() - Method in class org.restlet.ext.rdf.Link
Returns the target literal.
getTargetAsLiteral(Literal) - Method in class org.restlet.ext.rdf.Graph
Returns the target literal, either the one given in the targetLit parameter or if it is null, the target literal of the default link.
getTargetAsReference() - Method in class org.restlet.ext.rdf.Link
Returns the target resource reference.
getTargetAsReference(Reference) - Method in class org.restlet.ext.rdf.Graph
Returns the target reference, either the one given in the targetRef parameter or if it is null, the target reference of the default link.
getTargetChallengeResponse(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the authentication data sent by client to the target according to the a list of properties.
getTargetClass() - Method in class org.restlet.ext.guice.RestletGuice.Module.KeyFinder
 
getTargetClass() - Method in class org.restlet.resource.Finder
Returns the target resource class which must be either a subclass of ServerResource.
getTargetEntity(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the entity sent to the target.
getTargetMethod() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the default target method.
getTargetMethod(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the target method according to a list of properties.
getTargetRef() - Method in class org.restlet.data.Reference
Returns the target reference.
getTargetRef() - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Returns the URI of the referenced definition.
getTargetRef() - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Returns the reference to a method definition element.
getTargetRef(Request, Response) - Method in class org.restlet.routing.Redirector
Returns the target reference to redirect to by automatically resolving URI template variables found using the Template class using the request and response as data models.
getTargetRef(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the reference of the target according to the a list of properties.
getTargetTemplate() - Method in class org.restlet.routing.Redirector
Returns the target URI pattern.
getTargetUri() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the context's target URI (file, clap URI).
getTargetUri() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Returns the target URI template.
getTaskService() - Method in class org.restlet.Application
Deprecated. 
getTaskService() - Method in class org.restlet.Component
Returns a task service to run concurrent tasks.
getTcpNoDelay() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Indicates if the protocol will use Nagle's algorithm
getTechnicalName() - Method in class org.restlet.data.ChallengeScheme
Returns the technical name (ex: BASIC).
getTechnicalName() - Method in class org.restlet.data.Protocol
Returns the technical name that appears on the wire.
getTemplate() - Method in class org.restlet.ext.velocity.TemplateRepresentation
Returns the Velocity template.
getTemplate() - Method in class org.restlet.routing.TemplateRoute
Returns the reference template to match.
getTemplates() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the templates to be used and reused.
getTemporaryExtension() - Method in class org.restlet.engine.local.FileClientHelper
Returns the name of the extension to use to store the temporary content while uploading content via the PUT method.
getTerm() - Method in class org.restlet.ext.atom.Category
Returns the term.
getText() - Method in class org.restlet.data.Warning
Returns the warning text.
getText() - Method in class org.restlet.engine.application.DecodeRepresentation
Converts the representation to a string value.
getText() - Method in class org.restlet.engine.application.EncodeRepresentation
 
getText() - Method in class org.restlet.engine.application.RangeRepresentation
 
getText() - Method in class org.restlet.representation.AppendableRepresentation
 
getText() - Method in class org.restlet.representation.BufferingRepresentation
 
getText() - Method in class org.restlet.representation.DigesterRepresentation
 
getText() - Method in class org.restlet.representation.EmptyRepresentation
 
getText() - Method in class org.restlet.representation.FileRepresentation
Note that this method relies on FileRepresentation.getStream().
getText() - Method in class org.restlet.representation.InputRepresentation
Note that this method relies on InputRepresentation.getStream().
getText() - Method in class org.restlet.representation.ReaderRepresentation
Note that this method relies on CharacterRepresentation.getStream().
getText() - Method in class org.restlet.representation.Representation
Converts the representation to a string value.
getText() - Method in class org.restlet.representation.StringRepresentation
 
getText() - Method in class org.restlet.util.WrapperRepresentation
 
getText(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a string.
getText(Representation) - Static method in class org.restlet.engine.io.IoUtils
Converts the representation to a string value.
getTextContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the language of that documentation element.
getTextContent(Node) - Static method in class org.restlet.ext.xml.XmlRepresentation
Returns the text content of a given node and its descendants.
getTextRepresentation() - Method in class org.restlet.data.ReferenceList
Returns a representation of the list in the "text/uri-list" format.
getThird() - Method in class org.restlet.ext.rdf.Triple
Returns the third object.
getThreadPoolIdleTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool idle timeout in milliseconds.
getThreadPoolMaxThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool maximum threads.
getThreadPoolMinThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool minimum threads.
getThreadPoolStopTimeout() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool stop timeout in milliseconds.
getThreadPoolThreadsPriority() - Method in class org.restlet.ext.jetty.JettyServerHelper
Thread pool threads priority.
getThrottleTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the time to wait between socket write operations in milliseconds.
getThrowable() - Method in class org.restlet.data.Status
Returns the related error or exception.
getThrowableAnnotationInfo(Class<?>) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns the status annotation descriptor if present or null.
getThrowableAnnotationInfo(Method, int) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns the Throwable class matching the given error code if present or null.
getThrowableClass(Method, int) - Method in class org.restlet.engine.resource.AnnotationUtils
Returns the Throwable class matching the given error code if present or null.
getTime() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the value of this InternetDateFormat object as millisecond time value.
getTimeIssued() - Method in class org.restlet.data.ChallengeResponse
Returns the time when the response was issued, as returned by System.currentTimeMillis().
getTimeToLive() - Method in class org.restlet.engine.local.LocalClientHelper
Returns the time to live for a file representation before it expires (in seconds).
getTitle() - Method in class org.restlet.ext.atom.Collection
Returns the title.
getTitle() - Method in class org.restlet.ext.atom.Entry
Returns the human-readable title for the entry.
getTitle() - Method in class org.restlet.ext.atom.Feed
Returns the human-readable title for the feed.
getTitle() - Method in class org.restlet.ext.atom.Link
Returns the human-readable information about the link.
getTitle() - Method in class org.restlet.ext.atom.Source
Returns the human-readable title for the entry.
getTitle() - Method in class org.restlet.ext.atom.Workspace
Returns the title.
getTitle() - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Returns the title of that documentation element.
getTraceStream() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the trace output stream to use if tracing is enabled.
getTraceStream() - Method in class org.restlet.ext.nio.internal.channel.TraceChannel
Deprecated.
Returns the trace output stream to use if tracing is enabled.
getTransformer() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns a new transformer to be used.
getTransformerHandler() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the SAX transformer handler associated to the transform sheet.
getTransformSheet() - Method in class org.restlet.ext.xml.Transformer
Returns the XSLT transform sheet to apply to message entities.
getTransformSheet() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the XSLT transform sheet to apply to the source representation.
getTransport() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the transport protocol.
getTrustManagerAlgorithm() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the name of the TrustManager algorithm.
getTrustStorePassword() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the password for the trust store keystore.
getTrustStorePath() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the path to the trust store (keystore) file.
getTrustStoreProvider() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the name of the trust store (keystore) provider.
getTrustStoreType() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Returns the KeyStore type of the trust store.
getTunnelService() - Method in class org.restlet.Application
Returns the tunnel service.
getTunnelService() - Method in class org.restlet.engine.application.TunnelFilter
Returns the tunnel service of the parent application.
getType() - Method in class org.restlet.data.Disposition
Returns the disposition type.
getType() - Method in class org.restlet.ext.atom.Link
Returns the advisoty media type.
getType() - Method in class org.restlet.ext.atom.Text
Returns the content type.
getType() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
getType() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns the parameter type.
getType() - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Returns the list of references to resource type elements.
getType() - Method in class org.restlet.routing.Variable
Returns the type of variable.
getTypeClass(Type) - Static method in class org.restlet.engine.resource.AnnotationInfo
Returns the underlying class for a type or null.
getTypeRef() - Method in class org.restlet.ext.rdf.Link
Returns the type reference.
getTypeRef(Reference) - Method in class org.restlet.ext.rdf.Graph
Returns the type reference, either the one given in the typeRef parameter or if it is null, the type reference of the default link.
getTypes() - Static method in class org.restlet.data.MediaType
Returns the known media types map.
getUnClosedResponseEntityStream(InputStream) - Method in class org.restlet.engine.adapter.ClientCall
Checks if the given input stream really contains bytes to be read.
getUnitName() - Method in class org.restlet.data.Range
Returns the name of the range unit.
getUnmarshaller() - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Returns the JAXB unmarshaller.
getUnmodifiedSince() - Method in class org.restlet.data.Conditions
Returns the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Unmodified-Since" header.
getUpdated() - Method in class org.restlet.ext.atom.Entry
Returns the most recent moment when the entry was modified in a significant way.
getUpdated() - Method in class org.restlet.ext.atom.Feed
Returns the most recent moment when the entry was modified in a significant way.
getUpdated() - Method in class org.restlet.ext.atom.Source
Returns the most recent moment when the entry was modified in a significant way.
getUpdatedRegistrations() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Returns the queue of updated selection registrations.
getUpstreamAddress() - Method in class org.restlet.data.ClientInfo
Returns the IP address of the upstream client component.
getUri() - Method in class org.restlet.data.Method
Returns the URI of the specification describing the method.
getUri() - Method in class org.restlet.data.Status
Returns the URI of the specification describing the status.
getUri() - Method in class org.restlet.engine.application.StatusInfo
Returns the URI of the specification describing the status.
getUri() - Method in class org.restlet.ext.atom.Generator
Returns the reference of the generating agent.
getUri() - Method in class org.restlet.ext.atom.Person
Returns the IRI associated with the person.
getUri() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
getUriResolver() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the URI resolver.
getUris(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.MatchedInfo
Deprecated.
Returns an unmodifiable List of relative URI parts.
getUser() - Method in class org.restlet.data.ClientInfo
Returns the authenticated user.
getUser(Principal) - Method in class org.restlet.security.CertificateAuthenticator
Creates a new User based on the subject's X500Principal.
getUserAgentField() - Method in class org.restlet.ext.jetty.HttpClientHelper
The "User-Agent" HTTP header string.
getUserAgentTemplates() - Static method in class org.restlet.data.ClientInfo
Returns the list of user-agent templates defined in "agent.properties" file.
getUserClassLoader() - Method in class org.restlet.engine.Engine
Returns the class loader specified by the user and that should be used in priority.
getUserIdentifier() - Method in class org.restlet.engine.log.IdentClient
Returns the user identifier.
getUserInfo() - Method in class org.restlet.data.Reference
Returns the user info component for server based hierarchical identifiers.
Note that no URI decoding is done by this method.
getUserInfo(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded user info component.
getUserPrincipal() - Method in class org.restlet.engine.adapter.Call
Returns the user principal.
getUserPrincipal() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns a java.security.Principal object containing the name of the current authenticated user.
getUserPrincipal() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
getUserPrincipal() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Returns the associated user principal.
getUserPrincipalClassName() - Method in class org.restlet.ext.jaas.JaasVerifier
Gets the user principal class name.
getUsers() - Method in class org.restlet.security.MemoryRealm
Returns the modifiable list of users.
getValidationEventHandler() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the optional validation event handler.
getValidations() - Method in class org.restlet.routing.Validator
Returns the list of attribute validations.
getValue() - Method in class org.restlet.data.CacheDirective
Returns the value.
getValue() - Method in class org.restlet.data.Cookie
Returns the value.
getValue() - Method in class org.restlet.data.Digest
Returns the digest value.
getValue() - Method in class org.restlet.data.Expectation
Returns the value.
getValue() - Method in class org.restlet.data.Header
Returns the value.
getValue() - Method in class org.restlet.data.Parameter
 
getValue() - Method in class org.restlet.ext.html.FormData
Returns the textual value of the associated form control.
getValue() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.Entry
Deprecated.
 
getValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextHolder
Deprecated.
 
getValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter
Deprecated.
 
getValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
getValue() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.ParamGetter
Deprecated.
Returns the value for this param.
getValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.UriInfoGetter
Deprecated.
 
getValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.DirectReprEntityGetter
Deprecated.
 
getValue() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter
Deprecated.
 
getValue() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Returns the current value.
getValue() - Method in class org.restlet.ext.rdf.internal.turtle.ListToken
 
getValue() - Method in class org.restlet.ext.rdf.internal.xml.ScopedProperty
Returns the current value.
getValue() - Method in class org.restlet.ext.rdf.Literal
Returns the value.
getValue() - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
Returns the value of this option element.
getValue() - Method in interface org.restlet.util.NamedValue
Returns the value.
getValue(String) - Method in class org.restlet.engine.util.StringUtils.CharacterEntitySolver
Returns the numeric value of an entity according to its name.
getValue(NamedValue<String>) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Returns the value from the given Parameter.
getValueRepresentation() - Method in class org.restlet.ext.html.FormData
Returns the value of the associated form control, either textual or binary.
getValues(String) - Method in class org.restlet.util.Series
Returns the values of the parameters with a given name.
getValues(String, String, boolean) - Method in class org.restlet.util.Series
Returns the parameter values with a given name.
getValuesArray(String) - Method in class org.restlet.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesArray(String, boolean) - Method in class org.restlet.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesArray(String, boolean, String) - Method in class org.restlet.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesArray(String, String) - Method in class org.restlet.util.Series
Returns an array of all the values associated to the given parameter name.
getValuesMap() - Method in class org.restlet.util.Series
Returns a map of name, value pairs.
getVariableNames() - Method in class org.restlet.routing.Template
Returns the list of variable names in the template.
getVariableRegex(Variable) - Static method in class org.restlet.routing.Template
Returns the Regex pattern string corresponding to a variable.
getVariables() - Method in class org.restlet.ext.jaxrs.internal.util.MatchingResult
Deprecated.
Returns the variables found in the given @Path
getVariables() - Method in class org.restlet.routing.Template
Returns the modifiable map of variable descriptors.
getVariant() - Method in class org.restlet.engine.local.Entity
Returns a variant corresponding to the extensions of this entity.
getVariants() - Method in class org.restlet.engine.local.DirectoryServerResource
 
getVariants() - Method in class org.restlet.resource.ServerResource
Returns a modifiable list of exposed variants for the current request method.
getVariants(Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of variants that can be converted from a given object class.
getVariants(Class<?>) - Method in class org.restlet.engine.converter.DefaultConverter
 
getVariants(Class<?>) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.atom.AtomConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
getVariants(Class<?>) - Method in class org.restlet.ext.gson.GsonConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.html.HtmlConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.jackson.JacksonConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.javamail.JavaMailConverter
Deprecated.
 
getVariants(Class<?>) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.json.JsonConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.rdf.RdfConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.velocity.VelocityConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
getVariants(Class<?>) - Method in class org.restlet.ext.xml.XmlConverter
 
getVariants(Class<?>, Variant) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of variants that can be converted from a given object class by a specific converter helper.
getVariants(Class<?>, Variant) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the list of variants that can be converted from a given object class.
getVariants(Class<?>, Variant) - Method in class org.restlet.service.ConverterService
Returns the list of variants that can be converted from a given object class.
getVariants(Method) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the list of variants for the given method.
getVariants(Method) - Method in class org.restlet.resource.ServerResource
Returns a modifiable list of exposed variants for the given method.
getVariants(MetadataService, String) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Returns the list of representation variants associated to a given annotation value, corresponding to either an input or output entity.
getVariantsBaseReference() - Method in class org.restlet.engine.local.DirectoryServerResource
 
getVariantsReferences() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the references of the representations of the target resource according to the directory handler property
getVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
 
getVerifier() - Method in class org.restlet.ext.crypto.DigestAuthenticator
 
getVerifier() - Method in class org.restlet.security.ChallengeAuthenticator
Returns the credentials verifier.
getVerifier() - Method in class org.restlet.security.Realm
Returns a verifier that can check the validity of the credentials associated to a request.
getVersion() - Method in class org.restlet.data.Cookie
Returns the cookie specification version.
getVersion() - Method in class org.restlet.data.Product
Returns the version of the product.
getVersion() - Method in class org.restlet.data.Protocol
Returns the version.
getVersion() - Method in class org.restlet.engine.adapter.Call
Returns the protocol version used.
getVersion() - Method in class org.restlet.ext.atom.Generator
Returns the version of the generating agent.
getVersion() - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
Returns '0' as version.
getVersion(Request) - Static method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Returns the protocol version.
getVersionHeader() - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
Returns a null version header.
getVirtualHost() - Method in class org.restlet.engine.component.HostRoute
Returns the target virtual host.
getVirtualHost(Component) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the virtual host matching the WADL application's base reference.
getWadlVariants() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Returns the available WADL variants.
getWadlVariants() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Returns the available WADL variants.
getWakeupListener() - Method in class org.restlet.util.SelectionRegistration
Returns the wakeup listener that will be notified.
getWarnings() - Method in class org.restlet.engine.adapter.HttpRequest
 
getWarnings() - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
getWarnings() - Method in class org.restlet.Message
Returns the additional warnings information.

Note that when used with HTTP connectors, this property maps to the "Warning" headers.
getWebRepresentation() - Method in class org.restlet.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWebRepresentation() - Method in class org.restlet.data.ReferenceList
Returns a representation of the list in "text/html" format.
getWebRepresentation(CharacterSet) - Method in class org.restlet.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWithoutParams() - Method in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
Returns the path without matrix and query parameters.
getWorkerService() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Returns the connection handler service.
getWorkerService() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Returns the helper's worker service.
getWorkspace() - Method in class org.restlet.ext.atom.Collection
Returns the parent workspace.
getWorkspaces() - Method in class org.restlet.ext.atom.Service
Returns the list of workspaces.
getWrapped() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
Returns the wrapped executor service.
getWrapped() - Method in class org.restlet.service.TaskService
Returns the wrapped JDK executor service.
getWrappedAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the digest algorithm of secrets returned by the wrapped verifier.
getWrappedChannel() - Method in class org.restlet.ext.nio.internal.channel.WrapperChannel
Deprecated.
Returns the wrapped channel.
getWrappedContext() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
Returns the wrapped SSL context.
getWrappedRepresentation() - Method in class org.restlet.util.WrapperRepresentation
Returns the wrapped representation.
getWrappedRequest() - Method in class org.restlet.util.WrapperRequest
Returns the wrapped request.
getWrappedResponse() - Method in class org.restlet.util.WrapperResponse
Returns the wrapped response.
getWrappedSecret(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the wrapped secret associated to a given identifier.
getWrappedSecretDigest(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the digest of the wrapped secret associated to a given identifier.
getWrappedServer() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the wrapped Jetty server.
getWrappedSocketFactory() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
Returns the wrapped SSL server socket factory.
getWrappedSocketFactory() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
Returns the wrapped SSL socket factory.
getWrappedVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
Returns the secret verifier that will be wrapped by the real verifier supporting all the HTTP AWS verifications.
getWrappedVerifier() - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the wrapped secret verifier.
getWrappedVerifier() - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Returns the wrapped local secret verifier.
getWritableSelectionChannel() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Returns the underlying socket channel as a writable selection channel.
getWriter() - Method in class org.restlet.ext.xml.XmlWriter
Returns the underlying writer.
getWriter(OutputStream, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
Returns a writer to the given output stream, using the given character set for encoding to bytes.
getXmlConfiguration() - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Returns the XML configuration to parse.
getXmlElement() - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Returns the qualified name of the root element for this XML-based representation.
getXmlFilter() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the SAX XML filter applying the transform sheet to its input.
giveOtherVariant(Collection<Variant>, Response) - Method in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
Creates an entity with a list of links to the accepted variants.
globalVersion - Variable in class org.restlet.engine.header.CookieReader
The global cookie specification version.
globalVersion - Variable in class org.restlet.engine.header.CookieSettingReader
The global cookie specification version.
grammars - Variable in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Container for definitions of the format of data exchanged.
GRAMMARS - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
GrammarsInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
GrammarsInfo() - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor.
GrammarsInfo(String) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor with a single documentation element.
GrammarsInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor with a list of documentation elements.
GrammarsInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Constructor with a single documentation element.
graph - Variable in class org.restlet.ext.rdf.RdfRepresentation
The inner graph of links.
Graph - Class in org.restlet.ext.rdf
Graph composed of links.
Graph() - Constructor for class org.restlet.ext.rdf.Graph
Default constructor.
Graph(Link) - Constructor for class org.restlet.ext.rdf.Graph
Constructor with a default link.
GraphBuilder - Class in org.restlet.ext.rdf
Graph handler used when parsing an RDF representation.
GraphBuilder(Graph) - Constructor for class org.restlet.ext.rdf.GraphBuilder
 
graphHandler - Variable in class org.restlet.ext.rdf.internal.RdfReader
The graph handler invoked when parsing.
graphHandler - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
The graph handler to call when a link is detected.
GraphHandler - Class in org.restlet.ext.rdf
Handler for the content of a Graph.
GraphHandler() - Constructor for class org.restlet.ext.rdf.GraphHandler
 
Group - Class in org.restlet.security
Group that contains member groups and users.
Group() - Constructor for class org.restlet.security.Group
Default constructor.
Group(String, String) - Constructor for class org.restlet.security.Group
Constructor.
Group(String, String, boolean) - Constructor for class org.restlet.security.Group
Constructor.
GsonConverter - Class in org.restlet.ext.gson
Converter between the JSON and Representation classe based on Gson library.
GsonConverter() - Constructor for class org.restlet.ext.gson.GsonConverter
 
GsonRepresentation<T> - Class in org.restlet.ext.gson
Representation based on a JSON document.
GsonRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.gson.GsonRepresentation
Constructor.
GsonRepresentation(T) - Constructor for class org.restlet.ext.gson.GsonRepresentation
Constructor for the JSON media type.
GsonRepresentation.ISODateDeserializer - Class in org.restlet.ext.gson
Custom deserializer for Date instances.
GsonRepresentation.ISODateSerializer - Class in org.restlet.ext.gson
Custom serializer for Date instances.
GWT - org.restlet.engine.Edition
 
GZIP - Static variable in class org.restlet.data.Encoding
The GNU Zip encoding.

H

handle() - Method in class org.restlet.engine.local.DirectoryServerResource
 
handle() - Method in class org.restlet.resource.ClientResource
Handles the call by invoking the next handler.
handle() - Method in class org.restlet.resource.Resource
Handles the call composed of the current context, request and response.
handle() - Method in class org.restlet.resource.ServerResource
Handles any call to this resource.
handle(String, Request, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.jetty.internal.JettyHandler
Handles a Jetty call by converting it to a Restlet call and giving it for processing to the Restlet server.
handle(Callback) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Handles a callback.
handle(Callback[]) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Handles the callbacks.
handle(HttpChannel) - Method in class org.restlet.ext.jetty.JettyServerHelper.WrappedServer
Handler method converting a Jetty HttpChannel into a Restlet Call.
handle(Method) - Method in class org.restlet.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Class<T>) - Method in class org.restlet.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Handles an object entity.
handle(Method, MediaType) - Method in class org.restlet.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Representation) - Method in class org.restlet.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Representation, ClientInfo) - Method in class org.restlet.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(Method, Representation, MediaType) - Method in class org.restlet.resource.ClientResource
Handles the call by cloning the prototype request, setting the method and entity.
handle(ServerCall) - Method in class org.restlet.engine.adapter.HttpServerHelper
Handles the connector call.
handle(Request) - Method in class org.restlet.Restlet
Handles a call.
handle(Request, Response) - Method in class org.restlet.Application
 
handle(Request, Response) - Method in class org.restlet.Client
 
handle(Request, Response) - Method in class org.restlet.Component
 
handle(Request, Response) - Method in class org.restlet.engine.adapter.HttpClientHelper
 
handle(Request, Response) - Method in class org.restlet.engine.application.ApplicationHelper
In addition to the default behavior, it saves the current application instance into the current thread.
handle(Request, Response) - Method in class org.restlet.engine.CompositeHelper
 
handle(Request, Response) - Method in class org.restlet.engine.connector.FtpClientHelper
 
handle(Request, Response) - Method in class org.restlet.engine.connector.ServerHelper
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
handle(Request, Response) - Method in class org.restlet.engine.local.LocalClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.local.RiapClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.RestletHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
 
handle(Request, Response) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Handles a call by looking for the resource metod to call, call it and return the result.
handle(Request, Response) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
handle(Request, Response) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
handle(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Handles the requests normally in all cases then handles the special case of the OPTIONS requests that exactly target the application.
handle(Request, Response) - Method in class org.restlet.resource.Directory
 
handle(Request, Response) - Method in class org.restlet.resource.Finder
Handles a call.
handle(Request, Response) - Method in class org.restlet.Restlet
Handles a call.
handle(Request, Response) - Method in class org.restlet.routing.Filter
Handles a call by first invoking the beforeHandle() method for pre-filtering, then distributing the call to the next Restlet via the doHandle() method.
handle(Request, Response) - Method in class org.restlet.routing.Redirector
Handles a call by redirecting using the selected redirection mode.
handle(Request, Response) - Method in class org.restlet.routing.Router
Handles a call by invoking the next Restlet if it is available.
handle(Request, Response) - Method in class org.restlet.Server
 
handle(Request, Response) - Method in interface org.restlet.Uniform
Handles a uniform call.
handle(Request, Response) - Method in class org.restlet.util.WrapperRestlet
 
handle(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.resource.ClientResource
Handle the call and follow redirection for safe methods.
handle(Request, Response, Uniform) - Method in class org.restlet.Restlet
Handles a call.
handle(Request, Uniform) - Method in class org.restlet.Restlet
Handles a call.
handle(Response) - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
handle(Response) - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
handle(Response) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Add a message to the outbound way.
handleAsync(HttpChannel) - Method in class org.restlet.ext.jetty.JettyServerHelper.WrappedServer
 
handleClassLoader(Request, Response, ClassLoader) - Method in class org.restlet.engine.local.ClapClientHelper
Handles a call with a given class loader.
handleEntityGet(Request, Response, Entity) - Method in class org.restlet.engine.local.EntityClientHelper
Handles a GET call.
handleExceptionOnInvocation(String, Exception) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
handleFile(Request, Response, String) - Method in class org.restlet.engine.local.FileClientHelper
 
handleFileDelete(Response, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a DELETE call for the FILE protocol.
handleFilePut(Request, Response, String, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a PUT call for the FILE protocol.
handleGet(Request, Response, File, String, MetadataService) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a GET call.
handleInbound(Response) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Handle the given inbound message.
handleInbound(Response) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
handleInbound(Response) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
handleInbound(Response) - Method in class org.restlet.resource.ClientResource
Handles the inbound call.
handleInbound(Response, boolean) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Handle the given inbound message.
handleInvocationTargetExc(InvocationTargetException) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.
handleJavaMethodParameter(Request, Object, Type, Annotation[], Form) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.ClapClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.EntityClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.FileClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.LocalClientHelper
Handles a local call.
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a call for a local entity.
handleOutbound(Request) - Method in class org.restlet.resource.ClientResource
Handles the outbound call by invoking the next handler.
handleOutbound(Response) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Handle the given outbound message.
handleOutbound(Response) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
handleOutbound(Response) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
handleOutbound(Response, boolean) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Handle the given outbound message.
handlePop(Request, Response) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Handles a POP or POPS request.
handlePut(Request, Response, File, String) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a PUT call.
handler - Variable in class org.restlet.ext.xml.internal.AbstractXmlReader
The DTD handler.
handleResult(Object, ResourceMethod) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the result of the resource method invocation into the response.
handleSmtp(Request, Response) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Handles a SMTP or SMTPS request.
handleSslHandshake() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Handles the SSL handshake states based on the last result received.
handleSslResult() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Handles the result of a previous SSL engine processing.
hasAnnotations() - Method in class org.restlet.resource.ServerResource
Indicates if annotations were defined on this resource.
hasExtensions() - Method in class org.restlet.data.Reference
Indicates if this reference has file-like extensions on its last path segment.
hasFragment() - Method in class org.restlet.data.Reference
Indicates if this reference has a fragment identifier.
hasGraphSource() - Method in class org.restlet.ext.rdf.Link
Indicates if the source is a graph.
hasGraphTarget() - Method in class org.restlet.ext.rdf.Link
Indicates if the target is a graph.
hashCode() - Method in class org.restlet.data.AuthenticationInfo
hashCode() - Method in class org.restlet.data.CacheDirective
hashCode() - Method in class org.restlet.data.ChallengeMessage
hashCode() - Method in class org.restlet.data.ChallengeRequest
 
hashCode() - Method in class org.restlet.data.ChallengeResponse
hashCode() - Method in class org.restlet.data.ChallengeScheme
hashCode() - Method in class org.restlet.data.CharacterSet
hashCode() - Method in class org.restlet.data.Cookie
hashCode() - Method in class org.restlet.data.CookieSetting
hashCode() - Method in class org.restlet.data.Digest
 
hashCode() - Method in class org.restlet.data.Encoding
hashCode() - Method in class org.restlet.data.Expectation
hashCode() - Method in class org.restlet.data.Header
hashCode() - Method in class org.restlet.data.Language
hashCode() - Method in class org.restlet.data.MediaType
hashCode() - Method in class org.restlet.data.Metadata
hashCode() - Method in class org.restlet.data.Method
hashCode() - Method in class org.restlet.data.Parameter
hashCode() - Method in class org.restlet.data.Protocol
hashCode() - Method in class org.restlet.data.Range
 
hashCode() - Method in class org.restlet.data.Reference
Returns a hash code value for the object.
hashCode() - Method in class org.restlet.data.Status
hashCode() - Method in class org.restlet.data.Tag
hashCode() - Method in class org.restlet.engine.resource.AnnotationInfo
 
hashCode() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
 
hashCode() - Method in class org.restlet.engine.resource.ThrowableAnnotationInfo
 
hashCode() - Method in class org.restlet.engine.resource.VariantInfo
 
hashCode() - Method in class org.restlet.ext.atom.Relation
hashCode() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
hashCode() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
hashCode() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
hashCode() - Method in class org.restlet.ext.rdf.Couple
hashCode() - Method in class org.restlet.ext.rdf.Triple
hashCode() - Method in class org.restlet.representation.Variant
 
hashCode() - Method in class org.restlet.security.Role
 
hashCode() - Method in class org.restlet.util.WrapperList
Returns the hash code value for this list.
hashCode() - Method in class org.restlet.util.WrapperMap
Returns the hash code value for this map.
hashCode(Object...) - Static method in class org.restlet.engine.util.SystemUtils
Computes the hash code of a set of objects.
hasIoInterest() - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
hasIoInterest() - Method in class org.restlet.ext.nio.internal.way.HttpsClientOutboundWay
Deprecated.
 
hasIoInterest() - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
hasIoInterest() - Method in class org.restlet.ext.nio.internal.way.HttpsServerOutboundWay
Deprecated.
 
hasIoInterest() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
hasIoInterest() - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
 
hasIoInterest() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Indicates if we want to be selected for IO processing when the socket related socket is prepared.
hasKnownSize() - Method in class org.restlet.representation.Representation
Indicates if the size of representation is known.
hasLinkSource() - Method in class org.restlet.ext.rdf.Link
Indicates if the source is a link.
hasLinkTarget() - Method in class org.restlet.ext.rdf.Link
Indicates if the target is a link.
hasLiteralTarget() - Method in class org.restlet.ext.rdf.Link
Indicates if the target is a literal.
hasMatrix() - Method in class org.restlet.data.Reference
Indicates if this reference has a matrix.
hasNext - Variable in class org.restlet.ext.jaxrs.internal.util.OneElementIterator
Deprecated.
 
hasNext() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
hasNext() - Method in class org.restlet.ext.jaxrs.internal.util.EmptyIterator
Deprecated.
 
hasNext() - Method in class org.restlet.ext.jaxrs.internal.util.OneElementIterator
Deprecated.
 
hasNext() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.KeyValueSetIterator
Deprecated.
 
hasNext() - Method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata.IteratorIterator
Deprecated.
 
hasNext() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.NamedValuesIter
Deprecated.
 
hasNext() - Method in class org.restlet.resource.ClientResource
Indicates if there is a next Restlet.
hasNext() - Method in class org.restlet.routing.Filter
Indicates if there is a next Restlet.
hasNext() - Method in class org.restlet.Server
Indicates if a next Restlet is set.
hasQuery() - Method in class org.restlet.data.Reference
Indicates if this reference has a query component.
hasReferenceSource() - Method in class org.restlet.ext.rdf.Link
Indicates if the source is a reference.
hasReferenceTarget() - Method in class org.restlet.ext.rdf.Link
Indicates if the target is a reference.
hasRemaining() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if the buffer has remaining bytes to be read or written.
hasScheme() - Method in class org.restlet.data.Reference
Indicates if this reference has a scheme component.
hasSome() - Method in class org.restlet.data.Conditions
Indicates if there are some conditions set.
hasSomeRange() - Method in class org.restlet.data.Conditions
Indicates if there are some range conditions set.
hasSubResourceMethodsOrLocators() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
hasTimedOut() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if the connection has timed out.
hasWorkerThreads() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if the worker service (pool of worker threads) is enabled.
head() - Method in class org.restlet.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
head() - Method in class org.restlet.resource.ServerResource
Returns a representation whose metadata will be returned to the client.
head(MediaType) - Method in class org.restlet.resource.ClientResource
Represents the resource using a given media type.
head(Variant) - Method in class org.restlet.resource.ServerResource
Returns a representation whose metadata will be returned to the client.
HEAD - Static variable in class org.restlet.data.Method
Identical to GET except that the server must not return a message body in the response but only the message header.
header - Variable in class org.restlet.engine.header.HeaderReader
The header to read.
header(String, Object) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Add a header to the ResponseBuilder.
Header - Class in org.restlet.data
Represents an HTTP header.
Header() - Constructor for class org.restlet.data.Header
Default constructor.
Header(String, String) - Constructor for class org.restlet.data.Header
Constructor.
HEADER - org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
HEADER_ACCEPT - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCEPT_CHARSET - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCEPT_ENCODING - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCEPT_LANGUAGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCEPT_PATCH - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCEPT_RANGES - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_MAX_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ALLOW - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ALLOW - Static variable in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
HEADER_AUTHENTICATION_INFO - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_AUTHORIZATION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CACHE_CONTROL - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONNECTION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_DISPOSITION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_ENCODING - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_LANGUAGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_LENGTH - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_LOCATION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_MD5 - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_RANGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTENT_TYPE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_COOKIE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_DATE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ETAG - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_EXPECT - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_EXPIRES - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_FROM - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_HOST - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_IF_MATCH - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_IF_MODIFIED_SINCE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_IF_NONE_MATCH - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_IF_RANGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_IF_UNMODIFIED_SINCE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_LAST_MODIFIED - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_LOCATION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_MAX_FORWARDS - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ORIGIN - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_PRAGMA - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_PROXY_AUTHENTICATE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_RANGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_REFERRER - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_RETRY_AFTER - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_SERVER - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_SET_COOKIE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_SET_COOKIE2 - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_SLUG - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_TRAILER - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_TRANSFER_ENCODING - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_TRANSFER_EXTENSION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_UPGRADE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_USER_AGENT - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_VARY - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_VIA - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_WARNING - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_WWW_AUTHENTICATE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_X_FORWARDED_FOR - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_X_FORWARDED_PORT - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_X_FORWARDED_PROTO - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_X_HTTP_METHOD_OVERRIDE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HeaderConstants - Class in org.restlet.engine.header
Constants related to the HTTP protocol.
HeaderConstants() - Constructor for class org.restlet.engine.header.HeaderConstants
 
headerIndex - Variable in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
The header index.
headerNew - Variable in class org.restlet.engine.application.TunnelFilter.HeaderReplacer
New header value.
headerOld - Variable in class org.restlet.engine.application.TunnelFilter.HeaderReplacer
Old header value.
headerParam - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.HeaderParamGetter
Deprecated.
 
HeaderParamGetter(HeaderParam, DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.HeaderParamGetter
Deprecated.
 
HeaderReader<V> - Class in org.restlet.engine.header
HTTP-style header reader.
HeaderReader(String) - Constructor for class org.restlet.engine.header.HeaderReader
Constructor.
HeaderReplacer(String, String, Map<String, String>) - Constructor for class org.restlet.engine.application.TunnelFilter.HeaderReplacer
 
headers - Variable in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
may be null, f content was not already copied from the WrappedRequestForHttpHeaders.restletResponse.
headers - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The message headers.
HEADERS - org.restlet.ext.nio.internal.state.MessageState
Deprecated.
The header lines are being processed.
headersCleaning - Variable in class org.restlet.routing.Redirector
Indicates if all headers of HTTP requests stored in the request's attributes, must be removed before the redirection.
headersTunnel - Variable in class org.restlet.service.TunnelService
Indicates if the method can be tunneled via the header.
HeaderUtils - Class in org.restlet.engine.header
HTTP-style header utilities.
HeaderUtils() - Constructor for class org.restlet.engine.header.HeaderUtils
Private constructor to ensure that the class acts as a true utility class i.e.
HeaderWriter<V> - Class in org.restlet.engine.header
HTTP-style header writer.
HeaderWriter() - Constructor for class org.restlet.engine.header.HeaderWriter
 
helped - Variable in class org.restlet.engine.RestletHelper
The helped Restlet.
helper - Variable in class org.restlet.Application
The helper provided by the implementation.
helper - Variable in class org.restlet.Client
The helper provided by the implementation.
helper - Variable in class org.restlet.Component
The helper provided by the implementation.
helper - Variable in class org.restlet.engine.adapter.ClientCall
The parent HTTP client helper.
helper - Variable in class org.restlet.ext.jetty.internal.JettyHandler
The Restlet server helper.
helper - Variable in class org.restlet.ext.jetty.JettyServerHelper.WrappedServer
 
helper - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The parent connector helper.
helper - Variable in class org.restlet.ext.nio.internal.connection.ConnectionPool
Deprecated.
The parent helper.
helper - Variable in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
The parent connector helper.
helper - Variable in class org.restlet.Server
The helper provided by the implementation.
Helper - Class in org.restlet.engine
Abstract marker class parent of all engine helpers.
Helper() - Constructor for class org.restlet.engine.Helper
 
HEX_DIGITS - Static variable in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
A table of hex digits
HEXDIGITS - Static variable in class org.restlet.engine.io.IoUtils
Support for byte to hexa conversions.
HEXDIGITS - Static variable in class org.restlet.ext.crypto.DigestUtils
General regex pattern to extract comma separated name-value components.
homeRef - Variable in class org.restlet.engine.application.StatusInfo
The home URI to propose in case of error.
homeRef - Variable in class org.restlet.service.StatusService
The home URI to propose in case of error.
host - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
no converting or appending necessary.
host(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI host.
host(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI host.
host(String) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Checks, if the host String contains is valid.
hostDomain - Variable in class org.restlet.engine.adapter.Call
The hostRef domain.
hostDomain - Variable in class org.restlet.routing.VirtualHost
The hostRef host domain pattern to match.
hostParsed - Variable in class org.restlet.engine.adapter.ServerCall
Indicates if the "host" header was already parsed.
hostPort - Variable in class org.restlet.engine.adapter.Call
The hostRef port.
hostPort - Variable in class org.restlet.routing.VirtualHost
The hostRef host port pattern to match.
hostRef - Variable in class org.restlet.Request
The host reference.
HostRoute - Class in org.restlet.engine.component
Route based on a target VirtualHost.
HostRoute(Router, VirtualHost) - Constructor for class org.restlet.engine.component.HostRoute
Constructor.
hosts - Variable in class org.restlet.Component
The modifiable list of virtual hosts.
hostScheme - Variable in class org.restlet.routing.VirtualHost
The hostRef scheme pattern to match.
hostType - Variable in class org.restlet.engine.log.IdentClient
The remote host type.
href - Variable in class org.restlet.ext.atom.Collection
The hypertext reference.
href - Variable in class org.restlet.ext.atom.Link
The link's IRI.
hrefLang - Variable in class org.restlet.ext.atom.Link
Language of the resource pointed to by the href attribute.
html40Entities - Static variable in class org.restlet.engine.util.StringUtils
Entities defined for HTML 4.0.
HtmlConverter - Class in org.restlet.ext.html
Converter between the HTML API and Representation classes.
HtmlConverter() - Constructor for class org.restlet.ext.html.HtmlConverter
 
htmlEscape(String) - Static method in class org.restlet.engine.util.StringUtils
Returns the given String according to the HTML 4.0 encoding rules.
htmlLat1 - Static variable in class org.restlet.engine.util.StringUtils
Entities defined in http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent.
htmlSpecial - Static variable in class org.restlet.engine.util.StringUtils
Entities defined in http://www.w3.org/TR/xhtml1/DTD/xhtml-special.ent.
htmlSymbol - Static variable in class org.restlet.engine.util.StringUtils
Entities defined in http://www.w3.org/TR/xhtml1/DTD/xhtml-symbol.ent.
htmlUnescape(String) - Static method in class org.restlet.engine.util.StringUtils
Returns the given String decoded according to the HTML 4.0 decoding rules.
HTTP - Static variable in class org.restlet.data.Protocol
HTTP protocol.
HTTP_AWS_IAM - Static variable in class org.restlet.data.ChallengeScheme
Amazon Query String HTTP scheme.
HTTP_AWS_QUERY - Static variable in class org.restlet.data.ChallengeScheme
Amazon Query String HTTP scheme.
HTTP_AWS_S3 - Static variable in class org.restlet.data.ChallengeScheme
Amazon S3 HTTP scheme.
HTTP_AZURE_SHAREDKEY - Static variable in class org.restlet.data.ChallengeScheme
Microsoft Azure Shared Key scheme.
HTTP_AZURE_SHAREDKEY_LITE - Static variable in class org.restlet.data.ChallengeScheme
Microsoft Azure Shared Key lite scheme.
HTTP_BASIC - Static variable in class org.restlet.data.ChallengeScheme
Basic HTTP scheme.
HTTP_COOKIE - Static variable in class org.restlet.data.ChallengeScheme
Cookie HTTP scheme.
HTTP_DIGEST - Static variable in class org.restlet.data.ChallengeScheme
Digest HTTP scheme.
HTTP_NTLM - Static variable in class org.restlet.data.ChallengeScheme
Microsoft NTML HTTP scheme.
HTTP_OAUTH - Static variable in class org.restlet.data.ChallengeScheme
OAuth 1.0 HTTP scheme.
HTTP_OAUTH_BEARER - Static variable in class org.restlet.data.ChallengeScheme
OAuth Bearer HTTP scheme.
HTTP_OAUTH_MAC - Static variable in class org.restlet.data.ChallengeScheme
OAuth MAC HTTP scheme.
HttpAwsQueryHelper - Class in org.restlet.ext.crypto.internal
Implements the HTTP authentication for the Amazon Web Services.
HttpAwsQueryHelper() - Constructor for class org.restlet.ext.crypto.internal.HttpAwsQueryHelper
Constructor.
HttpAwsS3Helper - Class in org.restlet.ext.crypto.internal
Implements the HTTP authentication for the Amazon S3 service.
HttpAwsS3Helper() - Constructor for class org.restlet.ext.crypto.internal.HttpAwsS3Helper
Constructor.
HttpAzureSharedKeyHelper - Class in org.restlet.ext.crypto.internal
Implements the Shared Key authentication for Azure services.
HttpAzureSharedKeyHelper() - Constructor for class org.restlet.ext.crypto.internal.HttpAzureSharedKeyHelper
Constructor.
HttpAzureSharedKeyLiteHelper - Class in org.restlet.ext.crypto.internal
Implements the Shared Key Lite authentication for Azure services.
HttpAzureSharedKeyLiteHelper() - Constructor for class org.restlet.ext.crypto.internal.HttpAzureSharedKeyLiteHelper
Constructor.
HttpBasicHelper - Class in org.restlet.engine.security
Implements the HTTP BASIC authentication.
HttpBasicHelper() - Constructor for class org.restlet.engine.security.HttpBasicHelper
Constructor.
httpCall - Variable in class org.restlet.engine.adapter.HttpRequest
The low-level HTTP call.
httpCall - Variable in class org.restlet.engine.adapter.HttpResponse
The low-level HTTP call.
httpClient - Variable in class org.restlet.ext.httpclient.HttpClientHelper
 
httpClient - Variable in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
The HttpClient for which this is the reaper.
httpClient - Variable in class org.restlet.ext.jetty.HttpClientHelper
The wrapped Jetty HTTP client.
HttpClientHelper - Class in org.restlet.engine.adapter
Base HTTP client connector.
HttpClientHelper - Class in org.restlet.engine.connector
HTTP client connector using the HttpUrlConnectionCall.
HttpClientHelper - Class in org.restlet.ext.httpclient
HTTP client connector using the HttpMethodCall and Apache HTTP Client project.
HttpClientHelper - Class in org.restlet.ext.jetty
HTTP client connector using the Jetty project.
HttpClientHelper - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.adapter.HttpClientHelper
Constructor.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.connector.HttpClientHelper
Constructor.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.httpclient.HttpClientHelper
Constructor.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.jetty.HttpClientHelper
Constructor.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.nio.HttpClientHelper
Deprecated.
Constructor.
HttpClientInboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpClientInboundWay(Connection<Client>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
Constructor.
HttpClientOutboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
Constructor.
HttpDigestHelper - Class in org.restlet.ext.crypto.internal
Implements the HTTP DIGEST authentication.
HttpDigestHelper() - Constructor for class org.restlet.ext.crypto.internal.HttpDigestHelper
Constructor.
HttpDigestVerifier - Class in org.restlet.ext.crypto.internal
Verifier for the HTTP DIGEST authentication scheme.
HttpDigestVerifier(DigestAuthenticator, LocalVerifier, String) - Constructor for class org.restlet.ext.crypto.internal.HttpDigestVerifier
Constructor.
HttpExchangeCall - Class in org.restlet.engine.connector
Call that is used by the Basic HTTP server.
HttpExchangeCall(Server, HttpExchange) - Constructor for class org.restlet.engine.connector.HttpExchangeCall
Constructor.
HttpExchangeCall(Server, HttpExchange, boolean) - Constructor for class org.restlet.engine.connector.HttpExchangeCall
Constructor.
httpHeaders - Variable in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
 
httpHeaders - Variable in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
httpHeaders - Variable in class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
 
HttpIdleConnectionReaper - Class in org.restlet.ext.httpclient.internal
Class that embodies a Reaper thread that reaps idle connections.
HttpIdleConnectionReaper(HttpClient, long, long) - Constructor for class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
Constructor.
HttpIdleConnectionReaper.ReaperThread - Class in org.restlet.ext.httpclient.internal
Thread that reaps idle and expired connections.
HttpInboundRequest - Class in org.restlet.ext.nio.internal.request
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpInboundRequest(Context, Connection<Server>, String, String, String) - Constructor for class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Constructor.
HttpInboundRequest(HttpInboundRequest) - Constructor for class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Copy constructor.
httpMethod - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
HttpMethodCall - Class in org.restlet.ext.httpclient.internal
HTTP client connector call based on Apache HTTP Client's HttpMethod class.
HttpMethodCall(HttpClientHelper, String, String, boolean) - Constructor for class org.restlet.ext.httpclient.internal.HttpMethodCall
Constructor.
HttpProtocolHelper - Class in org.restlet.engine.connector
Protocol helper for the HTTP protocol.
HttpProtocolHelper() - Constructor for class org.restlet.engine.connector.HttpProtocolHelper
 
httpRequest - Variable in class org.restlet.ext.httpclient.internal.HttpMethodCall
The wrapped HTTP request.
httpRequest - Variable in class org.restlet.ext.jetty.internal.JettyClientCall
The wrapped HTTP request.
HttpRequest - Class in org.restlet.engine.adapter
Request wrapper for server HTTP calls.
HttpRequest(Context, ServerCall) - Constructor for class org.restlet.engine.adapter.HttpRequest
Constructor.
httpResponse - Variable in class org.restlet.ext.httpclient.internal.HttpMethodCall
The wrapped HTTP response.
httpResponse - Variable in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
httpResponse - Variable in class org.restlet.ext.jetty.internal.JettyClientCall
The wrapped HTTP response.
HttpResponse - Class in org.restlet.engine.adapter
Response wrapper for server HTTP calls.
HttpResponse(ServerCall, Request) - Constructor for class org.restlet.engine.adapter.HttpResponse
Constructor.
HTTPS - Static variable in class org.restlet.data.Protocol
HTTPS protocol (via SSL socket).
HttpsClientHelper - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpsClientHelper(Client) - Constructor for class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
Constructor.
HttpsClientInboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpsClientInboundWay(Connection<Client>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpsClientInboundWay
Deprecated.
Constructor.
HttpsClientOutboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpsClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpsClientOutboundWay
Deprecated.
Constructor.
HttpServerHelper - Class in org.restlet.engine.adapter
Base HTTP server connector.
HttpServerHelper - Class in org.restlet.engine.connector
Internal HTTP server connector.
HttpServerHelper - Class in org.restlet.ext.jetty
Jetty HTTP server connector.
HttpServerHelper - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpServerHelper() - Constructor for class org.restlet.engine.adapter.HttpServerHelper
Default constructor.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.adapter.HttpServerHelper
Constructor.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.connector.HttpServerHelper
Constructor.
HttpServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpServerHelper
Constructor.
HttpServerHelper(Server) - Constructor for class org.restlet.ext.nio.HttpServerHelper
Deprecated.
Constructor.
HttpServerHelper(Server, Protocol) - Constructor for class org.restlet.ext.nio.HttpServerHelper
Deprecated.
Constructor.
HttpServerInboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpServerInboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
Constructor.
HttpServerOutboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
Constructor.
HttpsInboundRequest - Class in org.restlet.ext.nio.internal.request
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpsInboundRequest(Context, Connection<Server>, String, String, String) - Constructor for class org.restlet.ext.nio.internal.request.HttpsInboundRequest
Deprecated.
Constructor.
HttpsServerHelper - Class in org.restlet.engine.connector
Internal HTTPS server connector.
HttpsServerHelper - Class in org.restlet.ext.jetty
Jetty HTTPS server connector.
HttpsServerHelper - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpsServerHelper(Server) - Constructor for class org.restlet.engine.connector.HttpsServerHelper
Constructor.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpsServerHelper
Constructor.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
Constructor.
HttpsServerInboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpsServerInboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpsServerInboundWay
Deprecated.
Constructor.
HttpsServerOutboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
HttpsServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.nio.internal.way.HttpsServerOutboundWay
Deprecated.
Constructor.
HttpUrlConnectionCall - Class in org.restlet.engine.connector
HTTP client connector call based on JDK's java.net.HttpURLConnection class.
HttpUrlConnectionCall(HttpClientHelper, String, String, boolean) - Constructor for class org.restlet.engine.connector.HttpUrlConnectionCall
Constructor.
HUB - Static variable in class org.restlet.ext.atom.Relation
A URI for a hub that enables registration for real-time updates to the resource.

I

i - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder.ArrayVariableResolver
Deprecated.
 
icon - Variable in class org.restlet.ext.atom.Feed
Image that provides iconic visual identification for a feed.
icon - Variable in class org.restlet.ext.atom.Source
Image that provides iconic visual identification for a feed.
id - Variable in class org.restlet.ext.atom.Entry
Permanent, universally unique identifier for the entry.
id - Variable in class org.restlet.ext.atom.Feed
Permanent, universally unique identifier for the feed.
id - Variable in class org.restlet.ext.atom.Source
Permanent, universally unique identifier for the entry.
idempotent - Variable in class org.restlet.data.Method
Indicates if the side-effects of several requests is the same as a single request.
IdentClient - Class in org.restlet.engine.log
Simple IDENT client.
IdentClient(String, int, int) - Constructor for class org.restlet.engine.log.IdentClient
Constructor.
identifier - Variable in class org.restlet.data.ChallengeResponse
The user identifier, such as a login name or an access key.
identifier - Variable in class org.restlet.data.ReferenceList
The list's identifier.
identifier - Variable in class org.restlet.ext.javamail.MailResolver
Deprecated.
Mail identifier.
identifier - Variable in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Identifier for the method.
identifier - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Identifier of this parameter element.
identifier - Variable in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Identifier for that element.
identifier - Variable in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Identifier for that element.
identifier - Variable in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Identifier for that element.
identifier - Variable in class org.restlet.security.Authorizer
The identifier unique within an application.
identifier - Variable in class org.restlet.security.User
The identifier.
identifierFormName - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The name of the HTML login form field containing the identifier.
identifyMethod(JaxRsRestlet.ResObjAndRemPath, MediaType) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Identifies the method that will handle the request, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 3: Identify the method that will handle the request:"
identifyRootResource(RemainingPath) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Identifies the root resource class, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 1: "Identify the root resource class"
IDENTITY - Static variable in class org.restlet.data.Encoding
The default (identity) encoding.
identityCheck - Variable in class org.restlet.service.LogService
Indicates if the identity check (as specified by RFC1413) is enabled.
IDLE - org.restlet.ext.nio.internal.buffer.BufferState
Deprecated.
Buffer or builder idle.
IDLE - org.restlet.ext.nio.internal.state.IoState
Deprecated.
No activity going on.
IDLE - org.restlet.ext.nio.internal.state.MessageState
Deprecated.
No message being processed.
idleCheckInterval - Variable in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
The time to sleep between checks for idle connections.
idleConnectionReaper - Variable in class org.restlet.ext.httpclient.HttpClientHelper
the idle connection reaper.
idleTimeOut - Variable in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
The age of connections to reap.
ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.atom.EntryReader
 
ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.atom.FeedReader
 
ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.xml.XmlWriter
Write ignorable whitespace.
IgnoreCookieSpec - Class in org.restlet.ext.httpclient.internal
Cookie specifications that ignore all cookies.
IgnoreCookieSpec() - Constructor for class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
 
IgnoreCookieSpecFactory - Class in org.restlet.ext.httpclient.internal
Factory that creates IgnoreCookieSpec instances.
IgnoreCookieSpecFactory() - Constructor for class org.restlet.ext.httpclient.internal.IgnoreCookieSpecFactory
 
ignoredMediaTypes - Variable in class org.restlet.service.EncoderService
The media types that should be ignored.
ignoringComments - Variable in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will ignore comments.
ignoringExtraWhitespaces - Variable in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will ignore extra white spaces in element content.
IllegalAnnotationException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalAnnotationException(Annotation) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalAnnotationException
Deprecated.
 
IllegalBeanSetterTypeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalBeanSetterTypeException(IllegalTypeException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalBeanSetterTypeException
Deprecated.
 
IllegalConstrParamTypeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalConstrParamTypeException(IllegalTypeException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalConstrParamTypeException
Deprecated.
 
IllegalFieldTypeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalFieldTypeException(IllegalTypeException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalFieldTypeException
Deprecated.
 
IllegalMethodParamTypeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalMethodParamTypeException(IllegalTypeException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalMethodParamTypeException
Deprecated.
 
IllegalParamTypeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalParamTypeException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalParamTypeException
Deprecated.
 
IllegalParamTypeException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalParamTypeException
Deprecated.
 
IllegalParamTypeException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalParamTypeException
Deprecated.
 
IllegalPathException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalPathException(Path, IllegalArgumentException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
 
IllegalPathException(Path, String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
 
IllegalPathException(Path, String, IllegalArgumentException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
 
IllegalPathOnClassException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalPathOnClassException(IllegalPathException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathOnClassException
Deprecated.
 
IllegalPathOnMethodException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalPathOnMethodException(IllegalPathException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathOnMethodException
Deprecated.
 
IllegalPathParamTypeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalPathParamTypeException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathParamTypeException
Deprecated.
 
IllegalPathParamTypeException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathParamTypeException
Deprecated.
 
IllegalPathParamTypeException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathParamTypeException
Deprecated.
 
IllegalTypeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
IllegalTypeException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalTypeException
Deprecated.
 
IllegalTypeException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalTypeException
Deprecated.
 
IllegalTypeException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.IllegalTypeException
Deprecated.
 
IMAGE_ALL - Static variable in class org.restlet.data.MediaType
 
IMAGE_BMP - Static variable in class org.restlet.data.MediaType
 
IMAGE_GIF - Static variable in class org.restlet.data.MediaType
 
IMAGE_ICON - Static variable in class org.restlet.data.MediaType
 
IMAGE_JPEG - Static variable in class org.restlet.data.MediaType
 
IMAGE_PNG - Static variable in class org.restlet.data.MediaType
 
IMAGE_SVG - Static variable in class org.restlet.data.MediaType
 
IMAGE_TIFF - Static variable in class org.restlet.data.MediaType
 
ImmutableDate - Class in org.restlet.engine.util
Class acting as an immutable date class based on the Date class.
ImmutableDate(Date) - Constructor for class org.restlet.engine.util.ImmutableDate
Private constructor.
ImplementationException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ImplementationException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ImplementationException
Deprecated.
 
ImplementationException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ImplementationException
Deprecated.
 
ImplementationException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ImplementationException
Deprecated.
 
IN_ACCEPT - Static variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
IN_COLLECTION - Static variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
IN_COLLECTION_TITLE - Static variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
IN_NONE - Static variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
IN_SERVICE - Static variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
IN_WORKSPACE - Static variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
IN_WORKSPACE_TITLE - Static variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
inboundMessages - Variable in class org.restlet.ext.nio.BaseHelper
Deprecated.
The queue of inbound messages.
inboundNext - Variable in class org.restlet.engine.CompositeHelper
The next Restlet after the inbound chain.
InboundRequest - Interface in org.restlet.ext.nio.internal.request
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
inboundRoot - Variable in class org.restlet.Application
The inbound root Restlet.
inboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call to a target reference.
inboundWay - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The inbound way.
InboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
InboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Constructor.
INCLUDE - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
IncludeInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
IncludeInfo() - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor.
IncludeInfo(String) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor with a single documentation element.
IncludeInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor with a list of documentation elements.
IncludeInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Constructor with a single documentation element.
includes - Variable in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Definitions of data format descriptions to be included by reference.
includes(Metadata) - Method in class org.restlet.data.CharacterSet
Indicates if a given character set is included in the current one.
includes(Metadata) - Method in class org.restlet.data.Encoding
Indicates if a given encoding is included in the current one.
includes(Metadata) - Method in class org.restlet.data.Language
Indicates if a given language is included in the current one.
includes(Metadata) - Method in class org.restlet.data.MediaType
Indicates if a given media type is included in the current one @see MediaType.includes(Metadata, boolean).
includes(Metadata) - Method in class org.restlet.data.Metadata
Indicates if a given metadata is included in the current one.
includes(Metadata, boolean) - Method in class org.restlet.data.MediaType
Indicates if a given media type is included in the current one @see MediaType.includes(Metadata, boolean).
includes(Variant) - Method in class org.restlet.representation.Variant
Indicates if the current variant includes the given variant.
incrDepth() - Method in class org.restlet.ext.rdf.internal.xml.ScopedProperty
Increments the depth of the current value.
indenting - Variable in class org.restlet.ext.json.JsonRepresentation
Indicates if JSON objects and arrays should be indented.
indenting - Variable in class org.restlet.ext.xml.DomRepresentation
Indicates if the XML serialization should be indented.
indentingSize - Variable in class org.restlet.ext.json.JsonRepresentation
Number of spaces to use for indentation.
indentStep - Variable in class org.restlet.ext.xml.XmlWriter
 
index - Variable in class org.restlet.data.Range
Index from which to start the range.
index - Variable in class org.restlet.engine.header.HeaderReader
The current read index (or -1 if not reading anymore).
INDEX_FIRST - Static variable in class org.restlet.data.Range
Index for the first byte (or range unit) of an entity.
INDEX_LAST - Static variable in class org.restlet.data.Range
Index for the last byte (or range unit) of an entity.
indexBeginMatrixOfLastSegment(CharSequence) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the index of the first ";" in the last path segment.
indexName - Variable in class org.restlet.resource.Directory
The index name, without extensions (ex: "index" or "home").
indexOf(Object) - Method in class org.restlet.util.WrapperList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
indexOfBetween(CharSequence, char, int, int) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the index of the first occurrence of the given character between the given indexes.
indexTarget - Variable in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a directory with an index.
info(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs an info message.
INFO_CONTINUE - Static variable in class org.restlet.data.Status
This interim response (the client has to wait for the final response) is used to inform the client that the initial part of the request has been received and has not yet been rejected or completed by the server.
INFO_DISCONNECTED_OPERATION - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that it is intentionally disconnected from the rest of the network for a period of time.
INFO_HEURISTIC_EXPIRATION - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that it heuristically chose a freshness lifetime greater than 24 hours and the response's age is greater than 24 hours.
INFO_MISC_WARNING - Static variable in class org.restlet.data.Status
Warning status code, optionally including arbitrary information to be presented to a human user, typically returned by a cache.
INFO_PROCESSING - Static variable in class org.restlet.data.Status
This interim response is used to inform the client that the server has accepted the complete request, but has not yet completed it since the server has a reasonable expectation that the request will take significant time to complete.
INFO_REVALIDATION_FAILED - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that the response is stale because an attempt to revalidate the response failed, due to an inability to reach the server.
INFO_STALE_RESPONSE - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache, indicating that the response is stale.
INFO_SWITCHING_PROTOCOL - Static variable in class org.restlet.data.Status
The server understands and is willing to comply with the client's request, via the Upgrade message header field, for a change in the application protocol being used on this connection.
inheritingRoles - Variable in class org.restlet.security.Group
Indicates if the roles of the parent group should be inherited.
init() - Method in class org.restlet.engine.log.AccessLogFileHandler
Initialization code common to all constructors.
init(Writer) - Method in class org.restlet.ext.xml.XmlWriter
Internal initialization method.
init(Class<?>, ThreadLocalizedContext, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
initiates the fields to cache the fields that needs injection.
init(Class<?>, ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
initiates the fields to cache the fields that needs injection.
init(Object) - Method in class org.restlet.ext.json.JsonRepresentation
 
init(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Initializes the connection and associates it to the given socket.
init(ExtProperties) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
init(Context, Request, Response) - Method in class org.restlet.resource.Resource
Initialization method setting the environment of the current resource instance.
init(Series<Parameter>) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the following options according to parameters that may have been set up directly in the HttpsClientHelper or HttpsServerHelper parameters.
init(Series<Parameter>) - Method in class org.restlet.engine.ssl.SslContextFactory
Initialize the factory with the given connector parameters.
initAll() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Init all providers.
initAtAppStartUp(ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
This method does nothing in this class.
initAtAppStartUp(ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Initializes this entity provider at start up.
initAtAppStartUp(ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Injects the supported dependencies into this provider and calls the method annotated with @PostConstruct.
initEngine(SSLEngine) - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
Initializes the SSL engine with additional parameters from the SSL context factory.
initiateInlineMixedContent() - Method in class org.restlet.ext.atom.internal.EntryContentReader
Initiates the parsing of a mixed content part of the current document.
initiateInlineMixedContent() - Method in class org.restlet.ext.atom.internal.FeedContentReader
Initiates the parsing of a mixed content part of the current document.
initProvider(Object, ThreadLocalizedContext, Providers, ExtensionBackwardMapping) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
initializes the provider (injection into annotated fields and setters).
initResourceMethodsAndLocators(ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
initSslEngine() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Initializes the SSL engine with the current SSL context and socket address.
initSslServerSocket(SSLServerSocket) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
Initializes the SSL server socket.
initSslSocket(SSLSocket) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
Initializes the SSL socket.
inject(Object, AccessibleObject, Object) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Injects the given toInject in the resource field or the given bean setter.
inject(Object, Field, Object) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Inject the given toInject into the given field in the given resource (or whatever)
inject(Object, Method, Object) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Injects the given toInject in the resource with the given bean setter.
injectable - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.EverSameInjector
Deprecated.
 
injected - Variable in class org.restlet.ext.guice.SelfInjectingServerResource
Whether we've been injected yet.
injected() - Method in class org.restlet.ext.guice.SelfInjectingServerResource
 
InjectException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
InjectException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.InjectException
Deprecated.
 
InjectException(MethodInvokeException) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.InjectException
Deprecated.
 
injectHelper - Variable in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
Injects the necessary values directly into the root resource class.
injectInto(Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.EverSameInjector
Deprecated.
 
injectInto(Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ExtendedUriInfoInjector
Deprecated.
 
injectInto(Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
Injects all the supported dependencies into the the given resource object of this class.
injectInto(Object, boolean) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.Injector
Deprecated.
 
injectInto(Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ParamValueInjector
Deprecated.
 
injectInto(Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.UriInfoInjector
Deprecated.
 
injectInto(Object, Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.BeanSetter
Deprecated.
 
injectInto(Object, Object, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.FieldWrapper
Deprecated.
 
injectInto(Object, Object, boolean) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.InjectionAim
Deprecated.
Inject the toInject into this field or bean setter on object resource.
injectionAim - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.EverSameInjector
Deprecated.
 
injectMembers(Object) - Method in interface org.restlet.ext.guice.SelfInjectingServerResource.MembersInjector
 
injector - Variable in class org.restlet.ext.guice.RestletGuice.Module
 
injectorFor(Stage, RestletGuice.Module) - Static method in class org.restlet.ext.guice.RestletGuice
 
injEverSameAims - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
This List contains the fields in this class which are annotated to inject ever the same object.
inlineContent - Variable in class org.restlet.ext.atom.Content
Representation for inline content.
input - Variable in class org.restlet.engine.resource.MethodAnnotationInfo
The input part of the annotation value.
inputFactoryProvider - Static variable in class org.restlet.ext.jackson.internal.XmlFactoryProvider
Allow to explicitly set the Stax2InputFactory instance in OSGI context.
InputRepresentation - Class in org.restlet.representation
Transient representation based on a BIO input stream.
InputRepresentation(InputStream) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
inputScore - Variable in class org.restlet.engine.resource.VariantInfo
Affinity between this variant and an incoming representation.
inputStream - Variable in class org.restlet.engine.io.InputStreamChannel
The underlying input stream.
InputStreamChannel - Class in org.restlet.engine.io
Readable byte channel wrapping an input stream.
InputStreamChannel(InputStream) - Constructor for class org.restlet.engine.io.InputStreamChannel
Constructor.
InputStreamProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
InputStreamProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.InputStreamProvider
Deprecated.
 
inputStreamResponseListener - Variable in class org.restlet.ext.jetty.internal.JettyClientCall
The wrapped input stream response listener.
instance - Static variable in class org.restlet.engine.Engine
The registered engine.
instance - Static variable in class org.restlet.engine.local.RiapServerHelper
The unique registered helper.
instance - Static variable in class org.restlet.engine.resource.AnnotationUtils
Current instance.
instance - Static variable in class org.restlet.ext.jaxrs.internal.client.JaxRsAnnotationUtils
Deprecated.
Current instance.
INSTANCE - Static variable in class org.restlet.ext.jaxrs.internal.util.EmptyIterator
Deprecated.
Iterator without any element.
instanceSize - Variable in class org.restlet.data.Range
Total size of the instance in number of bytes (or range unit).
instantiateAndInitialize() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
Instantiates the provider class, initializes the instance and returns it unwrapped.
InstantiateException - Exception in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
InstantiateException(Method, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
Use this constructor, if a resource class could not be instantiated.
InstantiateException(String) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
 
InstantiateException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
 
InstantiateException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
 
instantiateExecption(InstantiateException, CallContext, String) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.
instantiateRrc(RootResourceClass) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Instantiates the root resource class and handles thrown exceptions.
interalGetPathParamsEncoded() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
interceptingLogin - Variable in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the login requests should be intercepted.
interceptingLogout - Variable in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the logout requests should be intercepted.
INTEREST - org.restlet.ext.nio.internal.state.IoState
Deprecated.
IO interest reported.
interestOperations - Variable in class org.restlet.util.SelectionRegistration
The IO operations interest.
internalEval(String, QName) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression and returns the result as in the given return type.
internalInvoke(ResourceObject) - Method in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
Invokes the method and returned the created representation for the response.
internalRef - Variable in class org.restlet.data.Reference
The internal reference.
internalRouter - Variable in class org.restlet.Component
The private internal router that can be addressed via the RIAP client connector.
InternalRouter - Class in org.restlet.engine.component
Provides the behavior of the internal router of a Component.
InternalRouter(Context) - Constructor for class org.restlet.engine.component.InternalRouter
Constructor.
InternetDateFormat - Class in org.restlet.engine.util
This class handles Internet date/time strings in accordance with RFC 3339.
InternetDateFormat() - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the UTC (Z) time zone.
InternetDateFormat(long) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the UTC (Z) time zone.
InternetDateFormat(long, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the specified time zone.
InternetDateFormat(String) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
InternetDateFormat(Calendar) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Calendar object.
InternetDateFormat(Date) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the UTC (Z) time zone.
InternetDateFormat(Date, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the specified time zone.
InternetDateFormat(TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the specified time zone.
IntoRrcInjector - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Will be removed in next minor release.
IntoRrcInjector(Class<?>, ThreadLocalizedContext, boolean, Providers, ExtensionBackwardMapping) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
invoke(Object, Method, Object[]) - Method in class org.restlet.engine.resource.ClientInvocationHandler
Effectively invokes a Java method on the given proxy object.
invoke(Object, Method, Object[]) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
invoke(ResourceObject) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Invokes the method and returned the created representation for the response.
invokeAll(Collection) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.

Due to a breaking change between Java SE versions 5 and 6, and in order to maintain compatibility both at the source and binary level, we have removed the generic information from this method.
invokeAll(Collection<? extends Callable<T>>) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
invokeAll(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection<? extends Callable<T>>) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
invokeAny(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
invokeMethod(Object, Method, Object...) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Invokes the given method without parameters.
invokeMethod(ResourceMethod, ResourceObject) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Invokes the (sub) resource method.
iog - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ParamValueInjector
Deprecated.
 
ioState - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The IO state.
IoState - Enum in org.restlet.ext.nio.internal.state
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
IoState() - Constructor for enum org.restlet.ext.nio.internal.state.IoState
Deprecated.
 
IoUtils - Class in org.restlet.engine.io
IO manipulation utilities.
IoUtils() - Constructor for class org.restlet.engine.io.IoUtils
Private constructor to ensure that the class acts as a true utility class i.e.
isAbsolute() - Method in class org.restlet.data.Reference
Indicates if the reference is absolute.
isAcceptedMediaTypeSupported(SortedMetadata<MediaType>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Check if this method supports the media type to produce for a request.
isAcceptingRanges() - Method in class org.restlet.data.ServerInfo
Return true if the server accepts range requests for a resource, with the "byte" range unit.
isAccessRestricted() - Method in class org.restlet.data.CookieSetting
Indicates if cookie access is restricted for untrusted parties.
isAllHeadersAllowed(Set<String>, Set<String>) - Method in class org.restlet.engine.application.CorsResponseHelper
Returns true if all requested headers are allowed (case-insensitive).
isAllowAllRequestedHeaders() - Method in class org.restlet.engine.application.CorsFilter
If true, indicates that the value of 'Access-Control-Request-Headers' request header will be copied into the 'Access-Control-Allow-Headers' response header.
isAllowAllRequestedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
If true, indicates that the value of 'Access-Control-Request-Headers' request header will be copied into the 'Access-Control-Allow-Headers' response header.
isAllowedCredentials() - Method in class org.restlet.engine.application.CorsFilter
If true, adds 'Access-Control-Allow-Credentials' header.
isAllowedCredentials() - Method in class org.restlet.engine.application.CorsResponseHelper
If true, adds 'Access-Control-Allow-Credentials' header.
isAllowedCredentials() - Method in class org.restlet.service.CorsService
If true, adds 'Access-Control-Allow-Credentials' header.
isAllowingAllRequestedHeaders() - Method in class org.restlet.service.CorsService
If true, indicates that the value of 'Access-Control-Request-Headers' request header will be copied into the 'Access-Control-Allow-Headers' response header.
isAllowUserInteraction() - Method in class org.restlet.engine.connector.FtpClientHelper
Indicates if this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
isAllowUserInteraction() - Method in class org.restlet.engine.connector.HttpClientHelper
Indicates if this URL is being examined in a context in which it makes sense to allow user interactions such as popping up an authentication dialog.
isAlpha(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is alphabetical (a-z or A-Z).
isAlpha(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is alphabetical (a-z or A-Z).
isAlphaNum(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns true if the given character is alphanumeric.
isAnnotated() - Method in class org.restlet.resource.ServerResource
Indicates if annotations are supported.
isArray - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
True, if this parameter should be an array, otherwise false.
isAsciiChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is in ASCII range.
isAsynchronous() - Method in class org.restlet.Request
Indicates if the request is asynchronous.
isAsynchronous() - Method in class org.restlet.util.WrapperRequest
 
isAuthenticated() - Method in class org.restlet.data.ClientInfo
Indicates if the identifier or principal has been authenticated.
isAutoCommitting() - Method in class org.restlet.resource.ServerResource
Indicates if the response should be automatically committed.
isAutoCommitting() - Method in class org.restlet.Response
Indicates if the response should be automatically committed.
isAutoCommitting() - Method in class org.restlet.util.WrapperResponse
 
isAutoDeleting() - Method in class org.restlet.representation.FileRepresentation
Indicates if this file should be automatically deleted on release of the representation.
isAutoDescribing() - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Indicates if the application should be automatically described via WADL when an OPTIONS request handles a "*" target URI.
isAutoDescribing() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Indicates if the resource should be automatically described via WADL when an OPTIONS request is handled.
isAvailable() - Method in class org.restlet.Client
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.Connector
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if the connection is available to handle new messages.
isAvailable() - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
isAvailable() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Indicates if the way is available to handle new messages.
isAvailable() - Method in class org.restlet.representation.BufferingRepresentation
 
isAvailable() - Method in class org.restlet.representation.Representation
Indicates if some fresh content is potentially available, without having to actually call one of the content manipulation method like getStream() that would actually consume it.
isAvailable() - Method in class org.restlet.Server
Indicates the underlying connector helper is available.
isAvailable() - Method in class org.restlet.util.WrapperRepresentation
 
isBeanSetter(Method, Class<? extends Annotation>) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Checks, if the given method is a bean setter and annotated with the given annotation.
isBlankRef(Reference) - Static method in class org.restlet.ext.rdf.Link
Indicates if a reference is identifying a blank node.
isBlocking() - Method in interface org.restlet.engine.io.BlockableChannel
Indicates if the channel is likely to block upon IO operations.
isBlocking() - Method in class org.restlet.engine.io.InputStreamChannel
True if the underlying input stream is able to indicate available bytes upfront.
isBlocking() - Method in class org.restlet.ext.nio.internal.channel.WrapperSelectionChannel
Deprecated.
Indicates if the wrapped channel is blocking.
isBlocking() - Method in class org.restlet.ext.nio.internal.channel.WrapperSocketChannel
Deprecated.
Indicates if the channel is blocking.
isBlocking(Channel) - Static method in class org.restlet.engine.io.IoUtils
Indicates if the channel is in blocking mode.
isBroken(Throwable) - Static method in class org.restlet.engine.adapter.Call
Returns true if the given exception is caused by a broken connection.
isBuffered() - Method in class org.restlet.representation.BufferingRepresentation
Indicates if the wrapped entity has been already buffered.
isBytesRange(Range) - Static method in class org.restlet.data.Range
Indicates if the unit of the given range is "bytes".
isCanceling() - Method in class org.restlet.util.SelectionRegistration
Indicates if a canceling of the registration has been requested.
isCarriageReturn(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a carriage return.
isChangeable() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
isChunkedEncoding(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the entity is chunked.
isClientError() - Method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isClientError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isClientKeepAlive() - Method in class org.restlet.engine.adapter.Call
Indicates if the client wants a persistent connection.
isClientKeepAlive() - Method in class org.restlet.engine.adapter.ClientCall
 
isClientKeepAlive() - Method in class org.restlet.engine.adapter.ServerCall
 
isClientSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
isClientSide() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if it is helping a client connector.
isClientSide() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if it is a client-side connection.
isCoalescing() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser should be coalescing text.
isComma(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a comma, the character used as header value separator.
isCommentText(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a comment text.
isCommitted() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
isCommitted() - Method in class org.restlet.resource.ServerResource
Indicates if the response has already been committed.
isCommitted() - Method in class org.restlet.Response
Indicates if the response has already been committed.
isCommitted() - Method in class org.restlet.util.WrapperResponse
 
isCompatible(MediaType) - Method in class org.restlet.ext.jaxb.JaxbConverter
Indicates if the given mediaType is compatible with the media types supported by this converter.
isCompatible(Metadata) - Method in class org.restlet.data.Metadata
Checks if this metadata is compatible with the given metadata.
isCompatible(Method, Form, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Indicates if the annotated method described is compatible with the given parameters.
isCompatible(Variant) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
Indicates if the given variant is compatible with the media types supported by this converter.
isCompatible(Variant) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
Indicates if the given variant is compatible with the media types supported by this converter.
isCompatible(Variant) - Method in class org.restlet.ext.jackson.JacksonConverter
Indicates if the given variant is compatible with the media types supported by this converter.
isCompatible(Variant) - Method in class org.restlet.ext.jaxb.JaxbConverter
Indicates if the given variant is compatible with the media types supported by this converter.
isCompatible(Variant) - Method in class org.restlet.ext.rdf.RdfConverter
Indicates if the given variant is compatible with the media types supported by this converter.
isCompatible(Variant) - Method in class org.restlet.representation.Variant
Indicates if the current variant is compatible with the given variant.
isCompatibleRequestEntity(Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
Indicates if the given request entity is compatible with the annotated method described.
isConcrete() - Method in class org.restlet.data.MediaType
Checks if the current media type is concrete.
isConditional() - Method in class org.restlet.resource.ServerResource
Indicates if conditional handling is enabled.
isConfidential() - Method in class org.restlet.data.Protocol
Indicates if the protocol guarantees the confidentially of the messages exchanged, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.engine.adapter.Call
Indicates if the confidentiality of the call is ensured (ex: via SSL).
isConfidential() - Method in class org.restlet.engine.connector.NetServerHelper
Indicates if this service is acting in HTTP or HTTPS mode.
isConfidential() - Method in class org.restlet.ext.jetty.internal.JettyServerCall
Indicates if the request was made using a confidential mean.
isConfidential() - Method in class org.restlet.Message
Indicates if the message was or will be exchanged confidentially, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.Request
Implemented based on the Protocol.isConfidential() method for the request's protocol returned by Request.getProtocol();
isConfidential() - Method in class org.restlet.resource.Resource
Indicates if the message was or will be exchanged confidentially, for example via a SSL-secured connection.
isConfidential() - Method in class org.restlet.Response
 
isConfidential() - Method in class org.restlet.util.WrapperRequest
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConfidential() - Method in class org.restlet.util.WrapperResponse
Indicates if the call came over a confidential channel such as an SSL-secured connection.
isConnectable() - Method in class org.restlet.util.SelectionRegistration
Indicates if the NIO channel is connectable.
isConnectionBroken(Throwable) - Method in class org.restlet.engine.adapter.Call
Returns true if the given exception is caused by a broken connection.
isConnectionBroken(Throwable) - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
isConnectionClose(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the connection must be closed.
isConnectorError() - Method in class org.restlet.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isConnectorError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isContextResolver() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Returns true, if this ProviderWrapper is also a ContextResolver, otherwise false.
isContextResolver() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
isContextResolver() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Returns true, if this ProviderWrapper is also a ContextResolver, otherwise false.
isContextResolver() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Returns true, if this ProviderWrapper is also a ContextResolver, otherwise false.
isControlChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a control character.
isControllerDaemon() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if the controller thread should be a daemon (not blocking JVM exit).
isControllerDaemon() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
isControllerDaemon() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
isCorsRequest(Request) - Method in class org.restlet.engine.application.CorsResponseHelper
Returns true if the request is a CORS request.
isDaemon() - Method in class org.restlet.service.TaskService
Indicates whether the threads are created as daemon threads.
isDataFormat() - Method in class org.restlet.ext.xml.XmlWriter
 
isDebug() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Indicates if the connector should generate JavaMail debug messages.
isDebugging() - Method in class org.restlet.Application
Indicates if the debugging mode is enabled.
isDebugging() - Method in class org.restlet.service.LogService
Deprecated.
Rely on Application.isDebugging() instead.
isDecoding() - Method in class org.restlet.engine.application.DecodeRepresentation
Indicates if the decoding can happen.
isDecodingOnParse() - Method in class org.restlet.routing.Variable
Indicates if the parsed value must be decoded.
isDecodingRequest() - Method in class org.restlet.engine.application.Decoder
Indicates if the request entity should be decoded.
isDecodingResponse() - Method in class org.restlet.engine.application.Decoder
Indicates if the response entity should be decoded.
isDeeplyAccessible() - Method in class org.restlet.resource.Directory
Indicates if the sub-directories are deeply accessible (true by default).
isDelimiter(int) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
 
isDelimiter(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns true if the given character is a delimiter.
isDelimiter(int) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Returns true if the given character is a delimiter.
isDigit() - Method in class org.restlet.data.CacheDirective
Returns true if the directive contains a digit value.
isDigit(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is a digit (0-9).
isDigit(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a digit (0-9).
isDirectBuffers() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if direct NIO buffers should be used.
isDirectory() - Method in class org.restlet.engine.local.Entity
Indicates if the entity is a directory.
isDirectory() - Method in class org.restlet.engine.local.FileEntity
 
isDirectory() - Method in class org.restlet.engine.local.ZipEntryEntity
 
isDirectoryTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a directory.
isDispatchIO() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether to dispatch I/O operations from the selector thread to a different thread.
isDoubleQuote(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a double quote.
isDraining() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if the buffer state has the BufferState.DRAINING value.
isEmpty() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Checks, if this SortedMetadata is empty
isEmpty() - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
Returns true, if this set is empty
isEmpty() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if the buffer is empty in either filling or draining state.
isEmpty() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if the connection is empty of messages and bytes.
isEmpty() - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
isEmpty() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Indicates if the way is empty.
isEmpty() - Method in class org.restlet.representation.Representation
Indicates if the representation is empty.
isEmpty() - Method in class org.restlet.util.WrapperList
Returns true if this list contains no elements.
isEmpty() - Method in class org.restlet.util.WrapperMap
Returns true if this map contains no key-value mappings.
isEmpty(Object[]) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Tests, if the given array is empty or null.
isEmpty(List<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the list is empty or null.
isEmptyOrSlash() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Checks if the URI template is empty or only a slash.
isEmptyOrSlash() - Method in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
Checks, if the remaining path is empty or slash.
isEmptyOrSlash(String) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Tests, if the given String is null, empty or "/".
isEnabled() - Method in class org.restlet.service.Service
Indicates if the service should be enabled.
isEncodingOnFormat() - Method in class org.restlet.routing.Variable
Indicates if the formatted value must be encoded.
isEncodingRequest() - Method in class org.restlet.engine.application.Encoder
Indicates if the request entity should be encoded.
isEncodingResponse() - Method in class org.restlet.engine.application.Encoder
Indicates if the response entity should be encoded.
isEncodingVariables() - Method in class org.restlet.routing.Template
Indicates if the variables must be encoded when formatting the template.
isEndDetected() - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
Indicates if the end of the channel has been detected.
isEndOfFile(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
 
isEndReached() - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Indicates if the end of the channel has been reached.
isEntityAvailable() - Method in class org.restlet.Message
Indicates if a content is available and can be sent or received.
isEntityAvailable() - Method in class org.restlet.Request
Indicates if a content is available and can be sent.
isEntityAvailable() - Method in class org.restlet.util.WrapperRequest
Indicates if a content is available and can be sent.
isEntityAvailable() - Method in class org.restlet.util.WrapperResponse
Indicates if a content is available and can be sent.
isEntryFound(FormData, MediaType) - Static method in class org.restlet.ext.html.internal.FormUtils
Indicates if the searched entry is specified in the given media range.
isEquivalentTo(Reference) - Method in class org.restlet.data.Reference
Returns true if both reference are equivalent, meaning that they resolve to the same target reference.
isError() - Method in class org.restlet.data.Status
Indicates if the status is an error (client or server) status.
isError(int) - Static method in class org.restlet.data.Status
Indicates if the status is an error (client or server) status.
isExceptionMapper() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Checks, if this provider represents an ExceptionMapper.
isExceptionMapper() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
isExceptionMapper() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Checks, if this provider represents an ExceptionMapper.
isExceptionMapper() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Checks, if this provider represents an ExceptionMapper.
isExisting() - Method in class org.restlet.resource.ServerResource
Indicates if the identified resource exists.
isExpandingEntityRefs() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Indicates if the parser will expand entity reference nodes.
isExpandingEntityRefs() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if the parser will expand entity reference nodes.
isExpandingEntityRefs() - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates if the parser will expand entity reference nodes.
isExpandingEntityRefs() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will expand entity reference nodes.
isExpectingResponse() - Method in class org.restlet.Request
Indicates if an associated response is expected.
isExpectingResponse() - Method in class org.restlet.util.WrapperRequest
 
isExtensionsTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the extensions.
isExternal() - Method in class org.restlet.ext.atom.Content
Indicates if the content is available externally.
isFileInDirectory(Directory, File) - Static method in class org.restlet.engine.local.FileClientHelper
Indicates whether the given file is located inside the root directory.
isFileTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a file.
isFilling() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Indicates if the buffer state has the BufferState.FILLING value.
isFinal() - Method in class org.restlet.Response
Indicates if the response is final or provisional.
isFirstChallengeParameter() - Method in class org.restlet.engine.header.ChallengeWriter
Indicates if the first comma-separated value is written.
isFixed() - Method in class org.restlet.ext.atom.Categories
Indicates if the list is fixed.
isFixed() - Method in class org.restlet.routing.Variable
Returns true if the value is fixed, in which case the "defaultValue" property is always used.
isFollowingRedirects() - Method in class org.restlet.resource.ClientResource
Indicates if redirections are followed.
isFollowRedirects() - Method in class org.restlet.engine.connector.HttpClientHelper
Indicates if the protocol will automatically follow redirects.
isFollowRedirects() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Indicates if the protocol will automatically follow redirects.
isFollowRedirects() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether to follow HTTP redirects.
isFormattedOutput() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if the resulting XML data should be formatted with line breaks and indentation.
isFragment() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates whether or not document level events will be generated by the Marshaller.
isGenericDelimiter(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is a generic URI component delimiter character.
isGivenMediaTypeSupported(MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
isGlobalError() - Method in class org.restlet.data.Status
Indicates if the status is a global error status, meaning "The server has definitive information about a particular user".
isGlobalError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isHandshaking - Variable in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Whether a handshake is in progress.
isHeadersCleaning() - Method in class org.restlet.routing.Redirector
Indicates if the headers must be cleaned.
isHeadersTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the method can be tunneled via the header.
isHierarchical() - Method in class org.restlet.data.Reference
Indicates if the identifier is hierarchical.
isHorizontalTab(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is an horizontal tab.
isHttpMethodSupported(Method) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
isHttpMethodSupported(Method, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Checks, if this method suppors the given HTTP method.
isIdempotent() - Method in class org.restlet.data.Method
Indicates if the side-effects of several requests is the same as a single request.
isIdentityCheck() - Method in class org.restlet.service.LogService
Indicates if the identity check (as specified by RFC1413) is enabled.
isIgnoringComments() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will ignore comments.
isIgnoringExtraWhitespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will ignore extra white spaces in element content.
isIncluded(long, long) - Method in class org.restlet.data.Range
Indicates if the given index is included in the range.
isIndenting() - Method in class org.restlet.ext.json.JsonRepresentation
Indicates if JSON objects and arrays should be indented.
isIndenting() - Method in class org.restlet.ext.xml.DomRepresentation
Indicates if the XML serialization should be indented.
isInformational() - Method in class org.restlet.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isInformational(int) - Static method in class org.restlet.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isInheritingRoles() - Method in class org.restlet.security.Group
Indicates if the roles of the parent group should be inherited.
isInline() - Method in class org.restlet.ext.atom.Content
Indicates if the content is available inline.
isInRole(String) - Method in class org.restlet.resource.ServerResource
Indicates if the authenticated client user associated to the current request is in the given role name.
isInterceptingLogin() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the login requests should be intercepted.
isInterceptingLogout() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the logout requests should be intercepted.
isInterestReady() - Method in class org.restlet.util.SelectionRegistration
Indicates if the operations of interest are ready.
isJaxbRootElementClass(Class<?>) - Method in class org.restlet.ext.jaxb.JaxbConverter
Indicates if the class has JAXB annotations.
isKeepAlive() - Method in class org.restlet.engine.adapter.Call
Indicates if both the client and the server want a persistent connection.
isLatin1Char(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is in ISO Latin 1 (8859-1) range.
isLeaveEncoded() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
isLinearWhiteSpace(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a value separator.
isLineFeed(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a line feed.
isLineReadable() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Indicates if the next message line is readable.
isListingAllowed() - Method in class org.restlet.resource.Directory
Indicates if the display of directory listings is allowed when no index file is found.
isLoggable() - Method in class org.restlet.Request
Indicates if the call is loggable
isLoggable() - Method in class org.restlet.resource.Resource
Indicates if the call is loggable
isLoggable(Level) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
isLoggable(Request) - Method in class org.restlet.service.LogService
Indicates if the call should be logged during the processing chain.
isLoggingIn(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the request is an attempt to log in and should be intercepted.
isLoggingOut(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the request is an attempt to log out and should be intercepted.
isLowerCase(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is lower case (a-z).
isLowerCase(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is lower case (a-z).
isMatchingQuery() - Method in class org.restlet.routing.TemplateRoute
Indicates whether the query part should be taken into account when matching a reference with the template.
isMethodTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the method name can be tunneled.
isModifiable() - Method in class org.restlet.resource.Directory
Indicates if modifications to local resources (most likely files) are allowed.
isMultiAuthenticating() - Method in class org.restlet.security.Authenticator
Indicates if the authenticator should attempt to authenticate an already authenticated client.
isMultiLines() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
Returns true if this string of characters contains at least one newline character.
isMultipart() - Method in class org.restlet.ext.html.FormDataSet
Indicates if the form is multipart encoded.
isNamespaceAware() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if processing is namespace aware.
isNeedClientAuthentication() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Indicates if we require client certificate authentication.
isNegotiated() - Method in class org.restlet.resource.ServerResource
Indicates if content negotiation of response entities is enabled.
isNegotiatingContent() - Method in class org.restlet.resource.Directory
Indicates if the best content is automatically negotiated.
isNonceValid(String, String, long) - Static method in class org.restlet.ext.crypto.internal.HttpDigestHelper
Checks whether the specified nonce is valid with respect to the specified secretKey, and further confirms that the nonce was generated less than lifespanMillis milliseconds ago
isNormal() - Method in class org.restlet.engine.local.Entity
Indicates if the entity is a normal entity, especially if it is not a directory.
isNormal() - Method in class org.restlet.engine.local.FileEntity
 
isNormal() - Method in class org.restlet.engine.local.ZipEntryEntity
 
isNotDigit(char) - Method in class org.restlet.engine.util.AlphaNumericComparator
Indicates if the character is a digit.
isNotEmpty(List<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the list contains elements.
isNullOrEmpty(String) - Static method in class org.restlet.engine.util.StringUtils
Returns true if the given string is null or is the empty string.
ISO_8859_1 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-1 (Latin 1) character set.
ISO_8859_10 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-10 (Latin 6) character set.
ISO_8859_2 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-2 (Latin 2) character set.
ISO_8859_3 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-3 (Latin 3) character set.
ISO_8859_4 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-4 (Latin 4) character set.
ISO_8859_5 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-5 (Cyrillic) character set.
ISO_8859_6 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-6 (Arabic) character set.
ISO_8859_7 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-7 (Greek) character set.
ISO_8859_8 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-8 (Hebrew) character set.
ISO_8859_9 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-9 (Latin 5) character set.
ISODateDeserializer() - Constructor for class org.restlet.ext.gson.GsonRepresentation.ISODateDeserializer
 
ISODateSerializer() - Constructor for class org.restlet.ext.gson.GsonRepresentation.ISODateSerializer
 
isOpaque() - Method in class org.restlet.data.Reference
Indicates if the identifier is opaque.
isOpen() - Method in class org.restlet.engine.io.InputStreamChannel
Indicates if the channel and its underlying stream are open.
isOpen() - Method in class org.restlet.ext.nio.internal.channel.WrapperChannel
Deprecated.
Delegates to the wrapped channel.
isOptional() - Method in class org.restlet.security.Authenticator
Indicates if the authenticator is not required to succeed.
isOverloaded() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Indicates if the controller is overloaded.
isOverwriting() - Method in class org.restlet.engine.application.StatusFilter
Indicates if existing representations should be overwritten.
isOverwriting() - Method in class org.restlet.service.StatusService
Indicates if an existing entity should be overwritten.
isParameter(Node) - Static method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Indicates if the DOM node is a "parameter" element.
isParameterFound(Parameter, MediaType) - Static method in class org.restlet.engine.util.FormUtils
Indicates if the searched parameter is specified in the given media range.
isParent(Reference) - Method in class org.restlet.data.Reference
Indicates if the reference is a parent of the hierarchical child reference.
isPath(LexicalUnit) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
Returns true if the given lexical unit is a "path" shorthand.
isPersistent() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if the connection should be persisted across calls.
isPersistingConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Indicates if persistent connections should be used if possible.
isPipelining() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if idempotent sequences of requests can be pipelined.
isPipeliningConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Indicates if pipelining connections are supported.
isPlain() - Method in class org.restlet.ext.rdf.Literal
Indicates if the literal is plain.
isPooledConnection() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Indicates if the connection objects should be pooled to save instantiation time.
isPreferencesTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the query parameters or via file extensions.
isProvider(Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the given class is a JAX-RS provider.
isProvisional() - Method in class org.restlet.Response
Indicates if the response is provisional or final.
isProxying() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
isProxying() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Indicates if the helper is going through a client proxy or is a server proxy.
isProxying() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
isQName(String) - Method in class org.restlet.ext.rdf.internal.turtle.Context
Returns true if the given value is a qualified name.
isQueryTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the method and client preferences can be tunneled via query parameters or file extensions.
isQuoteCharacter(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character marks the start of a quoted pair.
isQuotedText(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a quoted text.
isReadable() - Method in class org.restlet.util.SelectionRegistration
Indicates if the NIO channel is readable.
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.BufferedReaderProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbElementProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.JsonProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.MultipartProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.SimpleXmlProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyReader
Deprecated.
 
isReadable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Checks, if this MessageBodyReader could read the given type.
isReader() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Returns true, if this ProviderWrapper is also a MessageBodyReader, otherwise false.
isReader() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
isReader() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Returns true, if this ProviderWrapper is also a MessageBodyReader, otherwise false.
isReader() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Returns true, if this ProviderWrapper is also a MessageBodyReader, otherwise false.
isReady() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if at least one way is in the IoState.READY state.
isRechallenging() - Method in class org.restlet.security.ChallengeAuthenticator
Indicates if a new challenge should be sent when invalid credentials are received (true by default to conform to HTTP recommendations).
isRecoverableError() - Method in class org.restlet.data.Status
Indicates if an error is recoverable, meaning that simply retrying after a delay could result in a success.
isRedirection() - Method in class org.restlet.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRedirection(int) - Static method in class org.restlet.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRelative() - Method in class org.restlet.data.Reference
Indicates if the reference is relative.
isRepeating() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Returns true if the parameter is single valued or may have multiple values, false otherwise.
isReplying() - Method in class org.restlet.data.Method
Indicates if the method replies with a response.
isRequestChunked() - Method in class org.restlet.engine.adapter.Call
Indicates if the request entity is chunked.
isRequestEntityBuffering() - Method in class org.restlet.resource.ClientResource
Indicates if transient or unknown size response entities should be buffered after being received.
isRequired() - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is required.
isRequired() - Method in class org.restlet.routing.Variable
Returns true if the variable is required or optional.
isReserved(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is a reserved URI character.
isResponseChunked() - Method in class org.restlet.engine.adapter.Call
Indicates if the response entity is chunked.
isResponseEntityBuffering() - Method in class org.restlet.resource.ClientResource
Indicates if transient or unknown size response entities should be buffered after being received.
isResumeUpload() - Method in class org.restlet.engine.local.FileClientHelper
Indicates if a failed upload can be resumed.
isRetryOnError() - Method in class org.restlet.resource.ClientResource
Indicates if idempotent requests should be retried on error.
isReuseAddress() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Indicates if the controller thread should be a daemon (not blocking JVM exit).
isRootResourceClass(Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the given class is a JAX-RS root resource class.
isRunning() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Indicates if the task is running.
isSafe() - Method in class org.restlet.data.Method
Indicates if it should have the significance of taking an action other than retrieval.
isSecure() - Method in class org.restlet.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
isSecure() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns a boolean indicating whether this request was made using a secure channel, such as HTTPS.
isSecure() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
isSecureProcessing() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if it limits potential XML overflow attacks.
isSecureProcessing() - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates if it limits potential XML overflow attacks.
isSecureProcessing() - Method in class org.restlet.ext.xml.SaxRepresentation
Indicates if it limits potential XML overflow attacks.
isSelectable() - Method in class org.restlet.representation.Representation
Indicates if the representation content supports NIO selection.
isSelectable() - Method in class org.restlet.util.WrapperRepresentation
 
isSemiColon(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a semicolon, the character used as header parameter separator.
isSeparator(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a separator.
isSerializable() - Method in class org.restlet.engine.resource.ThrowableAnnotationInfo
Returns the serialize indicator parsed from the annotation value.
isServerError() - Method in class org.restlet.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isServerError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isServerKeepAlive() - Method in class org.restlet.engine.adapter.Call
Indicates if the server wants a persistent connection.
isServerKeepAlive() - Method in class org.restlet.engine.adapter.ClientCall
 
isServerKeepAlive() - Method in class org.restlet.engine.adapter.ServerCall
 
isServerSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if server side authentication is supported.
isServerSide() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if it is helping a server connector.
isServerSide() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if it is a server-side connection.
isShutdown() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
isShutdown() - Method in class org.restlet.service.TaskService
Returns true if this executor has been shut down.
isShutdownAllowed() - Method in class org.restlet.service.TaskService
Indicates if the TaskService.shutdown() and TaskService.shutdownNow() methods are allowed to effectively shutdown the wrapped executor service.
isSkippingResourceForCorsOptions() - Method in class org.restlet.engine.application.CorsFilter
If true, the filter does not call the server resource for OPTIONS method of CORS request and set Access-Control-Allow-Methods header with CorsFilter.defaultAllowedMethods.
isSkippingResourceForCorsOptions() - Method in class org.restlet.service.CorsService
If true, the filter does not call the server resource for OPTIONS method of CORS request and set Access-Control-Allow-Methods header with the default methods.
isSocketKeepAlive() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Indicates if a TCP connection should be automatically kept alive after 2 hours of inactivity.
isSocketNoDelay() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Enables Nagle's algorithm if set to false, preventing sending of small TCP packets.
isSocketOobInline() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Indicates if urgent TCP data received on the socket will be received through the socket input stream.
isSocketReuseAddress() - Method in class org.restlet.ext.nio.ConnectionHelper
Deprecated.
Indicates if sockets can be reused right away even if they are busy (in TIME_WAIT or 2MSL wait state).
isSourceModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
isSpace(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a space.
isSslClientCertAuth(Request) - Static method in class org.restlet.ext.jaxrs.internal.util.SecurityUtil
Deprecated.
Checks, if the given request was authenticated by a SSL client certificate.
isSslHandshaking() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Indicates if the SSL handshake is going on.
isStale() - Method in class org.restlet.data.ChallengeRequest
Indicates if the previous request from the client was stale.
isStarted() - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
Returns true if the reaper is started.
isStarted() - Method in class org.restlet.Restlet
Indicates if the Restlet is started.
isStarted() - Method in class org.restlet.security.Realm
Indicates if the realm is started.
isStarted() - Method in class org.restlet.service.Service
Indicates if the service is started.
isStarted() - Method in class org.restlet.util.WrapperRestlet
 
isStartTls() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Indicates if the SMTP protocol should attempt to start a TLS tunnel.
isStopped() - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
Returns true if the reaper is stopped.
isStopped() - Method in class org.restlet.Restlet
Indicates if the Restlet is stopped.
isStopped() - Method in class org.restlet.security.Realm
Indicates if the realm is stopped.
isStopped() - Method in class org.restlet.service.Service
Indicates if the service is stopped.
isStopped() - Method in class org.restlet.util.WrapperRestlet
 
isStrict() - Method in class org.restlet.service.ConnegService
Indicates if the conneg algorithm should strictly respect client preferences or be more flexible.
isStrictEventOrdering() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether request events must be strictly ordered.
isSubDelimiter(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is an URI subcomponent delimiter character.
isSuccess() - Method in class org.restlet.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
isSuccess(int) - Static method in class org.restlet.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
isSynchronous() - Method in class org.restlet.Request
Indicates if the request is synchronous.
isSynchronous() - Method in class org.restlet.util.WrapperRequest
 
isTargetEntityEnabled() - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Indicate whether or not the target supports entity in the request.
isTcpNoDelay() - Method in class org.restlet.ext.jetty.HttpClientHelper
Whether TCP_NODELAY is enabled.
isTerminated() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
isTerminated() - Method in class org.restlet.service.TaskService
Returns true if all tasks have completed following shut down.
isText(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is textual (ISO Latin 1 and not a control character).
isToEncode() - Method in class org.restlet.ext.atom.Content
Returns true if the content is to be encoded.
isToken(CharSequence) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the token is valid.
Only contains valid token characters.
isTokenChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a token character (text and not a separator).
isTracing() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if console tracing is enabled.
isTransient - Variable in class org.restlet.representation.Representation
Indicates if the representation's content is transient.
isTransient() - Method in class org.restlet.representation.Representation
Indicates if the representation's content is transient, which means that it can be obtained only once.
isTransient() - Method in class org.restlet.util.WrapperRepresentation
 
isTyped() - Method in class org.restlet.ext.rdf.Literal
Indicates if the literal is types.
isUnreserved(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is an unreserved URI character.
isUpperCase(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is upper case (A-Z).
isUpperCase(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is upper case (A-Z).
isUseCaches() - Method in class org.restlet.engine.connector.FtpClientHelper
Indicates if the protocol is allowed to use caching whenever it can.
isUseCaches() - Method in class org.restlet.engine.connector.HttpClientHelper
Indicates if the protocol is allowed to use caching whenever it can.
isUserAgentTunnel() - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled according to the user agent.
isUserInRole(String) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Returns a boolean indicating whether the authenticated user is included in the specified logical "role".
isUserInRole(String) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
isUsingEncodedAttributeStyle() - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Indicates if EMF references should be written as URI anchors.
isValid(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is a valid URI character.
isValidatingDtd() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
isValidatingDtd() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
isValidatingDtd() - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
isValidatingDtd() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
isValidQuality(float) - Static method in class org.restlet.engine.header.PreferenceWriter
Indicates if the quality value is valid.
isVolatile(Method) - Static method in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
Checks, if the method is volatile(the return type of a sub class differs from the return type of the superclass, but is compatibel).
isWantClientAuthentication() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Indicates if we would like client certificate authentication.
isWeak() - Method in class org.restlet.data.Tag
Indicates if the tag is weak.
isWhiteSpace(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns true if the given character is a whitespace.
isWindows() - Static method in class org.restlet.engine.util.SystemUtils
Indicates if the current operating system is in the Windows family.
isWorkerServiceOverloaded() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Indicates if the worker service is busy.
isWritable() - Method in class org.restlet.util.SelectionRegistration
Indicates if the NIO channel is writable.
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbElementProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.JsonProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.MultipartProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.SimpleXmlProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.StreamingOutputProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
 
isWriteable(Class<?>, Type, Annotation[], MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Checks, if the given class could be written by this MessageBodyWriter.
isWriter() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Returns true, if this ProviderWrapper is also a MessageBodyWriter, otherwise false.
isWriter() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
isWriter() - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Returns true, if this ProviderWrapper is also a MessageBodyWriter, otherwise false.
isWriter() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Returns true, if this ProviderWrapper is also a MessageBodyWriter, otherwise false.
isXIncludeAware() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates the desire for processing XInclude if found in this type of XML representations.
isXIncludeAware() - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates the desire for processing XInclude if found in this type of XML representations.
isXIncludeAware() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates the desire for processing XInclude if found in this type of XML representations.
item(int) - Method in class org.restlet.ext.xml.NodeList
{@inheritDoc org.w3c.dom.NodeList#item(int)}
iter - Variable in class org.restlet.ext.jaxrs.internal.util.SortedMetadata.IteratorIterator
Deprecated.
 
iterator() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
iterator() - Method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Iterates over all the sorted Metadata.
iterator() - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
iterator() - Method in class org.restlet.util.WrapperList
Returns an iterator over the elements in this list in proper sequence.
IteratorIterator(Iterator<Iterable<T>>) - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedMetadata.IteratorIterator
Deprecated.
 
iterIter - Variable in class org.restlet.ext.jaxrs.internal.util.SortedMetadata.IteratorIterator
Deprecated.
 

J

JaasUtils - Class in org.restlet.ext.jaas
Utility class to facilitate integration between the Restlet and JAAS APIs.
JaasUtils() - Constructor for class org.restlet.ext.jaas.JaasUtils
 
JaasVerifier - Class in org.restlet.ext.jaas
Verifier that leverages the JAAS pluggable authentication mechanism.
JaasVerifier(String) - Constructor for class org.restlet.ext.jaas.JaasVerifier
Constructor.
JacksonConverter - Class in org.restlet.ext.jackson
Converter between the JSON, JSON Smile, CSV, XML, YAML and Representation classes based on Jackson.
JacksonConverter() - Constructor for class org.restlet.ext.jackson.JacksonConverter
 
JacksonRepresentation<T> - Class in org.restlet.ext.jackson
Representation based on the Jackson library.
JacksonRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JacksonRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JacksonRepresentation(T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor for the JSON media type.
JAR - Static variable in class org.restlet.data.Protocol
JAR (Java ARchive) is a common scheme to access to representations inside archive files.
javaClass - Variable in class org.restlet.engine.resource.AnnotationInfo
The class that hosts the annotated Java method.
JavaMailClientHelper - Class in org.restlet.ext.javamail
Deprecated.
Will be removed in next major release.
JavaMailClientHelper(Client) - Constructor for class org.restlet.ext.javamail.JavaMailClientHelper
Deprecated.
Constructor.
JavaMailConverter - Class in org.restlet.ext.javamail
Deprecated.
Will be removed in next major release.
JavaMailConverter() - Constructor for class org.restlet.ext.javamail.JavaMailConverter
Deprecated.
 
javaMethod - Variable in class org.restlet.engine.resource.AnnotationInfo
The annotated Java method.
javaMethodImpl - Variable in class org.restlet.engine.resource.AnnotationInfo
The upper implementation of the annotated Java method.
JAX_RS_DEFAULT_CHARACTER_SET - Static variable in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
The default character set to be used, if no character set is given.
JAX_RS_DEFAULT_CHARACTER_SET_AS_STRING - Static variable in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
The default character set to be used, if no character set is given, as String
JAX_RS_PACKAGE_PREFIX - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
 
JaxbConverter - Class in org.restlet.ext.jaxb
A JAXB Converter Helper to convert from JAXB objects to JaxbRepresentations and vice versa.
JaxbConverter() - Constructor for class org.restlet.ext.jaxb.JaxbConverter
 
JaxbElementProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
JaxbElementProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.JaxbElementProvider
Deprecated.
 
JaxbProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
JaxbProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Default constructor.
jaxbRepresentation - Variable in class org.restlet.ext.jaxb.internal.Marshaller
The parent JAXB representation.
JaxbRepresentation<T> - Class in org.restlet.ext.jaxb
An XML representation based on JAXB that provides easy translation between XML and JAXB element class trees.
JaxbRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a JAXB representation from an existing JAXB content tree.
JaxbRepresentation(MediaType, T, ClassLoader) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a JAXB representation from an existing JAXB content tree.
JaxbRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a new JAXB representation, converting the input XML into a Java content tree.
JaxbRepresentation(Representation, Class<T>, ValidationEventHandler) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a new JAXB representation, converting the input XML into a Java content tree.
JaxbRepresentation(Representation, String) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a new JAXB representation, converting the input XML into a Java content tree.
JaxbRepresentation(Representation, String, ValidationEventHandler) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a new JAXB representation, converting the input XML into a Java content tree.
JaxbRepresentation(Representation, String, ValidationEventHandler, ClassLoader) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a new JAXB representation, converting the input XML into a Java content tree.
JaxbRepresentation(T) - Constructor for class org.restlet.ext.jaxb.JaxbRepresentation
Creates a JAXB representation from an existing JAXB content tree with MediaType.APPLICATION_XML.
JaxRsAnnotationUtils - Class in org.restlet.ext.jaxrs.internal.client
Deprecated.
Will be removed in next minor release.
JaxRsAnnotationUtils() - Constructor for class org.restlet.ext.jaxrs.internal.client.JaxRsAnnotationUtils
Deprecated.
 
JaxRsApplication - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
JaxRsApplication() - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Creates an new JaxRsApplication.
JaxRsApplication(Application) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
 
JaxRsApplication(Context) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Creates an new JaxRsApplication.
JaxRsApplication(Context, Application) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Creates an new JaxRsApplication.
jaxRsClass - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
JaxRsClientInvocationHandler<T> - Class in org.restlet.ext.jaxrs.internal.client
Deprecated.
Will be removed in next minor release.
JaxRsClientInvocationHandler(ClientResource, Class<? extends T>) - Constructor for class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
Constructor.
JaxRsClientResource - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
JaxRsClientResource(Context, Reference) - Constructor for class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
 
JaxRsException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
JaxRsException() - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
Deprecated.
For subclasses only
JaxRsException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
Deprecated.
 
JaxRsException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
Deprecated.
 
JaxRsException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
Deprecated.
 
JaxRsOutputRepresentation<T> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
JaxRsOutputRepresentation(T, Type, MediaType, Annotation[], MessageBodyWriter, MultivaluedMap<String, Object>) - Constructor for class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
Creates a new JaxRsOutputRepresentation.
jaxRsProvider - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
jaxRsProviderClass - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
jaxRsProviders - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
JaxRsProviders - Class in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
JaxRsProviders(ObjectFactory, ThreadLocalizedContext, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Creates a new JaxRsProviders.
jaxRsResourceObject - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceObject
Deprecated.
 
jaxRsRespHeaders - Variable in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
may be null
jaxRsRespToRestletResp(Response, ResourceMethod) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Converts the given JAX-RS Response to a Restlet Response.
jaxRsRestlet - Variable in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
The JaxRsRestlet to use.
JaxRsRestlet - Class in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
JaxRsRestlet(Context, MetadataService) - Constructor for class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Creates a new JaxRsRestlet with the given Context.
JaxRsRestlet.ResObjAndMeth - Class in org.restlet.ext.jaxrs
Deprecated.
Structure to return the obtained ResourceObject and the identified ResourceMethod.
JaxRsRestlet.ResObjAndRemPath - Class in org.restlet.ext.jaxrs
Deprecated.
Structure to return the obtained ResourceObject and the remaining path after identifying the object.
JaxRsRestlet.RroRemPathAndMatchedPath - Class in org.restlet.ext.jaxrs
Deprecated.
Structure to return an instance of the identified RootResourceClass, the matched URI path and the remaining path after identifying the root resource class.
JaxRsRuntimeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
JaxRsRuntimeException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsRuntimeException
Deprecated.
 
JaxRsRuntimeException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsRuntimeException
Deprecated.
 
JaxRsRuntimeException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsRuntimeException
Deprecated.
 
JDBC - Static variable in class org.restlet.data.Protocol
JDBC protocol.
JEE - org.restlet.engine.Edition
 
JettyClientCall - Class in org.restlet.ext.jetty.internal
HTTP client connector call based on Jetty's HttpRequest class.
JettyClientCall(HttpClientHelper, String, String) - Constructor for class org.restlet.ext.jetty.internal.JettyClientCall
Constructor.
JettyHandler - Class in org.restlet.ext.jetty.internal
Jetty handler that knows how to convert Jetty calls into Restlet calls.
JettyHandler(Server) - Constructor for class org.restlet.ext.jetty.internal.JettyHandler
Constructor for HTTP server connectors.
JettyHandler(Server, boolean) - Constructor for class org.restlet.ext.jetty.internal.JettyHandler
Constructor for HTTP server connectors.
JettyServerCall - Class in org.restlet.ext.jetty.internal
Call that is used by the Jetty HTTP server connectors.
JettyServerCall(Server, HttpChannel) - Constructor for class org.restlet.ext.jetty.internal.JettyServerCall
Constructor.
JettyServerHelper - Class in org.restlet.ext.jetty
Abstract Jetty web server connector.
JettyServerHelper(Server) - Constructor for class org.restlet.ext.jetty.JettyServerHelper
Constructor.
JettyServerHelper.WrappedServer - Class in org.restlet.ext.jetty
Jetty server wrapped by a parent Restlet HTTP server connector.
JSE - org.restlet.engine.Edition
 
JsonConverter - Class in org.restlet.ext.json
Converter between the JSON API (more precisely JSONArray, JSONObject and JSONTokener instances) and Representation classes.
JsonConverter() - Constructor for class org.restlet.ext.json.JsonConverter
 
JsonpFilter - Class in org.restlet.ext.json
Filter that converts response entity of the JSON media type into a JSONP callback document.
JsonpFilter(Context) - Constructor for class org.restlet.ext.json.JsonpFilter
Constructor.
JsonpRepresentation - Class in org.restlet.ext.json
Wrappers that adds a JSONP header and footer to JSON representations.
JsonpRepresentation(String, Status, Representation) - Constructor for class org.restlet.ext.json.JsonpRepresentation
Constructor.
JsonProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
JsonProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.JsonProvider
Deprecated.
 
jsonRepresentation - Variable in class org.restlet.ext.gson.GsonRepresentation
The JSON representation to parse.
jsonRepresentation - Variable in class org.restlet.ext.json.JsonRepresentation
The wrapped JSON representation.
JsonRepresentation - Class in org.restlet.ext.json
Representation based on a JSON document.
JsonRepresentation(Object) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a bean using reflection to generate JSON names.
JsonRepresentation(String) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON string.
JsonRepresentation(Map<String, Object>) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a map object.
JsonRepresentation(JSONArray) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON array.
JsonRepresentation(JSONObject) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON object.
JsonRepresentation(JSONStringer) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON stringer.
JsonRepresentation(JSONTokener) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON tokener.
JsonRepresentation(Representation) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor.
jsonValue - Variable in class org.restlet.ext.json.JsonRepresentation
The wrapped JSON value.

K

keepExtensionHeadersOnly(Message) - Static method in class org.restlet.engine.header.HeaderUtils
Remove the headers that are mapped to the framework's API from the given message's list of headers.
key - Variable in class org.restlet.ext.jaxrs.internal.util.OrderedMap.Entry
Deprecated.
 
KeyFinder(Type) - Constructor for class org.restlet.ext.guice.RestletGuice.Module.KeyFinder
 
keyManagerAlgorithm - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The name of the KeyManager algorithm.
keySet() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
keySet() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
keySet() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
keySet() - Method in class org.restlet.util.WrapperMap
Returns a set view of the keys contained in this map.
KeySetIterator(Iterator<Map.Entry<KK, VV>>) - Constructor for class org.restlet.ext.jaxrs.internal.util.OrderedMap.KeySetIterator
Deprecated.
 
keySizesCache - Static variable in class org.restlet.engine.ssl.SslUtils
Cache of SSL key sizes for various cipher suites.
keyStoreKeyPassword - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The password for the key in the keystore (as a String).
keyStorePassword - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The password for the keystore (as a String).
keyStorePath - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The path to the KeyStore file.
keyStoreProvider - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The name of the keystore provider.
keyStoreType - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The keyStore type of the keystore.
KeyValueSetIterator(Iterator<Map.Entry<KK, VV>>) - Constructor for class org.restlet.ext.jaxrs.internal.util.OrderedMap.KeyValueSetIterator
Deprecated.
 
keywords - Variable in class org.restlet.ext.rdf.internal.turtle.Context
The list of known keywords.

L

label - Variable in class org.restlet.ext.atom.Category
The human-readable label for display in end-user applications.
language - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
language - Variable in class org.restlet.ext.rdf.internal.turtle.StringToken
The language of the value.
language - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Current language.
language - Variable in class org.restlet.ext.rdf.Literal
The optional language.
language - Variable in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
The language of that documentation element.
language(String) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the language on the ResponseBuilder.
language(Locale) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the language on the ResponseBuilder.
Language - Class in org.restlet.data
Language used in representations and preferences.
Language(String) - Constructor for class org.restlet.data.Language
Constructor.
Language(String, String) - Constructor for class org.restlet.data.Language
Constructor.
LANGUAGE - org.restlet.data.Dimension
 
languageParameter - Variable in class org.restlet.service.TunnelService
The name of the parameter containing the accepted language.
languagePrefs - Variable in class org.restlet.engine.application.FlexibleConneg
The enriched list of language preferences.
LanguageReader - Class in org.restlet.engine.header
Language header reader.
LanguageReader(String) - Constructor for class org.restlet.engine.header.LanguageReader
Constructor.
languages - Variable in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
 
languages - Variable in class org.restlet.representation.Variant
The natural language(s) of the intended audience for this variant.
languages(Locale...) - Method in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
Set the language[s] for this variant.
LanguageWriter - Class in org.restlet.engine.header
Language header writer.
LanguageWriter() - Constructor for class org.restlet.engine.header.LanguageWriter
 
LAST - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies the last resource in a series including the current resource.
LAST_VERSION - Static variable in class org.restlet.ext.atom.Relation
When included on a versioned resource, this link points to a resource containing the latest (e.g., current) version.
lastActivity - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The timestamp of the last IO activity.
lastChunkWritten - Variable in class org.restlet.ext.nio.internal.channel.ReadableChunkingChannel
Deprecated.
Indicates if the last chunk has already been written.
lastInboundFilter - Variable in class org.restlet.engine.CompositeHelper
The last inbound filter.
lastIndex - Variable in class org.restlet.util.RouteList
The index of the last route used in the round robin mode.
lastIndexOf(Object) - Method in class org.restlet.util.WrapperList
Returns the index in this list of the last occurrence of the specified element, or -1 if this list does not contain this element.
lastModified(Date) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the last modified date on the ResponseBuilder.
lastName - Variable in class org.restlet.security.User
The last name.
lastOutboundFilter - Variable in class org.restlet.engine.CompositeHelper
The last outbound filter.
lastSource - Variable in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
The last source reference written, to try to factor statements.
latch - Variable in class org.restlet.ext.nio.internal.controller.ServerConnectionController
Deprecated.
The latch to countdown when the socket is ready to accept connections.
leaveEncoded - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
is true, if the resource class is annotated with @Path.
length - Variable in class org.restlet.ext.atom.Link
Advisory length of the linked content in octets.
LexicalUnit - Class in org.restlet.ext.rdf.internal.turtle
Represents a lexical unit inside a Turtle document.
LexicalUnit(String) - Constructor for class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Constructor with value.
LexicalUnit(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Constructor with arguments.
lexicalUnits - Variable in class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
List of lexical units contained by this blank node.
lexicalUnits - Variable in class org.restlet.ext.rdf.internal.turtle.ListToken
The list of contained tokens.
LICENSE - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies the resource describing the license.
lineBuilder - Variable in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
The line builder to parse chunk size or trailer.
lineBuilder - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The line builder.
lineBuilderState - Variable in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
The line builder state.
lineBuilderState - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The line builder state.
lineWidth - Variable in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
The maximum number of characters per line.
link - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Link element.
link() - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
A new statement has been detected with the current subject, predicate and object.
link(Object, Reference, Object) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
Callback method used when a link is parsed or written.
link(Object, Reference, Object) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Callback method used when a link is parsed or written.
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used when a link is parsed or written.
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Creates a statement and reify it, if necessary.
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used when a link is parsed or written.
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Creates a statement and reify it, if necessary.
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used when a link is parsed or written.
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used when a link is parsed or written.
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
Link - Class in org.restlet.ext.atom
Defines a reference from an entry or feed to a Web resource.
Link - Class in org.restlet.ext.rdf
Link between a source resource and a target resource or literal.
Link() - Constructor for class org.restlet.ext.atom.Link
Constructor.
Link(Object, Reference, Object) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Reference, String, Reference) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Reference, String, Literal) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Reference, Reference, Reference) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Reference, Reference, Literal) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Reference, Relation, MediaType) - Constructor for class org.restlet.ext.atom.Link
Constructor.
Link(Graph, String, Object) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Graph, String, Reference) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Graph, String, Literal) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Graph, Reference, Object) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Graph, Reference, Reference) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Graph, Reference, Literal) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Link) - Constructor for class org.restlet.ext.rdf.Link
Constructor by copy.
LINK - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
LinkInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
LinkInfo() - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor.
LinkInfo(String) - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor with a single documentation element.
LinkInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor with a list of documentation elements.
LinkInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.LinkInfo
Deprecated.
Constructor with a single documentation element.
links - Variable in class org.restlet.ext.atom.Entry
The references from the entry to Web resources.
links - Variable in class org.restlet.ext.atom.Feed
The references from the entry to Web resources.
links - Variable in class org.restlet.ext.atom.Source
The references from the entry to Web resources.
links - Variable in class org.restlet.ext.rdf.RdfClientResource
The links cache.
linkSet - Variable in class org.restlet.ext.rdf.GraphBuilder
The inner graph of links.
LIST_FIRST - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
List "first".
LIST_REST - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
List "rest".
listingAllowed - Variable in class org.restlet.resource.Directory
Indicates if the display of directory listings is allowed when no index file is found.
listIterator() - Method in class org.restlet.util.WrapperList
Returns a list iterator of the elements in this list (in proper sequence).
listIterator(int) - Method in class org.restlet.util.WrapperList
Returns a list iterator of the elements in this list (in proper sequence), starting at the specified position in this list.
listOfColls() - Method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Returns the list of collections as Iterable of Iterables.
ListToken - Class in org.restlet.ext.rdf.internal.turtle
Represents a list of Turtle tokens.
ListToken(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.ListToken
Constructor with arguments.
ListUtils - Class in org.restlet.engine.util
Emulate List functions missing from GWT port of List
ListUtils() - Constructor for class org.restlet.engine.util.ListUtils
 
ListWrappingSet(List<E>) - Constructor for class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
Literal - Class in org.restlet.ext.rdf
Literal as defined by RDF.
Literal(String) - Constructor for class org.restlet.ext.rdf.Literal
Constructor.
Literal(String, Reference) - Constructor for class org.restlet.ext.rdf.Literal
Constructor.
Literal(String, Reference, Language) - Constructor for class org.restlet.ext.rdf.Literal
Constructor.
LITERAL - org.restlet.ext.rdf.internal.xml.ContentReader.State
 
loadClass(String) - Static method in class org.restlet.engine.Engine
Returns the class object for the given name using the engine classloader.
loadDefaultProviders() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
 
LocalClientHelper - Class in org.restlet.engine.local
Connector to the local resources accessible via file system, class loaders and similar mechanisms.
LocalClientHelper(Client) - Constructor for class org.restlet.engine.local.LocalClientHelper
Constructor.
localizePath(String) - Static method in class org.restlet.data.LocalReference
Localize a path by converting all the separator characters to the system-dependent separator character.
localLogger - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
localLogger - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
LocalReference - Class in org.restlet.data
Reference to a local resource.
LocalReference(String) - Constructor for class org.restlet.data.LocalReference
Constructor.
LocalReference(Reference) - Constructor for class org.restlet.data.LocalReference
Constructor.
localSecrets - Variable in class org.restlet.security.MapVerifier
The map of local secrets.
LocalVerifier - Class in org.restlet.security
Verifier that can locally retrieve the secrets.
LocalVerifier() - Constructor for class org.restlet.security.LocalVerifier
 
location(URI) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the location on the ResponseBuilder.
locationRef - Variable in class org.restlet.representation.Variant
The location reference.
locationRef - Variable in class org.restlet.Response
The reference used for redirections or creations.
LOCK - Static variable in class org.restlet.data.Method
Used to take out a lock of any access type on the resource identified by the request URI.
log(Level, String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Object) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Object[]) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Throwable) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(LogRecord) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
logAndIOExc(Logger, String, Throwable) - Static method in class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
Logs the problem and throws an IOException.
logConfigured - Static variable in class org.restlet.engine.Engine
The org.restlet log level .
LogFilter - Class in org.restlet.engine.log
Filter logging all calls after their handling by the target Restlet.
LogFilter(Context, LogService) - Constructor for class org.restlet.engine.log.LogFilter
Constructor.
logFormatter - Static variable in class org.restlet.engine.Engine
The general log formatter.
loggable - Variable in class org.restlet.engine.util.DefaultSaxHandler
Set to true if the current Context's logger is capable of outputting messages at the CONFIG level; false otherwise.
loggable - Variable in class org.restlet.Request
Indicates if the call is loggable.
loggableTemplate - Variable in class org.restlet.service.LogService
The URI template of loggable resource references.
logger - Variable in class org.restlet.Context
The logger instance to use.
logger - Variable in class org.restlet.engine.log.LoggingThreadFactory
The associated logger.
logger - Variable in class org.restlet.engine.util.DefaultSaxHandler
The current context JDK Logger to use for message output.
logger - Variable in class org.restlet.ext.jaxrs.internal.provider.JaxbElementProvider
Deprecated.
 
logger - Variable in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
 
logger - Variable in class org.restlet.ext.jaxrs.internal.provider.SourceProvider
Deprecated.
 
logger - Variable in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
logger - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector
Deprecated.
 
logger - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
logger - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
logger - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
logger - Variable in class org.restlet.routing.Template
The logger to use.
LOGGER - Static variable in class org.restlet.engine.application.CorsResponseHelper
 
LOGGER - Static variable in class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
 
loggerFacade - Variable in class org.restlet.engine.Engine
The logger facade to use.
LoggerFacade - Class in org.restlet.engine.log
Logger facade to the underlying logging framework used by the Restlet Framework.
LoggerFacade() - Constructor for class org.restlet.engine.log.LoggerFacade
 
loggerName - Variable in class org.restlet.service.LogService
The access logger name.
LoggingExceptionHandler() - Constructor for class org.restlet.engine.log.LoggingThreadFactory.LoggingExceptionHandler
 
LoggingThreadFactory - Class in org.restlet.engine.log
Thread factory that logs uncaught exceptions thrown by the created threads.
LoggingThreadFactory(Logger) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
LoggingThreadFactory(Logger, boolean) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
LoggingThreadFactory.LoggingExceptionHandler - Class in org.restlet.engine.log
Handle uncaught thread exceptions.
login(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Processes the login request.
loginFormPath - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The URI path of the HTML login form to use to challenge the user.
loginPath - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The login URI path to intercept.
logLevel - Static variable in class org.restlet.engine.Engine
The general log level .
logLogger - Variable in class org.restlet.engine.log.LogFilter
The log service logger.
logo - Variable in class org.restlet.ext.atom.Feed
Image that provides visual identification for a feed.
logo - Variable in class org.restlet.ext.atom.Source
Image that provides visual identification for a feed.
logout(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Processes the logout request.
logoutPath - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The logout URI path to intercept.
logPropertiesRef - Variable in class org.restlet.service.LogService
The URI reference of the log properties.
logRoute(Route) - Method in class org.restlet.engine.component.ClientRouter
 
logRoute(Route) - Method in class org.restlet.engine.component.ServerRouter
 
logRoute(Route) - Method in class org.restlet.routing.Router
Logs the route selected.
logService - Variable in class org.restlet.engine.log.LogFilter
The log service.
LogService - Class in org.restlet.service
Service providing access logging service.
LogService() - Constructor for class org.restlet.service.LogService
Constructor.
LogService(boolean) - Constructor for class org.restlet.service.LogService
Constructor.
logUnsupportedCharSet(String) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Logs a message that the wished character set is not supported and UTF-8 is used.
LogUtils - Class in org.restlet.engine.log
Logging related utility methods.
LogUtils() - Constructor for class org.restlet.engine.log.LogUtils
Prevent instantiation of the class.

M

MACINTOSH - Static variable in class org.restlet.data.CharacterSet
The Macintosh ("Mac OS Roman") character set.
mailboxChallengeScheme - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
mailboxLogin - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
mailboxPassword - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
mailboxUri - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
The mailbox URI template.
MailResolver - Class in org.restlet.ext.javamail
Deprecated.
Will be removed in next major release.
MailResolver(String) - Constructor for class org.restlet.ext.javamail.MailResolver
Deprecated.
Constructor.
MailResolver(String, Representation) - Constructor for class org.restlet.ext.javamail.MailResolver
Deprecated.
Constructor.
mailUriTemplate - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
The mail URI template, optionally relative to the mailbox URI.
main(String[]) - Static method in class org.restlet.Component
Deprecated.
Use XML support in the Spring extension instead.
main(String[]) - Static method in class org.restlet.ext.wadl.WadlComponent
Deprecated.
Main method capable of configuring and starting a whole Restlet Component based on a list of local WADL documents URIs, for example "file:///C:/YahooSearch.wadl".

The necessary client connectors are automatically created.
MAJOR_NUMBER - Static variable in class org.restlet.engine.Engine
Major version number.
makeNonce(String) - Static method in class org.restlet.ext.crypto.internal.CryptoUtils
Generates a nonce as recommended in section 3.2.1 of RFC-2617, but without the ETag field.
map - Variable in class org.restlet.engine.util.MapResolver
The variables to use when formatting.
map - Variable in class org.restlet.ext.javamail.MailResolver
Deprecated.
The variables to use when formatting.
map(Group, Role) - Method in class org.restlet.security.MemoryRealm
Maps a group defined in a component to a role defined in the application.
map(User, Application, String) - Method in class org.restlet.security.MemoryRealm
Maps a user defined in a component to a role defined in the application.
map(User, Role) - Method in class org.restlet.security.MemoryRealm
Maps a user defined in a component to a role defined in the application.
mapDataModel - Variable in class org.restlet.ext.velocity.TemplateFilter
The template's data model as a map.
mappings - Variable in class org.restlet.service.MetadataService
The list of mappings between extension names and metadata.
MapResolver - Class in org.restlet.engine.util
Resolves variable values based on a map.
MapResolver(Map<String, ?>) - Constructor for class org.restlet.engine.util.MapResolver
Constructor.
MapVerifier - Class in org.restlet.security
Verifier that stores its local secrets in a map indexed by the identifier.
MapVerifier() - Constructor for class org.restlet.security.MapVerifier
Constructor.
MapVerifier(ConcurrentMap<String, char[]>) - Constructor for class org.restlet.security.MapVerifier
Constructor.
mark - Variable in class org.restlet.engine.header.HeaderReader
The current mark.
mark() - Method in class org.restlet.engine.header.HeaderReader
Marks the current position in this reader.
mark(int) - Method in class org.restlet.engine.io.RangeInputStream
 
marshal(Object, OutputStream) - Method in class org.restlet.ext.jaxb.internal.Marshaller
Marshals the content tree rooted at jaxbElement into an output stream.
marshal(Object, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
marshal(Object, Writer) - Method in class org.restlet.ext.jaxb.internal.Marshaller
Marshal the content tree rooted at jaxbElement into a writer.
marshaller - Variable in class org.restlet.ext.jaxb.internal.Marshaller
Use thread identity to preserve safety of access to marshalers.
Marshaller<T> - Class in org.restlet.ext.jaxb.internal
This is a utility class to assist in marshaling Java content trees into XML.
Marshaller(JaxbRepresentation<T>) - Constructor for class org.restlet.ext.jaxb.internal.Marshaller
 
Marshaller(JaxbRepresentation<T>, String, ClassLoader) - Constructor for class org.restlet.ext.jaxb.internal.Marshaller
Constructor.
match - Variable in class org.restlet.data.Conditions
The "if-match" condition.
match(String) - Method in class org.restlet.routing.Template
Indicates if the current pattern matches the given formatted string.
match(RemainingPath) - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Checks if this regular expression matches the given remaining path.
matched - Variable in class org.restlet.ext.jaxrs.internal.util.MatchingResult
Deprecated.
 
MatchedInfo - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
MatchedInfo(List<String>, List<Object>) - Constructor for class org.restlet.ext.jaxrs.internal.core.MatchedInfo
Deprecated.
 
matchedInfos - Variable in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
matchedResources - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
contains the current value of the ancestor resources
matchedUriPath - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet.RroRemPathAndMatchedPath
Deprecated.
 
matchedURIs - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
contains the current value of the ancestor resource URIs
matches(String, String) - Method in class org.restlet.engine.component.HostRoute
Matches a formatted string against a regex pattern, in a case insensitive manner.
matchesConditions(Map<String, String>, String) - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer
Indicates if the current header replacer matches the request attributes.
matchesWithEmpty(RemainingPath) - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Checks, if this regular expression matches the given path with no final matching group.
matchingMode - Variable in class org.restlet.routing.Template
The matching mode to use when parsing a formatted reference.
matchingQuery - Variable in class org.restlet.routing.TemplateRoute
Indicates whether the query part should be taken into account when matching a reference with the template.
MatchingResult - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
MatchingResult(String, Map<String, String>, String) - Constructor for class org.restlet.ext.jaxrs.internal.util.MatchingResult
Deprecated.
Creates a new MatchingResult
MATRIX - org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
matrixParam - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.MatrixParamGetter
Deprecated.
 
matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
matrixParamEncIter(MatrixParam) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
MatrixParamEncIter(String, List<PathSegment>) - Constructor for class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
matrixParameters - Variable in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
The matrix parameters.
MatrixParamGetter(MatrixParam, DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.MatrixParamGetter
Deprecated.
 
matrixParamIter - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
Iterates over the matrix parameters of one path segment
matrParamEncoded - Variable in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
the encoded matrix parameters, as given in constructor.
MAX_ATTEMPTS - Static variable in class org.restlet.engine.io.SelectorFactory
The number of attempts to find an available selector.
MAX_SELECTORS - Static variable in class org.restlet.engine.io.SelectorFactory
The maximum number of Selector to create.
maxAge - Variable in class org.restlet.data.CookieSetting
The maximum age in seconds.
maxAge - Variable in class org.restlet.engine.application.CorsFilter
The value of 'Access-Control-Max-Age' response header.
maxAge - Variable in class org.restlet.engine.application.CorsResponseHelper
The value of 'Access-Control-Max-Age' response header.
maxAge - Variable in class org.restlet.service.CorsService
The value of 'Access-Control-Max-Age' response header.
maxAge(int) - Static method in class org.restlet.data.CacheDirective
Creates a "max-age" directive.
maxAttempts - Variable in class org.restlet.routing.Router
The maximum number of attempts if no attachment could be matched on the first attempt.
maxCookieAge - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The maximum age of the log info cookie.
maxForwards - Variable in class org.restlet.Request
The maximum number of intermediaries.
maxIoIdleTimeMs - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The time for an idle IO connection to wait for an operation before being closed.
maxRedirects - Variable in class org.restlet.resource.ClientResource
Indicates if maximum number of redirections that can be automatically followed for a single call.
maxRequestAge - Variable in class org.restlet.ext.crypto.internal.AwsVerifier
The maximum age of a request, in milliseconds, before it is considered stale.
maxServerNonceAge - Variable in class org.restlet.ext.crypto.DigestAuthenticator
Lifespan of nonce in milliseconds
maxStale() - Static method in class org.restlet.data.CacheDirective
Creates a "max-stale" directive.
maxStale(int) - Static method in class org.restlet.data.CacheDirective
Creates a "max-stale" directive.
mbrs - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter
Deprecated.
 
mbw - Variable in class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
 
mbws - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
 
MEDIA_TYPE - org.restlet.data.Dimension
 
MEDIA_TYPE_COMP - Static variable in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
This comparator sorts the concrete MediaTypes to the beginning and the unconcrete to the end.
mediaType - Variable in class org.restlet.engine.header.ContentType
The content media type.
mediaType - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
mediaType - Variable in exception org.restlet.ext.jaxrs.internal.exceptions.NoMessageBodyReaderException
Deprecated.
 
mediaType - Variable in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Media type of that element.
mediaType - Variable in class org.restlet.representation.Variant
The media type.
MediaType - Class in org.restlet.data
Metadata used to specify the format of representations.
MediaType(String) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, String) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, Series<Parameter>) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, Series<Parameter>, String) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaTypeHeaderDelegate - Class in org.restlet.ext.jaxrs.internal.spi
Deprecated.
Will be removed in next minor release.
MediaTypeHeaderDelegate() - Constructor for class org.restlet.ext.jaxrs.internal.spi.MediaTypeHeaderDelegate
Deprecated.
Obtain an instance of a HeaderDelegate for the MediTape class.
mediaTypeParameter - Variable in class org.restlet.service.TunnelService
The name of the parameter containing the accepted media type.
mediaTypePrefs - Variable in class org.restlet.engine.application.FlexibleConneg
The enriched list of media type preferences.
mediaTypes - Variable in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
 
mediaTypes(MediaType...) - Method in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
Set the media type[s] for this variant.
memberGroups - Variable in class org.restlet.security.Group
The modifiable list of child groups.
membersInjector - Variable in class org.restlet.ext.guice.ResourceInjectingApplication
The members injector.
membersInjector(Injector) - Method in class org.restlet.ext.guice.SelfInjectingServerResourceModule
 
memberUsers - Variable in class org.restlet.security.Group
The modifiable list of members user references.
MemoryRealm - Class in org.restlet.security
Security realm based on a memory model.
MemoryRealm() - Constructor for class org.restlet.security.MemoryRealm
Constructor.
MemoryRealm.DefaultEnroler - Class in org.restlet.security
Enroler based on the default security model.
MemoryRealm.DefaultVerifier - Class in org.restlet.security
Verifier based on the default security model.
message - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The current message exchanged.
Message - Class in org.restlet
Generic message exchanged between components.
Message() - Constructor for class org.restlet.Message
Constructor.
Message(Representation) - Constructor for class org.restlet.Message
Constructor.
MESSAGE_ALL - Static variable in class org.restlet.data.MediaType
 
MESSAGE_HTTP - Static variable in class org.restlet.data.MediaType
 
MessageBodyReader - Interface in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
MessageBodyReaderSet - Interface in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
messageBodyReaderWrappers - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
MessageBodyWriter - Interface in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
MessageBodyWriterSubSet - Class in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
MessageBodyWriterSubSet(List<MessageBodyWriter>, Class<?>, Type) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
 
messageBodyWriterWrappers - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
MessageRepresentation - Class in org.restlet.ext.javamail
Deprecated.
Will be removed in next major release.
MessageRepresentation(Message) - Constructor for class org.restlet.ext.javamail.MessageRepresentation
Deprecated.
Constructor.
messages - Variable in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
The queue of messages.
messages - Variable in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
The queue of messages.
messages - Variable in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
The queue of messages.
messages - Variable in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
The queue of messages.
MessagesRepresentation - Class in org.restlet.ext.javamail
Deprecated.
Will be removed in next major release.
MessagesRepresentation(Message[], POP3Folder) - Constructor for class org.restlet.ext.javamail.MessagesRepresentation
Deprecated.
Constructor.
messageState - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The message state.
MessageState - Enum in org.restlet.ext.nio.internal.state
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
MessageState() - Constructor for enum org.restlet.ext.nio.internal.state.MessageState
Deprecated.
 
metadata - Variable in class org.restlet.data.Preference
The metadata associated with this preference.
metadata - Variable in class org.restlet.engine.application.MetadataExtension
The mapped metadata.
metadata - Variable in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
metadata - Variable in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
Metadata - Class in org.restlet.data
Representations metadata for content negotiation.
Metadata(String) - Constructor for class org.restlet.data.Metadata
Constructor.
Metadata(String, String) - Constructor for class org.restlet.data.Metadata
Constructor.
MetadataExtension - Class in org.restlet.engine.application
Associates an extension name and a metadata.
MetadataExtension(String, Metadata) - Constructor for class org.restlet.engine.application.MetadataExtension
Constructor.
metadatas - Variable in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
 
metadataService - Variable in class org.restlet.engine.local.Entity
The metadata service to use.
metadataService - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.ExtensionBackwardMapping
Deprecated.
 
metadataService - Variable in class org.restlet.service.StatusService
The service used to select the preferred variant.
MetadataService - Class in org.restlet.service
Application service providing access to metadata and their associated extension names.
MetadataService() - Constructor for class org.restlet.service.MetadataService
Constructor.
MetadataWriter<M extends Metadata> - Class in org.restlet.engine.header
Metadata header writer.
MetadataWriter() - Constructor for class org.restlet.engine.header.MetadataWriter
 
method - Variable in class org.restlet.engine.adapter.Call
The method.
method - Variable in class org.restlet.Request
The method.
Method - Class in org.restlet.data
Method to execute when handling a call.
Method - Annotation Type in org.restlet.engine.connector
Meta annotation to declare method annotations.
Method(String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String, boolean, boolean) - Constructor for class org.restlet.data.Method
Constructor for methods that reply to requests with responses.
Method(String, String, String, boolean, boolean, boolean) - Constructor for class org.restlet.data.Method
Constructor.
METHOD - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
MethodAnnotationInfo - Class in org.restlet.engine.resource
Descriptor for method annotations.
MethodAnnotationInfo(Class<?>, Method, Method, String) - Constructor for class org.restlet.engine.resource.MethodAnnotationInfo
Constructor.
MethodAuthorizer - Class in org.restlet.security
Authorizer based on authorized methods.
MethodAuthorizer() - Constructor for class org.restlet.security.MethodAuthorizer
Default constructor.
MethodAuthorizer(String) - Constructor for class org.restlet.security.MethodAuthorizer
Constructor.
methodHeader - Variable in class org.restlet.service.TunnelService
The name of the header that contains the method name.
MethodInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
MethodInfo() - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor.
MethodInfo(String) - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor with a single documentation element.
MethodInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor with a list of documentation elements.
MethodInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.MethodInfo
Deprecated.
Constructor with a single documentation element.
methodInvokeException(MethodInvokeException, CallContext, String) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.
MethodInvokeException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
MethodInvokeException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.MethodInvokeException
Deprecated.
 
MethodInvokeException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.MethodInvokeException
Deprecated.
 
MethodInvokeException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.MethodInvokeException
Deprecated.
 
methodNotAllowed(Set<Method>) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
methodParameter - Variable in class org.restlet.service.TunnelService
The name of the parameter containing the method name.
MethodReader - Class in org.restlet.engine.header
Method header reader.
MethodReader(String) - Constructor for class org.restlet.engine.header.MethodReader
Constructor.
methods - Variable in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
List of methods.
methods - Variable in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
List of supported methods.
methods - Variable in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
List of supported methods.
methodTunnel - Variable in class org.restlet.service.TunnelService
Indicates if the method name can be tunneled.
MethodWriter - Class in org.restlet.engine.header
Method header writer.
MethodWriter() - Constructor for class org.restlet.engine.header.MethodWriter
 
minFresh(int) - Static method in class org.restlet.data.CacheDirective
Creates a "min-fresh" directive.
mininumSize - Variable in class org.restlet.service.EncoderService
The minimal size necessary for encoding.
MINOR_NUMBER - Static variable in class org.restlet.engine.Engine
Minor version number.
missingAnnotation(MissingAnnotationException, CallContext, String) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.
MissingAnnotationException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
MissingAnnotationException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.MissingAnnotationException
Deprecated.
 
MissingAnnotationException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.MissingAnnotationException
Deprecated.
 
MissingAnnotationException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.MissingAnnotationException
Deprecated.
 
MissingConstructorException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
MissingConstructorException(Class<?>, String) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.MissingConstructorException
Deprecated.
 
mixedContent - Variable in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
The mixed content of that element.
mixedContentDocument - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The document used to create the mixed content.
MixedContentState() - Constructor for enum org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
 
mixedContentStates - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The stack of mixed content parser states.
mixedContentTopNode - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The top node of mixed content nodes.
MKCOL - Static variable in class org.restlet.data.Method
MKCOL creates a new collection resource at the location specified by the Request URI.
mmap - Variable in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
mode - Variable in class org.restlet.ext.xml.Transformer
The transformation mode.
mode - Variable in class org.restlet.routing.Redirector
The redirection mode.
MODE_BEST_MATCH - Static variable in class org.restlet.routing.Router
Each call will be routed to the route with the best score, if the required score is reached.
MODE_CLIENT_FOUND - Static variable in class org.restlet.routing.Redirector
In this mode, the client is simply redirected to the URI generated from the target URI pattern using the Status.REDIRECTION_FOUND status.
MODE_CLIENT_PERMANENT - Static variable in class org.restlet.routing.Redirector
In this mode, the client is permanently redirected to the URI generated from the target URI pattern, using the Status.REDIRECTION_PERMANENT status.
MODE_CLIENT_SEE_OTHER - Static variable in class org.restlet.routing.Redirector
In this mode, the client is simply redirected to the URI generated from the target URI pattern using the Status.REDIRECTION_SEE_OTHER status.
MODE_CLIENT_TEMPORARY - Static variable in class org.restlet.routing.Redirector
In this mode, the client is temporarily redirected to the URI generated from the target URI pattern using the Status.REDIRECTION_TEMPORARY status.
MODE_CUSTOM - Static variable in class org.restlet.routing.Router
Each call will be routed according to a custom mode.
MODE_EQUALS - Static variable in class org.restlet.routing.Template
Mode where all characters must match the template and size be identical.
MODE_FIRST_MATCH - Static variable in class org.restlet.routing.Router
Each call is routed to the first route if the required score is reached.
MODE_LAST_MATCH - Static variable in class org.restlet.routing.Router
Each call will be routed to the last route if the required score is reached.
MODE_NEXT_MATCH - Static variable in class org.restlet.routing.Router
Each call is routed to the next route target if the required score is reached.
MODE_RANDOM_MATCH - Static variable in class org.restlet.routing.Router
Each call will be randomly routed to one of the routes that reached the required score.
MODE_REQUEST - Static variable in class org.restlet.ext.xml.Transformer
Mode that transforms request entities before their handling by the attached Restlet.
MODE_RESPONSE - Static variable in class org.restlet.ext.xml.Transformer
Mode that transforms response entities after their handling by the attached Restlet.
MODE_SERVER_INBOUND - Static variable in class org.restlet.routing.Redirector
In this mode, the call is sent to Context.getServerDispatcher().
MODE_SERVER_OUTBOUND - Static variable in class org.restlet.routing.Redirector
In this mode, the call is sent to Application.getOutboundRoot() or if null to Context.getClientDispatcher().
MODE_STARTS_WITH - Static variable in class org.restlet.routing.Template
Mode where characters at the beginning must match the template.
MODEL_ALL - Static variable in class org.restlet.data.MediaType
 
MODEL_VRML - Static variable in class org.restlet.data.MediaType
 
modifiable - Variable in class org.restlet.resource.Directory
Indicates if modifications to local resources are allowed (false by default).
modificationDate - Variable in class org.restlet.representation.RepresentationInfo
The modification date.
modifiedSince - Variable in class org.restlet.data.Conditions
The "if-modified-since" condition.
Module(Module...) - Constructor for class org.restlet.ext.guice.RestletGuice.Module
Creates a RestletGuice.Module that will install the given modules.
Module(Iterable<? extends Module>) - Constructor for class org.restlet.ext.guice.RestletGuice.Module
Creates a RestletGuice.Module that will install the given modules.
modules - Variable in class org.restlet.ext.guice.RestletGuice.Module
 
MOVE - Static variable in class org.restlet.data.Method
Logical equivalent of a copy, followed by consistency maintenance processing, followed by a delete of the source where all three actions are performed atomically.
mpName - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
mpValueIter - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
multiAuthenticating - Variable in class org.restlet.security.Authenticator
Indicates if the authenticator should attempt to authenticate an already authenticated client.
multiLines - Variable in class org.restlet.ext.rdf.internal.turtle.StringToken
Does this string contains at least a new line character?
multipart - Variable in class org.restlet.ext.html.FormDataSet
Indicates if the form is multipart encoded.
MULTIPART_ALL - Static variable in class org.restlet.data.MediaType
 
MULTIPART_FORM_DATA - Static variable in class org.restlet.data.MediaType
 
multipartBoundary - Variable in class org.restlet.ext.html.FormDataSet
The boundary separating multipart entries.
multipartForm - Variable in class org.restlet.ext.fileupload.RepresentationContext
The representation to adapt.
MultipartProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
MultipartProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.MultipartProvider
Deprecated.
 
MultivaluedMapImpl<K,​V> - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
MultivaluedMapImpl() - Constructor for class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
Creates a new empty MultivaluedMapImpl
MultivaluedMapImpl(MultivaluedMap<K, V>) - Constructor for class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
Creates a copy of the given MultivaluedMap.
mustRevalidate() - Static method in class org.restlet.data.CacheDirective
Creates a "must-revalidate" directive.

N

name - Variable in class org.restlet.data.CacheDirective
The name.
name - Variable in class org.restlet.data.ChallengeScheme
The name.
name - Variable in class org.restlet.data.Cookie
The name.
name - Variable in class org.restlet.data.Expectation
The name.
name - Variable in class org.restlet.data.Header
The name.
name - Variable in class org.restlet.data.Metadata
The metadata name like "text/html" or "compress" or "iso-8851-1".
name - Variable in class org.restlet.data.Method
The name.
name - Variable in class org.restlet.data.Parameter
The first object.
name - Variable in class org.restlet.data.Product
Product name.
name - Variable in class org.restlet.data.Protocol
The name.
name - Variable in class org.restlet.data.RecipientInfo
The host name and port number or a pseudonym.
name - Variable in class org.restlet.data.Tag
The name.
name - Variable in class org.restlet.engine.application.MetadataExtension
The name of the extension.
name - Variable in class org.restlet.engine.util.StringUtils.CharacterEntity
Character reference.
name - Variable in class org.restlet.ext.atom.Generator
Human-readable name for the generating agent.
name - Variable in class org.restlet.ext.atom.Person
Human-readable name.
name - Variable in class org.restlet.ext.atom.Relation
The name of the relation.
name - Variable in class org.restlet.ext.html.FormData
The name of the associated form control.
name - Variable in class org.restlet.ext.jaas.JaasVerifier
The JAAS login context name.
name - Variable in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Name of the method.
name - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Name of this element.
name - Variable in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
The name of this documented resource.
name - Variable in class org.restlet.resource.ServerResource
The display name.
name - Variable in class org.restlet.Restlet
The display name.
name - Variable in class org.restlet.security.Group
The display name.
name - Variable in class org.restlet.security.Realm
The name.
name - Variable in class org.restlet.security.Role
The name.
NAME_CREATION_DATE - Static variable in class org.restlet.data.Disposition
The creation date parameter name as presented by the RFC 2183.
NAME_DOMAIN - Static variable in class org.restlet.engine.header.CookieReader
 
NAME_FILENAME - Static variable in class org.restlet.data.Disposition
The filename parameter name as presented by the RFC 2183.
NAME_MODIFICATION_DATE - Static variable in class org.restlet.data.Disposition
The modification date parameter name as presented by the RFCc 2183.
NAME_PATH - Static variable in class org.restlet.engine.header.CookieReader
 
NAME_READ - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
NAME_READ - Static variable in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
NAME_READ_DATE - Static variable in class org.restlet.data.Disposition
The read date parameter name as presented by the RFC 2183.
NAME_READ_READY - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
NAME_READ_READY - Static variable in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
NAME_READ_START - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
NAME_READ_START - Static variable in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
NAME_SET_ACCESS_RESTRICTED - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_COMMENT - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_COMMENT_URL - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_DISCARD - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_DOMAIN - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_EXPIRES - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_MAX_AGE - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_PATH - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_PORT - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_SECURE - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SET_VERSION - Static variable in class org.restlet.engine.header.CookieSettingReader
 
NAME_SIZE - Static variable in class org.restlet.data.Disposition
The size parameter name as presented by the RFC 2183.
NAME_VERSION - Static variable in class org.restlet.engine.header.CookieReader
 
NamedValue<V> - Interface in org.restlet.util
String couple between a name and a value.
namedValuesIter - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.NamedValuesIter
Deprecated.
 
NamedValuesIter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Will be removed in next minor release.
NamedValuesIter(Iterable<? extends NamedValue<String>>) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.NamedValuesIter
Deprecated.
 
nameOrValue(Object, boolean, String) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Encodes the given string, if encoding is enabled.
namespaceAware - Variable in class org.restlet.ext.xml.XmlRepresentation
Indicates if processing is namespace aware.
namespacePrefixMapper - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
An optional namespace prefix mapper for marshalling.
namespaces - Variable in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Map of namespaces used in the WADL document.
namespaces - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Map of namespaces used in the WADL document.
namespaces - Variable in class org.restlet.ext.xml.XmlRepresentation
Internal map of namespaces.
NbChannelInputStream - Class in org.restlet.engine.io
Input stream connected to a non-blocking readable channel.
NbChannelInputStream(ReadableByteChannel) - Constructor for class org.restlet.engine.io.NbChannelInputStream
Constructor.
NbChannelOutputStream - Class in org.restlet.engine.io
Output stream connected to a non-blocking writable channel.
NbChannelOutputStream(WritableByteChannel) - Constructor for class org.restlet.engine.io.NbChannelOutputStream
Constructor.
needClientAuthentication - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
Indicates if we require client certificate authentication.
negotiated - Variable in class org.restlet.resource.ServerResource
Indicates if content negotiation of response entities is enabled.
negotiatingContent - Variable in class org.restlet.resource.Directory
Indicates if the best content is automatically negotiated.
NetServerHelper - Class in org.restlet.engine.connector
Abstract Internal web server connector based on com.sun.net.httpserver package.
NetServerHelper(Server) - Constructor for class org.restlet.engine.connector.NetServerHelper
Constructor.
NEVER - Static variable in class org.restlet.security.Authorizer
Authorizer returning false all the time.
newApplicationProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
Creates a Providerr for the current Application.
newBlankNodeId() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Returns the identifier of a new blank node.
newBlankNodeId() - Static method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the identifier of a new blank node.
newContextProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
Creates a Provider for the current Context.
NewCookieHeaderDelegate - Class in org.restlet.ext.jaxrs.internal.spi
Deprecated.
Will be removed in next minor release.
NewCookieHeaderDelegate() - Constructor for class org.restlet.ext.jaxrs.internal.spi.NewCookieHeaderDelegate
Deprecated.
Obtain an instance of a HeaderDelegate for the NewCookie class.
newCookieParamGetter(AccessibleObject, ThreadLocalizedContext, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
newCookies - Variable in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
newHashSet(E...) - Static method in class org.restlet.engine.util.SetUtils
Returns a new HashSet with the given elements
newHeaderParamGetter(AccessibleObject, ThreadLocalizedContext, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
newInputFactory() - Static method in class org.restlet.ext.jackson.internal.XmlFactoryProvider
Returns an instance of XMLInputFactory according to the classpath.
newInstance() - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Creates a new instance of UriBuilder.
newInstance(HttpParams) - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpecFactory
Creates a new instance of IgnoreCookieSpec.
newMatrixParamGetter(AccessibleObject, ThreadLocalizedContext, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
newOutputFactory() - Static method in class org.restlet.ext.jackson.internal.XmlFactoryProvider
Returns an instance of XMLInputFactory according to the classpath.
newPathParamGetter(AccessibleObject, ThreadLocalizedContext, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
newQueryParamGetter(AccessibleObject, ThreadLocalizedContext, boolean) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.IntoRrcInjector
Deprecated.
 
newRegistrations - Variable in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
The list of new selection registrations.
newRequestProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
Creates a Provider for the current Request.
newResponseProvider() - Method in class org.restlet.ext.guice.RestletGuice.Module
Creates a Provider for the current Response.
newRouter() - Method in class org.restlet.ext.guice.ResourceInjectingApplication
Returns a new instance of Router linked to this application.
newSSLEngine() - Method in class org.restlet.ext.jetty.internal.RestletSslContextFactory
 
newSSLEngine(String, int) - Method in class org.restlet.ext.jetty.internal.RestletSslContextFactory
 
newSslServerSocket(String, int, int) - Method in class org.restlet.ext.jetty.internal.RestletSslContextFactory
 
newSslSocket() - Method in class org.restlet.ext.jetty.internal.RestletSslContextFactory
 
newThread(Runnable) - Method in class org.restlet.engine.log.LoggingThreadFactory
Creates a new thread.
newThread(Runnable) - Method in class org.restlet.service.TaskService.RestletThreadFactory
 
newValue - Variable in class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
next - Variable in class org.restlet.resource.ClientResource
The next Restlet.
next - Variable in class org.restlet.routing.Filter
The next Restlet.
next - Variable in class org.restlet.Server
The next Restlet.
next - Variable in class org.restlet.util.ServerList
The next Restlet of added servers.
next() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
next() - Method in class org.restlet.ext.jaxrs.internal.util.EmptyIterator
Deprecated.
 
next() - Method in class org.restlet.ext.jaxrs.internal.util.OneElementIterator
Deprecated.
 
next() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.KeySetIterator
Deprecated.
 
next() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ValueSetIterator
Deprecated.
 
next() - Method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata.IteratorIterator
Deprecated.
 
next() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.NamedValuesIter
Deprecated.
 
NEXT - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies the next resource in a series including the current resource.
NEXT_ARCHIVE - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies the immediately following archive document.
nextCreated - Variable in class org.restlet.resource.ClientResource
Indicates if the next Restlet has been created.
nextMpValue - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
nextServerNonce - Variable in class org.restlet.data.AuthenticationInfo
The next nonce value.
NioUtils - Class in org.restlet.ext.nio.internal.util
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
NioUtils() - Constructor for class org.restlet.ext.nio.internal.util.NioUtils
Deprecated.
Private constructor to ensure that the class acts as a true utility class i.e.
noCache() - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
noCache(String) - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
noCache(List<String>) - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
nodeDepth - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Used to get the content of XMl literal.
NodeList - Class in org.restlet.ext.xml
DOM nodes set that implements the standard List interface for easier iteration.
NodeList(NodeList) - Constructor for class org.restlet.ext.xml.NodeList
Constructor.
nodes - Variable in class org.restlet.ext.xml.NodeList
The wrapped node list.
NoEncParamGetter(DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.NoEncParamGetter
Deprecated.
 
noLitChars - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Contains the number of literal chars in this Regular Expression
NoMessageBodyReaderException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
NoMessageBodyReaderException(MediaType, Class<?>) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.NoMessageBodyReaderException
Deprecated.
 
noMessageBodyWriter(Class<? extends Object>, Type, Annotation[], MediaType, SortedMetadata<MediaType>) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
NON_BLOCKING - org.restlet.ext.nio.internal.way.EntityType
Deprecated.
NIO non-blocking byte channel.
noNamespaceSchemaLocation - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
The "xsi:noNamespaceSchemaLocation" attribute in the generated XML data.
nonceCount - Variable in class org.restlet.data.AuthenticationInfo
The nonce-count value.
NONE - org.restlet.ext.atom.internal.EntryContentReader.State
 
NONE - org.restlet.ext.atom.internal.FeedContentReader.State
 
NONE - org.restlet.ext.rdf.internal.xml.ContentReader.State
 
NONE - org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
 
NONE - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
noneMatch - Variable in class org.restlet.data.Conditions
The "if-none-match" condition.
noNonDefaultRegExp - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Contains the number of capturing groups with regular expressions that are not the default.
noOfCapturingGroups - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
noResMethodHandler - Variable in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
noResourceClHandler - Variable in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
noResourceMethodForAccMediaTypes(Collection<ResourceMethod>) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
see spec, section 3.7.2, item 3(a).4
normalize() - Method in class org.restlet.data.Reference
Normalizes the reference.
normalizePath(String) - Static method in class org.restlet.data.LocalReference
Normalize a path by converting all the system-dependent separator characters to the standard '/' separator character.
normalizeToken(String) - Static method in class org.restlet.data.MediaType
Normalizes the specified token.
normalizeType(String, Series<Parameter>) - Static method in class org.restlet.data.MediaType
Normalizes the specified media type.
noRootResClHandler - Variable in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
 
noStore() - Static method in class org.restlet.data.CacheDirective
Creates a "no-store" directive.
NotAcceptableWebAppException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
NotAcceptableWebAppException(Collection<Variant>) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.NotAcceptableWebAppException
Deprecated.
 
notAcceptableWhileDetermineMediaType() - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
see spec, section 3.8, item 6
notationDecl(String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 
notationDecl(String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 
notEndsWith(CharSequence, char) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the given CharSequence ends with the given character.
Notices - Class in org.restlet.ext.jaxrs.internal.todo
Deprecated.
Will be removed in next minor release.
Notices() - Constructor for class org.restlet.ext.jaxrs.internal.todo.Notices
Deprecated.
 
noTransform() - Static method in class org.restlet.data.CacheDirective
Creates a "no-transform" directive.
notStartsWith(CharSequence, char) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the given CharSequence starts with the given character.
NotYetImplementedException - Exception in org.restlet.ext.jaxrs.internal.todo
Deprecated.
Will be removed in next minor release.
NotYetImplementedException() - Constructor for exception org.restlet.ext.jaxrs.internal.todo.NotYetImplementedException
Deprecated.
 
NotYetImplementedException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.todo.NotYetImplementedException
Deprecated.
 
NotYetImplementedException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.todo.NotYetImplementedException
Deprecated.
 
NotYetImplementedException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.todo.NotYetImplementedException
Deprecated.
 
now() - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the UTC (Z) time zone.
now(TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the specified time zone.
nsSupport - Variable in class org.restlet.ext.xml.XmlWriter
The namespace support.
nullToEmpty(String) - Static method in class org.restlet.engine.util.StringUtils
Returns the given string if it is non-null; the empty string otherwise.
numericValue - Variable in class org.restlet.engine.util.StringUtils.CharacterEntity
Numeric character reference.

O

OBAP - Static variable in class org.restlet.data.Protocol
OBAP (OSGi Bundle Access Protocol) is a custom scheme to access to representations via bundles referenced using their symbolic name.
object - Variable in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
The (parsed) object to format.
object - Variable in class org.restlet.ext.emf.internal.EmfHtmlWriter
Deprecated.
 
object - Variable in class org.restlet.ext.gson.GsonRepresentation
The (parsed) object to format.
object - Variable in class org.restlet.ext.jackson.JacksonRepresentation
The (parsed) object to format.
object - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
The wrapped Java object.
object - Variable in class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
 
object - Variable in class org.restlet.representation.ObjectRepresentation
The serializable object.
object(Class<?>, Object, Throwable) - Static method in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertParameterException
Deprecated.
Throws a message, that the given String value could not be converted to a primitive.
object(Class<?>, Object, Throwable) - Static method in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertRepresentationException
Deprecated.
Throws a message, that the given String value could not be converted to a primitive.
OBJECT - org.restlet.ext.rdf.internal.xml.ContentReader.State
 
OBJECT_NIL - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Object "nil".
objectClass - Variable in class org.restlet.ext.gson.GsonRepresentation
The object class to instantiate.
objectClass - Variable in class org.restlet.ext.jackson.JacksonRepresentation
The object class to instantiate.
objectFactory - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
objectFactory - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
objectFactory - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
 
ObjectFactory - Interface in org.restlet.ext.jaxrs
Deprecated.
Will be removed in next minor release.
objectMapper - Variable in class org.restlet.ext.jackson.JacksonRepresentation
The modifiable Jackson object mapper.
objectReader - Variable in class org.restlet.ext.jackson.JacksonRepresentation
The modifiable Jackson object reader.
ObjectRepresentation<T extends java.io.Serializable> - Class in org.restlet.representation
Representation based on a serializable Java object.
It supports binary representations of JavaBeans using the ObjectInputStream and ObjectOutputStream classes.
ObjectRepresentation(Representation) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor reading the object from a serialized representation.
ObjectRepresentation(Representation, ClassLoader) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor reading the object from a serialized representation.
ObjectRepresentation(Representation, ClassLoader, boolean, boolean) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor reading the object from a serialized representation.
ObjectRepresentation(T) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor for the MediaType.APPLICATION_JAVA_OBJECT type.
ObjectRepresentation(T, MediaType) - Constructor for class org.restlet.representation.ObjectRepresentation
Constructor for either the MediaType.APPLICATION_JAVA_OBJECT type or the MediaType.APPLICATION_XML type.
objectWriter - Variable in class org.restlet.ext.jackson.JacksonRepresentation
The modifiable Jackson object writer.
obtainObject(JaxRsRestlet.RroRemPathAndMatchedPath) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Obtains the object that will handle the request, see JAX-RS-Spec (2008-04-16), section 3.7.2 "Request Matching", Part 2: "btain the object that will handle the request"
oldValue - Variable in class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
onActivity() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Notifies the connection that a new activity has been detected and that it should be kept alive.
onClosed() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Callback method invoked when the parent connection is ready to be closed.
onCompleted() - Method in class org.restlet.ext.nio.internal.channel.ReadableSslChannel
Deprecated.
Callback method invoked upon delegated tasks completion.
onCompleted() - Method in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
Callback method invoked upon delegated tasks completion.
onCompleted() - Method in interface org.restlet.ext.nio.internal.util.TasksListener
Deprecated.
Callback method invoked upon delegated tasks completion.
onContent(InputStream) - Method in class org.restlet.util.ByteReadingListener
Callback invoked when new content is available.
onContent(InputStream) - Method in class org.restlet.util.CharacterReadingListener
 
onContent(Reader) - Method in class org.restlet.util.CharacterReadingListener
Callback invoked when new content is available.
onContent(Reader) - Method in class org.restlet.util.StringReadingListener
 
onContent(String) - Method in class org.restlet.util.StringReadingListener
Callback invoked when new content is available.
onContent(ByteBuffer) - Method in class org.restlet.util.ByteReadingListener
Callback invoked when new content is available.
onContent(ByteBuffer) - Method in class org.restlet.util.ReadingListener
Callback invoked when new content is available.
onDrain(Buffer, int, Object...) - Method in interface org.restlet.ext.nio.internal.buffer.BufferProcessor
Deprecated.
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Drains the byte buffer by returning available bytes as InputStream bytes.
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedSelectionChannel
Deprecated.
 
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.channel.ReadableSslChannel
Deprecated.
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.channel.WritableBufferedChannel
Deprecated.
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Drains the byte buffer by writing available bytes to the socket channel.
OneElementIterator<T> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
OneElementIterator(T) - Constructor for class org.restlet.ext.jaxrs.internal.util.OneElementIterator
Deprecated.
 
onEnd() - Method in class org.restlet.util.ReadingListener
Callback invoked when the end of the representation has been reached.
onError - Variable in class org.restlet.Message
Callback invoked when an error occurs when sending the message.
onError(IOException) - Method in class org.restlet.util.ReadingListener
Callback invoked when an IO exception occurs.
onError(String, Throwable, Status) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Called on error.
onError(Status) - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
onError(Status) - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
onError(Status) - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
onError(Status) - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
onError(Status) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
onError(Status) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
onError(Status) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Called on error.
onFailure(Throwable) - Method in interface org.restlet.resource.Result
Method called back by the associated object when a failure is detected.
onFill(Buffer, Object...) - Method in interface org.restlet.ext.nio.internal.buffer.BufferProcessor
Deprecated.
Fills the byte buffer.
onFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Fills the byte buffer by reading the source channel.
onFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Fills the byte buffer by writing the current message.
onFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.WritableBufferedChannel
Deprecated.
Fills the byte buffer by writing the current message.
onFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
 
onFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
onFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
onFill(Buffer, Object...) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Fills the byte buffer by writing the current message.
onFillEof() - Method in interface org.restlet.ext.nio.internal.buffer.BufferProcessor
Deprecated.
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Called back when a fill operation returns with an EOF status.
onFinished() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Notifies that the SSL handshake is finished.
onHeadersCompleted() - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
onHeadersCompleted() - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
onHeadersCompleted() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Callback invoked when a message has been received.
onHeadersCompleted() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Callback invoked when a message has been sent.
onHeadersCompleted() - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
 
onHeadersCompleted() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Callback method invoked when the headers of the current message have been completely received or sent.
onInboundError(Status, Response) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Called on error.
onlyIfCached() - Static method in class org.restlet.data.CacheDirective
Creates a "onlyIfCached" directive.
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Callback invoked upon IO completion.
onMessageCompleted(boolean) - Method in interface org.restlet.ext.nio.internal.util.CompletionListener
Deprecated.
Callback invoked upon IO completion.
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.ClientOutboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.ServerOutboundWay
Deprecated.
 
onMessageCompleted(boolean) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Callback method invoked when the current message has been completely received or sent.
onNeedTask() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Runs the pending lengthy task.
onOutboundError(Status, Response) - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Called on error.
onPostProcessing() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
onPostProcessing() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
onPostProcessing() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Called back after the IO processing to indicate if there is further IO interest.
onReceived(Response) - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
onReceived(Response) - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
onReceived(Response) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Call back invoked when the message is received.
onReceived(Response) - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
Call back invoked when the message is received.
onResponse - Variable in class org.restlet.Request
Callback invoked on response reception.
onSelected(int) - Method in class org.restlet.util.SelectionRegistration
Called back with some interest operations are ready.
onSelected(SelectionKey) - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Called back when a ready key has been selected.
onSelected(SelectionKey) - Method in class org.restlet.ext.nio.internal.controller.ServerConnectionController
Deprecated.
 
onSelected(SelectionRegistration) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Callback method invoked when the connection has been selected for IO operations it registered interest in.
onSelected(SelectionRegistration) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Callback method invoked when the way has been selected for IO operations it registered interest in.
onSelected(SelectionRegistration) - Method in class org.restlet.util.ReadingListener
Callback invoked when new content is available.
onSelected(SelectionRegistration) - Method in interface org.restlet.util.SelectionListener
Callback method invoked when the connection has been selected for IO operations it registered interest in.
onSent - Variable in class org.restlet.Message
Callback invoked after sending the message.
onSuccess(T) - Method in interface org.restlet.resource.Result
Method called back by the associated object in case of success.
onTimeOut() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Called back by the controller when an IO time out has been detected.
onTimeOut() - Method in class org.restlet.ext.nio.internal.way.HttpClientInboundWay
Deprecated.
 
onTimeOut() - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
onTimeOut() - Method in class org.restlet.ext.nio.internal.way.HttpServerInboundWay
Deprecated.
 
onTimeOut() - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
onTimeOut() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
onTimeOut() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
onTimeOut() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Called back by the controller when an IO time out has been detected.
onUnwrap() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Callback invoked when the SSL handshake requires unwrapping.
onWokeup(SelectionRegistration) - Method in interface org.restlet.engine.io.WakeupListener
Callback method invoked when the selection registration wants to wake up the NIO selector.
onWokeup(SelectionRegistration) - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Invoked when one of the connections needs to wake up the controller.
onWrap() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Callback invoked when the SSL handshake requires wrapping.
opaque - Variable in class org.restlet.data.ChallengeMessage
An opaque string of data which should be returned by the client unchanged.
open - Variable in class org.restlet.engine.io.InputStreamChannel
Indicates if the underlying stream is still open.
open() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Opens the connection.
OPEN - org.restlet.ext.nio.internal.state.ConnectionState
Deprecated.
The network connection has been successfully opened and connected.
OPENING - org.restlet.ext.nio.internal.state.ConnectionState
Deprecated.
The network connection is being opened and connected.
OPTION - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
optional - Variable in class org.restlet.security.Authenticator
Indicates if the authenticator is not required to succeed.
OptionInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
OptionInfo() - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor.
OptionInfo(String) - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor with a single documentation element.
OptionInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor with a list of documentation elements.
OptionInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.OptionInfo
Deprecated.
Constructor with a single documentation element.
options - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
List of option elements for that element.
options() - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
 
options() - Method in class org.restlet.resource.ClientResource
Describes the resource using content negotiation to select the best variant based on the client preferences.
options() - Method in class org.restlet.resource.ServerResource
Indicates the communication options available for this resource.
options(Class<T>) - Method in class org.restlet.resource.ClientResource
Describes the resource using a given media type.
options(MediaType) - Method in class org.restlet.resource.ClientResource
Describes the resource using a given media type.
options(Variant) - Method in class org.restlet.resource.ServerResource
Indicates the communication options available for this resource.
Options - Annotation Type in org.restlet.resource
Annotation for methods that describe a resource.
OPTIONS - Static variable in class org.restlet.data.Method
Requests for information about the communication options available on the request/response chain identified by the URI.
OrderedMap<K,​V> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
OrderedMap() - Constructor for class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
OrderedMap.Entry<K,​V> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
 
OrderedMap.KeySetIterator<KK,​VV> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
 
OrderedMap.KeyValueSetIterator<KK,​VV> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
 
OrderedMap.ListWrappingSet<E> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
This list has the interface of a Set, but wraps a List
OrderedMap.ValueSetIterator<KK,​VV> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
 
ORG_RESTLET_EXT_JAXRS_HTTP_HEADERS - Static variable in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
The name of the header MultivaluedMap<String, String> in the attribute map.
ORG_RESTLET_HTTPS_CLIENT_CERTS - Static variable in class org.restlet.ext.jaxrs.internal.util.SecurityUtil
Deprecated.
Key in the request attributes for the HTTPS client certificates.
org.restlet - package org.restlet
Core classes of the API.
org.restlet.data - package org.restlet.data
Information exchanged by components.
org.restlet.engine - package org.restlet.engine
Implementation of Restlet API.
org.restlet.engine.adapter - package org.restlet.engine.adapter
Adapters between low-level HTTP calls and high-level Restlet Request and Response objects.
org.restlet.engine.application - package org.restlet.engine.application
Supports Restlet applications.
org.restlet.engine.component - package org.restlet.engine.component
Supports Restlet components.
org.restlet.engine.connector - package org.restlet.engine.connector
Integration with Java URLConnection class.
org.restlet.engine.converter - package org.restlet.engine.converter
Supports the converter service.
org.restlet.engine.header - package org.restlet.engine.header
Supports HTTP header parsing and formatting.
org.restlet.engine.internal - package org.restlet.engine.internal
 
org.restlet.engine.io - package org.restlet.engine.io
Supports input and output work.
org.restlet.engine.local - package org.restlet.engine.local
Supports local connectors and resources.
org.restlet.engine.log - package org.restlet.engine.log
Supports the log service.
org.restlet.engine.resource - package org.restlet.engine.resource
Supports resources.
org.restlet.engine.security - package org.restlet.engine.security
Supports security.
org.restlet.engine.ssl - package org.restlet.engine.ssl
Support SSL and TLS.
org.restlet.engine.util - package org.restlet.engine.util
General utilities.
org.restlet.ext.atom - package org.restlet.ext.atom
Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.
org.restlet.ext.atom.internal - package org.restlet.ext.atom.internal
 
org.restlet.ext.crypto - package org.restlet.ext.crypto
Support for cryptography including Amazon S3 and Windows Azure client authentication.
org.restlet.ext.crypto.internal - package org.restlet.ext.crypto.internal
 
org.restlet.ext.emf - package org.restlet.ext.emf
Integration with EMF @minor-version@.
org.restlet.ext.emf.internal - package org.restlet.ext.emf.internal
 
org.restlet.ext.fileupload - package org.restlet.ext.fileupload
Integration with Apache FileUpload @minor-version@ library.
org.restlet.ext.gson - package org.restlet.ext.gson
Integration with Gson @minor-version@.
org.restlet.ext.guice - package org.restlet.ext.guice
Integration with Google Guice @minor-version@.
org.restlet.ext.html - package org.restlet.ext.html
Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.
org.restlet.ext.html.internal - package org.restlet.ext.html.internal
 
org.restlet.ext.httpclient - package org.restlet.ext.httpclient
Integration with Apache HTTP Client @minor-version@.
org.restlet.ext.httpclient.internal - package org.restlet.ext.httpclient.internal
 
org.restlet.ext.jaas - package org.restlet.ext.jaas
Support for JAAS authentication and authorization framework.
org.restlet.ext.jackson - package org.restlet.ext.jackson
Integration with Jackson @minor-version@.
org.restlet.ext.jackson.internal - package org.restlet.ext.jackson.internal
 
org.restlet.ext.javamail - package org.restlet.ext.javamail
Integration with JavaMail @minor-version@ (POP3 and SMTP clients).
org.restlet.ext.jaxb - package org.restlet.ext.jaxb
Integration with Java XML Binding (JAXB) @minor-version@.
org.restlet.ext.jaxb.internal - package org.restlet.ext.jaxb.internal
 
org.restlet.ext.jaxrs - package org.restlet.ext.jaxrs
Support for JAX-RS API.
org.restlet.ext.jaxrs.internal.client - package org.restlet.ext.jaxrs.internal.client
 
org.restlet.ext.jaxrs.internal.core - package org.restlet.ext.jaxrs.internal.core
 
org.restlet.ext.jaxrs.internal.exceptions - package org.restlet.ext.jaxrs.internal.exceptions
 
org.restlet.ext.jaxrs.internal.provider - package org.restlet.ext.jaxrs.internal.provider
 
org.restlet.ext.jaxrs.internal.resteasy - package org.restlet.ext.jaxrs.internal.resteasy
 
org.restlet.ext.jaxrs.internal.spi - package org.restlet.ext.jaxrs.internal.spi
 
org.restlet.ext.jaxrs.internal.todo - package org.restlet.ext.jaxrs.internal.todo
 
org.restlet.ext.jaxrs.internal.util - package org.restlet.ext.jaxrs.internal.util
 
org.restlet.ext.jaxrs.internal.wrappers - package org.restlet.ext.jaxrs.internal.wrappers
 
org.restlet.ext.jaxrs.internal.wrappers.params - package org.restlet.ext.jaxrs.internal.wrappers.params
 
org.restlet.ext.jaxrs.internal.wrappers.provider - package org.restlet.ext.jaxrs.internal.wrappers.provider
 
org.restlet.ext.jetty - package org.restlet.ext.jetty
Integration with Jetty @minor-version@ which is a new implementation of the popular Jetty web server.
org.restlet.ext.jetty.internal - package org.restlet.ext.jetty.internal
 
org.restlet.ext.json - package org.restlet.ext.json
Support for JSON representations.
org.restlet.ext.nio - package org.restlet.ext.nio
Integration with Java NIO package.
org.restlet.ext.nio.internal.buffer - package org.restlet.ext.nio.internal.buffer
 
org.restlet.ext.nio.internal.channel - package org.restlet.ext.nio.internal.channel
 
org.restlet.ext.nio.internal.connection - package org.restlet.ext.nio.internal.connection
 
org.restlet.ext.nio.internal.controller - package org.restlet.ext.nio.internal.controller
 
org.restlet.ext.nio.internal.request - package org.restlet.ext.nio.internal.request
 
org.restlet.ext.nio.internal.state - package org.restlet.ext.nio.internal.state
 
org.restlet.ext.nio.internal.util - package org.restlet.ext.nio.internal.util
 
org.restlet.ext.nio.internal.way - package org.restlet.ext.nio.internal.way
 
org.restlet.ext.rdf - package org.restlet.ext.rdf
Support for the RDF parsing and generation.
org.restlet.ext.rdf.internal - package org.restlet.ext.rdf.internal
 
org.restlet.ext.rdf.internal.n3 - package org.restlet.ext.rdf.internal.n3
 
org.restlet.ext.rdf.internal.ntriples - package org.restlet.ext.rdf.internal.ntriples
 
org.restlet.ext.rdf.internal.turtle - package org.restlet.ext.rdf.internal.turtle
 
org.restlet.ext.rdf.internal.xml - package org.restlet.ext.rdf.internal.xml
 
org.restlet.ext.slf4j - package org.restlet.ext.slf4j
Integration with SLF4J @minor-version@.
org.restlet.ext.velocity - package org.restlet.ext.velocity
Integration with Apache Velocity @minor-version@.
org.restlet.ext.wadl - package org.restlet.ext.wadl
Support the WADL specification.
org.restlet.ext.xml - package org.restlet.ext.xml
Support for XML and XSLT representations.
org.restlet.ext.xml.internal - package org.restlet.ext.xml.internal
 
org.restlet.representation - package org.restlet.representation
Common representation data elements.
org.restlet.resource - package org.restlet.resource
Client and server resource classes.
org.restlet.routing - package org.restlet.routing
Classes related to call routing.
org.restlet.security - package org.restlet.security
Classes related to security.
org.restlet.service - package org.restlet.service
Services used by applications and components.
org.restlet.util - package org.restlet.util
Various utility classes.
ORIGIN - org.restlet.data.Dimension
 
originalRef - Variable in class org.restlet.engine.local.DirectoryServerResource
The original target URI, in case of extensions tunneling.
originalRef - Variable in class org.restlet.Request
The original reference.
OSGI - org.restlet.engine.Edition
 
outboundMessages - Variable in class org.restlet.ext.nio.BaseHelper
Deprecated.
The queue of outbound messages.
outboundNext - Variable in class org.restlet.engine.CompositeHelper
The next Restlet after the outbound chain.
outboundRoot - Variable in class org.restlet.Application
The outbound root Restlet.
outboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call to a target reference.
outboundWay - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The outbound way.
OutboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
OutboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Constructor.
output - Variable in class org.restlet.engine.resource.MethodAnnotationInfo
The output part of the annotation value.
output - Variable in class org.restlet.ext.xml.XmlWriter
The underlying writer.
outputFactoryProvider - Static variable in class org.restlet.ext.jackson.internal.XmlFactoryProvider
Allow to explicitly set the Stax2OutputFactoryProvider instance in OSGI context.
outputProperties - Variable in class org.restlet.ext.xml.TransformRepresentation
The JAXP transformer output properties.
OutputRepresentation - Class in org.restlet.representation
Representation based on a BIO output stream.
OutputRepresentation(MediaType) - Constructor for class org.restlet.representation.OutputRepresentation
Constructor.
OutputRepresentation(MediaType, long) - Constructor for class org.restlet.representation.OutputRepresentation
Constructor.
overloaded - Variable in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Indicates if the controller is overloaded.
overwriting - Variable in class org.restlet.engine.application.StatusFilter
Indicates if existing representations should be overwritten.
overwriting - Variable in class org.restlet.service.StatusService
True if an existing entity should be overwritten.
owner - Variable in class org.restlet.Restlet
The owner(s).

P

paramCount - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
shortcut for ParameterList.parameters.length
parameter - Variable in class org.restlet.routing.Extractor.ExtractInfo
Name of the parameter to look for.
Parameter - Class in org.restlet.data
Multi-usage parameter.
Parameter() - Constructor for class org.restlet.data.Parameter
Default constructor.
Parameter(String, String) - Constructor for class org.restlet.data.Parameter
Preferred constructor.
PARAMETER - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
ParameterInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ParameterInfo() - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor.
ParameterInfo(String, boolean, String, ParameterStyle, String) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor.
ParameterInfo(String, ParameterStyle, String) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor with a single documentation element.
ParameterInfo(String, ParameterStyle, List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor with a list of documentation elements.
ParameterInfo(String, ParameterStyle, DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Constructor with a single documentation element.
ParameterList - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Will be removed in next minor release.
ParameterList(Class<?>[], Type[], Annotation[][], ThreadLocalizedContext, boolean, JaxRsProviders, ExtensionBackwardMapping, boolean, boolean, Logger, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
ParameterList(Constructor<?>, ThreadLocalizedContext, boolean, JaxRsProviders, ExtensionBackwardMapping, boolean, Logger, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
ParameterList(Method, Method, ThreadLocalizedContext, boolean, JaxRsProviders, ExtensionBackwardMapping, boolean, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
ParameterList.AbstractParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Abstract super class for access to @*Param.
ParameterList.CookieParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.EncParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Abstract super class for access to the entity or to @*Param where encoded is allowed (@PathParam, @MatrixParam and @QueryParam).
ParameterList.FormOrQueryParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.FormParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.HeaderParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.MatrixParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.NoEncParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Abstract super class for access to the entity or to @*Param where encoded is allowed (@PathParam, @MatrixParam and @QueryParam).
ParameterList.ParamGetter - Interface in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.PathParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.QueryParamGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
ParameterList.UriInfoGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
 
parameters - Variable in class org.restlet.Context
The modifiable series of parameters.
parameters - Variable in class org.restlet.data.ChallengeMessage
The additional scheme parameters.
parameters - Variable in class org.restlet.data.Disposition
The list of disposition parameters.
parameters - Variable in class org.restlet.data.Expectation
The list of parameters.
parameters - Variable in class org.restlet.data.MediaType
The list of parameters.
parameters - Variable in class org.restlet.data.Preference
The modifiable list of parameters.
parameters - Variable in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
 
parameters - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
parameters - Variable in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
List of parameters.
parameters - Variable in class org.restlet.ext.wadl.RequestInfo
Deprecated.
List of parameters.
parameters - Variable in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
List of parameters.
parameters - Variable in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
List of parameters.
parameters - Variable in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
List of parameters.
parameters - Variable in class org.restlet.ext.xml.TransformRepresentation
The JAXP transformer parameters.
parameters - Variable in class org.restlet.security.Realm
The modifiable series of parameters.
ParameterStyle - Enum in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ParameterStyle() - Constructor for enum org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
paramType - Variable in exception org.restlet.ext.jaxrs.internal.exceptions.NoMessageBodyReaderException
Deprecated.
 
ParamValueInjector(AccessibleObject, ParameterList.AbstractParamGetter) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ParamValueInjector
Deprecated.
 
parentContext - Variable in class org.restlet.engine.util.ChildContext
The parent context.
parentContext - Variable in class org.restlet.routing.VirtualHost
The parent component's context.
parentHandle(Request, Response) - Method in class org.restlet.engine.util.ChildClientDispatcher
Asks to the parent component to handle the call.
parse() - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parse a configuration file and update the component's configuration.
parse() - Method in class org.restlet.ext.rdf.internal.n3.FormulaToken
 
parse() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Parses the current representation.
parse() - Method in class org.restlet.ext.rdf.internal.RdfReader
Parses the content.
parse() - Method in class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
 
parse() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Contains the parsing logic of this lexical unit.
parse() - Method in class org.restlet.ext.rdf.internal.turtle.ListToken
 
parse() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Parses the current representation.
parse() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
parse() - Method in class org.restlet.ext.rdf.internal.turtle.Token
 
parse() - Method in class org.restlet.ext.rdf.internal.turtle.UriToken
 
parse() - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlReader
Parses the current representation.
parse(String) - Static method in class org.restlet.data.Tag
Parses a tag formatted as defined by the HTTP standard.
parse(String) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object using the default HTTP format (RFC 1123).
parse(String) - Method in class org.restlet.engine.util.InternetDateFormat
 
parse(String, ParsePosition) - Method in class org.restlet.engine.util.InternetDateFormat
 
parse(String, Calendar) - Static method in class org.restlet.engine.util.InternetDateFormat
Our private parse utility that parses the string, clears the calendar, and then sets the fields.
parse(String, List<String>) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object.
parse(String, Map<String, Object>) - Method in class org.restlet.routing.Template
Attempts to parse a formatted reference.
parse(String, Map<String, Object>, boolean) - Method in class org.restlet.routing.Template
Attempts to parse a formatted reference.
parse(String, Request) - Method in class org.restlet.routing.Template
Attempts to parse a formatted reference.
parse(Header, CookieOrigin) - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
Returns an empty list.
parse(Form, String, CharacterSet, boolean, char) - Static method in class org.restlet.engine.util.FormUtils
Parses a parameters string into a given form.
parse(Form, Representation, boolean) - Static method in class org.restlet.engine.util.FormUtils
Parses a post into a given form.
parse(GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Parses the inner RDF representation.
parse(Series<FormData>, String, CharacterSet, boolean, char) - Static method in class org.restlet.ext.html.internal.FormUtils
Parses a entries string into a given form.
parse(Series<FormData>, Representation) - Static method in class org.restlet.ext.html.internal.FormUtils
Parses a post into a given entries series.
parse(ContentHandler) - Method in class org.restlet.ext.xml.SaxRepresentation
Parses the source and sends SAX events to a content handler.
parseAuthenticationInfo(String) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses the "Authentication-Info" header.
parseBlankNode(BlankNodeToken) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
 
parseBlankNode(BlankNodeToken) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Parse the given blank node.
parseCalendar(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a Calendar object.
parseComment() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Parses a comment.
parseCredentials(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Decodes the credentials stored in a cookie into a proper ChallengeResponse object.
parseDate(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a Date object.
parseDirective(Context) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Parse the current directive and update the context according to the kind of directive ("base", "prefix", etc).
parseFormula(FormulaToken) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
Parses the given formula token.
parseHost() - Method in class org.restlet.engine.adapter.ServerCall
Parses the "host" header to set the server host and port properties.
parseHost(VirtualHost, Node) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parse the attributes of a DOM node and update the given host.
parseList(ListToken) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
 
parseList(ListToken) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Parse the given list token.
parseMatrixParams(String, boolean) - Static method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
 
parseNode(String, String, String, Attributes) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the RDF URI of the given node represented by its namespace uri, local name, name, and attributes.
parseParameter(Node) - Static method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parses the DOM node into a Parameter instance.
parseRepresentation(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
Processes an RFC 1867 compliant multipart/form-data input representation.
parseRequest(ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Parses an authenticate header into a challenge request.
parseRequest(ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.engine.security.HttpBasicHelper
 
parseRequest(ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpDigestHelper
 
parseRequest(Request) - Method in class org.restlet.ext.fileupload.RestletFileUpload
Processes an RFC 1867 compliant multipart/form-data input representation.
parseRequest(Response, String, Series<Header>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses an authenticate header into a list of challenge request.
parseResponse(ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Parses an authorization header into a challenge response.
parseResponse(ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.engine.security.HttpBasicHelper
 
parseResponse(ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpDigestHelper
 
parseResponse(Request, String, Series<Header>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses an authorization header into a challenge response.
parseRestlet(Restlet, Node) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parse the attributes of a DOM node and update the given restlet.
parseRouter(Router, Node) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Parse the attributes of a DOM node and update the given router.
parseStatement() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Reads the current statement until its end, and parses it.
parseStatement(Context) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
 
parseStatement(Context) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Reads the current statement until its end, and parses it.
parseString(StringToken) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Parse the given String token.
parseTime(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a millisecond time value.
parseToken() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns the value of the current token.
parseToken(Token) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Parses the given token.
parseUri() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Returns the value of the current URI.
parseUri(UriToken) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Parses the given URI token.
patch(Object) - Method in class org.restlet.resource.ClientResource
Patches a resource with the given object as delta state.
patch(Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Patches a resource with the given object as delta state.
patch(Object, MediaType) - Method in class org.restlet.resource.ClientResource
Patches a resource with the given object as delta state.
patch(Representation) - Method in class org.restlet.resource.ClientResource
Patches a resource with the given representation as delta state.
patch(Representation) - Method in class org.restlet.resource.ServerResource
Apply a patch entity to the current representation of the resource retrieved by calling ServerResource.get().
patch(Representation, Variant) - Method in class org.restlet.resource.ServerResource
Apply a patch entity to the current representation of the resource retrieved by calling ServerResource.get().
Patch - Annotation Type in org.restlet.resource
Annotation for methods that apply submitted representations as a patch.
PATCH - Static variable in class org.restlet.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.
path - Variable in class org.restlet.data.Cookie
The validity path.
path - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
String or StringBuilder.
path - Variable in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
encoded or decoded, depends on PathSegmentImpl.decode
path - Variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
 
path - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Path to the value of this parameter (within a parent representation).
path - Variable in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
URI template for the identifier of the resource.
path(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Appends the given path to the current path.S
path(Class) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path segments from a Path-annotated class to the existing list of segments.
path(Class) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path segments from a Path-annotated method to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path segments from a Path-annotated method to the existing list of segments.
path(Method) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append the path from a Path-annotated method to the existing path.
path(Method) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append the path from a Path-annotated method to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path to the existing path.
pathParam - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.PathParamGetter
Deprecated.
 
pathParamEncIter(PathParam) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
pathParametersDecoded - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
pathParametersEncoded - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
is null, if no templateParameters given on creation
PathParamGetter(PathParam, DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.PathParamGetter
Deprecated.
 
pathRegExp - Variable in class org.restlet.ext.jaxrs.internal.wrappers.AbstractJaxRsWrapper
Deprecated.
 
PathRegExp - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
PathRegExp(String, Path) - Constructor for class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
Is intended for internal use and testing.
pathSegementEncIter(PathParam) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
PathSegmentImpl - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
PathSegmentImpl(String, boolean, int) - Constructor for class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
 
pathSegmentIter - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
pathSegmentsDecoded - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
pathSegmentsEncoded - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
pathSegmentsWithMatrix(CharSequence, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 
pathSegmentsWithMatrix(String[]) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
append the given path segments to the current path
pathSegmentWithMatrix(CharSequence, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 
pathSegmentWithMatrix(CharSequence, boolean, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 
pathTemplateDec - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
pathTemplateEnc - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
pathWithoutMatrix(CharSequence) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
This methods encodes the given path, but doesn't encode braces.
pattern - Static variable in class org.restlet.engine.util.InternetDateFormat
The Regex pattern to match.
pattern - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
pattern - Variable in class org.restlet.routing.Template
The pattern to use for formatting or parsing.
PAYMENT - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies where payment is accepted.
peek() - Method in class org.restlet.engine.header.HeaderReader
Reads the next character without moving the reader index.
peerAddress - Variable in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
The peer address.
PerRequestProviderWrapper - Class in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
PerRequestProviderWrapper(Class<?>, ObjectFactory, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
Creates a new wrapper for a Provider and initializes the provider.
PerRequestRootResourceClass - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
PerRequestRootResourceClass(Class<?>, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.PerRequestRootResourceClass
Deprecated.
 
persistent - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if the connection should be persisted across calls.
Person - Class in org.restlet.ext.atom
Element that describes a person, corporation, or similar entity (hereafter, 'person').
Person() - Constructor for class org.restlet.ext.atom.Person
Constructor.
Person(String, Reference, String) - Constructor for class org.restlet.ext.atom.Person
Constructor.
pipelining - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if idempotent sequences of requests can be pipelined.
PipeStream - Class in org.restlet.engine.io
Pipe stream that pipes output streams into input streams.
PipeStream() - Constructor for class org.restlet.engine.io.PipeStream
Constructor.
PLAIN - org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
Pool<T> - Class in org.restlet.engine.util
Generic object pool.
Pool() - Constructor for class org.restlet.engine.util.Pool
Default constructor.
Pool(int) - Constructor for class org.restlet.engine.util.Pool
Constructor.
POP - Static variable in class org.restlet.data.Protocol
POP protocol.
POP_BASIC - Static variable in class org.restlet.data.ChallengeScheme
Basic POP scheme.
POP_DIGEST - Static variable in class org.restlet.data.ChallengeScheme
Digest POP scheme.
popMixedContentState() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Drops the current state from the stack and returns it.
POPS - Static variable in class org.restlet.data.Protocol
POPS protocol (via SSL/TLS socket)..
popState() - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the state at the top of the heap and removes it from the heap.
popState() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Drops the current state from the stack and returns it.
popSubject() - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the subject at the top of the heap and removes it from the heap.
port - Variable in class org.restlet.data.ClientInfo
The port number.
port - Variable in class org.restlet.data.ServerInfo
The port number.
port - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
port - Variable in class org.restlet.Server
The listening port if specified.
port(int) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI port.
port(int) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI port.
position - Variable in class org.restlet.engine.io.RangeInputStream
The current position.
post(Object) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Object, MediaType) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Representation) - Method in class org.restlet.resource.ClientResource
Posts a representation.
post(Representation) - Method in class org.restlet.resource.ServerResource
Posts a representation to the resource at the target URI reference.
post(Representation, Variant) - Method in class org.restlet.resource.ServerResource
Posts a representation to the resource at the target URI reference.
Post - Annotation Type in org.restlet.resource
Annotation for methods that accept submitted representations.
POST - Static variable in class org.restlet.data.Method
Requests that the origin server accepts the entity enclosed in the request as a new subordinate of the resource identified by the request URI.
postMember(Representation) - Method in class org.restlet.ext.atom.Collection
Posts a member to the collection resulting in the creation of a new resource.
postProcess(int) - Method in interface org.restlet.ext.nio.internal.buffer.BufferProcessor
Deprecated.
Called back after a complete processing pass.
postProcess(int) - Method in class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
Does nothing by default.
postProcess(int) - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Does nothing by default.
postProcess(int) - Method in class org.restlet.ext.nio.internal.channel.ReadableSslChannel
Deprecated.
 
postProcess(int) - Method in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
 
postProcess(int) - Method in class org.restlet.ext.nio.internal.way.HttpsClientInboundWay
Deprecated.
 
postProcess(int) - Method in class org.restlet.ext.nio.internal.way.HttpsClientOutboundWay
Deprecated.
 
postProcess(int) - Method in class org.restlet.ext.nio.internal.way.HttpsServerInboundWay
Deprecated.
 
postProcess(int) - Method in class org.restlet.ext.nio.internal.way.HttpsServerOutboundWay
Deprecated.
 
postProcess(int) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Does nothing by default.
precPredicate - Variable in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
The preceding predicate used for factorization matter.
precPredicate - Variable in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
The preceding predicate used for factorization matter.
preCreate(int) - Method in class org.restlet.engine.util.Pool
Pre-creates the initial objects using the Pool.createObject() method and check them in the pool using the Pool.checkin(Object) method.
precSource - Variable in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
The preceding source used for factorization matter.
precSource - Variable in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
The preceding source used for factorization matter.
PREDECESSOR_VERSION - Static variable in class org.restlet.ext.atom.Relation
When included on a versioned resource, this link points to a resource containing the predecessor version in the version history.
PREDICATE - org.restlet.ext.rdf.internal.xml.ContentReader.State
 
PREDICATE_IMPLIES - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Predicate "implies" .
PREDICATE_OBJECT - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Predicate "object".
PREDICATE_PREDICATE - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Predicate "predicate".
PREDICATE_SAME - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Predicate "same as".
PREDICATE_STATEMENT - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Predicate "statement".
PREDICATE_SUBJECT - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Predicate "subject".
PREDICATE_TYPE - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Predicate "is a".
Preference<T extends Metadata> - Class in org.restlet.data
Metadata preference definition.
Preference() - Constructor for class org.restlet.data.Preference
Constructor.
Preference(T) - Constructor for class org.restlet.data.Preference
Constructor.
Preference(T, float) - Constructor for class org.restlet.data.Preference
Constructor.
Preference(T, float, Series<Parameter>) - Constructor for class org.restlet.data.Preference
Constructor.
PreferenceReader<T extends Metadata> - Class in org.restlet.engine.header
Preference header reader.
PreferenceReader(int, String) - Constructor for class org.restlet.engine.header.PreferenceReader
Constructor.
preferencesTunnel - Variable in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled.
PreferenceWriter - Class in org.restlet.engine.header
Preference header writer.
PreferenceWriter() - Constructor for class org.restlet.engine.header.PreferenceWriter
 
prefixCounter - Variable in class org.restlet.ext.xml.XmlWriter
The prefix counter.
prefixes - Variable in class org.restlet.ext.rdf.internal.turtle.Context
The list of known prefixes.
prefixes - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
The list of known prefixes.
prefixMappings - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The current list of prefix mappings.
prefixMappings - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The current list of prefix mappings.
prefixTable - Variable in class org.restlet.ext.xml.XmlWriter
The prefixes table.
preProcess(int, Object...) - Method in interface org.restlet.ext.nio.internal.buffer.BufferProcessor
Deprecated.
Called back before a processing pass.
preProcess(int, Object...) - Method in class org.restlet.ext.nio.internal.channel.BufferedSelectionChannel
Deprecated.
Does nothing by default.
preProcess(int, Object...) - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
Does nothing by default.
preProcess(int, Object...) - Method in class org.restlet.ext.nio.internal.way.HttpsServerOutboundWay
Deprecated.
 
preProcess(int, Object...) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Does nothing by default.
preventUpperDirectoryAccess() - Method in class org.restlet.engine.local.DirectoryServerResource
Prevent the client from accessing resources in upper directories
PREVIOUS - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies the previous resource in a series including the current resource.
PREVIOUS_ARCHIVE - Static variable in class org.restlet.ext.atom.Relation
A URI that refers to the immediately preceding archive document.
previousInterest - Variable in class org.restlet.util.SelectionRegistration
The previous IO operations interest.
primitive(Class<?>, String, Throwable) - Static method in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertParameterException
Deprecated.
Throws a message, that the given String value could not be converted to a primitive.
principals - Variable in class org.restlet.data.ClientInfo
List of additional client principals.
privateInfo() - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
privateInfo(String) - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
privateInfo(List<String>) - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
process(BufferProcessor, int, Object...) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Processes as a loop the IO event by draining or filling the IO buffer.
processExtensions(Request) - Method in class org.restlet.engine.application.TunnelFilter
Updates the client preferences based on file-like extensions.
processHeaders(Request) - Method in class org.restlet.engine.application.TunnelFilter
Updates the request method based on specific header.
PROCESSING - org.restlet.ext.nio.internal.state.IoState
Deprecated.
IO activity going on.
processingInstruction(String, String) - Method in class org.restlet.ext.atom.EntryReader
 
processingInstruction(String, String) - Method in class org.restlet.ext.atom.FeedReader
 
processingInstruction(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Write a processing instruction.
processIoBuffer() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
processIoBuffer() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
processIoBuffer() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Processes the IO buffer by filling and draining it.
processPercent(int, boolean, CharSequence, StringBuilder) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
appends the '%' at the given position i to the given StringBuilder.
processQuery(Request) - Method in class org.restlet.engine.application.TunnelFilter
Updates the request method and client preferences based on query parameters.
processTemplVarname(CharSequence, int, StringBuilder) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Reads and checks the template variable name.
processTemplVarname(String, int, StringBuilder, Path) - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
processTemplVarname(String, int, StringBuilder, Path) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 
processUserAgent(Request) - Method in class org.restlet.engine.application.TunnelFilter
Updates the client preferences according to the user agent properties (name, version, etc.) taken from the "agent.properties" file located in the classpath.
PRODUCE_MIME - org.restlet.ext.jaxrs.internal.util.AlgorithmUtil.ConsOrProdMime
Deprecated.
Declares that the methods etc.
producedMimes - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
producedMimes - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
Product - Class in org.restlet.data
Product tokens are used to allow communicating applications to identify themselves by software name and version.
Product(String, String, String) - Constructor for class org.restlet.data.Product
Constructor.
ProductReader - Class in org.restlet.engine.header
User agent header reader.
ProductReader() - Constructor for class org.restlet.engine.header.ProductReader
Private constructor to ensure that the class acts as a true utility class i.e.
ProductWriter - Class in org.restlet.engine.header
User agent header writer.
ProductWriter() - Constructor for class org.restlet.engine.header.ProductWriter
 
profiles - Variable in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
List of locations of one or more meta data profiles.
properties - Variable in class org.restlet.ext.xml.internal.AbstractXmlReader
The properties map.
PROPFIND - Static variable in class org.restlet.data.Method
Retrieves properties defined on the resource identified by the request URI.
PROPPATCH - Static variable in class org.restlet.data.Method
Processes instructions specified in the request body to set and/or remove properties defined on the resource identified by the request URI.
protocol - Variable in class org.restlet.data.RecipientInfo
The protocol used to communicate with the recipient.
protocol - Variable in class org.restlet.engine.adapter.Call
The exact protocol.
protocol - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The standard name of the protocol to use when creating the SSLContext.
protocol - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
The protocol name and version.
protocol - Variable in class org.restlet.Request
The protocol.
Protocol - Class in org.restlet.data
Protocol used by client and server connectors.
Protocol(String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean, String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, String, int, boolean, String) - Constructor for class org.restlet.data.Protocol
Constructor.
ProtocolHelper - Class in org.restlet.engine.connector
Protocol helper.
ProtocolHelper() - Constructor for class org.restlet.engine.connector.ProtocolHelper
Constructor.
protocols - Variable in class org.restlet.Connector
The list of protocols simultaneously supported.
protocols - Variable in class org.restlet.engine.connector.ConnectorHelper
The protocols simultaneously supported.
protoVariant - Variable in class org.restlet.engine.local.DirectoryServerResource
The prototype variant.
ProviderNotInitializableException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
ProviderNotInitializableException() - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.ProviderNotInitializableException
Deprecated.
 
providers - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
 
ProviderWrapper - Interface in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
proxyChallengeRequests - Variable in class org.restlet.Response
The authentication requests sent by a proxy to a client.
proxyChallengeResponse - Variable in class org.restlet.Request
The authentication response sent by a client to a proxy.
proxyMustRevalidate() - Static method in class org.restlet.data.CacheDirective
Creates a "proxy-revalidate" directive.
proxySecurityAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the proxy security data was parsed and added.
proxySecurityAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the proxy security data was parsed and added.
publicInfo() - Static method in class org.restlet.data.CacheDirective
Creates a "public" directive.
published - Variable in class org.restlet.ext.atom.Entry
Moment associated with an event early in the life cycle of the entry.
pushMixedContentState(WadlRepresentation.ContentReader.MixedContentState) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Adds the given state.
pushState(ContentReader.State) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Adds a new state at the top of the heap.
pushState(WadlRepresentation.ContentReader.State) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Adds the given state.
pushSubject(Reference) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Adds a new subject at the top of the heap.
put(Object) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Object, MediaType) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(String, Object) - Method in class org.restlet.ext.velocity.TemplateRepresentation.ResolverContext
Returns null since a resolver as a data model cannot be updated.
put(String, List<Object>) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
put(K, List<V>) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
put(K, V) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
adds the given entry.
put(K, V) - Method in class org.restlet.util.WrapperMap
Associates the specified value with the specified key in this map (optional operation).
put(Representation) - Method in class org.restlet.engine.local.DirectoryServerResource
 
put(Representation) - Method in class org.restlet.resource.ClientResource
Creates or updates a resource with the given representation as new state to be stored.
put(Representation) - Method in class org.restlet.resource.ServerResource
Creates or updates a resource with the given representation as new state to be stored.
put(Representation, Variant) - Method in class org.restlet.resource.ServerResource
Creates or updates a resource with the given representation as new state to be stored.
Put - Annotation Type in org.restlet.resource
Annotation for methods that store submitted representations.
PUT - Static variable in class org.restlet.data.Method
Requests that the enclosed entity be stored under the supplied request URI.
putAgentAttribute(String, String) - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
putAll(Map<? extends String, ? extends List<Object>>) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
putAll(Map<? extends K, ? extends List<V>>) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
putAll(Map<? extends K, ? extends V>) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
putAll(Map<? extends K, ? extends V>) - Method in class org.restlet.util.WrapperMap
Copies all of the mappings from the specified map to this map (optional operation).
putSingle(String, Object) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
putSingle(K, V) - Method in class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
Set the key's value to be a one item list consisting of the supplied value.
putSingle(K, V) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 

Q

quality - Variable in class org.restlet.data.AuthenticationInfo
The quality of protection.
quality - Variable in class org.restlet.data.ChallengeResponse
The chosen quality of protection.
quality - Variable in class org.restlet.data.Preference
The quality/preference level.
QUALITY_AUTHENTICATION - Static variable in class org.restlet.data.ChallengeMessage
Authentication quality.
QUALITY_AUTHENTICATION_INTEGRITY - Static variable in class org.restlet.data.ChallengeMessage
Authentication and integrity.
qualityOptions - Variable in class org.restlet.data.ChallengeRequest
The available options for quality of protection.
query - Variable in class org.restlet.engine.resource.MethodAnnotationInfo
The optional query part of the annotation value.
query - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
String or StringBuilder.
QUERY - org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
queryExtracts - Variable in class org.restlet.routing.Extractor
The list of query parameters to extract.
queryIndex - Variable in class org.restlet.data.Reference
The query separator index.
queryParam - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.QueryParamGetter
Deprecated.
 
queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append a query parameter to the existing set of query parameters.
queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append a query parameter to the existing set of query parameters.
queryParametersDecoded - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
queryParametersEncoded - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
QueryParamGetter(QueryParam, DefaultValue, Class<?>, Type, ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.QueryParamGetter
Deprecated.
 
queryTunnel - Variable in class org.restlet.service.TunnelService
Indicates if the method and client preferences can be tunneled via query parameters.
queryType - Variable in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Media type for the query component of the resource URI.
queue - Variable in class org.restlet.engine.io.PipeStream
The supporting synchronized queue.
QUEUE_TIMEOUT - Static variable in class org.restlet.engine.io.PipeStream
The queue timeout.
quote(char) - Method in class org.restlet.routing.Template
Quotes special characters that could be taken for special Regex characters.

R

range - Variable in class org.restlet.engine.application.RangeRepresentation
The range specific to this wrapper.
range - Variable in class org.restlet.engine.io.RangeInputStream
The range to satisfy.
range - Variable in class org.restlet.representation.Representation
Indicates where in the full content the partial content available should be applied.
Range - Class in org.restlet.data
Describes a range of bytes.
Range() - Constructor for class org.restlet.data.Range
Default constructor defining a range starting on the first byte and with a maximum size, i.e.
Range(long) - Constructor for class org.restlet.data.Range
Constructor defining a range starting on the first byte and with the given size.
Range(long, long) - Constructor for class org.restlet.data.Range
Constructor.
Range(long, long, long, String) - Constructor for class org.restlet.data.Range
Constructor.
RANGE_BYTES_UNIT - Static variable in class org.restlet.data.Range
 
rangeDate - Variable in class org.restlet.data.Conditions
The "if-range" condition as a Date.
RangeFilter - Class in org.restlet.engine.application
Filter that is in charge to check the responses to requests for partial content.
RangeFilter(Context) - Constructor for class org.restlet.engine.application.RangeFilter
Constructor.
RangeInputStream - Class in org.restlet.engine.io
Filters an input stream to expose only a given range.
RangeInputStream(InputStream, long, Range) - Constructor for class org.restlet.engine.io.RangeInputStream
Constructs a stream exposing only a range of a given source stream.
RangeReader - Class in org.restlet.engine.header
Range header reader.
RangeReader() - Constructor for class org.restlet.engine.header.RangeReader
Private constructor to ensure that the class acts as a true utility class i.e.
RangeRepresentation - Class in org.restlet.engine.application
Representation that exposes only a range of the content of a wrapped representation.
RangeRepresentation(Representation) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
RangeRepresentation(Representation, Range) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
ranges - Variable in class org.restlet.Request
The ranges to return from the target resource's representation.
rangesAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the ranges data was parsed and added.
rangesAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the ranges data was parsed and added.
RangeService - Class in org.restlet.service
Application service automatically exposes ranges of response entities.
RangeService() - Constructor for class org.restlet.service.RangeService
Constructor.
RangeService(boolean) - Constructor for class org.restlet.service.RangeService
Constructor.
rangeTag - Variable in class org.restlet.data.Conditions
The "if-range" condition as an entity tag.
RangeWriter - Class in org.restlet.engine.header
Range header writer.
RangeWriter() - Constructor for class org.restlet.engine.header.RangeWriter
 
rawValue - Variable in class org.restlet.data.ChallengeMessage
The raw value for custom challenge schemes.
RDF_SCHEMA - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Rdf schema.
RDF_SYNTAX - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Rdf syntax.
RDF_SYNTAX - Variable in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
URI of the RDF SYNTAX namespace.
RdfClientResource - Class in org.restlet.ext.rdf
Linked client resource.
RdfClientResource(String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, Method, String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, Method, URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, Method, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, Request, Response) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Method, String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Method, URI) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Method, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Request, Response) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfConstants - Class in org.restlet.ext.rdf.internal
Constants related to RDF documents.
RdfConstants() - Constructor for class org.restlet.ext.rdf.internal.RdfConstants
 
RdfConverter - Class in org.restlet.ext.rdf
Converter between the Graph and RDF Representation classes.
RdfConverter() - Constructor for class org.restlet.ext.rdf.RdfConverter
 
rdfDefaultNamespace - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
True if RdfRepresentation#RDF_SYNTAX is the default namespace.
RdfN3Reader - Class in org.restlet.ext.rdf.internal.n3
Handler of RDF content according to the N3 notation.
RdfN3Reader(Representation, GraphHandler) - Constructor for class org.restlet.ext.rdf.internal.n3.RdfN3Reader
Constructor.
RdfN3Writer - Class in org.restlet.ext.rdf.internal.n3
Handler of RDF content according to the N3 notation.
RdfN3Writer(Writer) - Constructor for class org.restlet.ext.rdf.internal.n3.RdfN3Writer
Constructor.
RdfNTriplesReader - Class in org.restlet.ext.rdf.internal.ntriples
Handler of RDF content according to the N-Triples notation.
RdfNTriplesReader(Representation, GraphHandler) - Constructor for class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Constructor.
RdfNTriplesWriter - Class in org.restlet.ext.rdf.internal.ntriples
Handler of RDF content according to the N-Triples notation.
RdfNTriplesWriter(Writer) - Constructor for class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
Constructor.
RdfReader - Class in org.restlet.ext.rdf.internal
Super class of all RDF readers.
RdfReader(Representation, GraphHandler) - Constructor for class org.restlet.ext.rdf.internal.RdfReader
Constructor.
rdfRepresentation - Variable in class org.restlet.ext.rdf.internal.RdfReader
The representation to read.
rdfRepresentation - Variable in class org.restlet.ext.rdf.RdfRepresentation
The inner RDF representation.
RdfRepresentation - Class in org.restlet.ext.rdf
Generic RDF representation.
RdfRepresentation() - Constructor for class org.restlet.ext.rdf.RdfRepresentation
Constructor.
RdfRepresentation(MediaType) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
Constructor with argument.
RdfRepresentation(Graph, MediaType) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
Constructor with argument.
RdfRepresentation(Representation) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
Constructor that parsed a given RDF representation into a link set.
RdfTurtleReader - Class in org.restlet.ext.rdf.internal.turtle
Handler of RDF content according to the RDF Turtle notation.
RdfTurtleReader(Representation, GraphHandler) - Constructor for class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Constructor.
RdfTurtleWriter - Class in org.restlet.ext.rdf.internal.turtle
Handler of RDF content according to the N3 notation.
RdfTurtleWriter(Writer) - Constructor for class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
Constructor.
RdfXmlReader - Class in org.restlet.ext.rdf.internal.xml
Handler of RDF content according to the RDF/XML format.
RdfXmlReader(Representation, GraphHandler) - Constructor for class org.restlet.ext.rdf.internal.xml.RdfXmlReader
Constructor.
RdfXmlWriter - Class in org.restlet.ext.rdf.internal.xml
Handler of RDF content according to the RDF XML syntax.
RdfXmlWriter(Writer) - Constructor for class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
Constructor.
read() - Method in class org.restlet.engine.header.HeaderReader
Reads the next character.
read() - Method in class org.restlet.engine.io.NbChannelInputStream
 
read() - Method in class org.restlet.engine.io.RangeInputStream
 
read() - Method in class org.restlet.engine.io.ReaderInputStream
 
read() - Method in class org.restlet.engine.util.FormReader
Reads all the parameters.
read() - Method in class org.restlet.ext.html.internal.FormReader
Reads all the entries.
read() - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
 
read(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.RangeInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.ReaderInputStream
 
read(byte[], int, int) - Method in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
 
read(String) - Static method in class org.restlet.engine.header.CookieReader
Parses the given String to a Cookie
read(String) - Static method in class org.restlet.engine.header.CookieSettingReader
Parses the given String to a CookieSetting
read(String) - Static method in class org.restlet.engine.header.ProductReader
Parses the given user agent String to a list of Product instances.
read(String) - Static method in class org.restlet.engine.header.RangeReader
Parse the Range header and returns the list of corresponding Range objects.
read(ByteBuffer) - Method in class org.restlet.engine.io.InputStreamChannel
Reads bytes from the underlying stream to the target buffer.
read(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Reads some bytes and put them into the destination buffer.
read(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkingChannel
Deprecated.
Reads some bytes and put them into the destination buffer.
read(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
Reads some bytes and put them into the destination buffer.
read(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.ReadableSocketChannel
Deprecated.
Reads the available byte form the wrapped socket channel.
read(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.ReadableTraceChannel
Deprecated.
Reads the available byte from the wrapped channel to the destination buffer while writing them to the console.
read(ByteBuffer, int) - Method in class org.restlet.engine.io.InputStreamChannel
Reads a given number of bytes into a target byte buffer.
ReadableBufferedChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableBufferedChannel(CompletionListener, Buffer, ReadableSelectionChannel, WakeupListener) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Constructor.
ReadableChunkedChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableChunkedChannel(CompletionListener, Buffer, ReadableSelectionChannel, WakeupListener) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Constructor.
ReadableChunkingChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableChunkingChannel(ReadableByteChannel, int) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableChunkingChannel
Deprecated.
Constructor.
ReadableRepresentation - Class in org.restlet.representation
Transient representation based on a readable NIO byte channel.
ReadableRepresentation(ReadableByteChannel, MediaType) - Constructor for class org.restlet.representation.ReadableRepresentation
Constructor.
ReadableRepresentation(ReadableByteChannel, MediaType, long) - Constructor for class org.restlet.representation.ReadableRepresentation
Constructor.
readableSelectionChannel - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The readable selection channel.
ReadableSelectionChannel - Interface in org.restlet.engine.io
Readable byte channel that is based on a selectable channel.
ReadableSizedChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableSizedChannel(ReadableByteChannel, long) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
Constructor.
ReadableSizedSelectionChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableSizedSelectionChannel(CompletionListener, Buffer, ReadableSelectionChannel, long, WakeupListener) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableSizedSelectionChannel
Deprecated.
Constructor.
ReadableSocketChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableSocketChannel(SocketChannel, SelectionRegistration) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableSocketChannel
Deprecated.
Constructor.
ReadableSslChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableSslChannel(ReadableSelectionChannel, SslConnection<?>, WakeupListener) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableSslChannel
Deprecated.
Constructor.
ReadableTraceChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ReadableTraceChannel(ReadableSelectionChannel) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableTraceChannel
Deprecated.
Constructor.
ReadableTraceChannel(ReadableSelectionChannel, OutputStream) - Constructor for class org.restlet.ext.nio.internal.channel.ReadableTraceChannel
Deprecated.
Constructor.
readActualNamedValue() - Method in class org.restlet.engine.header.HeaderReader
Reads a parameter value which is either a token or a quoted string.
readChannel() - Method in class org.restlet.engine.io.NbChannelInputStream
Reads the available bytes from the channel into the byte buffer.
readCharacterSet(String) - Static method in class org.restlet.engine.header.ContentType
Parses the given content type header and returns the character set.
readComment() - Method in class org.restlet.engine.header.HeaderReader
Reads the next comment.
readDate(String, boolean) - Static method in class org.restlet.engine.header.HeaderReader
Parses a date string.
readDigits() - Method in class org.restlet.engine.header.HeaderReader
Reads the next digits.
readEntries(Map<String, Object>) - Method in class org.restlet.ext.html.internal.FormReader
Reads the entries whose name is a key in the given map.
readEntry(String) - Method in class org.restlet.ext.html.internal.FormReader
Reads the entries with the given name.
reader - Variable in class org.restlet.engine.io.ReaderInputStream
The wrapped reader.
reader - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
The JAX-RS MessageBodyReader this wrapper represent.
reader - Variable in class org.restlet.representation.ReaderRepresentation
The representation's reader.
ReaderInputStream - Class in org.restlet.engine.io
Input stream based on a reader.
ReaderInputStream(Reader) - Constructor for class org.restlet.engine.io.ReaderInputStream
Constructor.
ReaderInputStream(Reader, CharacterSet) - Constructor for class org.restlet.engine.io.ReaderInputStream
Constructor.
ReaderProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
ReaderProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.ReaderProvider
Deprecated.
 
ReaderRepresentation - Class in org.restlet.representation
Transient representation based on a BIO characters reader.
ReaderRepresentation(Reader) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
ReaderRepresentation(Reader, MediaType) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
ReaderRepresentation(Reader, MediaType, long) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
readFirstEntry(String) - Method in class org.restlet.ext.html.internal.FormReader
Reads the first entry with the given name.
readFirstParameter(String) - Method in class org.restlet.engine.util.FormReader
Reads the first parameter with the given name.
readFrom(Class<?>, Type, Annotation[], MediaType, CharacterSet, MultivaluedMap<String, String>, InputStream) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyReader
Deprecated.
 
readFrom(Class<?>, Type, Annotation[], MediaType, CharacterSet, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
readFrom(Class<byte[]>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.ByteArrayProvider
Deprecated.
 
readFrom(Class<BufferedReader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.BufferedReaderProvider
Deprecated.
 
readFrom(Class<File>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.FileProvider
Deprecated.
 
readFrom(Class<InputStream>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.InputStreamProvider
Deprecated.
 
readFrom(Class<Reader>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.ReaderProvider
Deprecated.
 
readFrom(Class<CharSequence>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.JsonProvider
Deprecated.
 
readFrom(Class<Object>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.SimpleXmlProvider
Deprecated.
 
readFrom(Class<List<FileItem>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider
Deprecated.
 
readFrom(Class<DataSource>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.DataSourceProvider
Deprecated.
 
readFrom(Class<Multipart>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.MultipartProvider
Deprecated.
 
readFrom(Class<MultivaluedMap<String, String>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormMmapProvider
Deprecated.
 
readFrom(Class<JAXBElement<?>>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbElementProvider
Deprecated.
 
readFrom(Class<Source>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.SourceProvider
Deprecated.
 
readFrom(Class<Form>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormFormProvider
Deprecated.
 
readFrom(Class<T>, Type, Annotation[], MediaType, MultivaluedMap<String, String>, InputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
 
readHeader() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Read a message header.
readHeader(InputStream, StringBuilder) - Static method in class org.restlet.engine.header.HeaderReader
Read a header.
readHeader(CharSequence) - Static method in class org.restlet.engine.header.HeaderReader
Read a header.
ReadingListener - Class in org.restlet.util
Selection listener notifying new content is read into a ByteBuffer.
ReadingListener(ReadableByteChannel, int) - Constructor for class org.restlet.util.ReadingListener
Constructor.
ReadingListener(ReadableByteChannel, ByteBuffer) - Constructor for class org.restlet.util.ReadingListener
Constructor.
ReadingListener(Representation) - Constructor for class org.restlet.util.ReadingListener
Default constructor.
ReadingListener(Representation, int) - Constructor for class org.restlet.util.ReadingListener
Constructor.
readMediaType(String) - Static method in class org.restlet.engine.header.ContentType
Parses the given content type header and returns the media type.
readNamedValue(Class<NV>) - Method in class org.restlet.engine.header.HeaderReader
Reads the next pair as a parameter.
readNextEntry() - Method in class org.restlet.ext.html.internal.FormReader
Reads the next entry available or null.
readNextParameter() - Method in class org.restlet.engine.util.FormReader
Reads the next parameter available or null.
readOnly - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
readPair() - Method in class org.restlet.engine.header.CookieSettingReader
Reads the next pair as a parameter.
readPair(boolean) - Method in class org.restlet.engine.header.CookieReader
Reads the next pair as a parameter.
readParameter() - Method in class org.restlet.engine.header.HeaderReader
Reads the next pair as a parameter.
readParameter(String) - Method in class org.restlet.engine.util.FormReader
Reads the parameters with the given name.
readParameters(Map<String, Object>) - Method in class org.restlet.engine.util.FormReader
Reads the parameters whose name is a key in the given map.
readQuality(String) - Static method in class org.restlet.engine.header.PreferenceReader
Parses a quality value.
If the quality is invalid, an IllegalArgumentException is thrown.
readQuotedString() - Method in class org.restlet.engine.header.HeaderReader
Reads the next quoted string.
readRawText() - Method in class org.restlet.engine.header.HeaderReader
Read the next text until a space separator is reached.
readRawValue() - Method in class org.restlet.engine.header.HeaderReader
Read the next header value of a multi-value header.
readRequestHead(InputStream) - Method in class org.restlet.engine.adapter.ServerCall
Reads the HTTP request head (request line and headers).
readResponseHeaders(ClientCall, Response) - Method in class org.restlet.engine.adapter.ClientAdapter
Reads the response headers of a handled HTTP client call to update the original uniform call.
readStartLine() - Method in class org.restlet.ext.nio.internal.way.ClientInboundWay
Deprecated.
 
readStartLine() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Read the start line of the current message received.
readStartLine() - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
 
readToken() - Method in class org.restlet.engine.header.HeaderReader
Reads the next token.
readValue() - Method in class org.restlet.engine.header.CacheDirectiveReader
 
readValue() - Method in class org.restlet.engine.header.ChallengeRequestReader
 
readValue() - Method in class org.restlet.engine.header.ContentTypeReader
 
readValue() - Method in class org.restlet.engine.header.CookieReader
 
readValue() - Method in class org.restlet.engine.header.CookieSettingReader
 
readValue() - Method in class org.restlet.engine.header.DimensionReader
 
readValue() - Method in class org.restlet.engine.header.DispositionReader
 
readValue() - Method in class org.restlet.engine.header.EncodingReader
 
readValue() - Method in class org.restlet.engine.header.ExpectationReader
 
readValue() - Method in class org.restlet.engine.header.HeaderReader
Read the next value.
readValue() - Method in class org.restlet.engine.header.LanguageReader
 
readValue() - Method in class org.restlet.engine.header.MethodReader
 
readValue() - Method in class org.restlet.engine.header.PreferenceReader
Read the next preference.
readValue() - Method in class org.restlet.engine.header.RecipientInfoReader
 
readValue() - Method in class org.restlet.engine.header.StringReader
 
readValue() - Method in class org.restlet.engine.header.TagReader
 
readValue() - Method in class org.restlet.engine.header.TokenReader
 
readValue() - Method in class org.restlet.engine.header.WarningReader
 
readValues() - Method in class org.restlet.engine.header.HeaderReader
Returns a new list with all values added.
READY - org.restlet.ext.nio.internal.state.IoState
Deprecated.
IO ready to be processed.
readyOperations - Variable in class org.restlet.util.SelectionRegistration
The IO operations ready.
realm - Variable in class org.restlet.data.ChallengeMessage
The authentication realm.
realm - Variable in class org.restlet.security.ChallengeAuthenticator
The authentication realm.
Realm - Class in org.restlet.security
Security realm capable of providing an enroler and a verifier.
Realm() - Constructor for class org.restlet.security.Realm
Constructor.
Realm(Verifier, Enroler) - Constructor for class org.restlet.security.Realm
Constructor.
realms - Variable in class org.restlet.Component
The modifiable list of security realms.
reaperThread - Variable in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
The thread that gleans the idle connections.
ReaperThread() - Constructor for class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper.ReaperThread
 
reasonPhrase - Variable in class org.restlet.data.Status
The short reason phrase displayed next to the status code in a HTTP response.
reasonPhrase - Variable in class org.restlet.engine.adapter.Call
The reason phrase.
reasonPhrase - Variable in class org.restlet.engine.application.StatusInfo
The short reason phrase.
rechallenging - Variable in class org.restlet.security.ChallengeAuthenticator
Indicates if a new challenge should be sent when invalid credentials are received (true by default to conform to HTTP recommendations).
RecipientInfo - Class in org.restlet.data
Describes an intermediary via which the call went through.
RecipientInfo() - Constructor for class org.restlet.data.RecipientInfo
Default constructor.
RecipientInfo(Protocol, String, String) - Constructor for class org.restlet.data.RecipientInfo
Constructor.
RecipientInfoReader - Class in org.restlet.engine.header
Recipient info header reader.
RecipientInfoReader(String) - Constructor for class org.restlet.engine.header.RecipientInfoReader
Constructor.
RecipientInfoWriter - Class in org.restlet.engine.header
Recipient info header writer.
RecipientInfoWriter() - Constructor for class org.restlet.engine.header.RecipientInfoWriter
 
recipientsInfo - Variable in class org.restlet.Message
The intermediary recipients info.
recipientsInfoAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the recipients info was parsed and added.
recipientsInfoAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the recipients info was parsed and added.
redirect(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.resource.ClientResource
Effectively redirects a client call.
REDIRECTION_FOUND - Static variable in class org.restlet.data.Status
The requested resource resides temporarily under a different URI which should not be used for future requests by the client (use status codes 303 or 307 instead since this status has been manifestly misused).
REDIRECTION_MULTIPLE_CHOICES - Static variable in class org.restlet.data.Status
The server lets the user agent choosing one of the multiple representations of the requested resource, each representation having its own specific location provided in the response entity.
REDIRECTION_NOT_MODIFIED - Static variable in class org.restlet.data.Status
Status code sent by the server in response to a conditional GET request in case the document has not been modified.
REDIRECTION_PERMANENT - Static variable in class org.restlet.data.Status
The requested resource has been assigned a new permanent URI and any future references to this resource SHOULD use one of the returned URIs.
REDIRECTION_SEE_OTHER - Static variable in class org.restlet.data.Status
The response to the request can be found under a different URI and SHOULD be retrieved using a GET method on that resource.
REDIRECTION_TEMPORARY - Static variable in class org.restlet.data.Status
The requested resource resides temporarily under a different URI which should not be used for future requests by the client.
REDIRECTION_USE_PROXY - Static variable in class org.restlet.data.Status
The requested resource MUST be accessed through the proxy given by the Location field.
Redirector - Class in org.restlet.routing
Rewrites URIs then redirects the call or the client to a new destination.
Redirector(Context, String) - Constructor for class org.restlet.routing.Redirector
Constructor for the client dispatcher mode.
Redirector(Context, String, int) - Constructor for class org.restlet.routing.Redirector
Constructor.
redirectPermanent(String) - Method in class org.restlet.resource.ServerResource
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.Response
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectPermanent(String, String) - Method in class org.restlet.routing.Router
Attaches a permanent redirection to this router based on a given URI pattern.
redirectPermanent(Reference) - Method in class org.restlet.resource.ServerResource
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.Response
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectQueryName - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The name of the query parameter containing the URI to redirect the browser to after login or logout.
redirectSeeOther(String) - Method in class org.restlet.resource.ServerResource
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.Response
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.util.WrapperResponse
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String, String) - Method in class org.restlet.routing.Router
Attaches a redirection to this router based on a given URI pattern.
redirectSeeOther(Reference) - Method in class org.restlet.resource.ServerResource
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(Reference) - Method in class org.restlet.Response
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(Reference) - Method in class org.restlet.util.WrapperResponse
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectTemporary(String) - Method in class org.restlet.resource.ServerResource
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.Response
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.util.WrapperResponse
Temporarily redirects the client to a target URI.
redirectTemporary(String, String) - Method in class org.restlet.routing.Router
Attaches a temporary redirection to this router based on a given URI pattern.
redirectTemporary(Reference) - Method in class org.restlet.resource.ServerResource
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.Response
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.util.WrapperResponse
Temporarily redirects the client to a target URI.
reference - Variable in class org.restlet.ext.atom.Service
The reference.
reference - Variable in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Reference to an representation identifier.
Reference - Class in org.restlet.data
Reference to a Uniform Resource Identifier (URI).
Reference() - Constructor for class org.restlet.data.Reference
Empty constructor.
Reference(String) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference.
Reference(String, String) - Constructor for class org.restlet.data.Reference
Constructor from an identifier and a fragment.
Reference(String, String, int, String, String, String) - Constructor for class org.restlet.data.Reference
Constructor of absolute reference from its parts.
Reference(URI) - Constructor for class org.restlet.data.Reference
Constructor from an URI instance.
Reference(URI, URI) - Constructor for class org.restlet.data.Reference
Constructor from an URI instance.
Reference(URL) - Constructor for class org.restlet.data.Reference
Constructor from an URL instance.
Reference(Protocol, String) - Constructor for class org.restlet.data.Reference
Constructor for a protocol and host name.
Reference(Protocol, String, int) - Constructor for class org.restlet.data.Reference
Constructor for a protocol, host name and host port
Reference(Reference) - Constructor for class org.restlet.data.Reference
Clone constructor.
Reference(Reference, String) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference (most likely relative).
Reference(Reference, String, String, String) - Constructor for class org.restlet.data.Reference
Constructor of relative reference from its parts.
Reference(Reference, Reference) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference (most likely relative).
referenceCut - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
ReferenceList - Class in org.restlet.data
List of URI references.
ReferenceList() - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(int) - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(List<Reference>) - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(Representation) - Constructor for class org.restlet.data.ReferenceList
Constructor from a "text/uri-list" representation.
referenceOriginal - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
ReferenceUtils - Class in org.restlet.engine.util
Utilities related to URI references.
ReferenceUtils() - Constructor for class org.restlet.engine.util.ReferenceUtils
Constructor.
referrerAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the referrer was parsed and added.
referrerAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the referrer was parsed and added.
referrerRef - Variable in class org.restlet.Request
The referrer reference.
refill() - Method in class org.restlet.engine.io.NbChannelInputStream
Refill the byte buffer by attempting to read the channel.
refresh() - Method in class org.restlet.ext.rdf.RdfClientResource
Refreshes the links cache.
REGEXP_READ - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
REGEXP_READ_READY - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
REGEXP_READ_START - Static variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
regexPattern - Variable in class org.restlet.routing.Template
The internal Regex pattern.
regexVariables - Variable in class org.restlet.routing.Template
The sequence of Regex variable names as found in the pattern string.
register() - Static method in class org.restlet.engine.Engine
Registers a new Restlet Engine.
register(boolean) - Static method in class org.restlet.engine.Engine
Registers a new Restlet Engine.
register(String, String) - Static method in class org.restlet.data.MediaType
Register a media type as a known type that can later be retrieved using MediaType.valueOf(String).
register(SelectableChannel, int, SelectionListener) - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Registers a selection listener with the underlying selector for the given operations and returns the registration created.
register(Selector) - Method in class org.restlet.util.SelectionRegistration
Effectively registers the SelectionRegistration.getSelectableChannel() with the given Selector for the SelectionRegistration.getInterestOperations() operations.
register(Method) - Static method in class org.restlet.data.Method
Adds a new Method to the list of registered methods.
registerDefaultAuthentications() - Method in class org.restlet.engine.Engine
Registers the default authentication helpers.
registerDefaultConnectors() - Method in class org.restlet.engine.Engine
Registers the default client and server connectors.
registerDefaultConverters() - Method in class org.restlet.engine.Engine
Registers the default converters.
registerDefaultProtocols() - Method in class org.restlet.engine.Engine
Registers the default protocols.
registeredAuthenticators - Variable in class org.restlet.engine.Engine
List of available authenticator helpers.
registeredClients - Variable in class org.restlet.engine.Engine
List of available client connectors.
registeredConverters - Variable in class org.restlet.engine.Engine
List of available converter helpers.
registeredProtocols - Variable in class org.restlet.engine.Engine
List of available protocol helpers.
registeredServers - Variable in class org.restlet.engine.Engine
List of available server connectors.
registerHelper(ClassLoader, String, List, Class) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelper(Bundle, List<?>, Class<?>, String) - Method in class org.restlet.engine.internal.Activator
Registers the helpers for a given bundle.
registerHelper(Bundle, List<?>, Class<?>, URL) - Method in class org.restlet.engine.internal.Activator
Registers the helpers for a given bundle.
registerHelpers(ClassLoader, URL, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelpers(String, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a list of helpers.
registerHelpers(Bundle) - Method in class org.restlet.engine.internal.Activator
Registers the helpers for a given bundle.
registerInputFactory(Stax2InputFactoryProvider) - Method in class org.restlet.ext.jackson.internal.Activator
 
registerKeys() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Registers all the new selection registration requests.
registerMethods() - Method in class org.restlet.engine.connector.HttpProtocolHelper
 
registerMethods() - Method in class org.restlet.engine.connector.ProtocolHelper
Register all supported methods.
registerMethods() - Method in class org.restlet.engine.connector.WebDavProtocolHelper
 
registerOutputFactory(Stax2OutputFactoryProvider) - Method in class org.restlet.ext.jackson.internal.Activator
 
registerUrlFactory() - Method in class org.restlet.engine.Engine
Registers a factory that is used by the URL class to create the URLConnection instances when the URL.openConnection() or URL.openStream() methods are invoked.
registration - Variable in class org.restlet.ext.nio.internal.channel.WrapperSelectionChannel
Deprecated.
The NIO registration.
registration - Variable in class org.restlet.ext.nio.internal.channel.WrapperSocketChannel
Deprecated.
The NIO registration.
registration - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The socket's NIO selection registration holding the link between the channel and the connection.
registration - Variable in class org.restlet.ext.nio.internal.way.Way
Deprecated.
The NIO selection registration.
reifiedRef - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Used when a statement must be reified.
rel - Variable in class org.restlet.ext.atom.Link
The link's relation type.
RELATED - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies a resource related to the resource described by the containing element.
Relation - Class in org.restlet.ext.atom
Enumeration of relation types.
Relation(String) - Constructor for class org.restlet.ext.atom.Relation
Constructor.
relationship - Variable in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Identifies the relationship of the resource identified by the link to the resource whose representation the link is embedded in.
relativePart - Variable in class org.restlet.engine.local.DirectoryServerResource
The resource path relative to the directory URI.
release() - Method in class org.restlet.engine.connector.ConnectionClosingRepresentation
 
release() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
release() - Method in class org.restlet.ext.xml.DomRepresentation
Releases the wrapped DOM document and the source XML representation if they have been defined.
release() - Method in class org.restlet.ext.xml.SaxRepresentation
Releases the namespaces map.
release() - Method in class org.restlet.ext.xml.TransformRepresentation
Releases the source and transform sheet representations, the transformer and the URI resolver.
release() - Method in class org.restlet.ext.xml.XmlRepresentation
Releases the namespaces map.
release() - Method in class org.restlet.Message
Releases the message's entity if present.
release() - Method in class org.restlet.representation.FileRepresentation
Releases the file handle.
release() - Method in class org.restlet.representation.InputRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.representation.ObjectRepresentation
Releases the represented object.
release() - Method in class org.restlet.representation.ReaderRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.representation.Representation
Releases the representation and all associated objects like streams, channels or files which are used to produce its content, transient or not.
release() - Method in class org.restlet.representation.StringRepresentation
Closes and releases the input stream.
release() - Method in class org.restlet.resource.Resource
Releases the resource by calling Resource.doRelease().
release() - Method in class org.restlet.util.WrapperRepresentation
 
release(Selector, SelectionKey) - Static method in class org.restlet.engine.io.IoUtils
Release the selection key, working around for bug #6403933.
RELEASE_NUMBER - Static variable in class org.restlet.engine.Engine
Release number.
remaining() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Returns the number of bytes that can be read or written in the byte buffer.
remainingChunkSize - Variable in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
The remaining chunk size that should be read from the source channel.
remainingPart - Variable in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
contains the given remaining path without matrix parameters.
RemainingPath - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
RemainingPath(String) - Constructor for class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
Creates a new RemianingPath wrapper.
remove() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext.MatrixParamEncIter
Deprecated.
 
remove() - Method in class org.restlet.ext.jaxrs.internal.util.EmptyIterator
Deprecated.
 
remove() - Method in class org.restlet.ext.jaxrs.internal.util.OneElementIterator
Deprecated.
 
remove() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.KeyValueSetIterator
Deprecated.
 
remove() - Method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata.IteratorIterator
Deprecated.
 
remove() - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.NamedValuesIter
Deprecated.
 
remove(int) - Method in class org.restlet.util.WrapperList
Removes the element at the specified position in this list.
remove(Object) - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
remove(Object) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
remove(Object) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
remove(Object) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
remove(Object) - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
remove(Object) - Method in class org.restlet.util.WrapperList
Removes the first occurrence in this list of the specified element.
remove(Object) - Method in class org.restlet.util.WrapperMap
Removes the mapping for this key from this map if it is present (optional operation).
remove(String) - Method in class org.restlet.ext.velocity.TemplateRepresentation.ResolverContext
Does nothing since resolver as a data model cannot be updated.
remove(ProviderWrapper) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
removeAll(String) - Method in class org.restlet.util.Series
Removes all the parameters with a given name.
removeAll(String, boolean) - Method in class org.restlet.util.Series
Removes all the parameters with a given name.
removeAll(Collection<?>) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
removeAll(Collection<?>) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
removeAll(Collection<?>) - Method in class org.restlet.util.WrapperList
Removes from this list all the elements that are contained in the specified collection.
removeAll(Restlet) - Method in class org.restlet.util.RouteList
Removes all routes routing to a given target.
removeAttribute(String) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
removeFirst(String) - Method in class org.restlet.util.Series
Removes from this list the first entry whose name equals the specified name ignoring the case.
removeFirst(String, boolean) - Method in class org.restlet.util.Series
Removes from this list the first entry whose name equals the specified name ignoring the case or not.
removeLastSegment(StringBuilder) - Method in class org.restlet.data.Reference
Removes the last segement from the output builder.
removeMatrixParams(String) - Static method in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
removes the matrix parameters from the given uri path.
Also adds a '/' at the end, if there is no slash at the end.
removeNotSupportedHttpMethod(Collection<ResourceMethod>, Method, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.AlgorithmUtil
Deprecated.
Removes the ResourceMethods from the collection, that do not support the given HTTP method.
repeating - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is single valued or may have multiple values.
replaceFile(Request, File) - Method in class org.restlet.engine.local.FileClientHelper
 
replaceFileByTemporaryFile(Request, File, File) - Method in class org.restlet.engine.local.FileClientHelper
 
replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
replacePath(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Replaces the current path with the given path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI path.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI query string.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
 
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
REPLIES - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies a resource where responses to an entry may be found.
replying - Variable in class org.restlet.data.Method
Indicates if the method replies with a response.
ReprClassEntityGetter(Constructor<?>, Class<?>) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ReprClassEntityGetter
Deprecated.
 
ReprEntityGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
Will be removed in next minor release.
ReprEntityGetter(Constructor<?>) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter
Deprecated.
 
ReprEntityGetter.ClassReprEntityGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
EntityGetter, if there is a constructor with two arguments: Class and Representation
ReprEntityGetter.DirectReprEntityGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
EntityGetter, if Representation could directly be injected
ReprEntityGetter.ReprClassEntityGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
EntityGetter, if there is a constructor with two arguments: Representation and Class
ReprEntityGetter.ReprOnlyEntityGetter - Class in org.restlet.ext.jaxrs.internal.wrappers.params
Deprecated.
EntityGetter, if there is a constructor for only the entity.
representation - Variable in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
The representation to parse.
representation - Variable in class org.restlet.ext.jackson.JacksonRepresentation
The representation to parse.
Representation - Class in org.restlet.representation
Current or intended state of a resource.
Representation() - Constructor for class org.restlet.representation.Representation
Default constructor.
Representation(MediaType) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(MediaType, Date) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(MediaType, Date, Tag) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(MediaType, Tag) - Constructor for class org.restlet.representation.Representation
Constructor.
Representation(Variant, Date) - Constructor for class org.restlet.representation.Representation
Constructor from a variant.
Representation(Variant, Date, Tag) - Constructor for class org.restlet.representation.Representation
Constructor from a variant.
Representation(Variant, Tag) - Constructor for class org.restlet.representation.Representation
Constructor from a variant.
REPRESENTATION - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
RepresentationContext - Class in org.restlet.ext.fileupload
Provides access to the representation information needed by the FileUpload processor.
RepresentationContext(Representation) - Constructor for class org.restlet.ext.fileupload.RepresentationContext
Constructor.
RepresentationInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
RepresentationInfo - Class in org.restlet.representation
Information about a representation.
RepresentationInfo() - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor.
RepresentationInfo() - Constructor for class org.restlet.representation.RepresentationInfo
Default constructor.
RepresentationInfo(String) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a single documentation element.
RepresentationInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a list of documentation elements.
RepresentationInfo(MediaType) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a media type.
RepresentationInfo(MediaType) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a single documentation element.
RepresentationInfo(Variant) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Constructor with a variant.
RepresentationInfo(Variant, Date) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Date, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationMessage - Class in org.restlet.ext.javamail
Deprecated.
Will be removed in next major release.
RepresentationMessage(Session) - Constructor for class org.restlet.ext.javamail.RepresentationMessage
Deprecated.
Constructor.
RepresentationMessage(Representation, Session) - Constructor for class org.restlet.ext.javamail.RepresentationMessage
Deprecated.
Creates a JavaMail message by parsing an XML representation.
RepresentationResourceLoader - Class in org.restlet.ext.velocity
Velocity resource loader based on a static map of representations or on a default representation.
RepresentationResourceLoader(Representation) - Constructor for class org.restlet.ext.velocity.RepresentationResourceLoader
Constructor.
representations - Variable in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
List of representations.
representations - Variable in class org.restlet.ext.wadl.RequestInfo
Deprecated.
List of supported input representations.
representations - Variable in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
List of representations.
ReprOnlyEntityGetter(Constructor<?>) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ReprEntityGetter.ReprOnlyEntityGetter
Deprecated.
 
request - Variable in class org.restlet.engine.application.Conneg
The request including client preferences.
request - Variable in class org.restlet.engine.util.CallResolver
The request to use as a model.
request - Variable in class org.restlet.ext.jaas.ChallengeCallbackHandler
The handled request.
request - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
request - Variable in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
The wrapped Restlet request.
request - Variable in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Describes the input to the method.
request - Variable in class org.restlet.resource.Resource
The handled request.
request - Variable in exception org.restlet.resource.ResourceException
The request associated to this exception.
request - Variable in class org.restlet.Response
The associated request.
Request - Class in org.restlet
Generic request sent by client connectors.
Request() - Constructor for class org.restlet.Request
Constructor.
Request(Method, String) - Constructor for class org.restlet.Request
Constructor.
Request(Method, String, Representation) - Constructor for class org.restlet.Request
Constructor.
Request(Method, Reference) - Constructor for class org.restlet.Request
Constructor.
Request(Method, Reference, Representation) - Constructor for class org.restlet.Request
Constructor.
Request(Request) - Constructor for class org.restlet.Request
Copy constructor.
REQUEST - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
RequestContext(InputStream, MultivaluedMap<String, String>) - Constructor for class org.restlet.ext.jaxrs.internal.provider.FileUploadProvider.RequestContext
Deprecated.
 
requestEntityBuffering - Variable in class org.restlet.resource.ClientResource
Indicates if transient or unknown size request entities should be buffered before being sent.
RequestHandledException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
RequestHandledException() - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.RequestHandledException
Deprecated.
 
requestHeaders - Variable in class org.restlet.engine.adapter.Call
The request headers.
requestHeaders - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
requestHeadersAdded - Variable in class org.restlet.engine.connector.HttpExchangeCall
Indicates if the request headers were parsed and added.
requestHeadersAdded - Variable in class org.restlet.ext.jetty.internal.JettyServerCall
Indicates if the request headers were parsed and added.
RequestInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
RequestInfo() - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor.
RequestInfo(String) - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor with a single documentation element.
RequestInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor with a list of documentation elements.
RequestInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.RequestInfo
Deprecated.
Constructor with a single documentation element.
requestMatching() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Implementation of algorithm in JAX-RS-Spec (2008-04-16), Section 3.7.2 "Request Matching"
requestOtherVariants(Collection<Variant>, Response) - Method in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
Creates an entity with a list of links to the supported variants.
requestUri - Variable in class org.restlet.engine.adapter.Call
The request URI.
required - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is required.
required - Variable in class org.restlet.routing.Validator.ValidateInfo
Indicates if the attribute presence is required.
required - Variable in class org.restlet.routing.Variable
Indicates if the variable is required or optional.
requiredScore - Variable in class org.restlet.routing.Router
The minimum score required to have a match.
RESERVED - Static variable in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
the reserved characters in URIs
reset() - Method in class org.restlet.engine.header.HeaderReader
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
Removes the MatchedInfo for the current thread.
reset() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
reset() - Method in class org.restlet.ext.xml.XmlWriter
Reset the writer.
ResObjAndMeth(ResourceObject, ResourceMethod) - Constructor for class org.restlet.ext.jaxrs.JaxRsRestlet.ResObjAndMeth
Deprecated.
 
ResObjAndRemPath(ResourceObject, RemainingPath) - Constructor for class org.restlet.ext.jaxrs.JaxRsRestlet.ResObjAndRemPath
Deprecated.
 
resolve() - Method in class org.restlet.ext.rdf.internal.n3.FormulaToken
 
resolve() - Method in class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
 
resolve() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Resolves the current value as a reference or a literal or a graph of links according to the current context.
resolve() - Method in class org.restlet.ext.rdf.internal.turtle.ListToken
 
resolve() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
resolve() - Method in class org.restlet.ext.rdf.internal.turtle.Token
 
resolve() - Method in class org.restlet.ext.rdf.internal.turtle.UriToken
 
resolve(String) - Method in class org.restlet.engine.util.CallResolver
 
resolve(String) - Method in class org.restlet.engine.util.MapResolver
 
resolve(String) - Method in class org.restlet.ext.javamail.MailResolver
Deprecated.
 
resolve(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder.ArrayVariableResolver
Deprecated.
 
resolve(String) - Method in class org.restlet.ext.rdf.internal.turtle.Context
Resolves a qualified name according to the current context.
resolve(String) - Method in class org.restlet.util.Resolver
Resolves a name into a value.
resolve(String, boolean) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the absolute reference for a given value.
resolve(String, String) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
Returns the absolute reference of a parsed element according to its URI, qualified name.
resolve(String, String) - Method in class org.restlet.ext.xml.internal.ContextResolver
Resolves a target reference into a Source document.
resolved - Variable in class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
Indicates if the given blank node has been already resolved.
resolveEntity(String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
resolveEntity(String, String) - Method in class org.restlet.ext.atom.EntryReader
 
resolveEntity(String, String) - Method in class org.restlet.ext.atom.FeedReader
 
resolveNamespaces() - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Returns the list of namespaces used in the documentation elements as a map.
resolveNamespaces(Node, Map<String, String>) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Completes the given map of namespaces with the namespaces of the given node.
resolver - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Resolver that resolves a name into a value.
resolver - Variable in class org.restlet.ext.velocity.TemplateRepresentation.ResolverContext
The inner resolver instance.
Resolver<T> - Class in org.restlet.util
Resolves a name into a value.
Resolver() - Constructor for class org.restlet.util.Resolver
 
ResolverContext(Resolver<? extends Object>) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation.ResolverContext
Constructor.
resolverDataModel - Variable in class org.restlet.ext.velocity.TemplateFilter
The template's data model as a resolver.
resolveResource(String, String, String, String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
Allow the application to resolve external resources.
Resource - Class in org.restlet.resource
Base resource class exposing the uniform REST interface.
Resource() - Constructor for class org.restlet.resource.Resource
 
RESOURCE - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
resourceClass - Variable in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
 
resourceClass - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceObject
Deprecated.
 
ResourceClass - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
ResourceClass(Class<?>, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Creates a new root resource class wrapper.
ResourceClass(Class<?>, JaxRsProviders, ThreadLocalizedContext, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
Creates a new root resource class wrapper.
resourceClasses - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
resourceClasses - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
 
ResourceClasses - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
ResourceClasses(ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
resourceDomain - Variable in class org.restlet.routing.VirtualHost
The resourceRef host domain pattern to match.
ResourceException - Exception in org.restlet.resource
Encapsulates a response status and the optional cause as a checked exception.
ResourceException(int) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String, String, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String, String, String, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, Throwable, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, Throwable, String, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, Throwable, String, String, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor that set the status to Status.SERVER_ERROR_INTERNAL including the related error or exception.
ResourceException(Status) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, String, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, Throwable, Request, Response) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, Request, Response) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, Resource) - Constructor for exception org.restlet.resource.ResourceException
Deprecated.
use constructor with status, request and response instead.
resourceInfo - Variable in class org.restlet.ext.wadl.WadlWrapper
Deprecated.
The description of the wrapped Restlet.
ResourceInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResourceInfo() - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor.
ResourceInfo(String) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor with a single documentation element.
ResourceInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor with a list of documentation elements.
ResourceInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Constructor with a single documentation element.
ResourceInjectingApplication - Class in org.restlet.ext.guice
Application with support for creating Router instances that arrange for member injection of resource instances.
ResourceInjectingApplication() - Constructor for class org.restlet.ext.guice.ResourceInjectingApplication
 
resourceMethod - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet.ResObjAndMeth
Deprecated.
 
ResourceMethod - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
ResourceMethod(Method, Method, ResourceClass, Method, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Creates a wrapper for a resource method.
resourceMethodNotFound() - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Handles the case, if no resource method was found.
ResourceMethodOrLocator - Interface in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
resourceMethods - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
The resource methods of this resource class.
resourceMethodsAndLocators - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
The resource methods and sub resource locators of this resource class.
resourceNotFound() - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Handles the case, if no resource class was found.
resourceObject - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet.ResObjAndMeth
Deprecated.
 
resourceObject - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet.ResObjAndRemPath
Deprecated.
 
ResourceObject - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
ResourceObject(Object, ResourceClass) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.ResourceObject
Deprecated.
Creates a new wrapper for a resource object
resourcePort - Variable in class org.restlet.routing.VirtualHost
The resourceRef host port pattern to match.
resourceRef - Variable in class org.restlet.Request
The resource reference.
resources - Variable in class org.restlet.ext.jaxrs.internal.core.MatchedInfo
Deprecated.
an unmodifiable list with the resource objects.
resources - Variable in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Resources provided by the application.
resources - Variable in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
List of child resources.
RESOURCES - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
resourceScheme - Variable in class org.restlet.routing.VirtualHost
The resourceRef scheme pattern to match.
ResourcesInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResourcesInfo() - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor.
ResourcesInfo(String) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor with a single documentation element.
ResourcesInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor with a list of documentation elements.
ResourcesInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Constructor with a single documentation element.
resourceType - Variable in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Defines the capabilities of the resource that the link identifies.
RESOURCETYPE - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
ResourceTypeInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResourceTypeInfo() - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor.
ResourceTypeInfo(String) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor with a single documentation element.
ResourceTypeInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor with a list of documentation elements.
ResourceTypeInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Constructor with a single documentation element.
resourceTypes - Variable in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Describes a set of methods that define the behavior of a type of resource.
resourceUri - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
The target resource URI.
response - Variable in class org.restlet.engine.util.CallResolver
The response to use as a model.
response - Variable in class org.restlet.ext.jaas.ChallengeCallbackHandler
The handled response.
response - Variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
response - Variable in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
 
response - Variable in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
response - Variable in class org.restlet.resource.Resource
The handled response.
response - Variable in exception org.restlet.resource.ResourceException
The response associated to this exception.
Response - Class in org.restlet
Generic response sent by server connectors.
Response(Request) - Constructor for class org.restlet.Response
Constructor.
RESPONSE - org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
ResponseBuilderImpl - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
ResponseBuilderImpl() - Constructor for class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Creates a new Response Builder
responseDigest - Variable in class org.restlet.data.AuthenticationInfo
The optional response digest for mutual authentication.
responseEntityBuffering - Variable in class org.restlet.resource.ClientResource
Indicates if transient or unknown size response entities should be buffered after being received.
responseHeaders - Variable in class org.restlet.engine.adapter.Call
The response headers.
responseHeadersAdded - Variable in class org.restlet.engine.connector.HttpUrlConnectionCall
Indicates if the response headers were added.
responseHeadersAdded - Variable in class org.restlet.ext.httpclient.internal.HttpMethodCall
Indicates if the response headers were added.
responseHeadersAdded - Variable in class org.restlet.ext.jetty.internal.JettyClientCall
Indicates if the response headers were added.
ResponseImpl - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
ResponseImpl() - Constructor for class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
Creates a new Response Instance with status code 200
ResponseImpl(int) - Constructor for class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
Creates a new Response Instance.
ResponseInfo - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
ResponseInfo() - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor.
ResponseInfo(String) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor with a single documentation element.
ResponseInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor with a list of documentation elements.
ResponseInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Constructor with a single documentation element.
responseLogFormat - Variable in class org.restlet.service.LogService
The response log entry format.
responseLogTemplate - Variable in class org.restlet.service.LogService
The response log template to use.
responses - Variable in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Describes the output of the method.
Restlet - Class in org.restlet
Uniform class that provides a context and life cycle support.
Restlet() - Constructor for class org.restlet.Restlet
Constructor with null context.
Restlet(Context) - Constructor for class org.restlet.Restlet
Constructor with the Restlet's context which can be the parent's application context, but shouldn't be the parent Component's context for security reasons.
RestletFileUpload - Class in org.restlet.ext.fileupload
High level API for processing file uploads.
RestletFileUpload() - Constructor for class org.restlet.ext.fileupload.RestletFileUpload
Constructs an uninitialized instance of this class.
RestletFileUpload(FileItemFactory) - Constructor for class org.restlet.ext.fileupload.RestletFileUpload
Constructs an instance of this class which uses the supplied factory to create FileItem instances.
RestletGuice - Class in org.restlet.ext.guice
Guice dependency injection for Restlet.
RestletGuice() - Constructor for class org.restlet.ext.guice.RestletGuice
 
RestletGuice.Module - Class in org.restlet.ext.guice
A Guice module that implements FinderFactory.
RestletGuice.Module.KeyFinder - Class in org.restlet.ext.guice
 
RestletGuice.Module.ServerResourceKeyFinder - Class in org.restlet.ext.guice
 
RestletHelper<T extends Restlet> - Class in org.restlet.engine
Delegate used by API classes to get support from the implementation classes.
RestletHelper(T) - Constructor for class org.restlet.engine.RestletHelper
Constructor.
RestletHttpRequest - Class in org.restlet.ext.jaxrs.internal.resteasy
Deprecated.
Will be removed in next minor release.
RestletHttpRequest(SynchronousDispatcher, Request, Response) - Constructor for class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
Constructor.
RestletHttpResponse - Class in org.restlet.ext.jaxrs.internal.resteasy
Deprecated.
Will be removed in next minor release.
RestletHttpResponse(Response) - Constructor for class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
restletLogLevel - Static variable in class org.restlet.engine.Engine
The org.restlet log level .
restletMethod - Variable in class org.restlet.engine.resource.MethodAnnotationInfo
The matching Restlet method.
restletResponse - Variable in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
null, if content was copied to the WrappedRequestForHttpHeaders.headers.
RestletSslContextFactory - Class in org.restlet.ext.jetty.internal
Jetty SSL context factory based on a Restlet SSL context one.
RestletSslContextFactory(SslContextFactory) - Constructor for class org.restlet.ext.jetty.internal.RestletSslContextFactory
Constructor.
RestletThreadFactory(boolean) - Constructor for class org.restlet.service.TaskService.RestletThreadFactory
 
Result<T> - Interface in org.restlet.resource
Callback interface for asynchronous tasks.
RESULT_INVALID - Static variable in interface org.restlet.security.Verifier
Invalid credentials provided.
RESULT_MISSING - Static variable in interface org.restlet.security.Verifier
No credentials provided.
RESULT_STALE - Static variable in interface org.restlet.security.Verifier
Stale credentials provided.
RESULT_UNKNOWN - Static variable in interface org.restlet.security.Verifier
Unknown user.
RESULT_UNSUPPORTED - Static variable in interface org.restlet.security.Verifier
Unsupported credentials.
RESULT_VALID - Static variable in interface org.restlet.security.Verifier
Valid credentials provided.
resultCharacterSet - Variable in class org.restlet.ext.xml.Transformer
The character set of the result representation.
resultEncodings - Variable in class org.restlet.ext.xml.Transformer
The encodings of the result representation.
resultLanguages - Variable in class org.restlet.ext.xml.Transformer
The languages of the result representation.
resultMediaType - Variable in class org.restlet.ext.xml.Transformer
The media type of the result representation.
resume() - Method in class org.restlet.util.SelectionRegistration
Resume interest in new listener notifications.
retainAll(Collection<?>) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
retainAll(Collection<?>) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
retainAll(Collection<?>) - Method in class org.restlet.util.WrapperList
RemovesRetains only the elements in this list that are contained in the specified collection.
retrievedValues - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder.ArrayVariableResolver
Deprecated.
 
retry(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.resource.ClientResource
Effectively retries a failed client call.
retryAfter - Variable in class org.restlet.Response
Indicates how long the service is expected to be unavailable to the requesting client.
retryAttempts - Variable in class org.restlet.resource.ClientResource
Number of retry attempts before reporting an error.
retryDelay - Variable in class org.restlet.resource.ClientResource
Delay in milliseconds between two retry attempts.
retryDelay - Variable in class org.restlet.routing.Router
The delay (in milliseconds) before a new attempt.
retryOnError - Variable in class org.restlet.resource.ClientResource
Indicates if idempotent requests should be retried on error.
returnSelector(Selector) - Static method in class org.restlet.engine.io.SelectorFactory
Returns the Selector to the cache.
reuse(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Reuses the connection and associates it to the given socket.
reuse(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
 
reverseRelationship - Variable in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Identifies the relationship of the resource whose representation the link is embedded in to the resource identified by the link.
revertPatch(Representation, Representation) - Method in class org.restlet.service.ConverterService
Reverts a patch representation from a modified representation in order to obtain the initial one.
rewrite(Representation) - Method in class org.restlet.routing.Redirector
Optionally rewrites the response entity returned in the Redirector.MODE_SERVER_INBOUND and Redirector.MODE_SERVER_OUTBOUND modes.
rewrite(Request) - Method in class org.restlet.routing.Redirector
Optionally updates the request sent in the Redirector.MODE_SERVER_INBOUND and Redirector.MODE_SERVER_OUTBOUND modes.
rewrite(Response) - Method in class org.restlet.routing.Redirector
Optionally updates the response sent in the Redirector.MODE_SERVER_INBOUND and Redirector.MODE_SERVER_OUTBOUND modes.
rewriteLocation(Request, Response) - Method in class org.restlet.routing.Redirector
Rewrite the location of the response, and the Location of the entity, if any.
RIAP - Static variable in class org.restlet.data.Protocol
RIAP (Restlet Internal Access Protocol) is a custom scheme to access representations via internal calls to virtual hosts/components.
RIAP_APPLICATION - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current application's root Restlet.
RIAP_COMPONENT - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current component's internal (private) router.
RIAP_HOST - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current component's virtual host.
RiapClientHelper - Class in org.restlet.engine.local
Client connector for RIAP calls.
RiapClientHelper(Client) - Constructor for class org.restlet.engine.local.RiapClientHelper
Constructor.
RiapServerHelper - Class in org.restlet.engine.local
Server connector handling RIAP calls.
RiapServerHelper(Server) - Constructor for class org.restlet.engine.local.RiapServerHelper
Constructor.
rights - Variable in class org.restlet.ext.atom.Entry
Information about rights held in and over an entry.
rights - Variable in class org.restlet.ext.atom.Feed
Information about rights held in and over an feed.
rights - Variable in class org.restlet.ext.atom.Source
Information about rights held in and over an entry.
Role - Class in org.restlet.security
Application specific role.
Role() - Constructor for class org.restlet.security.Role
Default constructor.
Role(String) - Constructor for class org.restlet.security.Role
Deprecated.
Role(String, String) - Constructor for class org.restlet.security.Role
Deprecated.
Role(Application, String) - Constructor for class org.restlet.security.Role
Constructor.
Role(Application, String, String) - Constructor for class org.restlet.security.Role
Constructor.
RoleAuthorizer - Class in org.restlet.security
Authorizer based on authorized and forbidden roles.
RoleAuthorizer() - Constructor for class org.restlet.security.RoleAuthorizer
Default constructor.
RoleAuthorizer(String) - Constructor for class org.restlet.security.RoleAuthorizer
Constructor.
RoleMapping - Class in org.restlet.engine.security
Mapping from an organization or a user or a group to a role.
RoleMapping() - Constructor for class org.restlet.engine.security.RoleMapping
Default constructor.
RoleMapping(Object, Role) - Constructor for class org.restlet.engine.security.RoleMapping
Constructor.
roleMappings - Variable in class org.restlet.security.MemoryRealm
The modifiable list of role mappings.
roles - Variable in class org.restlet.Application
The modifiable list of roles.
roles - Variable in class org.restlet.data.ClientInfo
List of user roles.
rootGroups - Variable in class org.restlet.security.MemoryRealm
The modifiable list of root groups.
rootRef - Variable in class org.restlet.Request
The application root reference.
rootRef - Variable in class org.restlet.resource.Directory
The absolute root reference (file, clap URI).
rootResObj - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet.RroRemPathAndMatchedPath
Deprecated.
 
rootResObject - Variable in class org.restlet.ext.jaxrs.internal.wrappers.SingletonRootResourceClass
Deprecated.
 
RootResourceClass - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
RootResourceClass(Class<?>, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
Creates a wrapper for the given JAX-RS root resource class.
rootResourceClasses - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
This set must only changed by adding a root resource class to this JaxRsRestlet.
rootResourceNotFound() - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Handles the case, if no root resource class was found.
roots() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
Route - Class in org.restlet.routing
Filter scoring the affinity of calls with the attached Restlet.
Route(Restlet) - Constructor for class org.restlet.routing.Route
Constructor behaving as a simple extractor filter.
Route(Router, Restlet) - Constructor for class org.restlet.routing.Route
Constructor.
RouteList - Class in org.restlet.util
Modifiable list of routes with some helper methods.
RouteList() - Constructor for class org.restlet.util.RouteList
Constructor.
RouteList(List<Route>) - Constructor for class org.restlet.util.RouteList
Constructor.
router - Variable in class org.restlet.ext.wadl.WadlApplication
Deprecated.
The router to ServerResource classes.
router - Variable in class org.restlet.routing.Route
The parent router.
Router - Class in org.restlet.routing
Restlet routing calls to one of the attached routes.
Router() - Constructor for class org.restlet.routing.Router
Constructor.
Router(Context) - Constructor for class org.restlet.routing.Router
Constructor.
routes - Variable in class org.restlet.routing.Router
The modifiable list of routes.
routingMode - Variable in class org.restlet.routing.Router
The routing mode.
RrcOrRml - Interface in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
RroRemPathAndMatchedPath(ResourceObject, RemainingPath, String) - Constructor for class org.restlet.ext.jaxrs.JaxRsRestlet.RroRemPathAndMatchedPath
Deprecated.
 
run() - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper.ReaperThread
 
run() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Listens on the given server socket for incoming connections.
running - Variable in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Indicates if the task is running.
RuntimeDelegateImpl - Class in org.restlet.ext.jaxrs.internal.spi
Deprecated.
Will be removed in next minor release.
RuntimeDelegateImpl() - Constructor for class org.restlet.ext.jaxrs.internal.spi.RuntimeDelegateImpl
Deprecated.
 
runtimeExecption(RuntimeException, AbstractMethodWrapper, CallContext, String) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Handles the given Exception, catched by an invoke of a resource method or a creation if a sub resource object.

S

safe - Variable in class org.restlet.data.Method
Indicates if it should have the significance of taking an action other than retrieval.
saveStateForCurrentThread(boolean) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
Saves the current state of the ancestorResource(URI)s for the current thread.
SaxRepresentation - Class in org.restlet.ext.xml
XML representation for SAX events processing.
SaxRepresentation() - Constructor for class org.restlet.ext.xml.SaxRepresentation
Default constructor.
SaxRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, SAXSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, Document) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, InputSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(Representation) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
schedule(Runnable, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
schedule(Runnable, long, TimeUnit) - Method in class org.restlet.service.TaskService
Creates and executes a one-shot action that becomes enabled after the given delay.
schedule(Callable<V>, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
schedule(Callable<V>, long, TimeUnit) - Method in class org.restlet.service.TaskService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.restlet.service.TaskService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given period; that is executions will commence after initialDelay then initialDelay+period, then initialDelay + 2 * period, and so on.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.restlet.service.TaskService
Creates and executes a periodic action that becomes enabled first after the given initial delay, and subsequently with the given delay between the termination of one execution and the commencement of the next.
schema - Variable in class org.restlet.ext.xml.XmlRepresentation
A (compiled) Schema to use when validating this type of XML representations.
schemaLocation - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
The "xsi:schemaLocation" attribute in the generated XML data
scheme - Variable in class org.restlet.data.ChallengeMessage
The challenge scheme.
scheme - Variable in class org.restlet.ext.atom.Categories
 
scheme - Variable in class org.restlet.ext.atom.Category
The IRI that identifies a categorization scheme.
scheme - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
no converting or appending necessary.
scheme - Variable in class org.restlet.security.ChallengeAuthenticator
The expected challenge scheme.
scheme(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI scheme.
scheme(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI scheme.
scheme(String) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Checks, if the String is a valid URI scheme
schemeIndex - Variable in class org.restlet.data.Reference
The scheme separator index.
schemeName - Variable in class org.restlet.data.Protocol
The scheme name.
SCHEMES - Static variable in class org.restlet.data.ChallengeScheme
Private list of schemes for optimization purpose.
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI scheme-specific-part (see URI).
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI scheme-specific-part (see URI).
ScopedProperty<E> - Class in org.restlet.ext.rdf.internal.xml
Used to handle properties that have a scope such as the base URI, the xml:lang property.
ScopedProperty() - Constructor for class org.restlet.ext.rdf.internal.xml.ScopedProperty
Constructor.
ScopedProperty(E) - Constructor for class org.restlet.ext.rdf.internal.xml.ScopedProperty
Constructor.
score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
Scores the affinity of this helper with the source class.
score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.javamail.JavaMailConverter
Deprecated.
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
Scores the affinity of this helper with the source class.
score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.javamail.JavaMailConverter
Deprecated.
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
score(Request, Response) - Method in class org.restlet.engine.component.ClientRoute
Returns the score for a given call (between 0 and 1.0).
score(Request, Response) - Method in class org.restlet.engine.component.HostRoute
Returns the score for a given call (between 0 and 1.0).
score(Request, Response) - Method in class org.restlet.routing.Route
Returns the score for a given call (between 0 and 1.0).
score(Request, Response) - Method in class org.restlet.routing.TemplateRoute
Returns the score for a given call (between 0 and 1.0).
scoreAnnotation(MethodAnnotationInfo) - Method in class org.restlet.engine.application.StrictConneg
Scores the annotation descriptor.
scoreCharacterSet(CharacterSet) - Method in class org.restlet.engine.application.StrictConneg
Scores a character set relatively to enriched client preferences.
scoreEncodings(List<Encoding>) - Method in class org.restlet.engine.application.StrictConneg
Scores encodings relatively to enriched client preferences.
scoreLanguages(List<Language>) - Method in class org.restlet.engine.application.StrictConneg
Scores languages relatively to enriched client preferences.
scoreMediaType(MediaType) - Method in class org.restlet.engine.application.StrictConneg
Scores a media type relatively to enriched client preferences.
scoreMetadata(List<T>, List<Preference<T>>) - Method in class org.restlet.engine.application.StrictConneg
Scores a list of metadata relatively to enriched client preferences.
scoreMetadata(T, List<Preference<T>>) - Method in class org.restlet.engine.application.StrictConneg
Scores a metadata relatively to enriched client preferences.
scoreVariant(Variant) - Method in class org.restlet.engine.application.Conneg
Scores a variant relatively to enriched client preferences.
scoreVariant(Variant) - Method in class org.restlet.engine.application.StrictConneg
Scores a variant relatively to enriched client preferences.
scoutIndex - Variable in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Index that discovers the end of the current token and the beginning of the futur one.
SDC - Static variable in class org.restlet.data.ChallengeScheme
Secure Data Connector scheme.
SDC - Static variable in class org.restlet.data.Protocol
SDC (Secure Data Connector) protocol.
second - Variable in class org.restlet.ext.rdf.Couple
The second object.
second - Variable in class org.restlet.ext.rdf.Triple
The second object.
secret - Variable in class org.restlet.data.ChallengeResponse
The user secret, such as a password or a secret key.
secret - Variable in class org.restlet.security.User
The secret.
secretAlgorithm - Variable in class org.restlet.data.ChallengeResponse
The digest algorithm name optionally applied on the user secret.
secretFormName - Variable in class org.restlet.ext.crypto.CookieAuthenticator
The name of the HTML login form field containing the secret.
SecretVerifier - Class in org.restlet.security
Verifier of identifier/secret couples.
SecretVerifier() - Constructor for class org.restlet.security.SecretVerifier
 
secure - Variable in class org.restlet.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
secureProcessing - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
Limits potential XML overflow attacks.
secureProcessing - Variable in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Limits potential XML overflow attacks.
secureProcessing - Variable in class org.restlet.ext.xml.SaxRepresentation
Limits potential XML overflow attacks.
secureRandomAlgorithm - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The name of the SecureRandom algorithm.
securityAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the security data was parsed and added.
securityAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the security data was parsed and added.
SecurityUtil - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
SecurityUtil() - Constructor for class org.restlet.ext.jaxrs.internal.util.SecurityUtil
Deprecated.
 
SEEN_DATA - Static variable in class org.restlet.ext.xml.XmlWriter
 
SEEN_ELEMENT - Static variable in class org.restlet.ext.xml.XmlWriter
 
SEEN_NOTHING - Static variable in class org.restlet.ext.xml.XmlWriter
 
segment(String...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Append path segments to the existing path.
segment(String...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Append path segments to the existing path.
selectableChannel - Variable in class org.restlet.engine.io.NbChannelInputStream
The optional selectable channel to read from.
selectableChannel - Variable in class org.restlet.engine.io.NbChannelOutputStream
The selectable channel to write to.
selectableChannel - Variable in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
The optional selectable channel to read from.
selectableChannel - Variable in class org.restlet.util.SelectionRegistration
The parent selectable channel.
selectionChannel - Variable in class org.restlet.engine.io.NbChannelInputStream
The optional selection channel to read from.
selectionChannel - Variable in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
The optional selection channel to read from.
SelectionChannel - Interface in org.restlet.engine.io
NIO channel that is based on a selectable channel.
selectionKey - Variable in class org.restlet.engine.io.NbChannelOutputStream
The selection key.
selectionKey - Variable in class org.restlet.util.SelectionRegistration
The active selection key.
selectionListener - Variable in class org.restlet.util.SelectionRegistration
The selection listener that will be notified.
SelectionListener - Interface in org.restlet.util
Callback interface when a NIO selection occurs on the selectable object.
selectionRegistration - Variable in class org.restlet.engine.io.NbChannelInputStream
The registered selection registration.
selectionRegistration - Variable in class org.restlet.ext.nio.internal.channel.ChannelInputStream
Deprecated.
The registered selection registration.
SelectionRegistration - Class in org.restlet.util
Represents a unique registration between a NIO selector and a selectable channel.
SelectionRegistration(int, SelectionListener, WakeupListener) - Constructor for class org.restlet.util.SelectionRegistration
Constructor.
SelectionRegistration(SelectableChannel, int, SelectionListener, WakeupListener) - Constructor for class org.restlet.util.SelectionRegistration
Constructor.
selectKeys(long) - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Selects the keys ready for IO operations.
selector - Variable in class org.restlet.engine.io.NbChannelOutputStream
The selector.
selector - Variable in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
The NIO selector.
SelectorFactory - Class in org.restlet.engine.io
Factory used to dispatch/share Selector.
SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
 
SELECTORS - Static variable in class org.restlet.engine.io.SelectorFactory
Cache of Selector.
selectVariant(List<Variant>) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Select the representation variant that best matches the request.
selectVariant(List<Variant>) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
SELF - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies a resource equivalent to the containing element.
SelfInjectingServerResource - Class in org.restlet.ext.guice
Base class for ServerResources that do their own member injection.
SelfInjectingServerResource() - Constructor for class org.restlet.ext.guice.SelfInjectingServerResource
 
SelfInjectingServerResource.MembersInjector - Interface in org.restlet.ext.guice
Implemented by DI framework-specific code.
SelfInjectingServerResourceModule - Class in org.restlet.ext.guice
Install this module to arrange for SelfInjectingServerResource instances to have their members injected (idempotently) by the SelfInjectingServerResource.doInit() method (which is called automatically after construction).
SelfInjectingServerResourceModule() - Constructor for class org.restlet.ext.guice.SelfInjectingServerResourceModule
 
sendError(int) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
sendError(int, String) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
sendRequest(Request) - Method in class org.restlet.engine.adapter.ClientCall
Sends the request to the client.
sendRequest(Request) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
Sends the request to the client.
sendRequest(Request) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Sends the request to the client.
sendRequest(Request) - Method in class org.restlet.ext.jetty.internal.JettyClientCall
Sends the request to the client.
sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.adapter.ClientCall
Sends the request to the client.
sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
 
sendRequest(Request, Response, Uniform) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
sendRequest(Request, Response, Uniform) - Method in class org.restlet.ext.jetty.internal.JettyClientCall
 
sendResponse(Response) - Method in class org.restlet.engine.adapter.ServerCall
Sends the response back to the client.
sendResponse(Response) - Method in class org.restlet.ext.jetty.internal.JettyServerCall
 
separator - Variable in class org.restlet.engine.util.FormReader
The separator character used between parameters.
separator - Variable in class org.restlet.ext.html.internal.FormReader
The separator character used between entries.
serializable - Variable in class org.restlet.engine.resource.ThrowableAnnotationInfo
Indicates if the Status.getThrowable() should be serialized.
serialize() - Method in annotation type org.restlet.resource.Status
Indicates if the annotated Throwable should be serialized in the HTTP response entity.
serialize(Date, Type, JsonSerializationContext) - Method in class org.restlet.ext.gson.GsonRepresentation.ISODateSerializer
 
serializer - Variable in class org.restlet.ext.jaxrs.internal.provider.SimpleXmlProvider
Deprecated.
 
serialVersionUID - Static variable in class org.restlet.engine.application.StatusInfo
 
serialVersionUID - Static variable in class org.restlet.engine.util.AlphabeticalComparator
 
serialVersionUID - Static variable in class org.restlet.engine.util.AlphaNumericComparator
 
serialVersionUID - Static variable in class org.restlet.engine.util.CaseInsensitiveHashSet
 
serialVersionUID - Static variable in class org.restlet.engine.util.ImmutableDate
 
serialVersionUID - Static variable in class org.restlet.engine.util.InternetDateFormat
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.InstantiateException
Deprecated.
 
serialVersionUID - Static variable in class org.restlet.ext.jaxrs.internal.core.MultivaluedMapImpl
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertCookieParamException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertFormParamException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertHeaderParamException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertMatrixParamException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertParameterException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertPathParamException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertQueryParamException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ConvertRepresentationException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalAnnotationException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalBeanSetterTypeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalConstrParamTypeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalFieldTypeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalMethodParamTypeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalParamTypeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathOnClassException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathOnMethodException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalPathParamTypeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.IllegalTypeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ImplementationException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.InjectException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.JaxRsRuntimeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.MethodInvokeException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.MissingAnnotationException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.MissingConstructorException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.NoMessageBodyReaderException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.NotAcceptableWebAppException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.ProviderNotInitializableException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.RequestHandledException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.exceptions.UnsupportedMediaTypeWebAppException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.todo.NotYetImplementedException
Deprecated.
 
serialVersionUID - Static variable in exception org.restlet.ext.jaxrs.internal.todo.WillNotBeImplementedException
Deprecated.
 
serialVersionUID - Static variable in class org.restlet.ext.rdf.Graph
The serialization unique identifier.
serialVersionUID - Static variable in exception org.restlet.resource.ResourceException
 
Series<T extends NamedValue<java.lang.String>> - Class in org.restlet.util
Modifiable list of entries with many helper methods.
Series(Class<T>) - Constructor for class org.restlet.util.Series
Constructor.
Series(Class<T>, int) - Constructor for class org.restlet.util.Series
Constructor.
Series(Class<T>, List<T>) - Constructor for class org.restlet.util.Series
Constructor.
server - Variable in class org.restlet.engine.connector.HttpServerHelper
The underlying HTTP server.
server - Variable in class org.restlet.engine.connector.HttpsServerHelper
The underlying HTTPS server.
Server - Class in org.restlet
Connector acting as a generic server.
Server(List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, List<Protocol>, String, int, Restlet, String) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, int) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, int, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, int) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, int, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String, int) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, String, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.data.Status
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
SERVER_ERROR_GATEWAY_TIMEOUT - Static variable in class org.restlet.data.Status
The server, while acting as a gateway or proxy, could not connect to the upstream server.
SERVER_ERROR_INSUFFICIENT_STORAGE - Static variable in class org.restlet.data.Status
This status code means the method could not be performed on the resource because the server is unable to store the representation needed to successfully complete the request.
SERVER_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
The server encountered an unexpected condition which prevented it from fulfilling the request.
SERVER_ERROR_NOT_IMPLEMENTED - Static variable in class org.restlet.data.Status
The server does not support the functionality required to fulfill the request.
SERVER_ERROR_SERVICE_UNAVAILABLE - Static variable in class org.restlet.data.Status
The server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
SERVER_ERROR_VERSION_NOT_SUPPORTED - Static variable in class org.restlet.data.Status
The server does not support, or refuses to support, the HTTP protocol version that was used in the request message.
ServerAdapter - Class in org.restlet.engine.adapter
Converter of low-level HTTP server calls into high-level uniform calls.
ServerAdapter(Context) - Constructor for class org.restlet.engine.adapter.ServerAdapter
Constructor.
serverAdded - Variable in class org.restlet.engine.adapter.HttpResponse
Indicates if the server data was parsed and added.
serverAddress - Variable in class org.restlet.engine.adapter.Call
The server IP address.
serverAddress - Variable in class org.restlet.routing.VirtualHost
The listening server address pattern to match.
ServerCall - Class in org.restlet.engine.adapter
Abstract HTTP server connector call.
ServerCall(String, int) - Constructor for class org.restlet.engine.adapter.ServerCall
Constructor.
ServerCall(Server) - Constructor for class org.restlet.engine.adapter.ServerCall
Constructor.
ServerConnectionController - Class in org.restlet.ext.nio.internal.controller
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ServerConnectionController(ServerConnectionHelper) - Constructor for class org.restlet.ext.nio.internal.controller.ServerConnectionController
Deprecated.
Constructor.
ServerConnectionHelper - Class in org.restlet.ext.nio
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ServerConnectionHelper(Server) - Constructor for class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Constructor.
serverDispatcher - Variable in class org.restlet.Context
The server dispatcher.
ServerHelper - Class in org.restlet.engine.connector
Server connector helper.
ServerHelper(Server) - Constructor for class org.restlet.engine.connector.ServerHelper
Constructor.
ServerInboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ServerInboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
Constructor.
serverInfo - Variable in class org.restlet.Response
The server-specific information.
ServerInfo - Class in org.restlet.data
Server specific data related to a call.
ServerInfo() - Constructor for class org.restlet.data.ServerInfo
Constructor.
serverKey - Variable in class org.restlet.ext.crypto.DigestAuthenticator
The secret key known only to server.
ServerList - Class in org.restlet.util
Modifiable list of server connectors.
ServerList(Context, Restlet) - Constructor for class org.restlet.util.ServerList
Constructor.
serverNonce - Variable in class org.restlet.data.ChallengeMessage
The server nonce.
serverNounceCount - Variable in class org.restlet.data.ChallengeResponse
The server nonce count.
ServerOutboundWay - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
ServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.nio.internal.way.ServerOutboundWay
Deprecated.
Constructor.
serverPort - Variable in class org.restlet.engine.adapter.Call
The server port.
serverPort - Variable in class org.restlet.routing.VirtualHost
The listening server port pattern to match.
serverProtocols - Variable in class org.restlet.service.ConnectorService
The list of required server protocols.
serverRedirect(Restlet, Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call on the server-side to a next Restlet with a given target reference.
ServerResource - Class in org.restlet.resource
Base class for server-side resources.
ServerResource() - Constructor for class org.restlet.resource.ServerResource
Default constructor.
serverResourceKey - Variable in class org.restlet.ext.guice.RestletGuice.Module.ServerResourceKeyFinder
 
ServerResourceKeyFinder(Key<?>) - Constructor for class org.restlet.ext.guice.RestletGuice.Module.ServerResourceKeyFinder
 
serverRouter - Variable in class org.restlet.engine.component.ComponentHelper
The internal server router.
ServerRouter - Class in org.restlet.engine.component
Router that collects calls from all server connectors and dispatches them to the appropriate host routers.
ServerRouter(Component) - Constructor for class org.restlet.engine.component.ServerRouter
Constructor.
servers - Variable in class org.restlet.Component
The modifiable list of server connectors.
serverSide - Variable in class org.restlet.engine.security.AuthenticatorHelper
Indicates if server side authentication is supported.
serverSocketChannel - Variable in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
The server socket channel.
service - Variable in class org.restlet.ext.atom.Workspace
The parent service.
Service - Class in org.restlet.ext.atom
Represents an Atom introspection document.
Service - Class in org.restlet.service
Generic service associated to a component or an application.
Service() - Constructor for class org.restlet.service.Service
Constructor.
Service(boolean) - Constructor for class org.restlet.service.Service
Constructor.
Service(String) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(String, Representation) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Client) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Client, String) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Context, String) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Representation) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Restlet, String, Representation) - Constructor for class org.restlet.ext.atom.Service
Constructor.
SERVICE - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies a resource that can be used to retrieve an Atom Publishing Protocol Service Document as defined by RFC 5023.
ServiceContentReader - Class in org.restlet.ext.atom.internal
Content reader for services.
ServiceContentReader(Service) - Constructor for class org.restlet.ext.atom.internal.ServiceContentReader
Constructor.
ServiceList - Class in org.restlet.util
Modifiable list of services.
ServiceList(Context) - Constructor for class org.restlet.util.ServiceList
Constructor.
services - Variable in class org.restlet.Application
The list of services.
services - Variable in class org.restlet.Component
The list of services.
set(int, E) - Method in class org.restlet.util.WrapperList
Replaces the element at the specified position in this list with the specified element.
set(String, String) - Method in class org.restlet.util.Series
Replaces the value of the first parameter with the given name and removes all other parameters with the same name.
set(String, String, boolean) - Method in class org.restlet.util.Series
Replaces the value of the first parameter with the given name and removes all other parameters with the same name.
set(List<Service>) - Method in class org.restlet.util.ServiceList
Sets the list of services.
set(CallContext) - Method in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
Sets the CallContext for the current thread.
set(Service) - Method in class org.restlet.util.ServiceList
Replaces or adds a service.
setAccept(List<MediaType>) - Method in class org.restlet.ext.atom.Collection
Sets the accepted media types.
setAcceptedCharacterSets(List<Preference<CharacterSet>>) - Method in class org.restlet.data.ClientInfo
Sets the character set preferences.
setAcceptedEncodings(List<Preference<Encoding>>) - Method in class org.restlet.data.ClientInfo
Sets the encoding preferences.
setAcceptedLanguages(List<Preference<Language>>) - Method in class org.restlet.data.ClientInfo
Sets the language preferences.
setAcceptedMediaTypes(List<Preference<MediaType>>) - Method in class org.restlet.data.ClientInfo
Sets the media type preferences.
setAcceptedPatches(List<Preference<MediaType>>) - Method in class org.restlet.data.ClientInfo
Sets the patch preferences.
setAcceptingRanges(boolean) - Method in class org.restlet.data.ServerInfo
Indicates if the server accepts range requests for a resource, with the "byte" range unit.
setAccessControlAllowCredentials(Boolean) - Method in class org.restlet.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.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.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.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.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.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.engine.adapter.HttpRequest
 
setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.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.util.WrapperRequest
Sets the access control request headers of the target resource.
setAccessControlRequestMethod(Method) - Method in class org.restlet.engine.adapter.HttpRequest
 
setAccessControlRequestMethod(Method) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
setAccessControlRequestMethod(Method) - Method in class org.restlet.Request
Sets the method the client is willing to use in future request to this resource.
setAccessControlRequestMethod(Method) - Method in class org.restlet.util.WrapperRequest
Sets the access control request method of the target resource.
setAccessRestricted(boolean) - Method in class org.restlet.data.CookieSetting
Indicates whether to restrict cookie access to untrusted parties.
setAdapter(ClientAdapter) - Method in class org.restlet.engine.adapter.HttpClientHelper
Sets the adapter from uniform calls to HTTP calls.
setAdapter(ServerAdapter) - Method in class org.restlet.engine.adapter.HttpServerHelper
Sets the adapter from HTTP calls to uniform calls.
setAddress(String) - Method in class org.restlet.data.ClientInfo
Sets the client's IP address.
setAddress(String) - Method in class org.restlet.data.ServerInfo
Sets the IP address which received the call.
setAddress(String) - Method in class org.restlet.Server
Sets the optional listening IP address (local host used if null).
setAddress(InetSocketAddress) - Method in class org.restlet.engine.connector.NetServerHelper
Sets the socket address this server is listening to.
setAge(int) - Method in class org.restlet.Response
Sets the estimated amount of time since a response was generated or revalidated by the origin server.
setAge(int) - Method in class org.restlet.util.WrapperResponse
 
setAgent(String) - Method in class org.restlet.data.ClientInfo
Sets the agent name (ex: "Restlet-Framework/2.0").
setAgent(String) - Method in class org.restlet.data.ServerInfo
Sets the agent name (ex: "Restlet-Framework/2.0").
setAgent(String) - Method in class org.restlet.data.Warning
Sets the agent.
setAgentAttributes(Map<String, String>) - Method in class org.restlet.data.ClientInfo
Sets a list of attributes taken from the name of the user agent.
setAgentProducts(List<Product>) - Method in class org.restlet.data.ClientInfo
Sets the list of product tokens from the user agent name.
setAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Sets the digest algorithm of provided secrets.
setAllowAllRequestedHeaders(boolean) - Method in class org.restlet.engine.application.CorsResponseHelper
If true, copies the value of 'Access-Control-Request-Headers' request header into the 'Access-Control-Allow-Headers' response header.
setAllowedCredentials(boolean) - Method in class org.restlet.engine.application.CorsFilter
If true, adds 'Access-Control-Allow-Credentials' header.
setAllowedCredentials(boolean) - Method in class org.restlet.engine.application.CorsResponseHelper
If true, adds 'Access-Control-Allow-Credentials' header.
setAllowedCredentials(boolean) - Method in class org.restlet.service.CorsService
If true, adds 'Access-Control-Allow-Credentials' header.
setAllowedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsFilter
Sets the value of the 'Access-Control-Allow-Headers' response header.
setAllowedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsResponseHelper
Sets the value of the 'Access-Control-Allow-Headers' response header.
setAllowedHeaders(Set<String>) - Method in class org.restlet.service.CorsService
Sets the value of the 'Access-Control-Allow-Headers' response header.
setAllowedMethods(Set<Method>) - Method in class org.restlet.resource.ServerResource
Sets the set of methods allowed on the requested resource.
setAllowedMethods(Set<Method>) - Method in class org.restlet.Response
Sets the set of methods allowed on the requested resource.
setAllowedMethods(Set<Method>) - Method in class org.restlet.util.WrapperResponse
 
setAllowedOrigins(Set<String>) - Method in class org.restlet.engine.application.CorsFilter
Sets the value of 'Access-Control-Allow-Origin' header.
setAllowedOrigins(Set<String>) - Method in class org.restlet.engine.application.CorsResponseHelper
Sets the value of 'Access-Control-Allow-Origin' header.
setAllowedOrigins(Set<String>) - Method in class org.restlet.service.CorsService
Sets the value of 'Access-Control-Allow-Origin' header.
setAllowingAllRequestedHeaders(boolean) - Method in class org.restlet.engine.application.CorsFilter
If true, copies the value of 'Access-Control-Request-Headers' request header into the 'Access-Control-Allow-Headers' response header.
setAllowingAllRequestedHeaders(boolean) - Method in class org.restlet.service.CorsService
If true, copies the value of 'Access-Control-Request-Headers' request header into the 'Access-Control-Allow-Headers' response header.
setAnnotated(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if annotations are supported.
setAnonymousMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
Sets the modifiable list of methods authorized for anonymous users.
setApplication(Application) - Method in class org.restlet.resource.Resource
Sets the parent application.
setApplication(Application) - Method in class org.restlet.security.Role
Sets the parent application.
setApplication(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Sets the root element of the WADL document.
setApplications(Collection<Application>) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Adds the given applications to the available applications.
setAttach(Router, Node) - Method in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
Attaches Restlet to a router.
setAttribute(String, Object) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
setAttribute(String, Object) - Method in class org.restlet.resource.ClientResource
Sets the request attribute value.
setAttribute(String, Object) - Method in class org.restlet.resource.Resource
Sets the request or response attribute value.
setAttribute(String, Object) - Method in class org.restlet.resource.ServerResource
Sets the response attribute value.
setAttributes(Map<String, Object>) - Method in class org.restlet.Context
Sets the modifiable map of attributes.
setAttributes(Map<String, Object>) - Method in class org.restlet.Message
Sets the modifiable map of attributes.
setAuthenticated(boolean) - Method in class org.restlet.data.ClientInfo
Indicates if the identifier or principal has been authenticated.
setAuthenticatedMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
Sets the modifiable list of methods authorized for authenticated users.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.Response
Sets the authentication information sent by an origin server to a client after a successful authentication attempt.

Note that when used with HTTP connectors, this property maps to the "Authentication-Info" header.
setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.util.WrapperResponse
 
setAuthenticator(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Sets the Authenticator to use.
setAuthor(String) - Method in class org.restlet.Restlet
Sets the author(s).
setAuthor(String) - Method in class org.restlet.util.WrapperRestlet
 
setAuthority(String) - Method in class org.restlet.data.Reference
Sets the authority component for hierarchical identifiers.
setAuthorizedRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
Sets the modifiable list of authorized roles.
setAutoCommitting(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if the response should be automatically committed.
setAutoCommitting(boolean) - Method in class org.restlet.Response
Indicates if the response should be automatically committed.
setAutoCommitting(boolean) - Method in class org.restlet.util.WrapperResponse
 
setAutoDeleting(boolean) - Method in class org.restlet.representation.FileRepresentation
Indicates if this file should be automatically deleted on release of the representation.
setAutoDescribing(boolean) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Indicates if the application should be automatically described via WADL when an OPTIONS request handles a "*" target URI.
setAutoDescribing(boolean) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Indicates if the resource should be automatically described via WADL when an OPTIONS request is handled.
setAvailable(boolean) - Method in class org.restlet.representation.Representation
Indicates if some fresh content is available.
setAvailable(boolean) - Method in class org.restlet.util.WrapperRepresentation
 
setAvailableSize(long) - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
Sets the remaining size that should be read from the source channel.
setAvailableSize(long) - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedSelectionChannel
Deprecated.
Sets the remaining size that should be read from the source channel.
setBase(Reference) - Method in class org.restlet.ext.rdf.internal.turtle.Context
Sets the base reference.
setBaseRef(String) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setBaseRef(Reference) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setBaseRef(Reference) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Sets the base URI for each child resource identifier.
setBaseRef(Reference) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Sets the WADL base reference.
setBaseReference(String) - Method in class org.restlet.ext.atom.Feed
Sets the base URI used to resolve relative references found within the scope of the xml:base attribute.
setBaseReference(Reference) - Method in class org.restlet.ext.atom.Categories
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
setBaseReference(Reference) - Method in class org.restlet.ext.atom.Collection
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
setBaseReference(Reference) - Method in class org.restlet.ext.atom.Feed
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
setBaseReference(Reference) - Method in class org.restlet.ext.atom.Service
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
setBaseReference(Reference) - Method in class org.restlet.ext.atom.Workspace
Sets the base reference used to resolve relative references found within the scope of the xml:base attribute.
setBuffer(byte[]) - Method in class org.restlet.representation.BufferingRepresentation
Sets the buffered content as an array of bytes.
setBuffered(boolean) - Method in class org.restlet.representation.BufferingRepresentation
Indicates if the wrapped entity has been already buffered.
setBuilder(GsonBuilder) - Method in class org.restlet.ext.gson.GsonRepresentation
Sets the Gson builder.
setBuilderIndex(int) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Sets the line builder index.
setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.Message
Sets the cache directives.
setCanceling(boolean) - Method in class org.restlet.util.SelectionRegistration
Sets interest in canceling the registration.
setCategories(Categories) - Method in class org.restlet.ext.atom.Collection
Sets the categories.
setCertificates(List<Certificate>) - Method in class org.restlet.data.ClientInfo
Sets the new client certificates.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.resource.ServerResource
Sets the list of authentication requests sent by an origin server to a client.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
Sets the list of authentication requests sent by an origin server to a client.
setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
Sets the list of authentication requests sent by an origin server to a client.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
 
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.resource.ClientResource
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.resource.ClientResource
Sets the authentication response sent by a client to an origin server given a scheme, identifier and secret.
setChallengeScheme(ChallengeScheme) - Method in class org.restlet.engine.security.AuthenticatorHelper
Sets the supported challenge scheme.
setChannel(ReadableByteChannel) - Method in class org.restlet.representation.ReadableRepresentation
Sets the readable channel.
setCharacterSet(CharacterSet) - Method in class org.restlet.representation.StringRepresentation
 
setCharacterSet(CharacterSet) - Method in class org.restlet.representation.Variant
Sets the character set or null if not applicable.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
setCharacterSet(CharacterSet) - Method in class org.restlet.util.WrapperRepresentation
 
setCharacterSetParameter(String) - Method in class org.restlet.service.TunnelService
Sets the character set parameter name.
setChild(Restlet) - Method in class org.restlet.engine.util.ChildContext
Sets the child.
setChildResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of child resources.
setChildRoles(List<Role>) - Method in class org.restlet.security.Role
Sets the modifiable list of child roles.
setChunkState(ChunkState) - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Sets the chunk state.
setCipherSuite(String) - Method in class org.restlet.data.ClientInfo
Sets the SSL Cipher Suite, if available and accessible.
setClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
Sets the engine class loader.
setClassLoader(ClassLoader) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the classloader to use for JAXB annotated classes.
setClientAddress(String) - Method in class org.restlet.engine.adapter.Call
Sets the client address.
setClientDispatcher(Client) - Method in class org.restlet.ext.atom.Service
Sets the client HTTP dispatcher.
setClientDispatcher(Restlet) - Method in class org.restlet.Context
Sets the client dispatcher.
setClientInfo(ClientInfo) - Method in class org.restlet.Request
Sets the client-specific information.
setClientInfo(ClientInfo) - Method in class org.restlet.resource.ClientResource
Sets the client-specific information.
setClientInfo(ClientInfo) - Method in class org.restlet.util.WrapperRequest
 
setClientNonce(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the client nonce.
setClientNonce(String) - Method in class org.restlet.data.ChallengeResponse
Sets the client nonce.
setClientPort(int) - Method in class org.restlet.engine.adapter.Call
Sets the client port.
setClientProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
Sets the modifiable list of required client protocols.
setClients(ClientList) - Method in class org.restlet.Component
Sets the modifiable list of client connectors.
setClientSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
setCoalescing(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser should be coalescing text.
setCode(int) - Method in class org.restlet.engine.application.StatusInfo
Sets the code of the status.
setComment(String) - Method in class org.restlet.data.CookieSetting
Sets the comment for the user.
setComment(String) - Method in class org.restlet.data.Product
Sets the facultative comment.
setComment(String) - Method in class org.restlet.data.RecipientInfo
Sets the optional comment, typically the software agent name.
setCommitted(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if the response has already been committed.
setCommitted(boolean) - Method in class org.restlet.Response
Indicates if the response has already been committed.
setCommitted(boolean) - Method in class org.restlet.util.WrapperResponse
 
setComparator(Comparator<Reference>) - Method in class org.restlet.resource.Directory
Sets the reference comparator used to sort index pages.
setComponentHelper(ComponentHelper) - Method in class org.restlet.engine.component.ComponentContext
Sets the component helper.
setConditional(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if conditional handling is enabled.
setConditions(Conditions) - Method in class org.restlet.Request
Sets the conditions applying to this request.
setConditions(Conditions) - Method in class org.restlet.resource.ClientResource
Sets the conditions applying to this request.
setConditions(Conditions) - Method in class org.restlet.util.WrapperRequest
 
setConfidential(boolean) - Method in class org.restlet.engine.adapter.Call
Indicates if the confidentiality of the call is ensured (ex: via SSL).
setConfidential(boolean) - Method in class org.restlet.engine.connector.NetServerHelper
Indicates if this service is acting in HTTP or HTTPS mode.
setConfiguration(Configuration) - Method in class org.restlet.ext.jaas.JaasVerifier
Sets the optional JAAS login configuration.
setConnectorService(ConnectorService) - Method in class org.restlet.Application
Sets the connector service.
setConnegService(ConnegService) - Method in class org.restlet.Application
Sets the content negotiation service.
setConnegService(ConnegService) - Method in class org.restlet.service.StatusService
Sets the service used to select the preferred variant.
setContactEmail(String) - Method in class org.restlet.engine.application.StatusInfo
Sets the email address of the administrator to contact in case of error.
setContactEmail(String) - Method in class org.restlet.service.StatusService
Sets the email address to contact in case of error.
setContent(String) - Method in class org.restlet.ext.atom.Text
Sets the content.
setContent(Content) - Method in class org.restlet.ext.atom.Entry
Sets the content of the entry or links to it.
setContent(Content) - Method in class org.restlet.ext.atom.Link
Sets the content of the entry or links to it.
setContentHandler(ContentHandler) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets the content handler.
setContext(Context) - Method in class org.restlet.ext.velocity.TemplateRepresentation
Sets the Velocity context.
setContext(Context) - Method in class org.restlet.Application
 
setContext(Context) - Method in class org.restlet.Component
 
setContext(Context) - Method in class org.restlet.engine.application.ApplicationHelper
Sets the context.
setContext(Context) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
 
setContext(Context) - Method in class org.restlet.Restlet
Sets the context.
setContext(Context) - Method in class org.restlet.routing.VirtualHost
 
setContext(Context) - Method in class org.restlet.service.Service
Sets the context.
setContext(Context) - Method in class org.restlet.util.ClientList
Sets the context.
setContext(Context) - Method in class org.restlet.util.ServerList
Sets the context.
setContext(Context) - Method in class org.restlet.util.ServiceList
Sets the context.
setContext(Context) - Method in class org.restlet.util.WrapperRestlet
 
setContext(Context) - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Sets the parsing context.
setContextClassLoader(ClassLoader) - Method in class org.restlet.engine.util.ContextualRunnable
Sets the runnable's context class loader.
setContextPath(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the list of Java package names that contain schema derived class and/or Java to schema (JAXB-annotated) mapped classes.
setContextResolver(ContextResolver<JAXBContext>) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
setContextResolver(Providers) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractJaxbProvider
Deprecated.
 
setConverterService(ConverterService) - Method in class org.restlet.Application
Sets the converter service.
setConverterService(ConverterService) - Method in class org.restlet.service.StatusService
Sets the service used to convert between status/throwable and representation.
setCookieName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the cookie name to use for the authentication credentials.
setCookies(Series<Cookie>) - Method in class org.restlet.Request
Sets the modifiable series of cookies provided by the client.
setCookies(Series<Cookie>) - Method in class org.restlet.resource.ClientResource
Sets the cookies provided by the client.
setCookies(Series<Cookie>) - Method in class org.restlet.util.WrapperRequest
 
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.resource.ServerResource
Sets the cookie settings provided by the server.
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.Response
Sets the modifiable series of cookie settings provided by the server.
setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.util.WrapperResponse
 
setCorePoolSize(int) - Method in class org.restlet.service.TaskService
Sets the core pool size defining the maximum number of threads.
setCreationDate(Date) - Method in class org.restlet.data.Disposition
Sets the creation date parameter.
setCsvSchema(CsvSchema) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the Jackson CSV schema.
setCurrent(Integer) - Static method in class org.restlet.routing.VirtualHost
Sets the virtual host code associated with the current thread.
setCurrent(Application) - Static method in class org.restlet.Application
Sets the context to associated with the current thread.
setCurrent(Context) - Static method in class org.restlet.Context
Sets the context to associated with the current thread.
setCurrent(Response) - Static method in class org.restlet.Response
Sets the response associated with the current thread.
setDaemon(boolean) - Method in class org.restlet.service.TaskService
Indicates whether or not the threads are daemon threads.
setDataFormat(boolean) - Method in class org.restlet.ext.xml.XmlWriter
 
setDataModel(Map<String, Object>) - Method in class org.restlet.ext.velocity.TemplateRepresentation
Sets the template's data model.
setDataModel(Request, Response) - Method in class org.restlet.ext.velocity.TemplateRepresentation
Sets the template's data model from a request/response pair.
setDataModel(Resolver<Object>) - Method in class org.restlet.ext.velocity.TemplateRepresentation
Sets the template's data model from a resolver.
setDatatypeRef(Reference) - Method in class org.restlet.ext.rdf.Literal
Sets the datatype reference.
setDate(int) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
setDate(String, Date) - Method in class org.restlet.data.Disposition
Sets a Date parameter.
setDate(Date) - Method in class org.restlet.data.Warning
Sets the warning date.
setDate(Date) - Method in class org.restlet.Message
Sets the date and time at which the message was originated.
setDebugging(boolean) - Method in class org.restlet.Application
Indicates if the debugging mode is enabled.
setDebugging(boolean) - Method in class org.restlet.service.LogService
Deprecated.
setDecoderService(DecoderService) - Method in class org.restlet.Application
Sets the decoder service.
setDecodingOnParse(boolean) - Method in class org.restlet.routing.Variable
Indicates if the parsed value must be decoded.
setDeeplyAccessible(boolean) - Method in class org.restlet.resource.Directory
Indicates if the sub-directories are deeply accessible (true by default).
setDefaultAllowedMethods(Set<Method>) - Method in class org.restlet.engine.application.CorsFilter
Sets the list of methods allowed by default, used when CorsFilter.skippingResourceForCorsOptions is turned on.
setDefaultAllowedMethods(Set<Method>) - Method in class org.restlet.service.CorsService
Sets the list of methods allowed by default, used when CorsService.skippingResourceForCorsOptions is turned on.
setDefaultCharacterSet(CharacterSet) - Method in class org.restlet.service.MetadataService
Sets the default character set for local representations.
setDefaultEncoding(Encoding) - Method in class org.restlet.service.MetadataService
Sets the default encoding for local representations.
setDefaultEnroler(Enroler) - Method in class org.restlet.Context
Sets an enroler that can add the user roles based on authenticated user principals.
setDefaultHost(VirtualHost) - Method in class org.restlet.Component
Sets the default virtual host.
setDefaultLanguage(Language) - Method in class org.restlet.service.MetadataService
Sets the default language for local representations.
setDefaultLink(Link) - Method in class org.restlet.ext.rdf.Graph
Sets the default link that is used to complete new links.
setDefaultMatchingMode(int) - Method in class org.restlet.routing.Router
Sets the default matching mode to use when selecting routes based on URIs.
setDefaultMatchingQuery(boolean) - Method in class org.restlet.routing.Router
Sets the default setting for whether the routing should be done on URIs with or without taking into account query string.
setDefaultMediaType(MediaType) - Method in class org.restlet.service.MetadataService
Sets the default media type for local representations.
setDefaultRoute(Route) - Method in class org.restlet.routing.Router
Sets the default route tested if no other one was available.
setDefaultValue(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the default value of this parameter.
setDefaultValue(String) - Method in class org.restlet.routing.Variable
Sets the default value to use if the key couldn't be found in the model.
setDefaultVariable(Variable) - Method in class org.restlet.routing.Template
Sets the variable to use, if no variable is given.
setDefaultVerifier(Verifier) - Method in class org.restlet.Context
Sets a local verifier that can check the validity of user/secret couples based on Restlet default authorization model.
setDescription(String) - Method in class org.restlet.engine.application.StatusInfo
Sets the description of the status.
setDescription(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Sets the description of this documented resource.
setDescription(String) - Method in class org.restlet.resource.ServerResource
Sets the description.
setDescription(String) - Method in class org.restlet.Restlet
Sets the description.
setDescription(String) - Method in class org.restlet.security.Group
Sets the description.
setDescription(String) - Method in class org.restlet.security.Role
Sets the description.
setDescription(String) - Method in class org.restlet.util.WrapperRestlet
 
setDigest(Digest) - Method in class org.restlet.representation.Representation
Sets the representation digest.

Note that when used with HTTP connectors, this property maps to the "Content-MD5" header.
setDigest(Digest) - Method in class org.restlet.util.WrapperRepresentation
 
setDigestAlgorithm(String) - Method in class org.restlet.data.ChallengeMessage
Sets the digest algorithm.
setDigestAuthenticator(DigestAuthenticator) - Method in class org.restlet.ext.crypto.internal.HttpDigestVerifier
Sets the associated digest authenticator.
setDigestRef(Reference) - Method in class org.restlet.data.ChallengeResponse
Sets the digest URI reference.
setDigit(boolean) - Method in class org.restlet.data.CacheDirective
Indicates if the directive is a digit value.
setDimensions(Set<Dimension>) - Method in class org.restlet.resource.ServerResource
Sets the set of dimensions on which the response entity may vary.
setDimensions(Set<Dimension>) - Method in class org.restlet.Response
Sets the set of dimensions on which the response entity may vary.
setDimensions(Set<Dimension>) - Method in class org.restlet.util.WrapperResponse
 
setDisabledCipherSuites(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the whitespace-separated list of disabled cipher suites.
setDisabledProtocols(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the whitespace-separated list of disabled SSL protocols.
setDisposition(Disposition) - Method in class org.restlet.representation.Representation
Sets the disposition characteristics of the representation.
setDisposition(Disposition) - Method in class org.restlet.util.WrapperRepresentation
 
setDocument(Document) - Method in class org.restlet.ext.xml.DomRepresentation
Sets the wrapped DOM document.
setDocumentation(String) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Set the list of documentation elements with a single element.
setDocumentation(DocumentationInfo) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Set the list of documentation elements with a single element.
setDocumentations(List<DocumentationInfo>) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Sets the list of documentation elements.
setDocumentLocator(Locator) - Method in class org.restlet.ext.atom.EntryReader
 
setDocumentLocator(Locator) - Method in class org.restlet.ext.atom.FeedReader
 
setDomain(String) - Method in class org.restlet.data.Cookie
Sets the domain name.
setDomainRefs(List<Reference>) - Method in class org.restlet.data.ChallengeRequest
Sets the URI references that define the protection domains for the digest authentication.
setDomainRefs(List<Reference>) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the URI references that define the protection domains for the digest authentication.
setDomainUris(Collection<String>) - Method in class org.restlet.data.ChallengeRequest
Sets the URI references that define the protection domains for the digest authentication.
setDTDHandler(DTDHandler) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets the DTD handler.
setEmail(String) - Method in class org.restlet.ext.atom.Person
Sets the email address.
setEmail(String) - Method in class org.restlet.security.User
Sets the email.
setEnabled(boolean) - Method in class org.restlet.service.Service
Indicates if the service should be enabled.
setEnabledCipherSuites(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the whitespace-separated list of enabled cipher suites.
setEnabledProtocols(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the standard name of the protocols to use when creating the SSL sockets or engines.
setEncoderService(EncoderService) - Method in class org.restlet.Application
Sets the encoder service.
setEncodingOnFormat(boolean) - Method in class org.restlet.routing.Variable
Indicates if the formatted value must be encoded.
setEncodingParameter(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted encoding.
setEncodings(List<Encoding>) - Method in class org.restlet.representation.Variant
Sets the list of encodings applied to the entity-body.

Note that when used with HTTP connectors, this property maps to the "Content-Encoding" header.
setEncodings(List<Encoding>) - Method in class org.restlet.util.WrapperRepresentation
 
setEncodingVariables(boolean) - Method in class org.restlet.routing.Template
Indicates if the variables must be encoded when formatting the template.
setEncryptAlgorithm(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the name of the algorithm used to encrypt the log info cookie value.
setEncryptSecretKey(byte[]) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the secret key for the algorithm used to encrypt the log info cookie value.
setEndDetected(boolean) - Method in class org.restlet.ext.nio.internal.channel.ReadableSizedChannel
Deprecated.
Indicates if the end of the channel has been detected.
setEndReached(boolean) - Method in class org.restlet.ext.nio.internal.channel.ReadableBufferedChannel
Deprecated.
Indicates if the end of the channel has been reached.
setEnroler(Enroler) - Method in class org.restlet.security.Authenticator
Sets the enroler invoked upon successful authentication.
setEnroler(Enroler) - Method in class org.restlet.security.Realm
Sets an enroler that can add the user roles based on user principals.
setEntity(Object) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
setEntity(String, MediaType) - Method in class org.restlet.Message
Sets a textual entity.
setEntity(String, MediaType) - Method in class org.restlet.util.WrapperRequest
Sets a textual entity.
setEntity(String, MediaType) - Method in class org.restlet.util.WrapperResponse
Sets a textual entity.
setEntity(Representation) - Method in class org.restlet.engine.adapter.HttpRequest
 
setEntity(Representation) - Method in class org.restlet.Message
Sets the entity representation.
setEntity(Representation) - Method in class org.restlet.util.WrapperRequest
Sets the entity representation.
setEntity(Representation) - Method in class org.restlet.util.WrapperResponse
Sets the entity representation.
setEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if transient entities should be buffered after being received or before being sent.
setEntityChannel(ReadableByteChannel) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Sets the entity as a NIO readable byte channel.
setEntityChannelType(EntityType) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Sets the type of the entity channel.
setEntityRegistration(SelectionRegistration) - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
Sets the NIO selection registration of the entity.
setEntityResolver(EntityResolver) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets the entity resolver.
setEntityResolver(EntityResolver) - Method in class org.restlet.ext.xml.XmlRepresentation
Set the EntityResolver to use when resolving external entity references encountered in this type of XML representations.
setEntitySelectionKey(SelectionKey) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Sets the entity's NIO selection key holding the link between the entity to be written and the way.
setEntries(List<Category>) - Method in class org.restlet.ext.atom.Categories
Sets the list of entries.
setEphemeralPort(int) - Method in class org.restlet.engine.connector.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(int) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.connector.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
Sets the ephemeral port in the attributes map if necessary.
setErrorHandler(ErrorHandler) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets the error handler.
setErrorHandler(ErrorHandler) - Method in class org.restlet.ext.xml.XmlRepresentation
Set the ErrorHandler to use when signaling SAX event exceptions.
setErrorListener(ErrorListener) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the transformer's error listener.
setEventHandler(ValidationEventHandler) - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Sets the validation handler for this unmarshaller.
setExecutorService(ScheduledExecutorService) - Method in class org.restlet.Context
Sets the executor service.
setExisting(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if the identified resource exists.
setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Indicates if the parser will expand entity reference nodes.
setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if the parser will expand entity reference nodes.
setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates if the parser will expand entity reference nodes.
setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will expand entity reference nodes.
setExpectations(List<Expectation>) - Method in class org.restlet.data.ClientInfo
Sets the client expectations.
setExpirationDate(Date) - Method in class org.restlet.representation.Representation
Sets the future date when this representation expire.
setExpirationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
 
setExposedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsFilter
Sets the value of 'Access-Control-Expose-Headers' response header.
setExposedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsResponseHelper
Sets the value of 'Access-Control-Expose-Headers' response header.
setExposedHeaders(Set<String>) - Method in class org.restlet.service.CorsService
Sets the value of 'Access-Control-Expose-Headers' response header.
setExtensions(String) - Method in class org.restlet.data.Reference
Sets the extensions for hierarchical identifiers.
setExtensions(String[]) - Method in class org.restlet.data.Reference
Sets the extensions based on an array of extension tokens (without dots).
setExtensionsTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the extensions.
setExternalRef(Reference) - Method in class org.restlet.ext.atom.Content
Sets the reference to the external representation.
setExternalType(MediaType) - Method in class org.restlet.ext.atom.Content
Sets the expected media type of the external content.
setFeature(String, boolean) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets a feature.
setFile(File) - Method in class org.restlet.representation.FileRepresentation
Sets the file handle.
setFilename(String) - Method in class org.restlet.data.Disposition
Sets the value of the "filename" parameter.
setFinderClass(Class<? extends Finder>) - Method in class org.restlet.Restlet
Sets the finder class to instantiate.
setFirst(T) - Method in class org.restlet.ext.rdf.Couple
Sets the first object.
setFirst(T) - Method in class org.restlet.ext.rdf.Triple
Sets the first object.
setFirstChallengeParameter(boolean) - Method in class org.restlet.engine.header.ChallengeWriter
Indicates if the first comma-separated value is written.
setFirstInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
Sets the first inbound filter.
setFirstName(String) - Method in class org.restlet.security.User
Sets the first name.
setFirstOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
Sets the first outbound filter.
setFixed(boolean) - Method in class org.restlet.ext.atom.Categories
Indicates if the list is fixed.
setFixed(boolean) - Method in class org.restlet.routing.Variable
Indicates if the value is fixed
setFixed(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the fixed value for the parameter.
setFollowingRedirects(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if redirections are followed.
setForbiddenRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
Sets the modifiable list of forbidden roles.
setFormattedOutput(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if the resulting XML data should be formatted with line breaks and indentation.
setForwardedAddresses(List<String>) - Method in class org.restlet.data.ClientInfo
Sets the list of forwarded IP addresses.
setFragment(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates whether or not document level events will be generated by the Marshaller.
setFragment(String) - Method in class org.restlet.data.Reference
Sets the fragment identifier.
setFrom(String) - Method in class org.restlet.data.ClientInfo
Sets the email address of the human user controlling the user agent.
setGenerator(Generator) - Method in class org.restlet.ext.atom.Feed
Sets the agent used to generate a feed.
setGenerator(Generator) - Method in class org.restlet.ext.atom.Source
Sets the agent used to generate a feed.
setGrammars(GrammarsInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the grammars element.
setGraph(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
Sets the graph of links.
setGuard(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
setHeaderIndex(int) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Sets the header index.
setHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
setHeaders(Series<Header>) - Method in interface org.restlet.ext.nio.internal.request.InboundRequest
Deprecated.
Put the headers in the request's attributes map.
setHeaders(Series<Header>) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Sets the response headers to be written.
setHeadersCleaning(boolean) - Method in class org.restlet.routing.Redirector
Indicates if the headers must be cleaned.
setHeadersTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method can be tunneled via the header.
setHelped(T) - Method in class org.restlet.engine.RestletHelper
Sets the helped Restlet.
setHomeRef(String) - Method in class org.restlet.engine.application.StatusInfo
Sets the home URI to propose in case of error.
setHomeRef(Reference) - Method in class org.restlet.service.StatusService
Sets the home URI to propose in case of error.
setHostDomain(String) - Method in class org.restlet.data.Reference
Sets the host domain component for server based hierarchical identifiers.
setHostDomain(String) - Method in class org.restlet.engine.adapter.Call
Sets the host domain name.
setHostDomain(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef host domain to match.
setHostPort(int) - Method in class org.restlet.engine.adapter.Call
Sets the host port.
setHostPort(Integer) - Method in class org.restlet.data.Reference
Sets the optional port number for server based hierarchical identifiers.
setHostPort(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef host port to match.
setHostRef(String) - Method in class org.restlet.Request
Sets the host reference using an URI string.
setHostRef(String) - Method in class org.restlet.resource.ClientResource
Sets the host reference using an URI string.
setHostRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the host reference using an URI string.
setHostRef(Reference) - Method in class org.restlet.Request
Sets the host reference.
setHostRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the host reference.
setHostRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the host reference.
setHosts(List<VirtualHost>) - Method in class org.restlet.Component
Sets the modifiable list of virtual hosts.
setHostScheme(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef scheme to match.
setHours(int) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
setHref(Reference) - Method in class org.restlet.ext.atom.Collection
Sets the hypertext reference.
setHref(Reference) - Method in class org.restlet.ext.atom.Link
Sets the link's IRI.
setHrefLang(Language) - Method in class org.restlet.ext.atom.Link
Sets the language of the resource pointed to by the href attribute.
setHttpMethod(String) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
setIcon(Reference) - Method in class org.restlet.ext.atom.Feed
Sets the image that provides iconic visual identification for a feed.
setIcon(Reference) - Method in class org.restlet.ext.atom.Source
Sets the image that provides iconic visual identification for a feed.
setId(String) - Method in class org.restlet.ext.atom.Entry
Sets the permanent, universally unique identifier for the entry.
setId(String) - Method in class org.restlet.ext.atom.Feed
Sets the permanent, universally unique identifier for the feed.
setId(String) - Method in class org.restlet.ext.atom.Source
Sets the permanent, universally unique identifier for the entry.
setIdentifier(String) - Method in class org.restlet.data.ChallengeResponse
Sets the user identifier, such as a login name or an access key.
setIdentifier(String) - Method in class org.restlet.data.Reference
Sets the absolute resource identifier.
setIdentifier(String) - Method in class org.restlet.data.ReferenceList
Sets the list reference.
setIdentifier(String) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the identifier for the method.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the identifier of this parameter element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the identifier for that element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the identifier for that element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Sets the identifier for that element.
setIdentifier(String) - Method in class org.restlet.security.Authorizer
Sets the identifier unique within an application.
setIdentifier(String) - Method in class org.restlet.security.User
Sets the identifier.
setIdentifier(Reference) - Method in class org.restlet.data.ReferenceList
Sets the list reference.
setIdentifierFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the name of the HTML login form field containing the identifier.
setIdentityCheck(boolean) - Method in class org.restlet.service.LogService
Indicates if the identity check (as specified by RFC1413) is enabled.
setIdleConnectionReaper(HttpIdleConnectionReaper) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Sets the idle connections reaper.
setIgnoringComments(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will ignore comments.
setIgnoringExtraWhitespaces(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser will ignore extra white spaces in element content.
setInboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
Sets the next Restlet after the inbound chain.
setInboundRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
Sets the inbound root Resource class.
setInboundRoot(Restlet) - Method in class org.restlet.Application
Sets the inbound root Restlet.
setIncludes(List<IncludeInfo>) - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Sets the list of include elements.
setIndenting(boolean) - Method in class org.restlet.ext.json.JsonRepresentation
Indicates if JSON objects and arrays should be indented.
setIndenting(boolean) - Method in class org.restlet.ext.xml.DomRepresentation
Indicates if the XML serialization should be indented.
setIndentingSize(int) - Method in class org.restlet.ext.json.JsonRepresentation
Sets the number of spaces to use for indentation.
setIndentStep(int) - Method in class org.restlet.ext.xml.XmlWriter
Set the current indent step.
setIndex(long) - Method in class org.restlet.data.Range
Sets the index from which to start the range.
setIndexName(String) - Method in class org.restlet.resource.Directory
Sets the index name, without extensions.
setInheritingRoles(boolean) - Method in class org.restlet.security.Group
Indicates if the roles of the parent group should be inherited.
setInlineContent(Representation) - Method in class org.restlet.ext.atom.Content
Sets the representation for inline content.
setInputScore(float) - Method in class org.restlet.engine.resource.VariantInfo
Sets the affinity between this variant and an incoming representation.
setInputStream(InputStream) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
setInstanceSize(long) - Method in class org.restlet.data.Range
Sets the total size of the instance in number of bytes (or range unit).
setInterceptingLogin(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the login requests should be intercepted.
setInterceptingLogout(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Indicates if the logout requests should be intercepted.
setInterestOperations(int) - Method in class org.restlet.util.SelectionRegistration
Sets the IO operations interest.
setInternalRouter(Router) - Method in class org.restlet.Component
Sets the private internal router were Restlets like Applications can be attached.
setIoState(IoState) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Sets the IO state.
setKeyManagerAlgorithm(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the KeyManager algorithm.
setKeyStoreKeyPassword(char[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStoreKeyPassword(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStorePassword(char[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePassword(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePath(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the path to the keystore file.
setKeyStoreProvider(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the name of the keystore provider.
setKeyStoreType(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the KeyStore type of the keystore.
setLabel(String) - Method in class org.restlet.ext.atom.Category
Sets the label.
setLanguage(String) - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
setLanguage(Language) - Method in class org.restlet.ext.rdf.Literal
Sets the language.
setLanguage(Language) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
The language of that documentation element.
setLanguageParameter(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted language.
setLanguages(List<Language>) - Method in class org.restlet.representation.Variant
Sets the list of languages.

Note that when used with HTTP connectors, this property maps to the "Content-Language" header.
setLanguages(List<Language>) - Method in class org.restlet.util.WrapperRepresentation
 
setLastInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
Sets the last inbound filter.
setLastName(String) - Method in class org.restlet.security.User
Sets the last name.
setLastOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
Sets the last outbound filter.
setLastSegment(String) - Method in class org.restlet.data.Reference
Sets the last segment of the path.
setLength(long) - Method in class org.restlet.ext.atom.Link
Sets the advisory length of the linked content in octets.
setLineBuilderState(BufferState) - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Sets the line builder state.
setLineBuilderState(BufferState) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Sets the line builder state.
setLineWidth(int) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Sets the maximum number of characters per line.
setLink(LinkInfo) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the link element.
setListener(ReadingListener) - Method in class org.restlet.representation.Representation
Sets a listener for NIO read events.
setListingAllowed(boolean) - Method in class org.restlet.resource.Directory
Indicates if the display of directory listings is allowed when no index file is found.
setLocalSecrets(Map<String, char[]>) - Method in class org.restlet.security.MapVerifier
Sets the modifiable map of local secrets.
setLocationRef(String) - Method in class org.restlet.representation.Variant
Sets the identifier from a URI string.

Note that when used with HTTP connectors, this property maps to the "Content-Location" header.
setLocationRef(String) - Method in class org.restlet.resource.ServerResource
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.util.WrapperRepresentation
 
setLocationRef(String) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.representation.Variant
Sets the optional identifier.
setLocationRef(Reference) - Method in class org.restlet.resource.ServerResource
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.util.WrapperRepresentation
 
setLocationRef(Reference) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLogFormatter(Class<? extends Formatter>) - Static method in class org.restlet.engine.Engine
Sets the general log formatter.
setLoggable(boolean) - Method in class org.restlet.Request
Indicates if the call is loggable
setLoggable(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if the call is loggable
setLoggableTemplate(String) - Method in class org.restlet.service.LogService
Sets the URI template of loggable resource references.
setLoggableTemplate(Template) - Method in class org.restlet.service.LogService
Sets the URI template of loggable resource references.
setLogger(String) - Method in class org.restlet.Context
Sets the logger.
setLogger(Logger) - Method in class org.restlet.Context
Sets the logger.
setLogger(Logger) - Method in class org.restlet.routing.Template
Sets the logger to use.
setLoggerFacade(LoggerFacade) - Method in class org.restlet.engine.Engine
Sets the logger facade to use.
setLoggerName(String) - Method in class org.restlet.service.LogService
Sets the name of the JDK's logger to use when logging access calls.
setLoginFormPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the URI path of the HTML login form to use to challenge the user.
setLoginPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the login URI path to intercept.
setLogLevel(Level) - Static method in class org.restlet.engine.Engine
Sets the general log level.
setLogo(Reference) - Method in class org.restlet.ext.atom.Feed
Sets the image that provides visual identification for a feed.
setLogo(Reference) - Method in class org.restlet.ext.atom.Source
Sets the image that provides visual identification for a feed.
setLogoutPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the logout URI path to intercept.
setLogPropertiesRef(String) - Method in class org.restlet.service.LogService
Sets the URI reference of the log properties.
setLogPropertiesRef(Reference) - Method in class org.restlet.service.LogService
Sets the URI reference of the log properties.
setLogService(LogService) - Method in class org.restlet.Component
Sets the global log service.
setMailboxChallengeScheme(ChallengeScheme) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Sets the scheme of the mailbox challenge.
setMailboxLogin(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Sets the login for the mailbox access.
setMailboxPassword(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Sets the password for the mailbox access.
setMailboxUri(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Sets the URI of the mailbox.
setMailUriTemplate(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Sets the URI template for the target.
setMatch(List<Tag>) - Method in class org.restlet.data.Conditions
Sets the modifiable list of tags that must be matched.

Note that when used with HTTP connectors, this property maps to the "If-Match" header.
setMatchingMode(int) - Method in class org.restlet.routing.Template
Sets the matching mode to use when parsing a formatted reference.
setMatchingMode(int) - Method in class org.restlet.routing.TemplateRoute
Sets the matching mode to use on the template when parsing a formatted reference.
setMatchingQuery(boolean) - Method in class org.restlet.routing.TemplateRoute
Sets whether the matching should be done on the URI with or without query string.
setMaxAge(int) - Method in class org.restlet.data.CookieSetting
Sets the maximum age in seconds.
setMaxAge(int) - Method in class org.restlet.engine.application.CorsFilter
Sets the value of 'Access-Control-Max-Age' response header.
In case of negative value, the header is not set.
setMaxAge(int) - Method in class org.restlet.engine.application.CorsResponseHelper
Sets the value of 'Access-Control-Max-Age' response header.
In case of negative value, the header is not set.
setMaxAge(int) - Method in class org.restlet.service.CorsService
Sets the value of 'Access-Control-Max-Age' response header.
In case of negative value, the header is not set.
setMaxAttempts(int) - Method in class org.restlet.routing.Router
Sets the maximum number of attempts if no attachment could be matched on the first attempt.
setMaxCookieAge(int) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the maximum age of the log info cookie.
setMaxForwards(int) - Method in class org.restlet.Request
Sets the maximum number of intermediaries.
setMaxForwards(int) - Method in class org.restlet.util.WrapperRequest
 
setMaxRedirects(int) - Method in class org.restlet.resource.ClientResource
Sets the maximum number of redirections that can be automatically followed for a single call.
setMaxRequestAge(long) - Method in class org.restlet.ext.crypto.AwsAuthenticator
Sets the maximum age of a request, in milliseconds, before it is considered stale.
setMaxRequestAge(long) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Sets the maximum age of a request, in milliseconds, before it is considered stale.
setMaxServerNonceAge(long) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the number of milliseconds between each mandatory nonce refresh.
setMediaType(MediaType) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the media type of that element.
setMediaType(MediaType) - Method in class org.restlet.representation.Variant
Sets the media type.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
setMediaType(MediaType) - Method in class org.restlet.util.WrapperRepresentation
 
setMediaTypeParameter(String) - Method in class org.restlet.service.TunnelService
Sets the name of the parameter containing the accepted media type.
setMemberGroups(List<Group>) - Method in class org.restlet.security.Group
Sets the modifiable list of member groups.
setMemberUsers(List<User>) - Method in class org.restlet.security.Group
Sets the modifiable list of member user references.
setMessage(Response) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Sets the current message processed.
setMessageState(MessageState) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Sets the message state.
setMetadata(T) - Method in class org.restlet.data.Preference
Sets the metadata associated with this preference.
setMetadataService(MetadataService) - Method in class org.restlet.Application
Sets the metadata service.
setMetadataService(MetadataService) - Method in class org.restlet.service.StatusService
Sets the service used to select the preferred variant.
setMethod(String) - Method in class org.restlet.engine.adapter.Call
Sets the request method.
setMethod(Method) - Method in class org.restlet.Request
Sets the method called.
setMethod(Method) - Method in class org.restlet.resource.ClientResource
Sets the method called.
setMethod(Method) - Method in class org.restlet.util.WrapperRequest
Sets the method called.
setMethodHeader(String) - Method in class org.restlet.service.TunnelService
Sets the name of the header containing the method name.
setMethodParameter(String) - Method in class org.restlet.service.TunnelService
Sets the method parameter name.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of documentation elements.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of supported methods.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Sets the list of supported methods.
setMethodTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method name can be tunneled.
setMinimumSize(long) - Method in class org.restlet.service.EncoderService
Sets the minimum size a representation must have before compression is done.
setMinutes(int) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
setMixedContent(Node) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Sets the mixed content of that element.
setMode(int) - Method in class org.restlet.ext.xml.Transformer
Sets the transformation mode.
setMode(int) - Method in class org.restlet.routing.Redirector
Sets the redirection mode.
setModifiable(boolean) - Method in class org.restlet.resource.Directory
Indicates if modifications to local resources are allowed.
setModificationDate(Date) - Method in class org.restlet.data.Disposition
Sets the modification date parameter.
setModificationDate(Date) - Method in class org.restlet.representation.RepresentationInfo
Sets the last date when this representation was modified.
setModificationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
 
setModifiedSince(Date) - Method in class org.restlet.data.Conditions
Sets the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Modified-Since" header.
setMonth(int) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
setMultiAuthenticating(boolean) - Method in class org.restlet.security.Authenticator
Indicates if the authenticator should attempt to authenticate an already authenticated client.
setMultiLines(boolean) - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
setMultipart(boolean) - Method in class org.restlet.ext.html.FormDataSet
Indicates if the form is multipart encoded.
setMultipartBoundary(String) - Method in class org.restlet.ext.html.FormDataSet
Sets the boundary separating multipart entries.
setName(String) - Method in class org.restlet.data.CacheDirective
Sets the name.
setName(String) - Method in class org.restlet.data.Cookie
Sets the name.
setName(String) - Method in class org.restlet.data.Expectation
Sets the name.
setName(String) - Method in class org.restlet.data.Header
Sets the name.
setName(String) - Method in class org.restlet.data.Parameter
 
setName(String) - Method in class org.restlet.data.Product
Sets the product name.
setName(String) - Method in class org.restlet.data.RecipientInfo
Sets the host name and port number or a pseudonym.
setName(String) - Method in class org.restlet.ext.atom.Generator
Sets the human-readable name for the generating agent.
setName(String) - Method in class org.restlet.ext.atom.Person
Sets the human-readable name.
setName(String) - Method in class org.restlet.ext.html.FormData
Sets the name of the associated form control.
setName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
Sets the JAAS login context name.
setName(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the name of this element.
setName(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Sets the name of this documented resource.
setName(String) - Method in class org.restlet.resource.ServerResource
Sets the display name.
setName(String) - Method in class org.restlet.Restlet
Sets the display name.
setName(String) - Method in class org.restlet.security.Group
Sets the display name.
setName(String) - Method in class org.restlet.security.Realm
Sets the name.
setName(String) - Method in class org.restlet.security.Role
Sets the name.
setName(String) - Method in class org.restlet.util.WrapperRestlet
 
setName(Method) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the name of the method.
setNamespaceAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if processing is namespace aware.
setNamespacePrefixMapper(NamespacePrefixMapper) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the optional namespace prefix mapper for marshalling.
setNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the map of namespaces used in the WADL document.
setNamespaces(Map<String, String>) - Method in class org.restlet.ext.xml.XmlRepresentation
Sets the map of namespaces.
setNeedClientAuthentication(boolean) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Indicates if we require client certificate authentication.
setNegotiated(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if content negotiation of response entities is enabled.
setNegotiatingContent(boolean) - Method in class org.restlet.resource.Directory
Indicates if the best content is automatically negotiated.
setNewValue(String) - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
setNext(Class<? extends ServerResource>) - Method in class org.restlet.routing.Filter
Sets the next Restlet as a Finder for a given ServerResource class.
setNext(Class<? extends ServerResource>) - Method in class org.restlet.Server
Sets the next Restlet as a Finder for a given resource class.
setNext(Client) - Method in class org.restlet.engine.component.ClientRoute
Sets the next client.
setNext(Restlet) - Method in class org.restlet.routing.Filter
Sets the next Restlet.
setNext(Restlet) - Method in class org.restlet.Server
Sets the next Restlet.
setNext(Restlet) - Method in class org.restlet.util.ServerList
Sets the next Restlet.
setNext(VirtualHost) - Method in class org.restlet.engine.component.HostRoute
Sets the next virtual host.
setNext(Uniform) - Method in class org.restlet.resource.ClientResource
Sets the next handler such as a Restlet or a Filter.
setNextServerNonce(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the next server nonce.
setNoInterest() - Method in class org.restlet.util.SelectionRegistration
Sets interest in no IO operations.
setNoNamespaceSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the "xsi:noNamespaceSchemaLocation" attribute in the generated XML data.
setNonceCount(int) - Method in class org.restlet.data.AuthenticationInfo
Sets the nonce-count value.
setNoneMatch(List<Tag>) - Method in class org.restlet.data.Conditions
Sets the modifiable list of tags that mustn't match.
setNoResMethodHandler(Restlet) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Sets the Restlet that will handle the Requests, if no resource method could be found.
setNoResMethodHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that will handle the Requests, if no resource method could be found.
setNoResourceClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Sets the Restlet that will handle the Requests, if no resource class could be found.
setNoResourceClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that will handle the Requests, if no resource class could be found.
setNoRootResClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
Sets the Restlet that is called, if no root resource class could be found.
setNoRootResClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the Restlet that is called, if no root resource class could be found.
setObject(T) - Method in class org.restlet.ext.gson.GsonRepresentation
Sets the object to format.
setObject(T) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the object to format.
setObject(T) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the wrapped Java object.
setObject(T) - Method in class org.restlet.representation.ObjectRepresentation
Sets the represented object.
setObjectClass(Class<T>) - Method in class org.restlet.ext.gson.GsonRepresentation
Sets the object class to instantiate.
setObjectClass(Class<T>) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the object class to instantiate.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Sets the ObjectFactory
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated.
Sets the ObjectFactory for root resource class and provider instantiation.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Sets the ObjectFactory for root resource class and provider instantiation.
setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the Jackson object mapper.
setObjectReader(ObjectReader) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the Jackson object reader.
setObjectWriter(ObjectWriter) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the Jackson object writer.
setOldValue(String) - Method in class org.restlet.engine.application.TunnelFilter.HeaderReplacer.Builder
 
setOnError(Uniform) - Method in class org.restlet.Message
Sets the callback invoked when an error occurs when sending the message.
setOnResponse(Uniform) - Method in class org.restlet.Request
Sets the callback invoked on response reception.
setOnResponse(Uniform) - Method in class org.restlet.resource.ClientResource
Sets the callback invoked on response reception.
setOnResponse(Uniform) - Method in class org.restlet.util.WrapperRequest
 
setOnSent(Uniform) - Method in class org.restlet.Message
Sets the callback invoked after sending the message.
setOnSent(Uniform) - Method in class org.restlet.resource.ClientResource
Sets the callback invoked after sending the request.
setOnSent(Uniform) - Method in class org.restlet.resource.ServerResource
Sets the callback invoked after sending the response.
setOpaque(String) - Method in class org.restlet.data.ChallengeMessage
Sets an opaque string of data which should be returned by the client unchanged.
setOptional(boolean) - Method in class org.restlet.security.Authenticator
Indicates if the authenticator is not required to succeed.
setOptions(List<OptionInfo>) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the list of option elements for that element.
setOriginalRef(Reference) - Method in class org.restlet.Request
Sets the original reference requested by the client.
setOriginalRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the original reference requested by the client.
setOriginalRef(Reference) - Method in class org.restlet.util.WrapperRequest
 
setOutboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
Sets the next Restlet after the outbound chain.
setOutboundRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
Sets the outbound root Resource class.
setOutboundRoot(Restlet) - Method in class org.restlet.Application
Sets the outbound root Restlet.
setOutput(Writer) - Method in class org.restlet.ext.xml.XmlWriter
Set a new output destination for the document.
setOutputProperties(Map<String, String>) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the modifiable map of JAXP transformer output properties.
setOutputStream(OutputStream) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
setOverloaded(boolean) - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Indicates if the controller is overloaded.
setOverwriting(boolean) - Method in class org.restlet.engine.application.StatusFilter
Indicates if existing representations should be overwritten.
setOverwriting(boolean) - Method in class org.restlet.service.StatusService
Indicates if an existing entity should be overwritten.
setOwner(String) - Method in class org.restlet.Restlet
Sets the owner(s).
setOwner(String) - Method in class org.restlet.util.WrapperRestlet
 
setParameters(List<Parameter>) - Method in class org.restlet.data.Expectation
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Sets the list of parameters.
setParameters(Map<String, Object>) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the JAXP transformer parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.Context
Sets the modifiable series of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.ChallengeMessage
Sets the parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.Disposition
Sets the list of disposition parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.Preference
Sets the modifiable list of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.security.Realm
Sets the modifiable series of parameters.
setPath(String) - Method in class org.restlet.data.Cookie
Sets the validity path.
setPath(String) - Method in class org.restlet.data.Reference
Sets the path component for hierarchical identifiers.
setPath(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the path to the value of this parameter (within a parent representation).
setPath(String) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the URI template for the identifier of the resource.
setPattern(String) - Method in class org.restlet.routing.Template
Sets the pattern to use for formatting or parsing.
setPeerAddress(InetSocketAddress) - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Sets the peer address.
setPersistent(boolean) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if the connection should be persisted across calls.
setPipelining(boolean) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Indicates if idempotent sequences of requests can be pipelined.
setPort(int) - Method in class org.restlet.data.ClientInfo
Sets the port number which sent the call.
setPort(int) - Method in class org.restlet.data.ServerInfo
Sets the port number which received the call.
setPort(int) - Method in class org.restlet.Server
Sets the listening port if specified.
setPreferencesTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the query parameters.
setPrefix(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Specify a preferred prefix for a Namespace URI.
setPrincipals(List<Principal>) - Method in class org.restlet.data.ClientInfo
Sets the additional client principals.
setProfiles(List<Reference>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the list of locations of one or more meta data profiles.
setProperty(String, Object) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets a property.
setProtocol(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the secure socket protocol name, "TLS" by default.
setProtocol(Protocol) - Method in class org.restlet.data.RecipientInfo
Sets the protocol used to communicate with the recipient.
setProtocol(Protocol) - Method in class org.restlet.data.Reference
Sets the scheme component based on this protocol.
setProtocol(Protocol) - Method in class org.restlet.engine.adapter.Call
Sets the exact protocol used (HTTP or HTTPS).
setProtocol(Protocol) - Method in class org.restlet.Request
Sets the protocol used or to be used.
setProtocol(Protocol) - Method in class org.restlet.resource.ClientResource
Sets the protocol used or to be used.
setProtocol(Protocol) - Method in class org.restlet.util.WrapperRequest
 
setProtocols(List<Protocol>) - Method in class org.restlet.Connector
Sets the list of protocols simultaneously supported.
setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.resource.ServerResource
Sets the list of proxy authentication requests sent by an origin server to a client.
setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
Sets the modifiable list of authentication requests sent by a proxy to a client.
setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
Sets the list of authentication requests sent by a proxy to a client.
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
 
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
Sets the authentication response sent by a client to a proxy.
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.resource.ClientResource
Sets the proxy authentication response sent by a client to an origin server.
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
Sets the authentication response sent by a client to a proxy.
setProxyChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.resource.ClientResource
Sets the proxy authentication response sent by a client to an origin server given a scheme, identifier and secret.
setPublished(Date) - Method in class org.restlet.ext.atom.Entry
Sets the moment associated with an event early in the life cycle of the entry.
setQuality(float) - Method in class org.restlet.data.Preference
Sets the quality/preference level.
setQuality(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the quality of protection.
setQuality(String) - Method in class org.restlet.data.ChallengeResponse
Sets the chosen quality of protection.
setQualityOptions(List<String>) - Method in class org.restlet.data.ChallengeRequest
Sets the available options for quality of protection.
setQuery(String) - Method in class org.restlet.data.Reference
Sets the query component for hierarchical identifiers.
setQueryTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method and client preferences can be tunneled via query parameters.
setQueryType(MediaType) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the media type for the query component of the resource URI.
setQueryValue(String, String) - Method in class org.restlet.resource.Resource
Sets the query value for the named parameter.
setRange(Range) - Method in class org.restlet.engine.application.RangeRepresentation
Sets the range specific to this wrapper.
setRange(Range) - Method in class org.restlet.representation.Representation
Sets the range where in the full content the partial content available should be applied.

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

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

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
setRawValue(String) - Method in class org.restlet.data.ChallengeMessage
Sets the raw value.
setReadDate(Date) - Method in class org.restlet.data.Disposition
Sets the read date parameter.
setReader(Reader) - Method in class org.restlet.representation.ReaderRepresentation
Sets the reader to use.
setReadInterest() - Method in class org.restlet.util.SelectionRegistration
Sets interest in IO read operations.
setReadOnly() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
Sets the Context to be read only.
setReadyOperations(int) - Method in class org.restlet.util.SelectionRegistration
Sets the IO operations ready.
setRealm(String) - Method in class org.restlet.data.ChallengeMessage
Sets the realm name.
setRealm(String) - Method in class org.restlet.security.ChallengeAuthenticator
Sets the authentication realm.
setRealms(List<Realm>) - Method in class org.restlet.Component
Sets the list of realms.
setReasonPhrase(String) - Method in class org.restlet.engine.adapter.Call
Sets the reason phrase.
setReasonPhrase(String) - Method in class org.restlet.engine.application.StatusInfo
Sets the short description of the status.
setRechallenging(boolean) - Method in class org.restlet.security.ChallengeAuthenticator
Indicates if a new challenge should be sent when invalid credentials are received.
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.adapter.HttpRequest
 
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.Message
Sets the modifiable list of intermediary recipients.
setRedirectQueryName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the name of the query parameter containing the URI to redirect the browser to after login or logout.
setReference(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the reference to an representation identifier.
setReference(String) - Method in class org.restlet.resource.ClientResource
Sets the resource's reference using an URI string.
setReference(Reference) - Method in class org.restlet.ext.atom.Service
Sets the hypertext reference.
setReference(Reference) - Method in class org.restlet.resource.ClientResource
Sets the resource's reference.
setReferrerRef(String) - Method in class org.restlet.Request
Sets the referrer reference if available using an URI string.
setReferrerRef(String) - Method in class org.restlet.resource.ClientResource
Sets the referrer reference if available using an URI string.
setReferrerRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the referrer reference if available using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.Request
Sets the referrer reference if available.
setReferrerRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the referrer reference if available.
setReferrerRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the referrer reference if available.
setRegisteredAuthenticators(List<AuthenticatorHelper>) - Method in class org.restlet.engine.Engine
Sets the list of available authentication helpers.
setRegisteredClients(List<ConnectorHelper<Client>>) - Method in class org.restlet.engine.Engine
Sets the list of available client helpers.
setRegisteredConverters(List<ConverterHelper>) - Method in class org.restlet.engine.Engine
Sets the list of available converter helpers.
setRegisteredProtocols(List<ProtocolHelper>) - Method in class org.restlet.engine.Engine
Sets the list of available protocol helpers.
setRegisteredServers(List<ConnectorHelper<Server>>) - Method in class org.restlet.engine.Engine
Sets the list of available server helpers.
setRegistration(SelectionRegistration) - Method in class org.restlet.ext.nio.internal.channel.WrapperSelectionChannel
Deprecated.
Sets the NIO registration.
setRegistration(SelectionRegistration) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Sets the socket's NIO registration holding the link between the channel and the way.
setRegistration(SelectionRegistration) - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Sets the NIO selection registration holding the link between the connection and the way.
setRel(Relation) - Method in class org.restlet.ext.atom.Link
Sets the link's relation type.
setRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Sets the relationship attribute value.
setRelativePart(String) - Method in class org.restlet.data.Reference
Sets the relative part for relative references only.
setRemainingChunkSize(int) - Method in class org.restlet.ext.nio.internal.channel.ReadableChunkedChannel
Deprecated.
Sets the remaining chunk size that should be read from the source channel.
setRepeating(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is single valued or may have multiple values.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of representation elements.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Sets the list of supported input representations.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Sets the list of representations
setRequest(RequestInfo) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the input to the method.
setRequest(Request) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Sets the handled request.
setRequest(Request) - Method in class org.restlet.resource.Resource
Sets the handled request.
setRequest(Request) - Method in class org.restlet.Response
Sets the associated request.
setRequest(Request) - Method in class org.restlet.util.WrapperResponse
Sets the associated request.
setRequest(WrapperRequest) - Method in class org.restlet.util.WrapperResponse
Sets the associated request.
setRequestEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if transient or unknown size response entities should be buffered after being received.
setRequestPathToAnnotationPath(Method, Request) - Method in class org.restlet.ext.jaxrs.internal.client.JaxRsClientInvocationHandler
Deprecated.
 
setRequestUri(String) - Method in class org.restlet.engine.adapter.Call
Sets the full request URI.
setRequestUri(URI) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
setRequestUri(URI, URI) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
setRequired(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Indicates whether the parameter is required.
setRequired(boolean) - Method in class org.restlet.routing.Variable
Indicates if the variable is required or optional.
setRequiredScore(float) - Method in class org.restlet.routing.Router
Sets the score required to have a match.
setResourceDomain(String) - Method in class org.restlet.routing.VirtualHost
Sets the resourceRef host domain to match.
setResourceInfo(ResourceInfo) - Method in class org.restlet.ext.wadl.WadlWrapper
Deprecated.
Sets the description of the wrapped Restlet.
setResourcePort(String) - Method in class org.restlet.routing.VirtualHost
Sets the resourceRef host port to match.
setResourceRef(String) - Method in class org.restlet.Request
Sets the target resource reference using an URI string.
setResourceRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the target resource reference using an URI string.
setResourceRef(Reference) - Method in class org.restlet.Request
Sets the target resource reference.
setResourceRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the target resource reference.
setResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Sets the list of child resources.
setResources(ResourcesInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of resource elements.
setResourceScheme(String) - Method in class org.restlet.routing.VirtualHost
Sets the resourceRef scheme to match.
setResourceType(Reference) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Sets the reference to the resource type of the linked resource.
setResourceTypes(List<ResourceTypeInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Sets the list of resource type elements.
setResponse(Response) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Sets the handled response.
setResponse(Response) - Method in class org.restlet.resource.Resource
Sets the handled response.
setResponseDigest(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the optional response digest for mutual authentication.
setResponseEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if transient or unknown size response entities should be buffered after being received.
setResponseLogFormat(String) - Method in class org.restlet.service.LogService
Sets the format to use when logging responses.
setResponses(List<ResponseInfo>) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the output of the method.
setRestletLogLevel(Level) - Static method in class org.restlet.engine.Engine
Sets the Restlet log level.
setResultCharacterSet(CharacterSet) - Method in class org.restlet.ext.xml.Transformer
Sets the character set of the result representation.
setResultEncodings(List<Encoding>) - Method in class org.restlet.ext.xml.Transformer
Sets the encodings of the result representation.
setResultLanguages(List<Language>) - Method in class org.restlet.ext.xml.Transformer
Sets the languages of the result representation.
setResultMediaType(MediaType) - Method in class org.restlet.ext.xml.Transformer
Sets the media type of the result representation.
setRetryAfter(Date) - Method in class org.restlet.Response
Indicates how long the service is expected to be unavailable to the requesting client.
setRetryAfter(Date) - Method in class org.restlet.util.WrapperResponse
 
setRetryAttempts(int) - Method in class org.restlet.resource.ClientResource
Sets the number of retry attempts before reporting an error.
setRetryDelay(long) - Method in class org.restlet.resource.ClientResource
Sets the delay in milliseconds between two retry attempts.
setRetryDelay(long) - Method in class org.restlet.routing.Router
Sets the delay in milliseconds before a new attempt is made.
setRetryOnError(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if idempotent requests should be retried on error.
setReverseRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Sets the reverse relationship attribute value.
setRights(String) - Method in class org.restlet.ext.atom.Feed
Sets the information about rights held in and over an feed.
setRights(Text) - Method in class org.restlet.ext.atom.Entry
Sets the information about rights held in and over an entry.
setRights(Text) - Method in class org.restlet.ext.atom.Feed
Sets the information about rights held in and over an feed.
setRights(Text) - Method in class org.restlet.ext.atom.Source
Sets the information about rights held in and over an entry.
setRoles(List<Role>) - Method in class org.restlet.Application
Sets the modifiable list of roles.
setRoles(List<Role>) - Method in class org.restlet.data.ClientInfo
Sets the authenticated user roles.
setRootGroups(List<Group>) - Method in class org.restlet.security.MemoryRealm
Sets the modifiable list of root groups.
setRootRef(Reference) - Method in class org.restlet.Request
Sets the application root reference.
setRootRef(Reference) - Method in class org.restlet.resource.Directory
Sets the root URI from which the relative resource URIs will be lookep up.
setRootRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the application root reference.
setRouter(Router) - Method in class org.restlet.routing.Route
Sets the parent router.
setRoutes(RouteList) - Method in class org.restlet.routing.Router
Sets the modifiable list of routes.
setRoutingMode(int) - Method in class org.restlet.routing.Router
Sets the routing mode.
setRunning(boolean) - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Indicates if the task is running.
setSaxSource(SAXSource) - Method in class org.restlet.ext.xml.SaxRepresentation
Sets a SAX source that can be parsed by the SaxRepresentation.parse(ContentHandler) method.
setSchema(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
Set a (compiled) Schema to use when parsing and validating this type of XML representations.
setSchema(Representation) - Method in class org.restlet.ext.xml.XmlRepresentation
Set a schema representation to be compiled and used when parsing and validating this type of XML representations.
setSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the "xsi:schemaLocation" attribute in the generated XML data.
setScheme(String) - Method in class org.restlet.data.Reference
Sets the scheme component.
setScheme(ChallengeScheme) - Method in class org.restlet.data.ChallengeMessage
Sets the scheme used.
setScheme(Reference) - Method in class org.restlet.ext.atom.Categories
Sets the scheme.
setScheme(Reference) - Method in class org.restlet.ext.atom.Category
Sets the scheme.
setSchemeSpecificPart(String) - Method in class org.restlet.data.Reference
Sets the scheme specific part.
setSecond(U) - Method in class org.restlet.ext.rdf.Couple
Sets the second object.
setSecond(U) - Method in class org.restlet.ext.rdf.Triple
Sets the second object.
setSeconds(int) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
setSecret(char[]) - Method in class org.restlet.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecret(char[]) - Method in class org.restlet.security.User
Sets the secret.
setSecret(String) - Method in class org.restlet.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecretAlgorithm(String) - Method in class org.restlet.data.ChallengeResponse
Sets the digest algorithm name optionally applied on the user secret.
setSecretFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the name of the HTML login form field containing the secret.
setSecure(boolean) - Method in class org.restlet.data.CookieSetting
Indicates if cookie should only be transmitted by secure means.
setSecureProcessing(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if it limits potential XML overflow attacks.
setSecureProcessing(boolean) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates if it limits potential XML overflow attacks.
setSecureProcessing(boolean) - Method in class org.restlet.ext.xml.SaxRepresentation
Indicates if it limits potential XML overflow attacks.
setSecureRandomAlgorithm(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the SecureRandom algorithm.
setSegments(List<String>) - Method in class org.restlet.data.Reference
Sets the segments of a hierarchical path.
A new absolute path will replace any existing one.
setSelectionListener(SelectionListener) - Method in class org.restlet.util.SelectionRegistration
Sets the selection listener that will be notified.
setServerAddress(String) - Method in class org.restlet.engine.adapter.Call
Sets the response address.
Corresponds to the IP address of the responding server.
setServerAddress(String) - Method in class org.restlet.routing.VirtualHost
Sets the listening server address.
setServerDispatcher(Restlet) - Method in class org.restlet.Context
Sets the server dispatcher.
setServerInfo(ServerInfo) - Method in class org.restlet.resource.ServerResource
Sets the server-specific information.
setServerInfo(ServerInfo) - Method in class org.restlet.Response
Sets the server-specific information.
setServerInfo(ServerInfo) - Method in class org.restlet.util.WrapperResponse
 
setServerKey(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the secret key known only by server.
setServerNonce(String) - Method in class org.restlet.data.ChallengeMessage
Sets the server nonce.
setServerNounceCount(int) - Method in class org.restlet.data.ChallengeResponse
Sets the server nonce count.
setServerPort(int) - Method in class org.restlet.engine.adapter.Call
Sets the server port.
setServerPort(String) - Method in class org.restlet.routing.VirtualHost
Sets the listening server port.
setServerProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
Sets the modifiable list of required server protocols.
setServerRouter(ServerRouter) - Method in class org.restlet.engine.component.ComponentHelper
Sets the internal server router.
setServers(ServerList) - Method in class org.restlet.Component
Sets the modifiable list of server connectors.
setServerSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if server side authentication is supported.
setService(Service) - Method in class org.restlet.ext.atom.Workspace
Sets the parent service.
setShutdownAllowed(boolean) - Method in class org.restlet.service.TaskService
Indicates if the TaskService.shutdown() and TaskService.shutdownNow() methods are allowed to effectively shutdown the wrapped executor service.
setSize(long) - Method in class org.restlet.data.Disposition
Sets the value of the "size" parameter.
setSize(long) - Method in class org.restlet.data.Range
Sets the size of the range in number of bytes.
setSize(long) - Method in class org.restlet.representation.Representation
Sets the expected size in bytes if known, -1 otherwise.
setSize(long) - Method in class org.restlet.util.WrapperRepresentation
 
setSkippingResourceForCorsOptions(boolean) - Method in class org.restlet.engine.application.CorsFilter
Sets the value of skipResourceForCorsOptions field.
setSkippingResourceForCorsOptions(boolean) - Method in class org.restlet.service.CorsService
Sets the value of skipResourceForCorsOptions field.
setSlf4jLogger(Logger) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Sets the wrapped SLF4J logger.
setSource(Object) - Method in class org.restlet.engine.security.RoleMapping
 
setSource(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the source resource reference.
setSource(Source) - Method in class org.restlet.ext.atom.Entry
Sets the source feed's metadata if the entry was copied from another feed.
setSource(Graph) - Method in class org.restlet.ext.rdf.Link
Sets the source as a graph.
setSource(Link) - Method in class org.restlet.ext.rdf.Link
Sets the source as a link.
setSourceRepresentation(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the source representation to transform.
setSslContext(SSLContext) - Method in class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
Sets the SSL context.
setSslContext(SSLContext) - Method in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
Sets the SSL context.
setSslEngine(SSLEngine) - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Sets the engine to use for wrapping and unwrapping.
setSslEngineResult(SSLEngineResult) - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Sets the engine result.
setSslResult(SSLEngineResult) - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Saves the result of a previous SSL engine processing.
setStale(boolean) - Method in class org.restlet.data.ChallengeRequest
Indicates if the previous request from the client was stale.
setState(BufferState) - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
Sets the byte buffer IO state.
setState(ConnectionState) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Sets the state of the connection.
setStatus(int) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
setStatus(int) - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
 
setStatus(Status) - Method in class org.restlet.data.Warning
Sets the special status.
setStatus(Status) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status) - Method in class org.restlet.Response
Sets the status.
setStatus(Status) - Method in class org.restlet.util.WrapperResponse
Sets the status.
setStatus(Status, String) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, String) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, String) - Method in class org.restlet.util.WrapperResponse
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.util.WrapperResponse
 
setStatus(Status, Throwable, String) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, Throwable, String) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, Throwable, String) - Method in class org.restlet.util.WrapperResponse
 
setStatusCode(int) - Method in class org.restlet.engine.adapter.Call
Sets the status code.
setStatuses(List<Status>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Sets the list of statuses associated with this response representation.
setStatusService(StatusService) - Method in class org.restlet.Application
Sets the status service.
setStatusService(StatusService) - Method in class org.restlet.Component
setStatusService(StatusService) - Method in class org.restlet.engine.application.StatusFilter
Sets the helped status service.
setStream(InputStream) - Method in class org.restlet.representation.InputRepresentation
Sets the input stream to use.
setStrict(boolean) - Method in class org.restlet.service.ConnegService
Indicates if the conneg algorithm should strictly respect client preferences or be more flexible.
setStyle(ParameterStyle) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the parameter style.
setSubtitle(String) - Method in class org.restlet.ext.atom.Feed
Sets the short summary, abstract, or excerpt of an feed.
setSubtitle(Text) - Method in class org.restlet.ext.atom.Feed
Sets the short summary, abstract, or excerpt of an feed.
setSubtitle(Text) - Method in class org.restlet.ext.atom.Source
Sets the short summary, abstract, or excerpt of an entry.
setSummary(String) - Method in class org.restlet.ext.atom.Entry
Sets the short summary, abstract, or excerpt of the entry.
setTag(Tag) - Method in class org.restlet.representation.RepresentationInfo
Sets the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
setTag(Tag) - Method in class org.restlet.util.WrapperRepresentation
 
setTarget(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the target as a resource reference.
setTarget(Graph) - Method in class org.restlet.ext.rdf.Link
Sets the target as a graph.
setTarget(Link) - Method in class org.restlet.ext.rdf.Link
Sets the target as a link.
setTarget(Literal) - Method in class org.restlet.ext.rdf.Link
Sets the target literal.
setTarget(Role) - Method in class org.restlet.engine.security.RoleMapping
 
setTargetClass(Class<? extends ServerResource>) - Method in class org.restlet.resource.Finder
Sets the target resource class which must be a subclass of ServerResource.
setTargetEntityEnabled(boolean) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Indicate whether or not the target supports entity in the request.
setTargetMethod(Method) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Sets the default target method.
setTargetRef(Reference) - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Sets the URI of the referenced definition.
setTargetRef(Reference) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Sets the reference to a method definition element.
setTargetTemplate(String) - Method in class org.restlet.routing.Redirector
Sets the target URI pattern.
setTargetUri(String) - Method in class org.restlet.engine.local.DirectoryServerResource
Sets the context's target URI (file, clap URI).
setTargetUri(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Sets the target URI template.
setTaskService(TaskService) - Method in class org.restlet.Application
Sets the task service.
setTaskService(TaskService) - Method in class org.restlet.Component
Sets the task service.
setTechnicalName(String) - Method in class org.restlet.data.ChallengeScheme
Sets the technical name (ex: BASIC).
setTemplate(Template) - Method in class org.restlet.routing.TemplateRoute
Sets the reference template to match.
setTemplates(Templates) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the templates to be used and reused.
setTerm(String) - Method in class org.restlet.ext.atom.Category
Sets the term.
setText(CharSequence) - Method in class org.restlet.representation.AppendableRepresentation
 
setText(CharSequence) - Method in class org.restlet.representation.StringRepresentation
Sets the string value.
setText(String) - Method in class org.restlet.data.Warning
Sets the warning text.
setText(String) - Method in class org.restlet.representation.StringRepresentation
Sets the string value.
setTextContent(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Sets the content of that element as text.
setThird(V) - Method in class org.restlet.ext.rdf.Triple
Sets the third object.
setTime(long) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
setTimeIssued(long) - Method in class org.restlet.data.ChallengeResponse
Sets the time when the response was issued, as returned by System.currentTimeMillis().
setTitle(String) - Method in class org.restlet.ext.atom.Collection
Sets the title.
setTitle(String) - Method in class org.restlet.ext.atom.Entry
Sets the human-readable title for the entry.
setTitle(String) - Method in class org.restlet.ext.atom.Feed
Sets the human-readable title for the feed.
setTitle(String) - Method in class org.restlet.ext.atom.Link
Sets the human-readable information about the link.
setTitle(String) - Method in class org.restlet.ext.atom.Workspace
Sets the title.
setTitle(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Sets the title of that documentation element.
setTitle(Text) - Method in class org.restlet.ext.atom.Entry
Sets the human-readable title for the entry.
setTitle(Text) - Method in class org.restlet.ext.atom.Feed
Sets the human-readable title for the feed.
setTitle(Text) - Method in class org.restlet.ext.atom.Source
Sets the human-readable title for the entry.
setToEncode(boolean) - Method in class org.restlet.ext.atom.Content
Indicates if the content is to be encoded.
setTransformSheet(Representation) - Method in class org.restlet.ext.xml.Transformer
Sets the XSLT transform sheet to apply to message entities.
setTransformSheet(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the XSLT transform sheet to apply to message entities.
setTransient(boolean) - Method in class org.restlet.representation.Representation
Indicates if the representation's content is transient.
setTransient(boolean) - Method in class org.restlet.util.WrapperRepresentation
 
setTrustManagerAlgorithm(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the TrustManager algorithm.
setTrustStorePassword(char[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePassword(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePath(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the path to the trust store KeyStore.
setTrustStoreProvider(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the name of the trust store provider.
setTrustStoreType(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Sets the KeyStore type of the trust store.
setTunnelService(TunnelService) - Method in class org.restlet.Application
Sets the tunnel service.
setType(int) - Method in class org.restlet.routing.Variable
Sets the type of variable.
setType(String) - Method in class org.restlet.data.Disposition
Sets the disposition type.
setType(String) - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
setType(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Sets the parameter type.
setType(List<Reference>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Sets the list of references to resource type elements.
setType(MediaType) - Method in class org.restlet.ext.atom.Link
Sets the advisoty media type.
setType(MediaType) - Method in class org.restlet.ext.atom.Text
Sets the content type.
setTypeRef(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the type reference.
setUnitName(String) - Method in class org.restlet.data.Range
Sets the name of the range unit.
setUnmodifiedSince(Date) - Method in class org.restlet.data.Conditions
Sets the condition based on the modification date of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Unmodified-Since" header.
setUpdated(Date) - Method in class org.restlet.ext.atom.Entry
Sets the most recent moment when the entry was modified in a significant way.
setUpdated(Date) - Method in class org.restlet.ext.atom.Feed
Sets the most recent moment when the feed was modified in a significant way.
setUpdated(Date) - Method in class org.restlet.ext.atom.Source
Sets the most recent moment when the entry was modified in a significant way.
setUri(Reference) - Method in class org.restlet.ext.atom.Generator
Sets the reference of the generating agent.
setUri(Reference) - Method in class org.restlet.ext.atom.Person
Sets the IRI associated with the person.
setUriResolver(URIResolver) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the URI resolver.
setUser(User) - Method in class org.restlet.data.ClientInfo
Sets the authenticated user.
setUserAgentTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled according to the user agent.
setUserClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
Sets the user class loader that should used in priority.
setUserInfo(String) - Method in class org.restlet.data.Reference
Sets the user info component for server based hierarchical identifiers.
setUserPrincipal(Principal) - Method in class org.restlet.engine.adapter.Call
Sets the user principal.
setUserPrincipalClassName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
Sets the user principal class name.
setUsers(List<User>) - Method in class org.restlet.security.MemoryRealm
Sets the modifiable list of users.
setUsingEncodedAttributeStyle(boolean) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Indicates if EMF references should be written as URI anchors.
SetUtils - Class in org.restlet.engine.util
Utilities for manipulation of Set.
SetUtils() - Constructor for class org.restlet.engine.util.SetUtils
 
setValidatingDtd(boolean) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
setValidatingDtd(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
setValidatingDtd(boolean) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
setValidatingDtd(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates the desire for validating this type of XML representations against an XML schema if one is referenced within the contents.
setValidationEventHandler(ValidationEventHandler) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the validation event handler.
setValue(String) - Method in class org.restlet.data.CacheDirective
Sets the value.
setValue(String) - Method in class org.restlet.data.Cookie
Sets the value.
setValue(String) - Method in class org.restlet.data.Expectation
Sets the value.
setValue(String) - Method in class org.restlet.data.Header
Sets the value.
setValue(String) - Method in class org.restlet.data.Parameter
 
setValue(String) - Method in class org.restlet.ext.html.FormData
Sets the textual value of the associated form control.
setValue(String) - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Sets the value.
setValue(String) - Method in class org.restlet.ext.rdf.Literal
Sets the value.
setValue(String) - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
Sets the value of this option element.
setValue(V) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.Entry
Deprecated.
 
setValue(V) - Method in interface org.restlet.util.NamedValue
Sets the value.
setValueRepresentation(Representation) - Method in class org.restlet.ext.html.FormData
Sets the value of the associated form control as a full fledged representation.
setVariables(Map<String, Variable>) - Method in class org.restlet.routing.Template
Sets the modifiable map of variables.
setVerifier(Verifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
Sets the internal verifier.
setVerifier(Verifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Set the internal verifier.
setVerifier(Verifier) - Method in class org.restlet.security.ChallengeAuthenticator
Sets the credentials verifier.
setVerifier(Verifier) - Method in class org.restlet.security.Realm
Sets a verifier that can check the validity of the credentials associated to a request.
setVersion(int) - Method in class org.restlet.data.Cookie
Sets the cookie specification version.
setVersion(String) - Method in class org.restlet.data.Product
Sets the version of the product.
setVersion(String) - Method in class org.restlet.engine.adapter.Call
Sets the protocol version used.
setVersion(String) - Method in class org.restlet.ext.atom.Generator
Sets the version of the generating agent.
setWakeupListener(WakeupListener) - Method in class org.restlet.util.SelectionRegistration
Sets the wakeup listener that will be notified.
setWantClientAuthentication(boolean) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
Indicates if we would like client certificate authentication.
setWarnings(List<Warning>) - Method in class org.restlet.engine.adapter.HttpRequest
 
setWarnings(List<Warning>) - Method in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
 
setWarnings(List<Warning>) - Method in class org.restlet.Message
Sets the additional warnings information.
setWorkspace(Workspace) - Method in class org.restlet.ext.atom.Collection
Sets the parent workspace.
setWrapped(ScheduledExecutorService) - Method in class org.restlet.service.TaskService
Sets the wrapped JDK executor service.
setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the digest algorithm of secrets returned by the wrapped verifier.
setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Sets the digest algorithm of secrets returned by the wrapped verifier.
setWrappedServer(Server) - Method in class org.restlet.ext.jetty.JettyServerHelper
Sets the wrapped Jetty server.
setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
Sets the secret verifier that will be wrapped by the real verifier supporting all the HTTP AWS verifications.
setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the secret verifier that will be wrapped by real verifier supporting all the HTTP DIGEST verifications (nonce, domain URIs, etc.).
setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Sets the wrapped local secret verifier.
setWrappedVerifier(T) - Method in class org.restlet.ext.crypto.DigestVerifier
Sets the wrapped secret verifier.
setWriteInterest() - Method in class org.restlet.util.SelectionRegistration
Sets interest in IO read operations.
setXIncludeAware(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates the desire for processing XInclude if found in this type of XML representations.
setXIncludeAware(boolean) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates the desire for processing XInclude if found in this type of XML representations.
setXIncludeAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates the desire for processing XInclude if found in this type of XML representations.
setXmlElement(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Sets the qualified name of the root element for this XML-based representation.
setYear(int) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
severe(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a severe message.
sharedMaxAge(int) - Static method in class org.restlet.data.CacheDirective
Creates a "s-maxage" directive.
shouldBeChunked(Representation) - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Indicates if the entity should be chunked because its length is unknown.
shouldRequestBeChunked(Request) - Method in class org.restlet.engine.adapter.ClientCall
Indicates if the request entity should be chunked.
shouldResponseBeChunked(Response) - Method in class org.restlet.engine.adapter.ServerCall
Indicates if the response should be chunked because its length is unknown.
shutdown - Variable in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper.ReaperThread
Indicates if the thread is shut down.
shutdown() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
shutdown() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
 
shutdown() - Method in class org.restlet.ext.nio.internal.controller.Controller
Deprecated.
Abort the controller.
shutdown() - Method in class org.restlet.service.TaskService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown(Socket) - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Shutdowns the socket, first its input then its output.
shutdown(Socket) - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
 
shutdownAllowed - Variable in class org.restlet.service.TaskService
Allow TaskService.shutdown() and TaskService.shutdownNow() methods to effectively shutdown the wrapped executor service.
shutdownLatch - Variable in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper.ReaperThread
CountDownLatch used when stopping the thread.
shutdownNow() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
shutdownNow() - Method in class org.restlet.service.TaskService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
SimplerFormatter - Class in org.restlet.engine.log
Special log formatter that displays the level, the logger name and the actual message.
SimplerFormatter() - Constructor for class org.restlet.engine.log.SimplerFormatter
 
SimplestFormatter - Class in org.restlet.engine.log
Special log formatter that displays the actual message only.
SimplestFormatter() - Constructor for class org.restlet.engine.log.SimplestFormatter
 
SimpleXmlProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
SimpleXmlProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.SimpleXmlProvider
Deprecated.
 
singelton - Variable in class org.restlet.ext.jaxrs.internal.wrappers.RootResourceClass
Deprecated.
 
singleton(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
 
SingletonProvider - Class in org.restlet.ext.jaxrs.internal.wrappers.provider
Deprecated.
Will be removed in next minor release.
SingletonProvider(Object, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
SingletonRootResourceClass - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
SingletonRootResourceClass(Object, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.SingletonRootResourceClass
Deprecated.
 
SIP - Static variable in class org.restlet.data.Protocol
SIP protocol.
SIPS - Static variable in class org.restlet.data.Protocol
SIPS protocol (via SSL socket).
size - Variable in class org.restlet.data.Range
Size of the range in number of bytes (or range unit).
size - Variable in class org.restlet.ext.rdf.internal.xml.ScopedProperty
 
size - Variable in class org.restlet.representation.Representation
The expected size.
size() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
size() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
size() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
size() - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
size() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
size() - Method in class org.restlet.ext.xml.NodeList
 
size() - Method in class org.restlet.util.WrapperList
Returns the number of elements in this list.
size() - Method in class org.restlet.util.WrapperMap
Returns the number of key-value mappings in this map.
SIZE - org.restlet.ext.nio.internal.state.ChunkState
Deprecated.
Reading the chunk size line.
SIZE_MAX - Static variable in class org.restlet.data.Range
Maximum size available from the index.
SKIP - Static variable in class org.restlet.routing.Filter
Indicates that after the Filter.beforeHandle(Request, Response) method, the request processing should skip the Filter.doHandle(Request, Response) method to continue with the Filter.afterHandle(Request, Response) method.
skipParameterSeparator() - Method in class org.restlet.engine.header.HeaderReader
Skips the next parameter separator (semi-colon) including leading and trailing spaces.
skippedEntity(String) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
skippedEntity(String) - Method in class org.restlet.ext.atom.EntryReader
 
skippedEntity(String) - Method in class org.restlet.ext.atom.FeedReader
 
skippingResourceForCorsOptions - Variable in class org.restlet.engine.application.CorsFilter
If true, the filter does not call the server resource for OPTIONS method of CORS request and set Access-Control-Allow-Methods header with CorsFilter.defaultAllowedMethods.
skippingResourceForCorsOptions - Variable in class org.restlet.service.CorsService
If true, the filter does not call the server resource for OPTIONS method of CORS request and set Access-Control-Allow-Methods header with the default methods cf CorsService.getDefaultAllowedMethods().
skipSpaces() - Method in class org.restlet.engine.header.HeaderReader
Skips the next spaces.
skipValueSeparator() - Method in class org.restlet.engine.header.HeaderReader
Skips the next value separator (comma) including leading and trailing spaces.
slf4jLogger - Variable in class org.restlet.ext.slf4j.Slf4jLogger
The wrapped SLF4J logger.
Slf4jLogger - Class in org.restlet.ext.slf4j
JULI logger that efficiently wraps a SLF4J logger.
Slf4jLogger(String, String) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
Constructor.
Slf4jLogger(Logger) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
Constructor.
Slf4jLoggerFacade - Class in org.restlet.ext.slf4j
Restlet log facade for the SLF4J LoggerFactory.
Slf4jLoggerFacade() - Constructor for class org.restlet.ext.slf4j.Slf4jLoggerFacade
 
SMTP - Static variable in class org.restlet.data.Protocol
SMTP protocol.
SMTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
Plain SMTP scheme.
SmtpPlainHelper - Class in org.restlet.engine.security
Implements the SMTP PLAIN authentication.
SmtpPlainHelper() - Constructor for class org.restlet.engine.security.SmtpPlainHelper
Constructor.
SMTPS - Static variable in class org.restlet.data.Protocol
SMTPS protocol (via SSL/TLS socket).
SO_TIMEOUT - Static variable in class org.restlet.engine.log.IdentClient
The timeout while communicating with the Ident server.
socketAddress - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The socket address.
socketChannel - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The underlying socket channel.
sort(List<Method>) - Static method in class org.restlet.data.Method
Sorts the given list of methods by name.
sortByConcreteness(Collection<MediaType>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns a new List, which contains all MediaTypes of the given List, sorted by it's concreteness, the concrete MediaType at the beginning.
SortedMetadata<T extends Metadata> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
SortedMetadata(Collection<Preference<T>>) - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Creates a new SortedMetadata from the given Metadata.
SortedMetadata(List<Collection<T>>) - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
Creates a new SortedMetadata from the sorted Metadata.
SortedMetadata.IteratorIterator<T extends Metadata> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
 
SortedOrderedBag<E> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
SortedOrderedBag() - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
Creates a new sorted ordered bag.
SortedOrderedBag(Collection<E>) - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
Creates a new sorted ordered bag.
SortedOrderedBag(Comparator<E>) - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
Creates a new sorted ordered bag.
SortedOrderedBag(Comparator<E>, Collection<E>) - Constructor for class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
Creates a new sorted ordered bag.
SortedOrderedBag.Compar<A extends java.lang.Comparable<A>> - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
 
source - Variable in class org.restlet.engine.security.RoleMapping
The source of the mapping.
source - Variable in class org.restlet.ext.atom.Entry
Source feed's metadata if the entry was copied from another feed.
source - Variable in class org.restlet.ext.rdf.Link
The source object.
source - Variable in class org.restlet.ext.xml.SaxRepresentation
The SAX source.
Source - Class in org.restlet.ext.atom
Source feed's metadata for entries copied from another feed.
Source() - Constructor for class org.restlet.ext.atom.Source
Constructor.
SourceProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
SourceProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.SourceProvider
Deprecated.
 
sourceRepresentation - Variable in class org.restlet.ext.xml.TransformRepresentation
The source representation to transform.
SPANISH - Static variable in class org.restlet.data.Language
Spanish language.
specificness(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Returns the specificness of the given MediaType: 1 for any concrete type (contains no star) 0 for the types (anything/*) -1 for '*/*
splitAndTrim(String) - Static method in class org.restlet.engine.util.StringUtils
Returns an list of trimmed token splitted with the split character ",".
splitAndTrim(String, String) - Static method in class org.restlet.engine.util.StringUtils
Returns an list of trimmed token splitted with the split character.
SslConnection<T extends Connector> - Class in org.restlet.ext.nio.internal.connection
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
SslConnection(ConnectionHelper<T>, SocketChannel, ConnectionController, InetSocketAddress, SSLEngine) - Constructor for class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
Constructor.
sslContext - Variable in class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
The SSL context.
sslContext - Variable in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
The SSL context.
SslContextFactory - Class in org.restlet.engine.ssl
This is an abstract factory that produces configured and initialized instances of SSLContext.
SslContextFactory() - Constructor for class org.restlet.engine.ssl.SslContextFactory
 
sslEngine - Variable in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
The engine to use for wrapping and unwrapping.
sslEngineResult - Variable in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
The engine result.
SslUtils - Class in org.restlet.engine.ssl
Various HTTPS utilities.
SslUtils() - Constructor for class org.restlet.engine.ssl.SslUtils
Private constructor to ensure that the class acts as a true utility class i.e.
stale - Variable in class org.restlet.data.ChallengeRequest
Indicates if the previous request from the client was stale.
STANDARD_HEADERS - Static variable in class org.restlet.engine.header.HeaderUtils
Standard set of headers which cannot be modified.
start() - Method in class org.restlet.Application
Starts the application, all the enabled associated services then the inbound and outbound roots.
start() - Method in class org.restlet.Client
 
start() - Method in class org.restlet.Component
Starts the component.
start() - Method in class org.restlet.engine.application.ApplicationHelper
Start hook.
start() - Method in class org.restlet.engine.component.ClientRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.component.ComponentHelper
 
start() - Method in class org.restlet.engine.component.ServerRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.connector.ConnectorHelper
 
start() - Method in class org.restlet.engine.connector.FtpClientHelper
 
start() - Method in class org.restlet.engine.connector.HttpClientHelper
 
start() - Method in class org.restlet.engine.connector.HttpServerHelper
 
start() - Method in class org.restlet.engine.connector.HttpsServerHelper
Starts the Restlet.
start() - Method in class org.restlet.engine.connector.NetServerHelper
 
start() - Method in class org.restlet.engine.RestletHelper
Start callback.
start() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 
start() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
 
start() - Method in class org.restlet.ext.jetty.HttpClientHelper
 
start() - Method in class org.restlet.ext.jetty.JettyServerHelper
 
start() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
 
start() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
start() - Method in class org.restlet.ext.nio.HttpsClientHelper
Deprecated.
 
start() - Method in class org.restlet.ext.nio.HttpsServerHelper
Deprecated.
 
start() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
start() - Method in class org.restlet.Restlet
Starts the Restlet.
start() - Method in class org.restlet.routing.Filter
Starts the filter and the next Restlet if attached.
start() - Method in class org.restlet.routing.Router
Starts the filter and the attached routes.
start() - Method in class org.restlet.security.Realm
Starts the realm.
start() - Method in class org.restlet.Server
 
start() - Method in class org.restlet.service.LogService
Starts the log service by attempting to read the log properties if the LogService.getLogPropertiesRef() returns a non null URI reference.
start() - Method in class org.restlet.service.Service
Starts the Restlet.
start() - Method in class org.restlet.service.TaskService
 
start() - Method in class org.restlet.util.ServiceList
Starts each service.
start() - Method in class org.restlet.util.WrapperRestlet
 
start(BundleContext) - Method in class org.restlet.engine.internal.Activator
Starts the OSGi bundle by registering the engine with the bundle of the Restlet API.
start(BundleContext) - Method in class org.restlet.ext.jackson.internal.Activator
 
START - org.restlet.ext.nio.internal.state.MessageState
Deprecated.
The start line is being processed.
startCDATA() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the beginning of a CDATA section.
startClients() - Method in class org.restlet.Component
Starts the client connectors.
startContent(Content) - Method in class org.restlet.ext.atom.EntryReader
Called when a new content element has been detected in the Atom document.
startContent(Content) - Method in class org.restlet.ext.atom.FeedReader
Called when a new content element has been detected in the Atom document.
startDocument() - Method in class org.restlet.ext.atom.EntryReader
 
startDocument() - Method in class org.restlet.ext.atom.FeedReader
 
startDocument() - Method in class org.restlet.ext.atom.internal.EntryContentReader
 
startDocument() - Method in class org.restlet.ext.atom.internal.FeedContentReader
 
startDocument() - Method in class org.restlet.ext.atom.internal.ServiceContentReader
 
startDocument() - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
 
startDocument() - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the beginning of a document.
startDocument() - Method in class org.restlet.ext.xml.XmlWriter
Write the XML declaration at the beginning of the document.
startDTD(String, String, String) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
 
started - Variable in class org.restlet.Restlet
Indicates if the Restlet was started.
started - Variable in class org.restlet.security.Realm
Indicates if the realm was started.
started - Variable in class org.restlet.service.Service
Indicates if the service was started.
startElement(String) - Method in class org.restlet.ext.xml.XmlWriter
Start a new element without a qname, attributes or a Namespace URI.
startElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Start a new element without a qname or attributes.
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.EntryReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.FeedReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.CategoriesContentReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.EntryContentReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.FeedContentReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.ServiceContentReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the beginning of an element.
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.xml.XmlWriter
Write a start tag.
startEntity(String) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the beginning of an entity.
startEntry(Entry) - Method in class org.restlet.ext.atom.EntryReader
Called when a new entry has been detected in the Atom document.
startEntry(Entry) - Method in class org.restlet.ext.atom.FeedReader
Called when a new entry has been detected in the Atom document.
startFeed(Feed) - Method in class org.restlet.ext.atom.FeedReader
Called when a new feed has been detected in the Atom document.
startGraph() - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used before the graph is parsed or written.
startGraph() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
startGraph() - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
startHelper() - Method in class org.restlet.Component
Starts the internal helper allowing incoming requests to be served.
startIfNeeded() - Method in class org.restlet.service.TaskService
Starts the task service if needed.
startIndex - Variable in class org.restlet.engine.io.RangeInputStream
The start index inside the source stream.
startLink(Link) - Method in class org.restlet.ext.atom.EntryReader
Called when a new link has been detected in the Atom document.
startLink(Link) - Method in class org.restlet.ext.atom.FeedReader
Called when a new link has been detected in the Atom document.
startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.EntryReader
 
startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.FeedReader
 
startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.internal.EntryContentReader
 
startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.internal.FeedContentReader
 
startPrefixMapping(String, String) - Method in class org.restlet.ext.rdf.internal.xml.ContentReader
 
startPrefixMapping(String, String) - Method in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
Receive notification of the beginning of a prefix-URI Namespace mapping.
startPrefixMapping(String, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used at the start of a Namespace mapping.
startPrefixMapping(String, Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
startRealms() - Method in class org.restlet.Component
Starts the realms.
startRouters() - Method in class org.restlet.Component
Starts the virtual hosts and the internal router.
startServers() - Method in class org.restlet.Component
Starts the server connectors.
startServices() - Method in class org.restlet.Component
Starts the associated services.
startsWith(CharSequence, char) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Checks, if the given CharSequence starts with the given character.
startTextElement(Attributes) - Method in class org.restlet.ext.atom.internal.EntryContentReader
Receive notification of the beginning of a text element.
startTextElement(Attributes) - Method in class org.restlet.ext.atom.internal.FeedContentReader
Receives notification of the beginning of a text element.
startTokenIndex - Variable in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Start index of current lexical unit.
startupLatch - Variable in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper.ReaperThread
CountDownLatch used when starting the thread.
state - Variable in class org.restlet.ext.atom.internal.EntryContentReader
The currently state.
state - Variable in class org.restlet.ext.atom.internal.FeedContentReader
The current state.
state - Variable in class org.restlet.ext.atom.internal.ServiceContentReader
 
state - Variable in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
The byte buffer IO state.
state - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The state of the connection.
state - Variable in class org.restlet.ext.xml.XmlWriter
 
State() - Constructor for enum org.restlet.ext.atom.internal.EntryContentReader.State
 
State() - Constructor for enum org.restlet.ext.atom.internal.FeedContentReader.State
 
State() - Constructor for enum org.restlet.ext.rdf.internal.xml.ContentReader.State
 
State() - Constructor for enum org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
 
states - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Heap of states.
states - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The stack of parser states.
stateStack - Variable in class org.restlet.ext.xml.XmlWriter
 
status - Variable in class org.restlet.data.Warning
The special status.
status - Variable in class org.restlet.engine.resource.ThrowableAnnotationInfo
The status parsed from the annotation value.
status - Variable in class org.restlet.ext.jaxrs.internal.core.ResponseImpl
Deprecated.
 
status - Variable in class org.restlet.ext.json.JsonpRepresentation
The actual status code.
status - Variable in exception org.restlet.resource.ResourceException
The status associated to this exception.
status - Variable in class org.restlet.Response
The status.
status(int) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the status on the ResponseBuilder.
Status - Class in org.restlet.data
Status to return after handling a call.
Status - Annotation Type in org.restlet.resource
Annotation for Throwable that map to HTTP error statuses.
Status(int) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, String, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable, String, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, Throwable) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, Throwable, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, Throwable, String, String) - Constructor for class org.restlet.data.Status
Constructor.
STATUS_PREC_FAILED - Static variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
statusCode - Variable in class org.restlet.engine.adapter.Call
The status code.
statuses - Variable in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
List of statuses associated with this response representation.
StatusFilter - Class in org.restlet.engine.application
Filter associating a response entity based on the status.
StatusFilter(Context, boolean, String, Reference) - Constructor for class org.restlet.engine.application.StatusFilter
Constructor.
StatusFilter(Context, StatusService) - Constructor for class org.restlet.engine.application.StatusFilter
Constructor from a status service.
StatusInfo - Class in org.restlet.engine.application
Representation of a Status.
StatusInfo() - Constructor for class org.restlet.engine.application.StatusInfo
Empty Constructor
StatusInfo(int, String, String) - Constructor for class org.restlet.engine.application.StatusInfo
Constructor.
StatusInfo(int, String, String, String, String, String) - Constructor for class org.restlet.engine.application.StatusInfo
Constructor.
StatusInfo(Status) - Constructor for class org.restlet.engine.application.StatusInfo
Constructor.
StatusInfo(Status, String, String) - Constructor for class org.restlet.engine.application.StatusInfo
Constructor.
StatusInfoHtmlConverter - Class in org.restlet.engine.converter
Converter for the StatusInfo class.
StatusInfoHtmlConverter() - Constructor for class org.restlet.engine.converter.StatusInfoHtmlConverter
 
statusService - Variable in class org.restlet.engine.application.StatusFilter
The helped status service.
StatusService - Class in org.restlet.service
Service to handle error statuses.
StatusService() - Constructor for class org.restlet.service.StatusService
Constructor.
StatusService(boolean) - Constructor for class org.restlet.service.StatusService
Constructor.
StatusService(boolean, ConverterService, MetadataService, ConnegService) - Constructor for class org.restlet.service.StatusService
Constructor.
step() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Read a new character.
step(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Steps forward.
stepBack() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Steps back of one step.
stepBack(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Steps back.
stop() - Method in class org.restlet.Application
Stops the application, the inbound and outbound roots then all the enabled associated services.
stop() - Method in class org.restlet.Client
 
stop() - Method in class org.restlet.Component
Stops the component.
stop() - Method in class org.restlet.engine.application.ApplicationHelper
 
stop() - Method in class org.restlet.engine.component.ComponentHelper
 
stop() - Method in class org.restlet.engine.component.ServerRouter
 
stop() - Method in class org.restlet.engine.connector.ConnectorHelper
 
stop() - Method in class org.restlet.engine.connector.FtpClientHelper
 
stop() - Method in class org.restlet.engine.connector.HttpClientHelper
 
stop() - Method in class org.restlet.engine.connector.HttpServerHelper
 
stop() - Method in class org.restlet.engine.connector.HttpsServerHelper
 
stop() - Method in class org.restlet.engine.connector.NetServerHelper
 
stop() - Method in class org.restlet.engine.connector.ServerHelper
 
stop() - Method in class org.restlet.engine.RestletHelper
Stop callback.
stop() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 
stop() - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
Stops the Idle Connection Reaper if running.
stop() - Method in class org.restlet.ext.jetty.HttpClientHelper
 
stop() - Method in class org.restlet.ext.jetty.JettyServerHelper
 
stop() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
 
stop() - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
 
stop() - Method in class org.restlet.ext.nio.ServerConnectionHelper
Deprecated.
 
stop() - Method in class org.restlet.Restlet
Stops the Restlet.
stop() - Method in class org.restlet.routing.Filter
Stops the filter and the next Restlet if attached.
stop() - Method in class org.restlet.routing.Router
Stops the filter and the attached routes.
stop() - Method in class org.restlet.security.Realm
Stops the realm.
stop() - Method in class org.restlet.Server
 
stop() - Method in class org.restlet.service.Service
Stops the Restlet.
stop() - Method in class org.restlet.service.TaskService
 
stop() - Method in class org.restlet.util.ServiceList
Stops each service.
stop() - Method in class org.restlet.util.WrapperRestlet
 
stop(BundleContext) - Method in class org.restlet.engine.internal.Activator
Stops the OSGi bundle by unregistering the engine with the bundle of the Restlet API.
stop(BundleContext) - Method in class org.restlet.ext.jackson.internal.Activator
 
STOP - Static variable in class org.restlet.routing.Filter
Indicates that the request processing should stop and return the current response from the filter.
stopClients() - Method in class org.restlet.Component
Stops the client connectors.
stopHelper() - Method in class org.restlet.Component
Stops the internal helper allowing incoming requests to be served.
stopHostApplications(VirtualHost) - Method in class org.restlet.engine.component.ComponentHelper
Stop all applications attached to a virtual host
stopRealms() - Method in class org.restlet.Component
Stops the realms.
stopRouters() - Method in class org.restlet.Component
Stops the virtual hosts and the internal router.
stopServers() - Method in class org.restlet.Component
Stops the server connectors.
stopServices() - Method in class org.restlet.Component
Stops the associated services.
store - Variable in class org.restlet.engine.util.Pool
Store of reusable objects.
store - Static variable in class org.restlet.ext.velocity.RepresentationResourceLoader
The cache of template representations.
stream - Variable in class org.restlet.engine.util.FormReader
The form stream.
stream - Variable in class org.restlet.ext.html.internal.FormReader
The form stream.
stream - Variable in class org.restlet.representation.InputRepresentation
The representation's stream.
StreamingOutputProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
StreamingOutputProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.StreamingOutputProvider
Deprecated.
 
StreamRepresentation - Class in org.restlet.representation
Representation based on a BIO stream.
StreamRepresentation(MediaType) - Constructor for class org.restlet.representation.StreamRepresentation
Constructor.
strict - Variable in class org.restlet.service.ConnegService
Indicates if the conneg algorithm should strictly respect client preferences or be more flexible.
StrictConneg - Class in org.restlet.engine.application
Content negotiation algorithm that strictly interprets the content negotiation preferences.
StrictConneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.StrictConneg
Constructor.
StringProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
StringProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
StringReader - Class in org.restlet.engine.header
String header reader.
StringReader(String) - Constructor for class org.restlet.engine.header.StringReader
Constructor.
StringReadingListener - Class in org.restlet.util
Selection listener notifying new content as a string.
StringReadingListener(Representation) - Constructor for class org.restlet.util.StringReadingListener
Default constructor.
StringReadingListener(Representation, int) - Constructor for class org.restlet.util.StringReadingListener
Constructor.
StringRepresentation - Class in org.restlet.representation
Represents an Unicode string that can be converted to any character set supported by Java.
StringRepresentation(char[]) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, Language) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.representation.StringRepresentation
Constructor.
StringToken - Class in org.restlet.ext.rdf.internal.turtle
Represents a string of characters.
StringToken(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.StringToken
Constructor with arguments.
StringUtils - Class in org.restlet.engine.util
String manipulation utilities.
StringUtils() - Constructor for class org.restlet.engine.util.StringUtils
Private constructor to ensure that the class acts as a true utility class i.e.
StringUtils.CharacterEntity - Class in org.restlet.engine.util
Represents an XML or HTML character entity reference.
StringUtils.CharacterEntitySolver - Class in org.restlet.engine.util
Stores a list en entities and is able to return one given its numeric value or name.
StringWriter - Class in org.restlet.engine.header
String header writer.
StringWriter() - Constructor for class org.restlet.engine.header.StringWriter
 
strip(String, char) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from both ends of the source string.
strip(String, char, boolean, boolean) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from a source string.
style - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Parameter style.
SUB_DELIMITERS - Static variable in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
the sub-delimiter characters in URIs
SUBJECT - org.restlet.ext.rdf.internal.xml.ContentReader.State
 
subjects - Variable in class org.restlet.ext.rdf.internal.xml.ContentReader
Heap of subjects.
subList(int, int) - Method in class org.restlet.data.ReferenceList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.restlet.util.RouteList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.restlet.util.Series
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.restlet.util.WrapperList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(String) - Method in class org.restlet.util.Series
Returns a list of all the values associated to the parameter name.
subList(String, boolean) - Method in class org.restlet.util.Series
Returns a list of all the values associated to the parameter name.
submit(Runnable) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
submit(Runnable) - Method in class org.restlet.service.TaskService
 
submit(Runnable, T) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
submit(Runnable, T) - Method in class org.restlet.service.TaskService
 
submit(Callable<T>) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
 
submit(Callable<T>) - Method in class org.restlet.service.TaskService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
SubResourceLocator - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
SubResourceLocator(Method, Method, ResourceClass, ThreadLocalizedContext, JaxRsProviders, ExtensionBackwardMapping, Logger) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.SubResourceLocator
Deprecated.
Creates a new wrapper for the given sub resource locator.
subResourceLocators - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
The sub resource locators of this resource class.
subTags - Variable in class org.restlet.data.Language
The metadata main list of subtags taken from the metadata name.
subtitle - Variable in class org.restlet.ext.atom.Feed
Short summary, abstract, or excerpt of an feed.
subtitle - Variable in class org.restlet.ext.atom.Source
Short summary, abstract, or excerpt of an entry.
SUCCESS_ACCEPTED - Static variable in class org.restlet.data.Status
The request has been accepted for processing, but the processing has not been completed.
SUCCESS_CREATED - Static variable in class org.restlet.data.Status
The request has been fulfilled and resulted in a new resource being created.
SUCCESS_MISC_PERSISTENT_WARNING - Static variable in class org.restlet.data.Status
Warning status code, optionally including arbitrary information to be presented to a human user, typically returned by a cache.
SUCCESS_MULTI_STATUS - Static variable in class org.restlet.data.Status
This response is used to inform the client that the HTTP response entity contains a set of status codes generated during the method invocation.
SUCCESS_NO_CONTENT - Static variable in class org.restlet.data.Status
The server has fulfilled the request but does not need to return an entity-body (for example after a DELETE), and might want to return updated meta-information.
SUCCESS_NON_AUTHORITATIVE - Static variable in class org.restlet.data.Status
The request has succeeded but the returned meta-information in the entity-header does not come from the origin server, but is gathered from a local or a third-party copy.
SUCCESS_OK - Static variable in class org.restlet.data.Status
The request has succeeded.
SUCCESS_PARTIAL_CONTENT - Static variable in class org.restlet.data.Status
The server has fulfilled the partial GET request for the resource assuming the request has included a Range header field indicating the desired range.
SUCCESS_RESET_CONTENT - Static variable in class org.restlet.data.Status
The server has fulfilled the request and the user agent SHOULD reset the document view which caused the request to be sent.
SUCCESS_TRANSFORMATION_APPLIED - Static variable in class org.restlet.data.Status
Warning status code, typically returned by a cache or a proxy, indicating that the response has been transformed.
SUCCESSOR_VERSION - Static variable in class org.restlet.ext.atom.Relation
When included on a versioned resource, this link points to a resource containing the successor version in the version history.
summary - Variable in class org.restlet.ext.atom.Entry
Short summary, abstract, or excerpt of the entry.
supported - Variable in exception org.restlet.ext.jaxrs.internal.exceptions.NotAcceptableWebAppException
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
Returns the class object supported by this provider.
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.ByteArrayProvider
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.DataSourceProvider
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.FileProvider
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.InputStreamProvider
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.ReaderProvider
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.SourceProvider
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormFormProvider
Deprecated.
 
supportedClass() - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormMmapProvider
Deprecated.
 
supportedVariants - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
Contains the list of supported Variants (lazy initialized by ResourceMethod.getSupportedVariants().
supportsRead(Class<?>, Type) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Checks, if this message body reader supports the given type (by the type parameter of the MessageBodyWriter)
supportsRead(Class<?>, Type) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyReader
Deprecated.
Checks, if this message body reader supports the given type (by the type parameter of the MessageBodyWriter)
supportsRead(MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Checks, if this MessageBodyReader supports the given MediaType.
supportsRead(MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Checks, if this MessageBodyReader supports the given MediaType.
supportsWrite(Class<?>, Type) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Checks, if this message body writer supports the given type (by the type parameter of the MessageBodyWriter)
supportsWrite(Class<?>, Type) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
Checks, if this message body writer supports the given type (by the type parameter of the MessageBodyWriter)
supportsWrite(Iterable<MediaType>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Checks, if the wrapped MessageBodyWriter supports at least one of the requested MediaTypes.
supportsWrite(Iterable<MediaType>) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
Checks, if the wrapped MessageBodyWriter supports at least one of the given MediaTypes.
supportsWrite(Iterable<MediaType>) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Checks, if the wrapped MessageBodyWriter supports at least one of the requested MediaTypes.
supportsWrite(MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
supportsWrite(MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ContextResolver
Deprecated.
Checks, if the wrapped ContextResolver supports the given MediaType.
supportsWrite(MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Checks, if the wrapped MessageBodyWriter supports at least one of the requested MediaTypes.
supportsWrite(MediaType) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
Checks, if the wrapped MessageBodyWriter supports at least one of the requested MediaTypes.
supportsWrite(MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
Checks, if the wrapped MessageBodyWriter supports the given MediaType.
supportsWrite(MediaType) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.ProviderWrapper
Deprecated.
Checks, if the wrapped MessageBodyWriter supports at least one of the requested MediaTypes.
suspend() - Method in class org.restlet.util.SelectionRegistration
Suspend interest in new listener notifications.
SystemUtils - Class in org.restlet.engine.util
System utilities.
SystemUtils() - Constructor for class org.restlet.engine.util.SystemUtils
Private constructor to ensure that the class acts as a true utility class i.e.

T

tag - Variable in class org.restlet.representation.RepresentationInfo
The tag.
tag(String) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set a strong entity tag on the ResponseBuilder.
tag(EntityTag) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the entity tag on the ResponseBuilder.
Tag - Class in org.restlet.data
Validation tag equivalent to an HTTP entity tag (E-Tag).
Tag() - Constructor for class org.restlet.data.Tag
Default constructor.
Tag(String) - Constructor for class org.restlet.data.Tag
Constructor of weak tags.
Tag(String, boolean) - Constructor for class org.restlet.data.Tag
Constructor.
TagReader - Class in org.restlet.engine.header
Tag header reader.
TagReader(String) - Constructor for class org.restlet.engine.header.TagReader
Constructor.
TagWriter - Class in org.restlet.engine.header
Tag header writer.
TagWriter() - Constructor for class org.restlet.engine.header.TagWriter
 
target - Variable in class org.restlet.engine.security.RoleMapping
The target role of the mapping.
target - Variable in class org.restlet.ext.rdf.Link
The target object.
targetClass - Variable in class org.restlet.ext.guice.RestletGuice.Module.KeyFinder
 
targetClass - Variable in class org.restlet.resource.Finder
Target ServerResource subclass.
targetEntityEnabled - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
Indicates if the target entity should be provided to the target resource.
targetMethod - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
The method to invoke on the target resource.
targetRef - Variable in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
URI for the referenced definitions.
targetRef - Variable in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Reference to a method definition element.
targetTemplate - Variable in class org.restlet.routing.Redirector
The target URI pattern.
targetUri - Variable in class org.restlet.engine.local.DirectoryServerResource
The context's target URI (file, clap URI).
targetUri - Variable in class org.restlet.ext.javamail.TriggerResource
Deprecated.
The target URI template.
TaskService - Class in org.restlet.service
Application service capable of running and scheduling tasks asynchronously.
TaskService() - Constructor for class org.restlet.service.TaskService
Constructor.
TaskService(boolean) - Constructor for class org.restlet.service.TaskService
Constructor.
TaskService(boolean, boolean) - Constructor for class org.restlet.service.TaskService
Constructor.
TaskService(boolean, int) - Constructor for class org.restlet.service.TaskService
Constructor.
TaskService(int) - Constructor for class org.restlet.service.TaskService
Constructor.
TaskService.RestletThreadFactory - Class in org.restlet.service
The default thread factory.
TasksListener - Interface in org.restlet.ext.nio.internal.util
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
technicalName - Variable in class org.restlet.data.ChallengeScheme
The technical name.
technicalName - Variable in class org.restlet.data.Protocol
The technical name that appears on the wire.
TEMPL_PARAMS - Static variable in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
the additional allowed characters for template parameters in URIs.
template - Variable in class org.restlet.ext.velocity.TemplateRepresentation
The template.
template - Variable in class org.restlet.routing.TemplateRoute
The reference template to match.
Template - Class in org.restlet.routing
String template with a pluggable model.
Template(String) - Constructor for class org.restlet.routing.Template
Default constructor.
Template(String, int) - Constructor for class org.restlet.routing.Template
Constructor.
Template(String, int, int, String, boolean, boolean) - Constructor for class org.restlet.routing.Template
Constructor.
Template(String, int, int, String, boolean, boolean, boolean) - Constructor for class org.restlet.routing.Template
Constructor.
TEMPLATE - org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
TemplateDispatcher - Class in org.restlet.engine.util
Filter that resolves URI templates in the target resource URI reference using the request attributes.
TemplateDispatcher() - Constructor for class org.restlet.engine.util.TemplateDispatcher
 
TemplateFilter - Class in org.restlet.ext.velocity
Filter response's entity and wrap it with a Velocity's template representation.
TemplateFilter() - Constructor for class org.restlet.ext.velocity.TemplateFilter
Constructor.
TemplateFilter(Context) - Constructor for class org.restlet.ext.velocity.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.velocity.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Map<String, Object>) - Constructor for class org.restlet.ext.velocity.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Resolver<Object>) - Constructor for class org.restlet.ext.velocity.TemplateFilter
Constructor.
templateName - Variable in class org.restlet.ext.velocity.TemplateRepresentation
The template name.
TemplateRepresentation - Class in org.restlet.ext.velocity
Velocity template representation.
TemplateRepresentation(String, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
Constructor.
TemplateRepresentation(String, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
Constructor.
TemplateRepresentation(Template, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
Constructor.
TemplateRepresentation(Template, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
Constructor.
TemplateRepresentation(Representation, Map<String, Object>, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
Constructor based on a Velocity 'encoded' representation.
TemplateRepresentation(Representation, MediaType) - Constructor for class org.restlet.ext.velocity.TemplateRepresentation
Constructor based on a Velocity 'encoded' representation.
TemplateRepresentation.ResolverContext - Class in org.restlet.ext.velocity
Velocity context based on a Resolver.
TemplateRoute - Class in org.restlet.routing
Filter scoring the affinity of calls with the attached Restlet.
TemplateRoute(Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor behaving as a simple extractor filter.
TemplateRoute(Router, String, Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor.
TemplateRoute(Router, Template, Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor.
templates - Variable in class org.restlet.ext.xml.TransformRepresentation
The template to be used and reused.
term - Variable in class org.restlet.ext.atom.Category
The identifier term.
text - Variable in class org.restlet.data.Warning
The warning text.
text - Variable in class org.restlet.representation.StringRepresentation
The string value.
Text - Class in org.restlet.ext.atom
A Text construct contains human-readable text, usually in small quantities.
Text(String) - Constructor for class org.restlet.ext.atom.Text
Constructor.
Text(MediaType) - Constructor for class org.restlet.ext.atom.Text
Constructor.
Text(MediaType, String) - Constructor for class org.restlet.ext.atom.Text
Constructor.
TEXT - org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
 
TEXT_ALL - Static variable in class org.restlet.data.MediaType
 
TEXT_CALENDAR - Static variable in class org.restlet.data.MediaType
 
TEXT_CSS - Static variable in class org.restlet.data.MediaType
 
TEXT_CSV - Static variable in class org.restlet.data.MediaType
 
TEXT_DAT - Static variable in class org.restlet.data.MediaType
 
TEXT_HTML - Static variable in class org.restlet.data.MediaType
 
TEXT_J2ME_APP_DESCRIPTOR - Static variable in class org.restlet.data.MediaType
 
TEXT_JAVASCRIPT - Static variable in class org.restlet.data.MediaType
 
TEXT_PLAIN - Static variable in class org.restlet.data.MediaType
 
TEXT_RDF_N3 - Static variable in class org.restlet.data.MediaType
 
TEXT_RDF_NTRIPLES - Static variable in class org.restlet.data.MediaType
 
TEXT_TSV - Static variable in class org.restlet.data.MediaType
 
TEXT_TURTLE - Static variable in class org.restlet.data.MediaType
 
TEXT_URI_LIST - Static variable in class org.restlet.data.MediaType
 
TEXT_VCARD - Static variable in class org.restlet.data.MediaType
 
TEXT_XML - Static variable in class org.restlet.data.MediaType
 
TEXT_YAML - Static variable in class org.restlet.data.MediaType
 
theMembersInjector - Static variable in class org.restlet.ext.guice.SelfInjectingServerResource
Must be statically injected by DI framework.
third - Variable in class org.restlet.ext.rdf.Triple
The third object.
ThreadLocalizedContext - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
ThreadLocalizedContext() - Constructor for class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedContext
Deprecated.
 
ThreadLocalizedExtendedUriInfo - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
ThreadLocalizedExtendedUriInfo(ThreadLocalizedContext) - Constructor for class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedExtendedUriInfo
Deprecated.
 
ThreadLocalizedUriInfo - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
ThreadLocalizedUriInfo(ThreadLocalizedContext) - Constructor for class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
Creates a new ThreadLocalizedUriInfo
throwable - Variable in class org.restlet.data.Status
The related error or exception.
ThrowableAnnotationInfo - Class in org.restlet.engine.resource
Descriptor for status annotations.
ThrowableAnnotationInfo(Class<?>, int, boolean) - Constructor for class org.restlet.engine.resource.ThrowableAnnotationInfo
Constructor.
throwIllegalArgExc(int, String, Object, String) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 
throwUnmodifiable() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
TIME - org.restlet.data.Dimension
 
timeIssued - Variable in class org.restlet.data.ChallengeResponse
The time when the response was issued, as returned by System.currentTimeMillis().
TIMEOUT - Static variable in class org.restlet.engine.io.SelectorFactory
The timeout before we exit.
TIMEOUT_MS - Static variable in class org.restlet.engine.io.IoUtils
The number of milliseconds after which IO operation will time out.
TIMEZONE_GMT - Static variable in class org.restlet.engine.util.DateUtils
Remember the often used GMT time zone.
title - Variable in class org.restlet.ext.atom.Collection
The title.
title - Variable in class org.restlet.ext.atom.Entry
The human-readable title for the entry.
title - Variable in class org.restlet.ext.atom.Feed
The human-readable title for the feed.
title - Variable in class org.restlet.ext.atom.Link
Human-readable information about the link.
title - Variable in class org.restlet.ext.atom.Source
The human-readable title for the entry.
title - Variable in class org.restlet.ext.atom.Workspace
The title.
title - Variable in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
The title of that documentation element.
tlContext - Variable in class org.restlet.ext.jaxrs.internal.core.ThreadLocalizedUriInfo
Deprecated.
 
tlContext - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.GetLastPathSegment
Deprecated.
 
tlContext - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.EntityGetter
Deprecated.
 
tlContext - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
tlContext - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
 
tlContext - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.PerRequestProviderWrapper
Deprecated.
 
tlContext - Variable in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClasses
Deprecated.
 
tlContext - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet
Deprecated.
Contains the thread localized CallContexts.
toAppendable(Appendable, boolean) - Method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
Appends this PathSegment to the given Appendable
toArray() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
toArray() - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
toArray() - Method in class org.restlet.util.WrapperList
Returns an array containing all of the elements in this list in proper sequence.
toArray(Collection<?>, Class<?>) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Creates an Array of the given type.
toArray(T[]) - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.ListWrappingSet
Deprecated.
 
toArray(T[]) - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
toArray(T[]) - Method in class org.restlet.util.WrapperList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toBoolean(String) - Static method in class org.restlet.resource.Resource
Converts the given String value into a Boolean or null.
toByte(String) - Static method in class org.restlet.resource.Resource
Converts the given String value into a Byte or null.
toByteArray(char[]) - Static method in class org.restlet.engine.io.IoUtils
Converts a char array into a byte array using the default character set.
toByteArray(char[], String) - Static method in class org.restlet.engine.io.IoUtils
Converts a char array into a byte array using the provided character set.
toCharArray(byte[]) - Static method in class org.restlet.engine.io.IoUtils
Converts a byte array into a character array using the default character set.
toCharArray(byte[], String) - Static method in class org.restlet.engine.io.IoUtils
Converts a byte array into a character array using the default character set.
toCharset() - Method in class org.restlet.data.CharacterSet
Returns the NIO charset matching the character set name.
toDouble(String) - Static method in class org.restlet.resource.Resource
Converts the given String value into an Double or null.
toEncode - Variable in class org.restlet.ext.atom.Content
Must the content be encoded or not?
toFloat(String) - Static method in class org.restlet.resource.Resource
Converts the given String value into a Float or null.
toForm(MultivaluedMap<String, String>) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Copies the data in the MultivaluedMap to the Form.
toFormEncoded(String) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts the given query String to a Form, but do not decode the data.
toHex(char, StringBuilder) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
Appends the given character precent-encoded to the StringBuilder.
toHexOrReject(char, StringBuilder, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
if encode is true, the given char is appended as hex string to the StringBuilder.
toHexString(byte[]) - Static method in class org.restlet.engine.io.IoUtils
Converts a byte array into an hexadecimal string.
toHMacSha1(String, byte[]) - Static method in class org.restlet.ext.crypto.DigestUtils
Converts a source string to its HMAC/SHA-1 value.
toHMacSha1(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
Converts a source string to its HMAC/SHA-1 value.
toHMacSha256(String, byte[]) - Static method in class org.restlet.ext.crypto.DigestUtils
Converts a source string to its HMAC/SHA256 value.
toHMacSha256(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
Converts a source string to its HMAC/SHA256 value.
toHtml(StatusInfo) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
toHttpDigest(String, char[], String) - Static method in class org.restlet.ext.crypto.DigestUtils
Return the HTTP DIGEST hashed secret.
toInject - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextHolder
Deprecated.
 
toInteger(String) - Static method in class org.restlet.resource.Resource
Converts the given String value into an Integer or null.
toJaxRsCacheControl(List<CacheDirective>) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
toJaxRsCookie(Cookie) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts a Restlet Cookie to a JAX-RS Cookie
toJaxRsEntityTag(Tag) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts a Restlet-EntityTag to a JAX-RS-EntityTag
toJaxRsMediaType(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Convert a Restlet MediaType to a JAX-RS MediaType.
toJaxRsMediaType(MediaType, CharacterSet) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Convert a Restlet MediaType to a JAX-RS MediaType.
toJaxRsNewCookie(CookieSetting) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts the Restlet CookieSettings to a JAX-RS NewCookie.
toJaxRsVariant(Variant) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts the given Restlet Variant to a JAX-RS Variant
Token - Class in org.restlet.ext.rdf.internal.turtle
Represents a still unidentified Turtle token.
Token(String) - Constructor for class org.restlet.ext.rdf.internal.turtle.Token
Constructor with value.
Token(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.Token
Constructor with arguments.
TokenReader - Class in org.restlet.engine.header
Token header reader.
TokenReader(String) - Constructor for class org.restlet.engine.header.TokenReader
Constructor.
toLanguage(String) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
toLanguage(Locale) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
toLanguageString(Locale) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
toLocale(String) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts a locale String to a Restlet Language.
toLocale(Language) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts a Locale to a Restlet Language.
toLong(String) - Static method in class org.restlet.resource.Resource
Converts the given String value into an Long or null.
toMap(Series<Parameter>) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
toMd5(String) - Static method in class org.restlet.ext.crypto.DigestUtils
Returns the MD5 digest of the target string.
toMd5(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
Returns the MD5 digest of target string.
toName - Variable in class org.restlet.engine.util.StringUtils.CharacterEntitySolver
Map of names of entities according to their numeric value.
toNewCookie(CookieSetting) - Static method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
Converts the Restlet CookieSetting to a JAX-RS NewCookie.
toObject(Representation) - Method in class org.restlet.service.ConverterService
Converts a Representation into a regular Java object.
toObject(Representation, Class<T>) - Method in class org.restlet.resource.Resource
Converts a representation into a Java object.
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
Converts a Representation into a regular Java object.
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.javamail.JavaMailConverter
Deprecated.
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.service.ConverterService
Converts a Representation into a regular Java object.
toRepresentation(Object) - Method in class org.restlet.resource.Resource
Converts an object into a representation based on the default converter service variant.
toRepresentation(Object) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRepresentation(Object, MediaType) - Method in class org.restlet.resource.Resource
Converts an object into a representation based on a given media type.
toRepresentation(Object, MediaType) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRepresentation(Object, Variant) - Method in class org.restlet.resource.Resource
Converts an object into a representation based on client preferences.
toRepresentation(Object, Variant) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
Converts a regular Java object into a Representation.
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.gson.GsonConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.javamail.JavaMailConverter
Deprecated.
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRepresentation(Status, Request, Response) - Method in class org.restlet.service.StatusService
Returns a representation for the given status.
toRepresentation(Status, Resource) - Method in class org.restlet.service.StatusService
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
toRequest(ServerCall) - Method in class org.restlet.engine.adapter.ServerAdapter
Converts a low-level HTTP call into a high-level uniform request.
toResponse(WebApplicationException) - Method in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
 
toRestletCacheDirective(CacheControl) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
toRestletCookie(Cookie) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts a JAX-RS Cookie to a Restlet Cookie
toRestletCookieSetting(NewCookie) - Static method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpResponse
Deprecated.
Converts the Restlet JAX-RS NewCookie to a CookieSettings.
toRestletCookieSetting(NewCookie) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts the Restlet JAX-RS NewCookie to a CookieSettings.
toRestletMediaType(MediaType) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Convert a JAX-RS MediaType to a Restlet MediaType.
toRestletSeries(Map<String, String>) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
 
toRestletTag(EntityTag) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts a JAX-RS-EntityTag to a Restlet-EntityTag
toRestletVariants(Collection<Variant>) - Static method in class org.restlet.ext.jaxrs.internal.util.Converter
Deprecated.
Converts the given JAX-RS Variants to Restlet Variants.
toSaxSource(Representation) - Static method in class org.restlet.ext.xml.TransformRepresentation
Wraps a source representation into a SAXSource.
toSha1(String) - Static method in class org.restlet.ext.crypto.DigestUtils
Returns the SHA1 digest of the target string.
toSha1(String, String) - Static method in class org.restlet.ext.crypto.DigestUtils
Returns the SHA1 digest of target string.
toShort(String) - Static method in class org.restlet.resource.Resource
Converts the given String value into a Short or null.
toSpecific(HttpClientHelper, Request) - Method in class org.restlet.engine.adapter.ClientAdapter
Converts a low-level HTTP call into a high-level uniform call.
toStatus(Throwable, Request, Response) - Method in class org.restlet.service.StatusService
Returns a status for a given exception or error.
toStatus(Throwable, Resource) - Method in class org.restlet.service.StatusService
Returns a status for a given exception or error.
toString() - Method in class org.restlet.data.CacheDirective
 
toString() - Method in class org.restlet.data.ChallengeScheme
Returns the name.
toString() - Method in class org.restlet.data.Cookie
 
toString() - Method in class org.restlet.data.CookieSetting
 
toString() - Method in class org.restlet.data.Digest
 
toString() - Method in class org.restlet.data.Expectation
 
toString() - Method in class org.restlet.data.Header
 
toString() - Method in class org.restlet.data.Metadata
Returns the metadata name.
toString() - Method in class org.restlet.data.Method
Returns the name.
toString() - Method in class org.restlet.data.Parameter
 
toString() - Method in class org.restlet.data.Preference
 
toString() - Method in class org.restlet.data.Protocol
Returns the name.
toString() - Method in class org.restlet.data.Reference
Returns the reference as an URI string.
toString() - Method in class org.restlet.data.Status
Returns the reason phrase of the status followed by its HTTP code.
toString() - Method in class org.restlet.data.Tag
Returns the name.
toString() - Method in class org.restlet.engine.header.ContentType
 
toString() - Method in class org.restlet.engine.resource.AnnotationInfo
 
toString() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
 
toString() - Method in class org.restlet.engine.resource.ThrowableAnnotationInfo
 
toString() - Method in class org.restlet.engine.util.InternetDateFormat
Converts this InternetDateFormat object to an RFC 3339 date/time string.
toString() - Method in class org.restlet.ext.atom.Relation
 
toString() - Method in class org.restlet.ext.atom.Text
 
toString() - Method in class org.restlet.ext.html.FormData
 
toString() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Returns the actual URI as String.
toString() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Returns the actual URI as String.
toString() - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap.Entry
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.util.RemainingPath
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.util.SortedMetadata
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.util.SortedOrderedBag
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.wrappers.AbstractMethodWrapper
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.AbstractProviderWrapper
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceClass
Deprecated.
 
toString() - Method in class org.restlet.ext.jaxrs.internal.wrappers.ResourceMethod
Deprecated.
 
toString() - Method in class org.restlet.ext.nio.internal.buffer.Buffer
Deprecated.
 
toString() - Method in class org.restlet.ext.nio.internal.channel.WrapperSelectionChannel
Deprecated.
 
toString() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
 
toString() - Method in class org.restlet.ext.nio.internal.connection.SslConnection
Deprecated.
 
toString() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
 
toString() - Method in class org.restlet.ext.rdf.Couple
 
toString() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
toString() - Method in class org.restlet.ext.rdf.internal.turtle.Token
 
toString() - Method in class org.restlet.ext.rdf.internal.turtle.UriToken
 
toString() - Method in class org.restlet.ext.rdf.Literal
 
toString() - Method in class org.restlet.ext.rdf.Triple
 
toString() - Method in enum org.restlet.ext.wadl.ParameterStyle
Deprecated.
 
toString() - Method in class org.restlet.representation.StringRepresentation
 
toString() - Method in class org.restlet.representation.Variant
 
toString() - Method in class org.restlet.Request
Displays a synthesis of the request like an HTTP request line.
toString() - Method in class org.restlet.resource.Directory
 
toString() - Method in class org.restlet.resource.Finder
 
toString() - Method in class org.restlet.resource.Resource
 
toString() - Method in class org.restlet.Response
Displays a synthesis of the response like an HTTP status line.
toString() - Method in class org.restlet.routing.TemplateRoute
 
toString() - Method in class org.restlet.security.Group
 
toString() - Method in class org.restlet.security.Realm
 
toString() - Method in class org.restlet.security.Role
 
toString() - Method in class org.restlet.security.User
 
toString() - Method in class org.restlet.util.SelectionRegistration
 
toString() - Method in class org.restlet.util.WrapperList
Returns a string representation of the list.
toString() - Method in class org.restlet.util.WrapperRequest
 
toString() - Method in class org.restlet.util.WrapperResponse
 
toString(boolean) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Returns the actual URI as String.
toString(boolean, boolean) - Method in class org.restlet.data.Reference
Returns the URI reference string.
toString(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the specified time zone.
toString(InputStream) - Static method in class org.restlet.engine.io.IoUtils
Converts an input stream to a string.
As this method uses the InputstreamReader class, the default character set is used for decoding the input stream.
toString(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
Converts an input stream to a string using the specified character set for decoding the input stream.
toString(Reader) - Static method in class org.restlet.engine.io.IoUtils
Converts a reader to a string.
toString(String, String, Integer, String, String, String) - Static method in class org.restlet.data.Reference
Creates a reference string from its parts.
toString(String, String, String) - Static method in class org.restlet.data.Reference
Creates a relative reference string from its parts.
toString(String, String, String, String, String) - Static method in class org.restlet.data.Reference
Creates a reference string from its parts.
toString(Calendar) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Calendar object to an RFC 3339 date/time string.
toString(Collection<?>, String) - Static method in class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
Concatenate the members of the Set to a String, separated with the given delimiter.
toString(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(Date) - Method in class org.restlet.ext.jaxrs.internal.spi.DateHeaderDelegate
Deprecated.
Convert the supplied value to a String.
toString(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the specified time zone.
toString(CacheControl) - Method in class org.restlet.ext.jaxrs.internal.spi.CacheControlHeaderDelegate
Deprecated.
Convert the supplied value to a String.
toString(Cookie) - Method in class org.restlet.ext.jaxrs.internal.spi.CookieHeaderDelegate
Deprecated.
Convert the supplied value to a String.
toString(EntityTag) - Method in class org.restlet.ext.jaxrs.internal.spi.EntityTagHeaderDelegate
Deprecated.
Convert the supplied value to a String.
toString(MediaType) - Method in class org.restlet.ext.jaxrs.internal.spi.MediaTypeHeaderDelegate
Deprecated.
Convert the supplied value to a String.
toString(NewCookie) - Method in class org.restlet.ext.jaxrs.internal.spi.NewCookieHeaderDelegate
Deprecated.
Convert the supplied value to a String.
toString(Relation) - Static method in class org.restlet.ext.atom.Relation
Return a String object representing the specified Relation.
toStringBuilder(StringBuilder, boolean) - Method in class org.restlet.ext.jaxrs.internal.core.PathSegmentImpl
Deprecated.
Appends this PathSegment to the given StringBuilder
toStringWithCheck(boolean) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Returns the actual URI as String.
totalSize - Variable in class org.restlet.engine.io.RangeInputStream
The total size of the source stream.
toUri() - Method in class org.restlet.data.Reference
Converts to a URI instance.
toUrl() - Method in class org.restlet.data.Reference
Converts to a URL instance.
toValue - Variable in class org.restlet.engine.util.StringUtils.CharacterEntitySolver
Map of numeric values of entities according to their name.
TRACE - Static variable in class org.restlet.data.Method
Used to invoke a remote, application-layer loop-back of the request message.
TraceChannel<T extends SelectionChannel> - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
TraceChannel(T) - Constructor for class org.restlet.ext.nio.internal.channel.TraceChannel
Deprecated.
Constructor.
TraceChannel(T, OutputStream) - Constructor for class org.restlet.ext.nio.internal.channel.TraceChannel
Deprecated.
Constructor.
traceStream - Variable in class org.restlet.ext.nio.internal.channel.TraceChannel
Deprecated.
The trace output stream to use if tracing is enabled.
traceWorkerService() - Method in class org.restlet.ext.nio.BaseHelper
Deprecated.
Adds traces on the worker service.
TRAILER - org.restlet.ext.nio.internal.state.ChunkState
Deprecated.
Reading the chunk trailer.
TRANSFERABLE - org.restlet.ext.nio.internal.way.EntityType
Deprecated.
NIO transferable file channel.
transform(Source, Result) - Method in class org.restlet.ext.xml.TransformRepresentation
Transforms the given JAXP source into the given result.
transform(Representation) - Method in class org.restlet.ext.xml.Transformer
Transforms a source XML representation by applying an XSLT transform sheet to it.
Transformer - Class in org.restlet.ext.xml
Filter that can transform XML representations by applying an XSLT transform sheet.
Transformer(int, Representation) - Constructor for class org.restlet.ext.xml.Transformer
Constructor.
transformerFactory - Variable in class org.restlet.ext.jaxrs.internal.provider.SourceProvider
Deprecated.
 
TransformRepresentation - Class in org.restlet.ext.xml
Representation able to apply an XSLT transformation.
TransformRepresentation(URIResolver, Representation, Templates) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Constructor.
TransformRepresentation(URIResolver, Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Constructor.
TransformRepresentation(URIResolver, Representation, Representation, Templates) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Constructor.
TransformRepresentation(Context, Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Constructor.
TransformRepresentation(Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Default constructor.
transformSheet - Variable in class org.restlet.ext.xml.Transformer
The XSLT transform sheet to apply to message entities.
transformSheet - Variable in class org.restlet.ext.xml.TransformRepresentation
The XSLT transform sheet to apply to message entities.
TriggerResource - Class in org.restlet.ext.javamail
Deprecated.
Will be removed in next major release.
TriggerResource() - Constructor for class org.restlet.ext.javamail.TriggerResource
Deprecated.
 
Triple<T,​U,​V> - Class in org.restlet.ext.rdf
Relationship between three typed objects.
Triple(T, U, V) - Constructor for class org.restlet.ext.rdf.Triple
Constructor.
trustManagerAlgorithm - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The name of the TrustManager algorithm.
trustStorePassword - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The password for the trust store keystore.
trustStorePath - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The path to the trust store (keystore) file.
trustStoreProvider - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The name of the trust store (keystore) provider.
trustStoreType - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
The KeyStore type of the trust store.
tryToConvertAsReferenceList(Representation) - Method in class org.restlet.engine.local.DirectoryServerResource
 
TunnelFilter - Class in org.restlet.engine.application
Filter tunneling browser calls into full REST calls.
TunnelFilter(Context) - Constructor for class org.restlet.engine.application.TunnelFilter
Constructor.
TunnelFilter.HeaderReplacer - Class in org.restlet.engine.application
Used to describe the replacement value for an old client preference and for a a series of specific agent (i.e.
TunnelFilter.HeaderReplacer.Builder - Class in org.restlet.engine.application
 
TunnelService - Class in org.restlet.service
Application service tunneling request method or client preferences.
TunnelService(boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the query tunnel and disables the extensions and user agent tunnels.
TunnelService(boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the query tunnel and disables the extensions and user agent tunnels.
TunnelService(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that disables the user agent tunnel.
TunnelService(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the header tunneling.
TunnelService(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor.
type - Variable in class org.restlet.data.Disposition
The disposition type.
type - Variable in class org.restlet.engine.header.PreferenceReader
The type of metadata read.
type - Variable in class org.restlet.ext.atom.Link
Advisory media type.
type - Variable in class org.restlet.ext.atom.Text
The content type.
type - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriterSubSet
Deprecated.
The class supported by the contained message body writers, given by the type parameter of the MessageBodyWriter.
type - Variable in class org.restlet.ext.rdf.internal.turtle.StringToken
The type of the represented value.
type - Variable in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Parameter type.
type - Variable in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
List of references to resource type elements.
type - Variable in class org.restlet.routing.Variable
The type of variable.
type(String) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the response media type on the ResponseBuilder.
type(MediaType) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set the response media type on the ResponseBuilder.
TYPE_ALL - Static variable in class org.restlet.routing.Variable
Matches all characters.
TYPE_ALPHA - Static variable in class org.restlet.routing.Variable
Matches all alphabetical characters.
TYPE_ALPHA_DIGIT - Static variable in class org.restlet.routing.Variable
Matches all alphabetical and digital characters.
TYPE_ATTACHMENT - Static variable in class org.restlet.data.Disposition
Indicates that the part is intended to be separated from the full message.
TYPE_CHARACTER_SET - Static variable in class org.restlet.engine.header.PreferenceReader
 
TYPE_COMMENT - Static variable in class org.restlet.routing.Variable
Matches any TEXT excluding "(" and ")".
TYPE_COMMENT_ATTRIBUTE - Static variable in class org.restlet.routing.Variable
Matches any TEXT inside a comment excluding ";".
TYPE_DIGIT - Static variable in class org.restlet.routing.Variable
Matches all digital characters.
TYPE_ENCODING - Static variable in class org.restlet.engine.header.PreferenceReader
 
TYPE_INLINE - Static variable in class org.restlet.data.Disposition
Indicates that the part is intended to be displayed automatically upon display of the full message.
TYPE_LANGUAGE - Static variable in class org.restlet.engine.header.PreferenceReader
 
TYPE_MEDIA_TYPE - Static variable in class org.restlet.engine.header.PreferenceReader
 
TYPE_NONE - Static variable in class org.restlet.data.Disposition
Indicates that the part is not intended to be displayed.
TYPE_PATCH - Static variable in class org.restlet.engine.header.PreferenceReader
 
TYPE_TOKEN - Static variable in class org.restlet.routing.Variable
Matches any CHAR except CTLs or separators.
TYPE_URI_ALL - Static variable in class org.restlet.routing.Variable
Matches all URI characters.
TYPE_URI_FRAGMENT - Static variable in class org.restlet.routing.Variable
Matches URI fragment characters.
TYPE_URI_PATH - Static variable in class org.restlet.routing.Variable
Matches URI path characters (not the query or the fragment parts).
TYPE_URI_QUERY - Static variable in class org.restlet.routing.Variable
Matches URI query characters.
TYPE_URI_QUERY_PARAM - Static variable in class org.restlet.routing.Variable
Matches URI query parameter characters (name or value).
TYPE_URI_SCHEME - Static variable in class org.restlet.routing.Variable
Matches URI scheme characters.
TYPE_URI_SEGMENT - Static variable in class org.restlet.routing.Variable
Matches URI segment characters.
TYPE_URI_UNRESERVED - Static variable in class org.restlet.routing.Variable
Matches unreserved URI characters.
TYPE_WORD - Static variable in class org.restlet.routing.Variable
Matches all alphabetical and digital characters plus the underscore.
typeRef - Variable in class org.restlet.ext.rdf.Link
The type URI reference.

U

u - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet.ResObjAndRemPath
Deprecated.
 
u - Variable in class org.restlet.ext.jaxrs.JaxRsRestlet.RroRemPathAndMatchedPath
Deprecated.
 
UNABLE_TO_START - Static variable in class org.restlet.Restlet
Error message.
unauthenticated(Request, Response) - Method in class org.restlet.security.Authenticator
Invoked upon failed authentication.
unauthorized(Request, Response) - Method in class org.restlet.security.Authorizer
Invoked upon failed authorization.
unblock() - Method in class org.restlet.util.SelectionRegistration
Unblocks the optionally blocked thread.
unblock(Response) - Method in class org.restlet.ext.nio.ClientConnectionHelper
Deprecated.
Unblocks the thread that handles the given request/response pair.
uncaughtException(Thread, Throwable) - Method in class org.restlet.engine.log.LoggingThreadFactory.LoggingExceptionHandler
 
UnclosableInputStream - Class in org.restlet.engine.io
InputStream decorator to trap close() calls so that the underlying stream is not closed.
UnclosableInputStream(InputStream) - Constructor for class org.restlet.engine.io.UnclosableInputStream
Constructor.
UnclosableOutputStream - Class in org.restlet.engine.io
OutputStream decorator to trap close() calls so that the decorated stream does not get closed.
UnclosableOutputStream(OutputStream) - Constructor for class org.restlet.engine.io.UnclosableOutputStream
Constructor.
unexpectedLogger - Static variable in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
 
Uniform - Interface in org.restlet
Uniform REST interface.
uniqueReference - Variable in class org.restlet.engine.local.DirectoryServerResource
The unique representation of the target URI, if it exists.
unitName - Variable in class org.restlet.data.Range
Specifies the unit of the range.
UNKNOWN_PORT - Static variable in class org.restlet.data.Protocol
Indicates that the port number is undefined.
UNKNOWN_SIZE - Static variable in class org.restlet.representation.Representation
Indicates that the size of the representation can't be known in advance.
UNLOCK - Static variable in class org.restlet.data.Method
Removes the lock identified by the lock token from the request URI, and all other resources included in the lock.
unmap(Object, Role) - Method in class org.restlet.security.MemoryRealm
Unmaps an element (user, group or organization) defined in a component from a role defined in the application.
unmap(Group, Application, String) - Method in class org.restlet.security.MemoryRealm
Unmaps a group defined in a component from a role defined in the application.
unmap(Group, Role) - Method in class org.restlet.security.MemoryRealm
Unmaps a group defined in a component from a role defined in the application.
unmap(User, Application, String) - Method in class org.restlet.security.MemoryRealm
Unmaps a user defined in a component from a role defined in the application.
unmap(User, Role) - Method in class org.restlet.security.MemoryRealm
Unmaps a user defined in a component from a role defined in the application.
unmarshal(JaxbRepresentation<?>) - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Unmarshal XML data from the specified Restlet string representation and return the resulting Java content tree.
unmarshal(JaxbRepresentation<?>, InputStream) - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Unmarshal XML data from the specified input stream and return the resulting Java content tree.
unmarshal(JaxbRepresentation<?>, Reader) - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Unmarshal XML data from the specified reader and return the resulting Java content tree.
unmarshaller - Variable in class org.restlet.ext.jaxb.internal.Unmarshaller
Use thread identity to preserve safety of access to unmarshallers.
Unmarshaller<T> - Class in org.restlet.ext.jaxb.internal
This is a utility class to assist in unmarshaling XML into a new Java content tree.
Unmarshaller(String, ClassLoader) - Constructor for class org.restlet.ext.jaxb.internal.Unmarshaller
Constructor.
unmodifiable(Collection<A>) - Method in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.AbstractParamGetter
Deprecated.
 
unmodifiable(Date) - Static method in class org.restlet.engine.util.DateUtils
Returns an immutable version of a given date.
unmodifiableList(T...) - Static method in class org.restlet.engine.util.DateUtils
Helper method to help initialize this class by providing unmodifiable lists based on arrays.
UnmodifiableMultivaluedMap<K,​V> - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
UnmodifiableMultivaluedMap(MultivaluedMapImpl<K, V>, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
Creates a new unmodifiable MultivaluedMap.
unmodifiableSeries(Series<? extends NamedValue>) - Static method in class org.restlet.util.Series
Returns an unmodifiable view of the specified series.
unmodifiedSince - Variable in class org.restlet.data.Conditions
The "if-unmodified-since" condition
unparsedEntityDecl(String, String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 
unparsedEntityDecl(String, String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 
unread() - Method in class org.restlet.engine.header.HeaderReader
Unreads the last character.
unregisterInputFactory() - Method in class org.restlet.ext.jackson.internal.Activator
 
unregisterOutputFactory() - Method in class org.restlet.ext.jackson.internal.Activator
 
UNRESERVED - Static variable in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
the unreserved characters in URIs
UNSPECIFIED - org.restlet.data.Dimension
 
unsupported() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
UNSUPPORTED_STANDARD_HEADERS - Static variable in class org.restlet.engine.header.HeaderUtils
Set of unsupported headers that will be covered in future versions.
unsupportedMediaType(Collection<ResourceMethod>) - Method in class org.restlet.ext.jaxrs.internal.util.ExceptionHandler
Deprecated.
see spec, section 3.7.2, item 3 (a) .3
UnsupportedMediaTypeWebAppException - Exception in org.restlet.ext.jaxrs.internal.exceptions
Deprecated.
Will be removed in next minor release.
UnsupportedMediaTypeWebAppException(Collection<Variant>) - Constructor for exception org.restlet.ext.jaxrs.internal.exceptions.UnsupportedMediaTypeWebAppException
Deprecated.
 
UP - Static variable in class org.restlet.ext.atom.Relation
A URI that refers to a parent document in a hierarchy of documents.
update() - Method in class org.restlet.engine.application.ApplicationHelper
 
update() - Method in class org.restlet.engine.component.ComponentHelper
Set the new server router that will compute the new routes when the first request will be received (automatic start).
update() - Method in class org.restlet.engine.connector.ConnectorHelper
 
update() - Method in class org.restlet.engine.RestletHelper
Update callback with less impact than a RestletHelper.stop() followed by a RestletHelper.start().
update() - Method in class org.restlet.util.SelectionRegistration
Effectively updates the registration of the SelectionRegistration.getSelectableChannel() with the given Selector for the SelectionRegistration.getInterestOperations() operations.
update(String, Representation) - Static method in class org.restlet.engine.header.RangeReader
Parse the Content-Range header value and update the given representation.
update(ChallengeResponse, Request, Response) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Updates a ChallengeResponse object according to given request and response.
update(Reference, Request) - Static method in class org.restlet.engine.util.ReferenceUtils
Returns the request URI.
updateAllowedMethods() - Method in class org.restlet.resource.ServerResource
Invoked when the list of allowed methods needs to be updated.
updated - Variable in class org.restlet.ext.atom.Entry
Most recent moment when the entry was modified in a significant way.
updated - Variable in class org.restlet.ext.atom.Feed
Most recent moment when the entry was modified in a significant way.
updated - Variable in class org.restlet.ext.atom.Source
Most recent moment when the entry was modified in a significant way.
updateDimensions() - Method in class org.restlet.resource.ServerResource
Update the dimensions that were used for content negotiation.
updatedRegistrations - Variable in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
The list of updated selection registrations.
updateFileExtension(StringBuilder, Metadata) - Method in class org.restlet.engine.local.FileClientHelper
Complete the given file name with the extension corresponding to the given metadata.
updateFileWithPartialContent(Request, File, Range) - Method in class org.restlet.engine.local.FileClientHelper
 
updateHosts() - Method in class org.restlet.Component
Updates the component to take into account changes to the virtual hosts.
updateIndexes() - Method in class org.restlet.data.Reference
Updates internal indexes.
updateKeys() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Updates all the selection registrations for new interest or cancellation.
updateMetadata(String, Variant, boolean, MetadataService) - Static method in class org.restlet.engine.local.Entity
Updates some variant metadata based on a given entry name with extensions.
updateMetadata(ClientInfo, Metadata) - Method in class org.restlet.engine.application.TunnelFilter
Updates the client info with the given metadata.
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.DocumentedInfo
Deprecated.
Completes the given map of namespaces with the namespaces used in the documentation elements.
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
 
updatePreferences(List<Preference<MediaType>>, Class<?>) - Method in class org.restlet.service.ConverterService
Updates the media type preferences with available conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.DefaultConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.atom.AtomConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.gson.GsonConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.html.HtmlConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.json.JsonConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.rdf.RdfConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.velocity.VelocityConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.xml.XmlConverter
 
updatePreferences(List<Preference<MediaType>>, MediaType, float) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updateReference(Reference, ChallengeResponse, Request) - Method in class org.restlet.engine.security.AuthenticatorHelper
Optionally updates the request with a challenge response before sending it.
updateReference(Reference, ChallengeResponse, Request) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Optionally updates the request with a challenge response before sending it.
updateReference(Reference, ChallengeResponse, Request) - Method in class org.restlet.ext.crypto.internal.HttpAwsQueryHelper
 
updateResource(String, Representation) - Method in class org.restlet.ext.atom.Service
Updates a resource representation.
updateResponse(Response, Status, ClientCall) - Method in class org.restlet.engine.adapter.ClientAdapter
Updates the response with information from the lower-level HTTP client call.
updateSize() - Method in class org.restlet.representation.StringRepresentation
Updates the expected size according to the current string value.
updateState() - Method in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
Updates the connection states.
updateState() - Method in class org.restlet.ext.nio.internal.way.HttpClientOutboundWay
Deprecated.
 
updateState() - Method in class org.restlet.ext.nio.internal.way.HttpServerOutboundWay
Deprecated.
 
updateState() - Method in class org.restlet.ext.nio.internal.way.InboundWay
Deprecated.
 
updateState() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
 
updateState() - Method in class org.restlet.ext.nio.internal.way.ServerInboundWay
Deprecated.
 
updateState() - Method in class org.restlet.ext.nio.internal.way.Way
Deprecated.
Updates the way IO and message states.
uri - Variable in class org.restlet.data.Method
The URI of the specification describing the method.
uri - Variable in class org.restlet.data.Status
The URI of the specification describing the method.
uri - Variable in class org.restlet.engine.application.StatusInfo
The URI of the specification describing the method.
uri - Variable in class org.restlet.ext.atom.Generator
Reference of the generating agent.
uri - Variable in class org.restlet.ext.atom.Person
IRI associated with the person.
uri(URI) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(URI) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
UriBuilderImpl - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
UriBuilderImpl() - Constructor for class org.restlet.ext.jaxrs.internal.core.UriBuilderImpl
Deprecated.
 
uriInfo - Variable in class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
 
uriInfo - Variable in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
uriInfo - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.ExtendedUriInfoInjector
Deprecated.
 
uriInfo - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.UriInfoInjector
Deprecated.
 
uriInfo - Variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.UriInfoGetter
Deprecated.
 
UriInfoGetter(ThreadLocalizedContext, boolean) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList.UriInfoGetter
Deprecated.
 
UriInfoInjector(ContextInjector.InjectionAim, ThreadLocalizedContext) - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.params.ContextInjector.UriInfoInjector
Deprecated.
 
uriResolver - Variable in class org.restlet.ext.xml.TransformRepresentation
The URI resolver.
urisDecoded - Variable in class org.restlet.ext.jaxrs.internal.core.MatchedInfo
Deprecated.
an unmodifiable list with the decoded uris, or null, if not yet requested.
urisEncoded - Variable in class org.restlet.ext.jaxrs.internal.core.MatchedInfo
Deprecated.
an unmodifiable list with the encoded uris.
UriToken - Class in org.restlet.ext.rdf.internal.turtle
Represents a URI token inside a RDF Turtle document.
UriToken(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.UriToken
Constructor with arguments.
US_ASCII - Static variable in class org.restlet.data.CharacterSet
The US-ASCII character set.
useAlphaComparator() - Method in class org.restlet.resource.Directory
Sets the reference comparator based on classic alphabetical order.
useAlphaNumComparator() - Method in class org.restlet.resource.Directory
Sets the reference comparator based on the more friendly "Alphanum Algorithm" created by David Koelle.
user - Variable in class org.restlet.data.ClientInfo
Authenticated user.
User - Class in org.restlet.security
User part of a security realm.
User() - Constructor for class org.restlet.security.User
Default constructor.
User(String) - Constructor for class org.restlet.security.User
Constructor.
User(String, char[]) - Constructor for class org.restlet.security.User
Constructor.
User(String, char[], String, String, String) - Constructor for class org.restlet.security.User
Constructor.
User(String, String) - Constructor for class org.restlet.security.User
Constructor.
User(String, String, String, String, String) - Constructor for class org.restlet.security.User
Constructor.
userAgentTemplates - Static variable in class org.restlet.data.ClientInfo
List of user-agent templates defined in "agent.properties" file.
userAgentTunnel - Variable in class org.restlet.service.TunnelService
Indicates if the client preferences can be tunneled via the user agent string.
userClassLoader - Variable in class org.restlet.engine.Engine
User class loader to use for dynamic class loading.
userIdentifier - Variable in class org.restlet.engine.log.IdentClient
The user identifier.
userInfo - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
String or StringBuilder.
userInfo(CharSequence, boolean) - Static method in class org.restlet.ext.jaxrs.internal.util.EncodeOrCheck
Deprecated.
 
userInfo(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Deprecated.
Set the URI user-info.
userInfo(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Deprecated.
Set the URI user-info.
userPrincipal - Variable in class org.restlet.engine.adapter.Call
The user principal.
userPrincipal - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
The user principal.
userPrincipalClassName - Variable in class org.restlet.ext.jaas.JaasVerifier
Optional class from which to build a user principal
users - Variable in class org.restlet.security.MemoryRealm
The modifiable list of users.
usingEncodedAttributeStyle - Variable in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Indicates if EMF references should be written as URI anchors.
UTC - Static variable in class org.restlet.engine.util.InternetDateFormat
A time zone with zero offset and no DST.
UTF_16 - Static variable in class org.restlet.data.CharacterSet
The UTF-16 character set.
UTF_8 - Static variable in class org.restlet.data.CharacterSet
The UTF-8 character set.
Util - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
Util() - Constructor for class org.restlet.ext.jaxrs.internal.util.Util
Deprecated.
 

V

VALID_ANNOTATIONS - Static variable in class org.restlet.ext.jaxrs.internal.wrappers.params.ParameterList
Deprecated.
 
validate(String, boolean, String) - Method in class org.restlet.routing.Validator
Checks the request attributes for presence or format.
validate(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
Validates the XML representation against a given schema.
validate(Schema, Result) - Method in class org.restlet.ext.xml.XmlRepresentation
Validates the XML representation against a given schema.
validate(Representation) - Method in class org.restlet.ext.xml.XmlRepresentation
Validates the XML representation against a given schema.
validate(Representation, Result) - Method in class org.restlet.ext.xml.XmlRepresentation
Validates the XML representation against a given schema.
validateFormat(String, String) - Method in class org.restlet.routing.Validator
Checks the request attributes for format only.
ValidateInfo(String, boolean, String) - Constructor for class org.restlet.routing.Validator.ValidateInfo
Constructor.
validatePresence(String) - Method in class org.restlet.routing.Validator
Checks the request attributes for presence only.
validatingDtd - Variable in class org.restlet.ext.jackson.JacksonRepresentation
Indicates the desire for validating this type of XML representations against a DTD.
validatingDtd - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates the desire for validating this type of XML representations against a DTD.
validatingDtd - Variable in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates the desire for validating this type of XML representations against a DTD.
validatingDtd - Variable in class org.restlet.ext.xml.XmlRepresentation
Indicates the desire for validating this type of XML representations against a DTD.
validationEventHandler - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
The JAXB validation event handler.
validations - Variable in class org.restlet.routing.Validator
The list of attribute validations.
Validator - Class in org.restlet.routing
Filter validating attributes from a call.
Validator() - Constructor for class org.restlet.routing.Validator
Constructor.
Validator(Context) - Constructor for class org.restlet.routing.Validator
Constructor.
Validator(Context, Restlet) - Constructor for class org.restlet.routing.Validator
Constructor.
Validator.ValidateInfo - Class in org.restlet.routing
Internal class holding validation information.
value - Variable in class org.restlet.data.CacheDirective
The value.
value - Variable in class org.restlet.data.Cookie
The value.
value - Variable in class org.restlet.data.Digest
The digest value.
value - Variable in class org.restlet.data.Expectation
The value.
value - Variable in class org.restlet.data.Header
The value.
value - Variable in class org.restlet.data.Parameter
The second object.
value - Variable in class org.restlet.ext.jaxrs.internal.util.OrderedMap.Entry
Deprecated.
 
value - Variable in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
The parsed value as a simple string of characters.
value - Variable in class org.restlet.ext.rdf.Literal
The value.
value - Variable in class org.restlet.ext.wadl.OptionInfo
Deprecated.
Value of this option element.
value() - Method in annotation type org.restlet.engine.connector.Method
Method name identified by the underlying annotation.
value() - Method in annotation type org.restlet.resource.Delete
Specifies the media type extension of the response entity.
value() - Method in annotation type org.restlet.resource.Get
Specifies the media type extension of the response entity.
value() - Method in annotation type org.restlet.resource.Options
Specifies the media type extension of the response entity.
value() - Method in annotation type org.restlet.resource.Patch
Specifies the media type of the request and response entities as extensions.
value() - Method in annotation type org.restlet.resource.Post
Specifies the media type of the request and response entities as extensions.
value() - Method in annotation type org.restlet.resource.Put
Specifies the media type of the request and response entities as extensions.
value() - Method in annotation type org.restlet.resource.Status
Specifies the HTTP status code associated to the annotated Throwable.
valueOf(int) - Static method in class org.restlet.data.Status
Returns the status associated to a code.
valueOf(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the UTC (Z) time zone.
valueOf(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the specified time zone.
valueOf(String) - Static method in class org.restlet.data.ChallengeScheme
Returns the challenge scheme associated to a scheme name.
valueOf(String) - Static method in class org.restlet.data.CharacterSet
Returns the character set associated to a name.
valueOf(String) - Static method in enum org.restlet.data.Dimension
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.restlet.data.Encoding
Returns the encoding associated to a name.
valueOf(String) - Static method in class org.restlet.data.Language
Returns the language associated to a name.
valueOf(String) - Static method in class org.restlet.data.MediaType
Returns the media type associated to a name.
valueOf(String) - Static method in class org.restlet.data.Method
Returns the method associated to a given method name.
valueOf(String) - Static method in class org.restlet.data.Protocol
Creates the protocol associated to a URI scheme name.
valueOf(String) - Static method in enum org.restlet.engine.Edition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
valueOf(String) - Static method in enum org.restlet.ext.atom.internal.EntryContentReader.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.atom.internal.FeedContentReader.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.restlet.ext.atom.Relation
Parses a relation name into the equivalent item.
valueOf(String) - Static method in enum org.restlet.ext.jaxrs.internal.util.AlgorithmUtil.ConsOrProdMime
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.nio.internal.buffer.BufferState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.nio.internal.state.ChunkState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.nio.internal.state.ConnectionState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.nio.internal.state.IoState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.nio.internal.state.MessageState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.nio.internal.way.EntityType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.rdf.internal.xml.ContentReader.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.wadl.ParameterStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String, String) - Static method in class org.restlet.data.Protocol
Creates the protocol associated to a URI scheme name.
valueOf(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the UTC (Z) time zone.
valueOf(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the specified time zone.
valueRepresentation - Variable in class org.restlet.ext.html.FormData
The value of the associated form control as a full fledged representation.
values - Variable in class org.restlet.ext.jaxrs.AbstractUriBuilder.ArrayVariableResolver
Deprecated.
 
values - Variable in class org.restlet.ext.rdf.internal.xml.ScopedProperty
 
values() - Static method in enum org.restlet.data.Dimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.Edition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.atom.internal.EntryContentReader.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.atom.internal.FeedContentReader.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.restlet.ext.jaxrs.internal.core.UnmodifiableMultivaluedMap
Deprecated.
 
values() - Static method in enum org.restlet.ext.jaxrs.internal.util.AlgorithmUtil.ConsOrProdMime
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.restlet.ext.jaxrs.internal.util.OrderedMap
Deprecated.
 
values() - Method in class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
values() - Static method in enum org.restlet.ext.nio.internal.buffer.BufferState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.nio.internal.state.ChunkState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.nio.internal.state.ConnectionState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.nio.internal.state.IoState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.nio.internal.state.MessageState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.nio.internal.way.EntityType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.rdf.internal.xml.ContentReader.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.wadl.ParameterStyle
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.wadl.WadlRepresentation.ContentReader.MixedContentState
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.wadl.WadlRepresentation.ContentReader.State
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.restlet.util.WrapperMap
Returns a collection view of the values contained in this map.
ValueSetIterator(Iterator<Map.Entry<KK, VV>>) - Constructor for class org.restlet.ext.jaxrs.internal.util.OrderedMap.ValueSetIterator
Deprecated.
 
Variable - Class in org.restlet.routing
Variable descriptor for reference templates.
Variable() - Constructor for class org.restlet.routing.Variable
Default constructor.
Variable(int) - Constructor for class org.restlet.routing.Variable
Constructor.
Variable(int, String, boolean, boolean) - Constructor for class org.restlet.routing.Variable
Constructor.
Variable(int, String, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.routing.Variable
Constructor.
variables - Variable in class org.restlet.ext.jaxrs.internal.util.MatchingResult
Deprecated.
 
variables - Variable in class org.restlet.routing.Template
The map of variables associated to the route's template.
variant(Variant) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Set representation metadata on the ResponseBuilder.
Variant - Class in org.restlet.representation
Descriptor for available representations of a resource.
Variant() - Constructor for class org.restlet.representation.Variant
Default constructor.
Variant(MediaType) - Constructor for class org.restlet.representation.Variant
Constructor.
Variant(MediaType, Language) - Constructor for class org.restlet.representation.Variant
Constructor.
VARIANT_ALL - Static variable in class org.restlet.engine.converter.DefaultConverter
Neutral variant.
VARIANT_ALL - Static variable in class org.restlet.ext.velocity.VelocityConverter
 
VARIANT_APPLICATION_ALL_XML - Static variable in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
VARIANT_APPLICATION_ALL_XML - Static variable in class org.restlet.ext.jaxb.JaxbConverter
 
VARIANT_APPLICATION_ALL_XML - Static variable in class org.restlet.ext.xml.XmlConverter
 
VARIANT_APPLICATION_ECORE - Static variable in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
VARIANT_APPLICATION_WADL - Static variable in class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
VARIANT_APPLICATION_XHTML - Static variable in class org.restlet.engine.converter.StatusInfoHtmlConverter
Variant with media type application/xhtml+xml.
VARIANT_APPLICATION_XMI - Static variable in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
VARIANT_APPLICATION_XML - Static variable in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
VARIANT_APPLICATION_XML - Static variable in class org.restlet.ext.jackson.JacksonConverter
Variant with media type application/xml.
VARIANT_APPLICATION_XML - Static variable in class org.restlet.ext.jaxb.JaxbConverter
 
VARIANT_APPLICATION_XML - Static variable in class org.restlet.ext.xml.XmlConverter
 
VARIANT_APPLICATION_YAML - Static variable in class org.restlet.ext.jackson.JacksonConverter
Variant with media type application/yaml.
VARIANT_ATOM - Static variable in class org.restlet.ext.atom.AtomConverter
 
VARIANT_ATOMPUB_SERVICE - Static variable in class org.restlet.ext.atom.AtomConverter
 
VARIANT_FORM - Static variable in class org.restlet.engine.converter.DefaultConverter
Web form variant.
VARIANT_JSON - Static variable in class org.restlet.ext.gson.GsonConverter
Variant with media type application/json.
VARIANT_JSON - Static variable in class org.restlet.ext.jackson.JacksonConverter
Variant with media type application/json.
VARIANT_JSON - Static variable in class org.restlet.ext.json.JsonConverter
 
VARIANT_JSON_SMILE - Static variable in class org.restlet.ext.jackson.JacksonConverter
Variant with media type application/x-json-smile.
VARIANT_MULTIPART - Static variable in class org.restlet.ext.html.HtmlConverter
 
VARIANT_OBJECT - Static variable in class org.restlet.engine.converter.DefaultConverter
Octet stream variant.
VARIANT_OBJECT_BINARY_SUPPORTED - Static variable in class org.restlet.representation.ObjectRepresentation
Indicates whether the JavaBeans binary deserialization is supported or not.
VARIANT_OBJECT_XML - Static variable in class org.restlet.engine.converter.DefaultConverter
Octet stream variant.
VARIANT_OBJECT_XML_SUPPORTED - Static variable in class org.restlet.representation.ObjectRepresentation
Indicates whether the JavaBeans XML deserialization is supported or not.
VARIANT_RDF_N3 - Static variable in class org.restlet.ext.rdf.RdfConverter
 
VARIANT_RDF_NTRIPLES - Static variable in class org.restlet.ext.rdf.RdfConverter
 
VARIANT_RDF_TURTLE - Static variable in class org.restlet.ext.rdf.RdfConverter
 
VARIANT_RDF_XML - Static variable in class org.restlet.ext.rdf.RdfConverter
 
VARIANT_TEXT_CSV - Static variable in class org.restlet.ext.jackson.JacksonConverter
Variant with media type text/csv.
VARIANT_TEXT_HTML - Static variable in class org.restlet.engine.converter.StatusInfoHtmlConverter
Variant with media type text/html.
VARIANT_TEXT_HTML - Static variable in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
VARIANT_TEXT_XML - Static variable in class org.restlet.ext.emf.EmfConverter
Deprecated.
 
VARIANT_TEXT_XML - Static variable in class org.restlet.ext.jackson.JacksonConverter
Variant with media type text/xml.
VARIANT_TEXT_XML - Static variable in class org.restlet.ext.jaxb.JaxbConverter
 
VARIANT_TEXT_XML - Static variable in class org.restlet.ext.xml.XmlConverter
 
VARIANT_TEXT_YAML - Static variable in class org.restlet.ext.jackson.JacksonConverter
Variant with media type text/yaml.
VARIANT_WWW_FORM - Static variable in class org.restlet.ext.html.HtmlConverter
 
VariantInfo - Class in org.restlet.engine.resource
Variant that is declared by an annotated Java method.
VariantInfo(MediaType) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(MediaType, MethodAnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(Variant, MethodAnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantListBuilderImpl - Class in org.restlet.ext.jaxrs.internal.core
Deprecated.
Will be removed in next minor release.
VariantListBuilderImpl() - Constructor for class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
Creates a new VariantListBuilder
variants - Variable in class org.restlet.ext.jaxrs.internal.core.VariantListBuilderImpl
Deprecated.
 
variants - Variable in class org.restlet.resource.ServerResource
Modifiable list of variants.
variants(List<Variant>) - Method in class org.restlet.ext.jaxrs.internal.core.ResponseBuilderImpl
Deprecated.
Add a Vary header that lists the available variants.
variantsGet - Variable in class org.restlet.engine.local.DirectoryServerResource
The list of variants for the GET method.
varNames - Variable in class org.restlet.ext.jaxrs.internal.util.PathRegExp
Deprecated.
 
VELOCITY - Static variable in class org.restlet.data.Encoding
The Velocity encoding.
VelocityConverter - Class in org.restlet.ext.velocity
Converter between the Velocity Template objects and Representations.
VelocityConverter() - Constructor for class org.restlet.ext.velocity.VelocityConverter
 
verifier - Variable in class org.restlet.security.ChallengeAuthenticator
The credentials verifier.
verifier - Variable in class org.restlet.security.Realm
The verifier that can check the validity of the user credentials associated to a request.
Verifier - Interface in org.restlet.security
Verifies the credentials provided by a client user sending a request.
verify(String, char[]) - Method in class org.restlet.ext.crypto.DigestVerifier
 
verify(String, char[]) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
This function is not implemented because the authorization scheme requires direct access to the request.
verify(String, char[]) - Method in class org.restlet.security.LocalVerifier
 
verify(String, char[]) - Method in class org.restlet.security.MemoryRealm.DefaultVerifier
 
verify(String, char[]) - Method in class org.restlet.security.SecretVerifier
Verifies that the identifier/secret couple is valid.
verify(Request, Response) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
 
verify(Request, Response) - Method in class org.restlet.ext.crypto.internal.HttpDigestVerifier
 
verify(Request, Response) - Method in class org.restlet.ext.jaas.JaasVerifier
Verifies that the proposed secret is correct for the specified identifier.
verify(Request, Response) - Method in class org.restlet.security.SecretVerifier
Verifies that the proposed secret is correct for the specified request.
verify(Request, Response) - Method in interface org.restlet.security.Verifier
Attempts to verify the credentials provided by the client user sending the request.
version - Variable in class org.restlet.data.Cookie
The version number.
version - Variable in class org.restlet.data.Product
Version number.
version - Variable in class org.restlet.data.Protocol
The version.
version - Variable in class org.restlet.engine.adapter.Call
The protocol version.
version - Variable in class org.restlet.ext.atom.Generator
Version of the generating agent.
VERSION - Static variable in class org.restlet.engine.Engine
Complete version.
VERSION_HEADER - Static variable in class org.restlet.engine.Engine
Complete version header.
VERSION_HISTORY - Static variable in class org.restlet.ext.atom.Relation
When included on a versioned resource, this link points to a resource containing the version history for this resource.
VIA - Static variable in class org.restlet.ext.atom.Relation
Signifies that the IRI in the value of the href attribute identifies a resource that is the source of the information provided in the containing element.
VIDEO_ALL - Static variable in class org.restlet.data.MediaType
 
VIDEO_AVI - Static variable in class org.restlet.data.MediaType
 
VIDEO_MP4 - Static variable in class org.restlet.data.MediaType
 
VIDEO_MPEG - Static variable in class org.restlet.data.MediaType
 
VIDEO_QUICKTIME - Static variable in class org.restlet.data.MediaType
 
VIDEO_WMV - Static variable in class org.restlet.data.MediaType
 
VirtualHost - Class in org.restlet.routing
Router of calls from Server connectors to Restlets.
VirtualHost() - Constructor for class org.restlet.routing.VirtualHost
Constructor.
VirtualHost(Context) - Constructor for class org.restlet.routing.VirtualHost
Constructor.
VirtualHost(Context, String, String, String, String, String, String, String, String) - Constructor for class org.restlet.routing.VirtualHost
Constructor.

W

WadlApplication - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlApplication() - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application that can automatically introspect and expose itself as with a WADL description upon reception of an OPTIONS request on the "*" target URI.
WadlApplication(Context) - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application that can automatically introspect and expose itself as with a WADL description upon reception of an OPTIONS request on the "*" target URI.
WadlApplication(Context, Representation) - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application described using a WADL document.
WadlApplication(Representation) - Constructor for class org.restlet.ext.wadl.WadlApplication
Deprecated.
Creates an application described using a WADL document.
WadlComponent - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlComponent() - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Default constructor.
WadlComponent(String) - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Constructor loading a WADL description document at a given URI.

The necessary client connectors are automatically created.
WadlComponent(Reference) - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Constructor loading a WADL description document at a given URI.

The necessary client connectors are automatically created.
WadlComponent(Representation) - Constructor for class org.restlet.ext.wadl.WadlComponent
Deprecated.
Constructor based on a given WADL description document.
WadlConverter - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlConverter() - Constructor for class org.restlet.ext.wadl.WadlConverter
Deprecated.
 
WadlDescribable - Interface in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
wadlRepresent(Variant, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Represents the resource as a WADL description for the given variant.
wadlRepresent(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Deprecated.
Represents the resource as a WADL description.
wadlRepresentation - Variable in class org.restlet.ext.wadl.WadlRepresentation.ContentReader
Deprecated.
The WadlRepresentation instance that represents the parsed document.
WadlRepresentation - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlRepresentation() - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlRepresentation(ApplicationInfo) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlRepresentation(ResourceInfo) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlRepresentation(Representation) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
Constructor.
WadlRepresentation.ContentReader - Class in org.restlet.ext.wadl
Deprecated.
 
WadlRepresentation.ContentReader.MixedContentState - Enum in org.restlet.ext.wadl
Deprecated.
 
WadlRepresentation.ContentReader.State - Enum in org.restlet.ext.wadl
Deprecated.
 
WadlServerResource - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlServerResource() - Constructor for class org.restlet.ext.wadl.WadlServerResource
Deprecated.
Constructor.
WadlWrapper - Class in org.restlet.ext.wadl
Deprecated.
Will be removed in next major release.
WadlWrapper(Restlet) - Constructor for class org.restlet.ext.wadl.WadlWrapper
Deprecated.
Constructor.
waitForReaperStart(long) - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
Tells the reaper thread the maximum time to wait before starting.
waitForReaperStop(long) - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
Tells the reaper thread the maximum time to wait before stopping.
waitForStart(long) - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper.ReaperThread
Tells the reaper thread the maximum time to wait before starting.
waitForState(SelectableChannel, int) - Static method in class org.restlet.ext.nio.internal.util.NioUtils
Deprecated.
Waits for the given channel to be ready for a specific operation.
waitForStop(long) - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper.ReaperThread
Tells the reaper thread the maximum time to wait before stopping.
wakeup() - Method in class org.restlet.ext.nio.internal.controller.ConnectionController
Deprecated.
Wakes up the controller thread if wait for an NIO selection.
wakeupListener - Variable in class org.restlet.util.SelectionRegistration
The wakeup listener that will be notified.
WakeupListener - Interface in org.restlet.engine.io
Callback interface when a NIO selection occurs on the selectable object.
wantClientAuthentication - Variable in class org.restlet.engine.ssl.DefaultSslContextFactory
Indicates if we would like client certificate authentication.
WAR - Static variable in class org.restlet.data.Protocol
Local Web Archive access protocol.
warning(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a warning message.
warning(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
warning(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 
warning(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 
Warning - Class in org.restlet.data
Additional information about the status or transformation of a request or response.
Warning() - Constructor for class org.restlet.data.Warning
Constructor.
WarningReader - Class in org.restlet.engine.header
Warning header reader.
WarningReader(String) - Constructor for class org.restlet.engine.header.WarningReader
Constructor.
warnings - Variable in class org.restlet.Message
The additional warnings information.
warningsAdded - Variable in class org.restlet.engine.adapter.HttpRequest
Indicates if the warning data was parsed and added.
warningsAdded - Variable in class org.restlet.ext.nio.internal.request.HttpInboundRequest
Deprecated.
Indicates if the warning data was parsed and added.
WarningWriter - Class in org.restlet.engine.header
Warning header writer.
WarningWriter() - Constructor for class org.restlet.engine.header.WarningWriter
 
wasForwarded() - Method in class org.restlet.ext.jaxrs.internal.resteasy.RestletHttpRequest
Deprecated.
 
Way - Class in org.restlet.ext.nio.internal.way
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
Way(Connection<?>, int) - Constructor for class org.restlet.ext.nio.internal.way.Way
Deprecated.
Constructor.
weak - Variable in class org.restlet.data.Tag
The tag weakness.
WebAppExcMapper - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
WebAppExcMapper() - Constructor for class org.restlet.ext.jaxrs.internal.provider.WebAppExcMapper
Deprecated.
 
WebDavProtocolHelper - Class in org.restlet.engine.connector
Protocol helper for the WEBDAV protocol.
WebDavProtocolHelper() - Constructor for class org.restlet.engine.connector.WebDavProtocolHelper
 
WillNotBeImplementedException - Exception in org.restlet.ext.jaxrs.internal.todo
Deprecated.
Will be removed in next minor release.
WillNotBeImplementedException() - Constructor for exception org.restlet.ext.jaxrs.internal.todo.WillNotBeImplementedException
Deprecated.
 
WillNotBeImplementedException(String) - Constructor for exception org.restlet.ext.jaxrs.internal.todo.WillNotBeImplementedException
Deprecated.
 
WillNotBeImplementedException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.todo.WillNotBeImplementedException
Deprecated.
 
WillNotBeImplementedException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.internal.todo.WillNotBeImplementedException
Deprecated.
 
WINDOWS_1252 - Static variable in class org.restlet.data.CharacterSet
The Windows-1252 ('ANSI') character set.
workerService - Variable in class org.restlet.ext.nio.BaseHelper
Deprecated.
The worker service.
WORKING_COPY - Static variable in class org.restlet.ext.atom.Relation
When included on a versioned resource, this link points to a working copy for this resource.
WORKING_COPY_OF - Static variable in class org.restlet.ext.atom.Relation
When included on a working copy, this link points to the versioned resource from which this working copy was obtained.
workspace - Variable in class org.restlet.ext.atom.Collection
The parent workspace.
Workspace - Class in org.restlet.ext.atom
Workspace containing collections of members entries.
Workspace(Service) - Constructor for class org.restlet.ext.atom.Workspace
Constructor.
Workspace(Service, String) - Constructor for class org.restlet.ext.atom.Workspace
Constructor.
workspaces - Variable in class org.restlet.ext.atom.Service
The list of workspaces.
wrap(Class<? extends T>) - Method in class org.restlet.ext.jaxrs.JaxRsClientResource
Deprecated.
Wraps the client resource to proxy calls to the given Java interface into Restlet method calls.
wrap(Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the client resource to proxy calls to the given Java interface into Restlet method calls.
wrap(Class<? extends T>, ClassLoader) - Method in class org.restlet.resource.ClientResource
Wraps the client resource to proxy calls to the given Java interface into Restlet method calls.
wrap(ScheduledExecutorService) - Static method in class org.restlet.service.TaskService
Wraps a JDK executor service to ensure that the threads executing the tasks will have the thread local variables copied from the calling thread.
wrapFinderWithMemberInjection(Finder, SelfInjectingServerResource.MembersInjector) - Static method in class org.restlet.ext.guice.ResourceInjectingApplication
Wraps a Finder returned by ResourceInjectingApplication.createFinder(Class) to do member injection using the passed in MembersInjector.
wrapped - Variable in class org.restlet.engine.util.WrapperScheduledExecutorService
The wrapped executor service.
wrapped - Variable in class org.restlet.service.TaskService
The wrapped JDK executor service.
wrappedAlgorithm - Variable in class org.restlet.ext.crypto.DigestVerifier
The digest algorithm of secrets returned by the wrapped verifier.
wrappedChannel - Variable in class org.restlet.ext.nio.internal.channel.WrapperChannel
Deprecated.
The wrapped channel.
wrappedContext - Variable in class org.restlet.engine.ssl.WrapperSslContextSpi
The wrapped SSL context.
wrappedEncodings - Variable in class org.restlet.engine.application.DecodeRepresentation
List of encodings still applied to the decodeRepresentation
wrappedRepresentation - Variable in class org.restlet.ext.json.JsonpRepresentation
The wrapped JSON representation.
wrappedRepresentation - Variable in class org.restlet.util.WrapperRepresentation
The wrapped representation.
wrappedRequest - Variable in class org.restlet.util.WrapperRequest
The wrapped request.
WrappedRequestForHttpHeaders - Class in org.restlet.ext.jaxrs.internal.util
Deprecated.
Will be removed in next minor release.
WrappedRequestForHttpHeaders(Response, MultivaluedMap<String, Object>) - Constructor for class org.restlet.ext.jaxrs.internal.util.WrappedRequestForHttpHeaders
Deprecated.
 
wrappedResponse - Variable in class org.restlet.util.WrapperResponse
The wrapped response.
wrappedRestlet - Variable in class org.restlet.util.WrapperRestlet
The wrapped Restlet instance.
wrappedServer - Variable in class org.restlet.ext.jetty.JettyServerHelper
The wrapped Jetty server.
WrappedServer(JettyServerHelper, ThreadPool) - Constructor for class org.restlet.ext.jetty.JettyServerHelper.WrappedServer
Constructor.
wrappedSocketFactory - Variable in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
The wrapped SSL server socket factory.
wrappedSocketFactory - Variable in class org.restlet.engine.ssl.WrapperSslSocketFactory
The wrapped SSL server socket factory.
wrappedVerifier - Variable in class org.restlet.ext.crypto.DigestVerifier
The wrapped secret verifier.
wrappedVerifier - Variable in class org.restlet.ext.crypto.internal.AwsVerifier
The local secret verifier.
WrapperChannel<T extends java.nio.channels.Channel> - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WrapperChannel(T) - Constructor for class org.restlet.ext.nio.internal.channel.WrapperChannel
Deprecated.
Constructor.
WrapperList<E> - Class in org.restlet.util
List wrapper.
WrapperList() - Constructor for class org.restlet.util.WrapperList
Constructor.
WrapperList(int) - Constructor for class org.restlet.util.WrapperList
Constructor.
WrapperList(List<E>) - Constructor for class org.restlet.util.WrapperList
Constructor.
WrapperMap<K,​V> - Class in org.restlet.util
Map wrapper.
WrapperMap() - Constructor for class org.restlet.util.WrapperMap
Constructor.
WrapperMap(Map<K, V>) - Constructor for class org.restlet.util.WrapperMap
Constructor.
WrapperRepresentation - Class in org.restlet.util
Representation wrapper.
WrapperRepresentation(Representation) - Constructor for class org.restlet.util.WrapperRepresentation
Constructor.
WrapperRequest - Class in org.restlet.util
Request wrapper.
WrapperRequest(Request) - Constructor for class org.restlet.util.WrapperRequest
Constructor.
WrapperResponse - Class in org.restlet.util
Request wrapper.
WrapperResponse(Response) - Constructor for class org.restlet.util.WrapperResponse
Constructor.
WrapperRestlet - Class in org.restlet.util
Restlet wrapper.
WrapperRestlet(Restlet) - Constructor for class org.restlet.util.WrapperRestlet
Constructor.
WrapperScheduledExecutorService - Class in org.restlet.engine.util
Wrapper of a ScheduledExecutorService instance, to prevent manipulation of the actual service.
WrapperScheduledExecutorService(ScheduledExecutorService) - Constructor for class org.restlet.engine.util.WrapperScheduledExecutorService
Constructor.
WrapperSelectionChannel<T extends SelectionChannel> - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WrapperSelectionChannel(T) - Constructor for class org.restlet.ext.nio.internal.channel.WrapperSelectionChannel
Deprecated.
Constructor.
WrapperSelectionChannel(T, SelectionRegistration) - Constructor for class org.restlet.ext.nio.internal.channel.WrapperSelectionChannel
Deprecated.
Constructor.
WrapperSocketChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WrapperSocketChannel(SocketChannel, SelectionRegistration) - Constructor for class org.restlet.ext.nio.internal.channel.WrapperSocketChannel
Deprecated.
Constructor.
WrapperSslContextSpi - Class in org.restlet.engine.ssl
Default SSL context SPI capable or setting additional properties on the created SSL engines and socket factories.
WrapperSslContextSpi(DefaultSslContextFactory, SSLContext) - Constructor for class org.restlet.engine.ssl.WrapperSslContextSpi
Constructor.
WrapperSslServerSocketFactory - Class in org.restlet.engine.ssl
SSL server socket factory that wraps the default one to do extra initialization.
WrapperSslServerSocketFactory(DefaultSslContextFactory, SSLServerSocketFactory) - Constructor for class org.restlet.engine.ssl.WrapperSslServerSocketFactory
Constructor.
WrapperSslSocketFactory - Class in org.restlet.engine.ssl
SSL socket factory that wraps the default one to do extra initialization.
WrapperSslSocketFactory(DefaultSslContextFactory, SSLSocketFactory) - Constructor for class org.restlet.engine.ssl.WrapperSslSocketFactory
Constructor.
WrapperUtil - Class in org.restlet.ext.jaxrs.internal.wrappers
Deprecated.
Will be removed in next minor release.
WrapperUtil() - Constructor for class org.restlet.ext.jaxrs.internal.wrappers.WrapperUtil
Deprecated.
 
wrapUriSyntaxExc(URISyntaxException, Logger, String) - Method in class org.restlet.ext.jaxrs.internal.core.CallContext
Deprecated.
This method throws an WebApplicationException for Exceptions where is no planned handling.
WritableBufferedChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WritableBufferedChannel(Buffer, WritableSelectionChannel, WakeupListener) - Constructor for class org.restlet.ext.nio.internal.channel.WritableBufferedChannel
Deprecated.
Constructor.
WritableRepresentation - Class in org.restlet.representation
Representation based on a writable NIO byte channel.
WritableRepresentation(MediaType) - Constructor for class org.restlet.representation.WritableRepresentation
Constructor.
writableSelectionChannel - Variable in class org.restlet.ext.nio.internal.connection.Connection
Deprecated.
The writable selection channel.
WritableSelectionChannel - Interface in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WritableSocketChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WritableSocketChannel(SocketChannel, SelectionRegistration) - Constructor for class org.restlet.ext.nio.internal.channel.WritableSocketChannel
Deprecated.
Constructor.
WritableSslChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WritableSslChannel(WritableSelectionChannel, SslConnection<?>, WakeupListener) - Constructor for class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
Constructor.
WritableTraceChannel - Class in org.restlet.ext.nio.internal.channel
Deprecated.
Will be removed to favor lower-level network extensions allowing more control at the Restlet API level.
WritableTraceChannel(WritableSelectionChannel) - Constructor for class org.restlet.ext.nio.internal.channel.WritableTraceChannel
Deprecated.
Constructor.
WritableTraceChannel(WritableSelectionChannel, OutputStream) - Constructor for class org.restlet.ext.nio.internal.channel.WritableTraceChannel
Deprecated.
Constructor.
write(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(byte[], int, int) - Method in class org.restlet.engine.io.WriterOutputStream
 
write(char) - Method in class org.restlet.ext.xml.XmlWriter
Write a raw character.
write(int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(int) - Method in class org.restlet.engine.io.WriterOutputStream
 
write(OutputStream) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte stream.
write(OutputStream) - Method in class org.restlet.engine.application.EncodeRepresentation
 
write(OutputStream) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(OutputStream) - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
write(OutputStream) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
If this representation wraps an EObject, then it tries to write it as either XML, XMI or ECore/EMOF depending on the media type set.
write(OutputStream) - Method in class org.restlet.ext.html.FormDataSet
 
write(OutputStream) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 
write(OutputStream) - Method in class org.restlet.ext.jaxrs.internal.util.JaxRsOutputRepresentation
Deprecated.
 
write(OutputStream) - Method in class org.restlet.representation.BufferingRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.ChannelRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.CharacterRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.DigesterRepresentation
Writes the representation to a byte stream.
write(OutputStream) - Method in class org.restlet.representation.EmptyRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.FileRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.InputRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.ObjectRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.Representation
Writes the representation to a byte stream.
write(OutputStream) - Method in class org.restlet.util.WrapperRepresentation
 
write(Writer) - Method in class org.restlet.engine.application.EncodeRepresentation
 
write(Writer) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(Writer) - Method in class org.restlet.ext.emf.internal.EmfHtmlWriter
Deprecated.
Writes the wrapped EMF object as an HTML document.
write(Writer) - Method in class org.restlet.ext.gson.GsonRepresentation
 
write(Writer) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Writes the representation to a stream of characters.
write(Writer) - Method in class org.restlet.ext.json.JsonpRepresentation
 
write(Writer) - Method in class org.restlet.ext.json.JsonRepresentation
 
write(Writer) - Method in class org.restlet.ext.rdf.RdfRepresentation
 
write(Writer) - Method in class org.restlet.ext.velocity.TemplateRepresentation
Writes the datum as a stream of characters.
write(Writer) - Method in class org.restlet.ext.xml.DomRepresentation
 
write(Writer) - Method in class org.restlet.ext.xml.SaxRepresentation
 
write(Writer) - Method in class org.restlet.ext.xml.TransformRepresentation
Writes the transformed source into the given output stream.
write(Writer) - Method in class org.restlet.representation.BufferingRepresentation
 
write(Writer) - Method in class org.restlet.representation.ChannelRepresentation
 
write(Writer) - Method in class org.restlet.representation.DigesterRepresentation
 
write(Writer) - Method in class org.restlet.representation.EmptyRepresentation
 
write(Writer) - Method in class org.restlet.representation.FileRepresentation
 
write(Writer) - Method in class org.restlet.representation.ReaderRepresentation
 
write(Writer) - Method in class org.restlet.representation.Representation
Writes the representation to a characters writer.
write(Writer) - Method in class org.restlet.representation.StreamRepresentation
 
write(Writer) - Method in class org.restlet.representation.StringRepresentation
 
write(Writer) - Method in class org.restlet.util.WrapperRepresentation
 
write(String) - Method in class org.restlet.ext.xml.XmlWriter
Write a raw string.
write(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.WritableBufferedChannel
Deprecated.
Reads some bytes and put them into the destination buffer.
write(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.WritableSocketChannel
Deprecated.
Writes the given bytes to the wrapped socket channel.
write(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.WritableSslChannel
Deprecated.
 
write(ByteBuffer) - Method in class org.restlet.ext.nio.internal.channel.WritableTraceChannel
Deprecated.
Writes the available byte from the wrapped channel to the destination buffer while writing them to the console.
write(WritableByteChannel) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte channel.
write(WritableByteChannel) - Method in class org.restlet.engine.application.EncodeRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.BufferingRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.CharacterRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.DigesterRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.EmptyRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.FileRepresentation
Writes the representation to a byte channel.
write(WritableByteChannel) - Method in class org.restlet.representation.ReadableRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.Representation
Writes the representation to a byte channel.
write(WritableByteChannel) - Method in class org.restlet.representation.StreamRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.WritableRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.util.WrapperRepresentation
 
write(Collection<Dimension>) - Static method in class org.restlet.engine.header.DimensionWriter
Creates a vary header from the given dimensions.
write(Date) - Static method in class org.restlet.engine.header.DateWriter
Writes a date header.
write(Date, boolean) - Static method in class org.restlet.engine.header.DateWriter
Writes a date header.
write(List) - Static method in class org.restlet.engine.header.PreferenceWriter
Writes a list of preferences with a comma separator.
write(List<CacheDirective>) - Static method in class org.restlet.engine.header.CacheDirectiveWriter
Writes a list of cache directives with a comma separator.
write(List<Cookie>) - Static method in class org.restlet.engine.header.CookieWriter
Writes a cookie.
write(List<CookieSetting>) - Static method in class org.restlet.engine.header.CookieSettingWriter
Writes a list of cookie settings.
write(List<Encoding>) - Static method in class org.restlet.engine.header.EncodingWriter
Writes a list of encodings.
write(List<Expectation>) - Static method in class org.restlet.engine.header.ExpectationWriter
Writes a list of expectations with a comma separator.
write(List<Language>) - Static method in class org.restlet.engine.header.LanguageWriter
Writes a list of languages.
write(List<Product>) - Static method in class org.restlet.engine.header.ProductWriter
Formats the given List of Products to a String.
write(List<Range>) - Static method in class org.restlet.engine.header.RangeWriter
Formats ranges as a Range header value
write(List<RecipientInfo>) - Static method in class org.restlet.engine.header.RecipientInfoWriter
Creates a via header from the given recipients info.
write(List<Tag>) - Static method in class org.restlet.engine.header.TagWriter
Writes a list of tags.
write(List<Warning>) - Static method in class org.restlet.engine.header.WarningWriter
Writes a warning.
write(Set<String>) - Static method in class org.restlet.engine.header.StringWriter
Writes a set of values with a comma separator.
write(Set<Method>) - Static method in class org.restlet.engine.header.MethodWriter
Writes a set of methods with a comma separator.
write(Result) - Method in class org.restlet.ext.xml.TransformRepresentation
Writes the transformed source into the given JAXP result.
write(EObject, OutputStream) - Method in class org.restlet.ext.emf.EmfRepresentation
Deprecated.
Writes the representation based on a given EMF object.
write(Cookie) - Static method in class org.restlet.engine.header.CookieWriter
Writes a cookie.
write(CookieSetting) - Static method in class org.restlet.engine.header.CookieSettingWriter
Writes a cookie setting.
write(Disposition) - Static method in class org.restlet.engine.header.DispositionWriter
Formats a disposition.
write(Range, long) - Static method in class org.restlet.engine.header.RangeWriter
Formats range as a Content-Range header value.
write(Reference) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
Writes the representation of a given reference.
write(Reference, Map<String, String>) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
Writes the representation of a given reference.
write(Reference, Map<String, String>) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
Writes the representation of a given reference.
write(Tag) - Static method in class org.restlet.engine.header.TagWriter
Writes a tag.
write(Graph) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
Write the representation of the given graph of links.
write(Graph) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
Write the representation of the given graph of links.
write(GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Writes the
write(Literal) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
Writes the representation of a literal.
write(Literal) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
Writes the representation of a literal.
write(Literal) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
Writes the representation of a literal.
write(XmlWriter) - Method in class org.restlet.ext.atom.Categories
Writes the representation to a XML writer.
write(XmlWriter) - Method in class org.restlet.ext.atom.Entry
Writes the representation to a XML writer.
write(XmlWriter) - Method in class org.restlet.ext.atom.Feed
Writes the representation to a XML writer.
write(XmlWriter) - Method in class org.restlet.ext.atom.Service
Writes the representation to a XML writer.
write(XmlWriter) - Method in class org.restlet.ext.wadl.WadlRepresentation
Deprecated.
 
write(XmlWriter) - Method in class org.restlet.ext.xml.SaxRepresentation
Writes the representation to a XML writer.
writeAttributes(Attributes) - Method in class org.restlet.ext.xml.XmlWriter
Write out an attribute list, escaping values.
writeCRLF(OutputStream) - Static method in class org.restlet.engine.header.HeaderUtils
Writes a new line.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Categories
Writes the representation to a XML writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Category
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Collection
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Content
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Entry
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Feed
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Generator
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Link
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Source
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.atom.Workspace
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ApplicationInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.GrammarsInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.IncludeInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.LinkInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.MethodInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.OptionInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ParameterInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.RequestInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourceInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourcesInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResponseInfo
Deprecated.
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter, String) - Method in class org.restlet.ext.atom.Person
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter, String) - Method in class org.restlet.ext.atom.Text
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter, Date, String, String) - Static method in class org.restlet.ext.atom.Text
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter, Node) - Method in class org.restlet.ext.wadl.DocumentationInfo
Deprecated.
Writes the given node using the given SAX writer.
writeEntityStream(Representation, ZipOutputStream, String) - Method in class org.restlet.engine.local.ZipClientHelper
Writes an entity to a given ZIP output stream with a given ZIP entry name.
writeEsc(char[], int, int, boolean) - Method in class org.restlet.ext.xml.XmlWriter
Write an array of data characters with escaping.
writeHeader(MediaType, CharacterSet) - Static method in class org.restlet.engine.header.ContentType
Writes the HTTP "Content-Type" header.
writeHeader(Representation) - Static method in class org.restlet.engine.header.ContentType
Writes the HTTP "Content-Type" header.
writeHeaderLine(Header, OutputStream) - Static method in class org.restlet.engine.header.HeaderUtils
Writes a header line.
writeInlineContent(XmlWriter) - Method in class org.restlet.ext.atom.Entry
Allow to write extra content inside the entry.
writeLine() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Write a new line into the line builder.
writeName(String, String, String, boolean) - Method in class org.restlet.ext.xml.XmlWriter
Write an element or attribute name.
writeNode(Reference, boolean) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
Writes a subject or object node.
writeNSDecls() - Method in class org.restlet.ext.xml.XmlWriter
Write out the list of Namespace declarations.
writer - Variable in class org.restlet.engine.io.WriterOutputStream
The wrapped writer.
writer - Variable in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
 
writer - Variable in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
The character writer.
writer - Variable in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
The character writer.
writer - Variable in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
Buffered writer.
writer - Variable in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
XML writer.
writeResponseBody(Representation, OutputStream) - Method in class org.restlet.engine.adapter.ServerCall
Effectively writes the response body.
writeResponseHead(Response) - Method in class org.restlet.engine.adapter.ServerCall
Writes the response status line and headers.
writeResponseHead(Response) - Method in class org.restlet.engine.connector.HttpExchangeCall
 
writeResponseHead(Response, OutputStream) - Method in class org.restlet.engine.adapter.ServerCall
Writes the response head to the given output stream.
WriterOutputStream - Class in org.restlet.engine.io
Output stream wrapping a character writer.
WriterOutputStream(Writer, CharacterSet) - Constructor for class org.restlet.engine.io.WriterOutputStream
Constructor.
writeRow(Writer, String, String, boolean) - Method in class org.restlet.ext.emf.internal.EmfHtmlWriter
Deprecated.
 
WriterRepresentation - Class in org.restlet.representation
Representation based on a BIO characters writer.
WriterRepresentation(MediaType) - Constructor for class org.restlet.representation.WriterRepresentation
Constructor.
WriterRepresentation(MediaType, long) - Constructor for class org.restlet.representation.WriterRepresentation
Constructor.
writerSubSet(Class<?>, Type) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.JaxRsProviders
Deprecated.
Returns a Collection of MessageBodyWriters, which generic type supports the given entityClass.
writeStartLine() - Method in class org.restlet.ext.nio.internal.way.ClientOutboundWay
Deprecated.
 
writeStartLine() - Method in class org.restlet.ext.nio.internal.way.OutboundWay
Deprecated.
Writes the start line of the current outbound message.
writeStartLine() - Method in class org.restlet.ext.nio.internal.way.ServerOutboundWay
Deprecated.
 
writeTo(byte[], Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.ByteArrayProvider
Deprecated.
 
writeTo(File, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.FileProvider
Deprecated.
 
writeTo(InputStream, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.InputStreamProvider
Deprecated.
 
writeTo(Reader, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.ReaderProvider
Deprecated.
 
writeTo(CharSequence, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.StringProvider
Deprecated.
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.ConverterProvider
Deprecated.
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.JsonProvider
Deprecated.
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.SimpleXmlProvider
Deprecated.
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in interface org.restlet.ext.jaxrs.internal.wrappers.provider.MessageBodyWriter
Deprecated.
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.wrappers.provider.SingletonProvider
Deprecated.
Write a type to an HTTP response.
writeTo(DataSource, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.DataSourceProvider
Deprecated.
 
writeTo(Multipart, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.MultipartProvider
Deprecated.
 
writeTo(MultivaluedMap<String, String>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormMmapProvider
Deprecated.
 
writeTo(StreamingOutput, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.StreamingOutputProvider
Deprecated.
 
writeTo(JAXBElement<?>, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.JaxbElementProvider
Deprecated.
 
writeTo(Source, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.SourceProvider
Deprecated.
 
writeTo(Form, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.WwwFormFormProvider
Deprecated.
 
writeTo(T, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class org.restlet.ext.jaxrs.internal.provider.AbstractProvider
Deprecated.
 
writingExtraDot - Variable in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
Indicates if the end of the statement is to be written.
writingExtraDot - Variable in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
Indicates if the end of the statement is to be written.
WwwFormFormProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
WwwFormFormProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.WwwFormFormProvider
Deprecated.
 
WwwFormMmapProvider - Class in org.restlet.ext.jaxrs.internal.provider
Deprecated.
Will be removed in next minor release.
WwwFormMmapProvider() - Constructor for class org.restlet.ext.jaxrs.internal.provider.WwwFormMmapProvider
Deprecated.
 

X

XHTML_NAMESPACE - Static variable in class org.restlet.ext.atom.Feed
XHTML namespace.
xIncludeAware - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates the desire for processing XInclude if found in this type of XML representations.
xIncludeAware - Variable in class org.restlet.ext.jaxrs.internal.provider.JaxbProvider
Deprecated.
Indicates the desire for processing XInclude if found in this type of XML representations.
xIncludeAware - Variable in class org.restlet.ext.xml.XmlRepresentation
Indicates the desire for processing XInclude if found in this type of XML representations.
XML_EXPANDING_ENTITY_REFS - Static variable in class org.restlet.ext.jackson.JacksonRepresentation
True for expanding entity references when parsing XML representations.
XML_EXPANDING_ENTITY_REFS - Static variable in class org.restlet.ext.xml.XmlRepresentation
True for expanding entity references when parsing XML representations; default value provided by system property "org.restlet.ext.xml.expandingEntityRefs", false by default.
XML_SCHEMA - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
XML schema.
XML_SCHEMA_TYPE_FLOAT - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Float type of the XML schema.
XML_SCHEMA_TYPE_INTEGER - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Integer type of the XML schema.
XML_SECURE_PROCESSING - Static variable in class org.restlet.ext.xml.SaxRepresentation
True for turning on secure parsing XML representations; default value provided by system property "org.restlet.ext.xml.secureProcessing", true by default.
XML_VALIDATING_DTD - Static variable in class org.restlet.ext.jackson.JacksonRepresentation
True for validating DTD documents when parsing XML representations.
XML_VALIDATING_DTD - Static variable in class org.restlet.ext.xml.XmlRepresentation
True for validating DTD documents when parsing XML representations; default value provided by system property "org.restlet.ext.xml.validatingDtd", false by default.
xml10 - Static variable in class org.restlet.engine.util.StringUtils
Basic entities.
xmlConfiguration - Variable in class org.restlet.engine.component.ComponentXmlParser
Deprecated.
The XML configuration to parse.
XmlConverter - Class in org.restlet.ext.xml
Converter between the XML APIs and XML Representation classes.
XmlConverter() - Constructor for class org.restlet.ext.xml.XmlConverter
 
xmlElement - Variable in class org.restlet.ext.wadl.RepresentationInfo
Deprecated.
Qualified name of the root element for this XML-based representation.
XmlFactoryProvider - Class in org.restlet.ext.jackson.internal
Provides XMLInputFactory and XMLOutputFactory in an OSGI context.
XmlFactoryProvider() - Constructor for class org.restlet.ext.jackson.internal.XmlFactoryProvider
 
xmlRepresentation - Variable in class org.restlet.ext.jaxb.JaxbRepresentation
The source XML representation.
xmlRepresentation - Variable in class org.restlet.ext.xml.DomRepresentation
The source XML representation.
xmlRepresentation - Variable in class org.restlet.ext.xml.SaxRepresentation
The source XML representation.
XmlRepresentation - Class in org.restlet.ext.xml
Representation based on an XML document.
XmlRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.XmlRepresentation
Constructor.
XmlRepresentation(MediaType, long) - Constructor for class org.restlet.ext.xml.XmlRepresentation
Constructor.
XmlWriter - Class in org.restlet.ext.xml
XML writer doing the opposite work of a SAX-based XML reader.
XmlWriter() - Constructor for class org.restlet.ext.xml.XmlWriter
Create a new XML writer.
XmlWriter(OutputStream) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(OutputStream, String) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(OutputStream, Charset) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(OutputStream, CharsetEncoder) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(Writer) - Constructor for class org.restlet.ext.xml.XmlWriter
Create a new XML writer.
XmlWriter(XMLReader) - Constructor for class org.restlet.ext.xml.XmlWriter
Create a new XML writer.
XmlWriter(XMLReader, Writer) - Constructor for class org.restlet.ext.xml.XmlWriter
Create a new XML writer.

Z

ZIP - Static variable in class org.restlet.data.Encoding
The Info-Zip encoding.
ZIP - Static variable in class org.restlet.data.Protocol
ZIP is a special scheme to access to representations inside Zip archive files.
ZipClientHelper - Class in org.restlet.engine.local
ZIP and JAR client connector.
ZipClientHelper(Client) - Constructor for class org.restlet.engine.local.ZipClientHelper
Constructor.
ZipEntryEntity - Class in org.restlet.engine.local
Local entity based on an entry in a Zip archive.
ZipEntryEntity(ZipFile, String, MetadataService) - Constructor for class org.restlet.engine.local.ZipEntryEntity
Constructor.
ZipEntryEntity(ZipFile, ZipEntry, MetadataService) - Constructor for class org.restlet.engine.local.ZipEntryEntity
Constructor.
ZipEntryRepresentation - Class in org.restlet.engine.local
An entry in a Zip/JAR file.
ZipEntryRepresentation(MediaType, ZipFile, ZipEntry) - Constructor for class org.restlet.engine.local.ZipEntryRepresentation
ZipEntryRepresentation(MediaType, ZipFile, ZipEntry, int) - Constructor for class org.restlet.engine.local.ZipEntryRepresentation
Constructor.
zipFile - Variable in class org.restlet.engine.local.ZipEntryEntity
The Zip file.
zipFile - Variable in class org.restlet.engine.local.ZipEntryRepresentation
The Zip file.

_

_methods - Static variable in class org.restlet.data.Method
Map of registered methods.
_TSPECIALS - Static variable in class org.restlet.data.MediaType
Illegal ASCII characters as defined in RFC 1521.
Keep the underscore for the ordering
_types - Static variable in class org.restlet.data.MediaType
The known media types registered with MediaType.register(String, String), retrievable using MediaType.valueOf(String).
Keep the underscore for the ordering.
A B C D E F G H I J K L M N O P Q R S T U V W X Z _ 
All Classes All Packages