Skip navigation links
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 

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.HttpInboundRequest
 
abort() - Method in class org.restlet.ext.servlet.internal.ServletCall
Not supported.
abort() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
abort() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
Not supported.
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
 
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(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, 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...) - 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.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.
acceptMails(Representation) - Method in class org.restlet.ext.javamail.TriggerResource
Handles POST requests.
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
 
Ack - Annotation Type in org.restlet.ext.sip
Confirms that the client has received a final response to an Invite request.
ack() - Method in class org.restlet.ext.sip.SipClientResource
Confirms that the client has received a final response to an INVITE request.
ack(Representation) - Method in class org.restlet.ext.sip.SipClientResource
Confirms that the client has received a final response to an INVITE request.
ACK - Static variable in class org.restlet.ext.sip.SipMethod
Confirms that the client has received a final response to an INVITE request.
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(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, 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
Add a value.
add(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Graph, 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(Reference, Reference, 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, String, 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(String, Reference, 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, String, Reference) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
add(Client) - Method in class org.restlet.util.ClientList
 
add(Protocol) - Method in class org.restlet.util.ClientList
Adds a new client connector in the map supporting the given protocol.
add(String, String) - Method in class org.restlet.util.Series
Creates then adds a parameter at the end of the list.
add(Protocol) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol.
add(Protocol, int) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol on the specified port.
add(Protocol, String, int) - Method in class org.restlet.util.ServerList
Adds a new server connector in the map supporting the given protocol on the specified IP address and port.
add(Server) - Method in class org.restlet.util.ServerList
Adds a server at the end of the list.
add(int, Service) - Method in class org.restlet.util.ServiceList
 
add(Service) - Method in class org.restlet.util.ServiceList
 
add(E) - Method in class org.restlet.util.WrapperList
Adds a element at the end of the list.
add(int, E) - Method in class org.restlet.util.WrapperList
Inserts the specified element at the specified position in this list.
addAll(Collection<? extends Service>) - Method in class org.restlet.util.ServiceList
 
addAll(int, Collection<? extends Service>) - Method in class org.restlet.util.ServiceList
 
addAll(Collection<? extends E>) - Method in class org.restlet.util.WrapperList
Appends all of the elements in the specified collection to the end of this list.
addAll(int, Collection<? extends E>) - Method in class org.restlet.util.WrapperList
Inserts all of the elements in the specified collection into this list at the specified position.
addCharacterSets(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
Parses character set preferences from a header.
addCommonExtensions() - Method in class org.restlet.service.MetadataService
Adds a common list of associations from extensions to metadata.
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 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 z: UNIX compressed archive file zip: Zip archive
addDate(String, Date) - Method in class org.restlet.data.Disposition
Adds a Date parameter.
addEncodings(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
Parses encoding preferences from a header.
addEntity(String, Object) - Method in class org.restlet.ext.odata.Service
Adds an entity to an entity set.
addEntityHeaders(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
Adds the entity headers for the handled uniform call.
addEntityHeaders(Representation, Series<Header>) - Method in class org.restlet.engine.connector.OutboundWay
Adds the entity headers for the given response.
addEntityHeaders(Representation, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds the entity headers based on the Representation to the Series.
addEntries(Series<FormData>) - Method in class org.restlet.ext.html.internal.FormReader
Adds the entries into a given series.
addExtension(String, Metadata) - Method in class org.restlet.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addExtension(String, Metadata, boolean) - Method in class org.restlet.service.MetadataService
Maps an extension to some metadata (media type, language or character set) to an extension.
addExtensionHeaders(Series<Header>, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds extension headers if they are non-standard headers.
addGeneralHeaders(Series<Header>) - Method in class org.restlet.engine.connector.OutboundWay
Adds the general headers from the Message to the Series.
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.sip.internal.SipClientOutboundWay
 
addHeader(Request, String, String) - Static method in class org.restlet.engine.adapter.HttpRequest
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.
addHeader(Request, String, String) - Static method in class org.restlet.engine.connector.HttpInboundRequest
Adds a new header to the given request.
addHeader(String, String, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Adds a header to the given list.
addHeaders(Series<Header>) - Method in class org.restlet.engine.connector.ClientOutboundWay
 
addHeaders(Series<Header>) - Method in class org.restlet.engine.connector.OutboundWay
Add all the headers, including the general, the message specific and the entity headers.
addHeaders(Series<Header>) - Method in class org.restlet.engine.connector.ServerOutboundWay
 
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.
addLink(Object, String, Object) - Method in class org.restlet.ext.odata.Service
Adds an association between the source and the target entity via the given property name.
addLiteral(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addLiteral(String, 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.
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.engine.connector.ConnectionHelper
Add the outbound message to the queue and wake up the IO controller.
addParameter(String, String) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the query parameter set in the URI generated by the returned query.
addParameter(Address, Parameter) - Method in class org.restlet.ext.sip.internal.ContactInfoReader
Handle a given parameters.
addParameters(Series<Parameter>) - Method in class org.restlet.engine.util.FormReader
Adds the parameters into a given series.
addParameters(Series<Parameter>) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the query parameter set in the URI generated by the returned query.
addQueryParameter(Parameter) - Method in class org.restlet.data.Reference
Adds a parameter to the query component.
addQueryParameter(String, String) - 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.
addQueryParameter(String, String) - 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(Graph, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addReference(String, String, String) - Method in class org.restlet.ext.rdf.Graph
Creates then adds a link.
addRequestHeaders(Series<Header>) - Method in class org.restlet.engine.connector.ClientOutboundWay
Adds the request headers.
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.sip.internal.SipClientOutboundWay
 
addResponseHeaders(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
Adds the response headers for the handled uniform call.
addResponseHeaders(Series<Header>) - Method in class org.restlet.engine.connector.ServerOutboundWay
Adds the response headers.
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.sip.internal.SipServerOutboundWay
 
Address - Class in org.restlet.ext.sip
Address of a SIP agent.
Address() - Constructor for class org.restlet.ext.sip.Address
Default constructor.
Address(Reference) - Constructor for class org.restlet.ext.sip.Address
Constructor.
Address(Reference, String) - Constructor for class org.restlet.ext.sip.Address
Constructor.
Address(String, String) - Constructor for class org.restlet.ext.sip.Address
Constructor.
AddressReader - Class in org.restlet.ext.sip.internal
Address like header reader.
AddressReader(String) - Constructor for class org.restlet.ext.sip.internal.AddressReader
Constructor.
AddressWriter - Class in org.restlet.ext.sip.internal
Address like header writer.
AddressWriter() - Constructor for class org.restlet.ext.sip.internal.AddressWriter
Default constructor.
AddressWriter(boolean) - Constructor for class org.restlet.ext.sip.internal.AddressWriter
Constructor.
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.
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(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<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<Warning>) - Static method in class org.restlet.engine.header.WarningReader
Adds values to the given collection.
addValues(Header, Collection<SipRecipientInfo>) - Static method in class org.restlet.ext.sip.internal.SipRecipientInfoReader
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.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.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.freemarker.TemplateFilter
 
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.
AJP - Static variable in class org.restlet.data.Protocol
AJP 1.3 protocol to communicate with Apache HTTP server or Microsoft IIS.
ALGORITHM_HTTP_DIGEST - Static variable in class org.restlet.data.Digest
Digest algorithm for the HTTP DIGEST scheme.
ALGORITHM_MD2 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in RFC 1319.
ALGORITHM_MD5 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in RFC 1321.
ALGORITHM_NONE - Static variable in class org.restlet.data.Digest
No digest algorithm defined.
ALGORITHM_SHA_1 - Static variable in class org.restlet.data.Digest
Digest algorithm defined in Secure Hash Standard, NIST FIPS 180-1.
ALGORITHM_SHA_256 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_384 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALGORITHM_SHA_512 - Static variable in class org.restlet.data.Digest
NIST approved digest algorithm from SHA-2 family.
ALL - Static variable in class org.restlet.data.CharacterSet
All character sets acceptable.
ALL - Static variable in class org.restlet.data.Encoding
All encodings acceptable.
ALL - Static variable in class org.restlet.data.Language
All languages acceptable.
ALL - Static variable in class org.restlet.data.MediaType
 
ALL - Static variable in class org.restlet.data.Method
Pseudo-method use to match all methods.
ALL - Static variable in class org.restlet.data.Protocol
All protocols wildcard.
ALL - Static variable in class org.restlet.data.Tag
Tag matching any other tag, used in call's condition data.
ALL - Static variable in class org.restlet.security.Role
Unmodifiable role that covers all existing roles.
allowClient(ClientInfo) - Method in class org.restlet.service.TunnelService
Indicates if the request from a given client can be tunneled.
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
 
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.
AnnotationInfo - Class in org.restlet.engine.resource
Descriptor for method annotations.
AnnotationInfo(Class<?>, Method, Method, String) - Constructor for class org.restlet.engine.resource.AnnotationInfo
Constructor.
AnnotationUtils - Class in org.restlet.engine.resource
Utilities to manipulate Restlet annotations.
ANSWER_MODE - Static variable in class org.restlet.ext.sip.OptionTag
Indicates support of the "Answer mode" extension.
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
Web Application Description Language namespace.
append(CacheDirective) - Method in class org.restlet.engine.header.CacheDirectiveWriter
 
append(ChallengeRequest) - Method in class org.restlet.engine.header.ChallengeWriter
 
append(CookieSetting) - Method in class org.restlet.engine.header.CookieSettingWriter
 
append(Cookie) - Method in class org.restlet.engine.header.CookieWriter
 
append(List<Cookie>) - Method in class org.restlet.engine.header.CookieWriter
Appends a list of cookies as an HTTP header.
append(Collection<Dimension>) - Method in class org.restlet.engine.header.DimensionWriter
Appends a collection of dimensions as a header.
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(char) - Method in class org.restlet.engine.header.HeaderWriter
 
append(char[]) - Method in class org.restlet.engine.header.HeaderWriter
Appends an array of characters.
append(CharSequence) - Method in class org.restlet.engine.header.HeaderWriter
 
append(Collection<V>) - Method in class org.restlet.engine.header.HeaderWriter
Appends a collection of values.
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(V) - Method in class org.restlet.engine.header.HeaderWriter
Appends a value.
append(M) - Method in class org.restlet.engine.header.MetadataWriter
 
append(Method) - Method in class org.restlet.engine.header.MethodWriter
 
append(Preference<?>) - Method in class org.restlet.engine.header.PreferenceWriter
 
append(List<Range>) - Method in class org.restlet.engine.header.RangeWriter
Format ranges as a Range header value
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(Address) - Method in class org.restlet.ext.sip.internal.AddressWriter
 
append(Availability) - Method in class org.restlet.ext.sip.internal.AvailabilityWriter
 
append(ContactInfo) - Method in class org.restlet.ext.sip.internal.ContactInfoWriter
 
append(EventType) - Method in class org.restlet.ext.sip.internal.EventTypeWriter
 
append(Event) - Method in class org.restlet.ext.sip.internal.EventWriter
 
append(OptionTag) - Method in class org.restlet.ext.sip.internal.OptionTagWriter
 
append(SipRecipientInfo) - Method in class org.restlet.ext.sip.internal.SipRecipientInfoWriter
 
append(Subscription) - Method in class org.restlet.ext.sip.internal.SubscriptionWriter
 
append(char) - Method in class org.restlet.representation.AppendableRepresentation
 
append(CharSequence) - Method in class org.restlet.representation.AppendableRepresentation
 
append(CharSequence, int, int) - Method in class org.restlet.representation.AppendableRepresentation
 
append(Appendable) - Method in class org.restlet.representation.Representation
Appends the representation to an appendable sequence of characters.
AppendableRepresentation - Class in org.restlet.representation
Represents an appendable sequence of characters.
AppendableRepresentation() - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, Language) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
AppendableRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.representation.AppendableRepresentation
Constructor.
appendChallengeParameter(Parameter) - Method in class org.restlet.engine.header.ChallengeWriter
Appends a new challenge parameter, prefixed with a comma.
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.
appendChallengeParameterSeparator() - Method in class org.restlet.engine.header.ChallengeWriter
Appends a comma as a separator if the first parameter has already been written.
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(NamedValue<String>) - Method in class org.restlet.engine.header.HeaderWriter
Formats and appends a parameter as an extension.
appendExtension(String, String) - Method in class org.restlet.engine.header.HeaderWriter
Appends an extension.
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.
appendQuality(float) - Method in class org.restlet.ext.sip.internal.ContactInfoWriter
Formats a quality value.
If the quality is invalid, an IllegalArgumentException is thrown.
appendQuotedChallengeParameter(Parameter) - Method in class org.restlet.engine.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendQuotedChallengeParameter(String, String) - 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.
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 - Class in org.restlet
Restlet managing a coherent set of resources and services.
Application() - Constructor for class org.restlet.Application
Constructor.
Application(Context) - Constructor for class org.restlet.Application
Constructor.
APPLICATION_ALL - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ALL_XML - Static variable in class org.restlet.data.MediaType
 
APPLICATION_ATOM - Static variable in class org.restlet.data.MediaType
 
APPLICATION_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_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
 
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_XMI_XML - Static variable in class org.restlet.data.MediaType
Deprecated.
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_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
Root of a WADL description document.
ApplicationInfo() - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor.
ApplicationInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor with a single documentation element.
ApplicationInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor with a list of documentation elements.
ApplicationInfo(String) - Constructor for class org.restlet.ext.wadl.ApplicationInfo
Constructor with a single documentation element.
Association - Class in org.restlet.ext.odata.internal.edm
Defines an association inside a schema.
Association(String) - Constructor for class org.restlet.ext.odata.internal.edm.Association
Constructor.
AssociationEnd - Class in org.restlet.ext.odata.internal.edm
Represents one entity implied in an association.
AssociationEnd(String) - Constructor for class org.restlet.ext.odata.internal.edm.AssociationEnd
Constructor.
AssociationSet - Class in org.restlet.ext.odata.internal.edm
Represents an association inside an EntityContainer.
AssociationSet(String) - Constructor for class org.restlet.ext.odata.internal.edm.AssociationSet
Constructor.
AssociationSetEnd - Class in org.restlet.ext.odata.internal.edm
Represents one entity implied in an AssociationSet.
AssociationSetEnd(String) - Constructor for class org.restlet.ext.odata.internal.edm.AssociationSetEnd
Constructor.
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(Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attach(String, Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attach(Reference) - Method in class org.restlet.ext.wadl.WadlComponent
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
Attaches an application created from a WADL description document to the component.
attach(String) - Method in class org.restlet.ext.wadl.WadlComponent
Attaches an application created from a WADL description document available at a given URI.
attach(Restlet) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router with an empty URI pattern.
attach(Restlet, int) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router with an empty URI pattern.
attach(String, Class<? 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.routing.Router
Attaches a target Restlet to this router based on a given URI pattern.
attach(String, Restlet, int) - Method in class org.restlet.routing.Router
Attaches a target Restlet to this router based on a given URI pattern.
attach(Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a target Restlet to this router with an empty URI pattern.
attach(String, Restlet) - Method in class org.restlet.routing.VirtualHost
Attaches a target Restlet to this router based on a given URI pattern.
attachDefault(Restlet) - Method in class org.restlet.engine.component.InternalRouter
 
attachDefault(Class<? 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.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(String, String, BeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
Attaches the named resource bean at the given URI, creating a finder for it via SpringBeanRouter.createFinder(BeanFactory, String).
attachRestlet(String, String, BeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
Attaches the named restlet bean directly at the given URI.
attachToComponent(Component) - Method in class org.restlet.ext.wadl.WadlApplication
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
Attaches the application to the given host using the WADL base reference.
attemptRedirect(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Attempts to redirect the user's browser can be redirected to the URI provided in a query parameter named by CookieAuthenticator.getRedirectQueryName().
ATTRIBUTE_HEADERS - Static variable in class org.restlet.engine.header.HeaderConstants
 
ATTRIBUTE_HTTPS_CIPHER_SUITE - Static variable in class org.restlet.engine.header.HeaderConstants
Deprecated.
ATTRIBUTE_HTTPS_CLIENT_CERTIFICATES - Static variable in class org.restlet.engine.header.HeaderConstants
Deprecated.
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
 
ATTRIBUTE_MAILBOX_LOGIN - Static variable in class org.restlet.ext.javamail.TriggerResource
 
ATTRIBUTE_MAILBOX_PASSWORD - Static variable in class org.restlet.ext.javamail.TriggerResource
 
ATTRIBUTE_MAILBOX_URI - Static variable in class org.restlet.ext.javamail.TriggerResource
 
ATTRIBUTE_VERSION - Static variable in class org.restlet.engine.header.HeaderConstants
 
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.ext.ssl.CertificateAuthenticator
Authenticates the call using the X.509 client certificate.
authenticate(Request, Response) - Method in class org.restlet.security.Authenticator
Attempts to authenticate the subject sending the request.
authenticate(Request, Response) - Method in class org.restlet.security.ChallengeAuthenticator
Authenticates the call, relying on the verifier to check the credentials provided (in general an identifier + secret couple).
authenticated(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets or update 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.
AuthenticationInfo - Class in org.restlet.data
Preemptive authentication information.
AuthenticationInfo(String, int, String, String, String) - Constructor for class org.restlet.data.AuthenticationInfo
Constructor.
Authenticator - Class in org.restlet.security
Filter authenticating the client sending the 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.
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.
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.
Availability - Class in org.restlet.ext.sip
Provides availability details on a SIP agent.
Availability(int) - Constructor for class org.restlet.ext.sip.Availability
Constructor.
Availability(int, int) - Constructor for class org.restlet.ext.sip.Availability
Constructor.
Availability(int, int, String) - Constructor for class org.restlet.ext.sip.Availability
Constructor.
AvailabilityReader - Class in org.restlet.ext.sip.internal
Retry-after header reader.
AvailabilityReader(String) - Constructor for class org.restlet.ext.sip.internal.AvailabilityReader
Constructor.
AvailabilityWriter - Class in org.restlet.ext.sip.internal
Retry-after header writer.
AvailabilityWriter() - Constructor for class org.restlet.ext.sip.internal.AvailabilityWriter
 
available() - Method in class org.restlet.engine.io.RangeInputStream
 
available() - Method in class org.restlet.engine.io.ReaderInputStream
 
available() - Method in class org.restlet.ext.xdb.internal.SizedInputStream
 
await() - Method in class org.restlet.engine.connector.ServerConnectionController
Awaits for the controller to be effectively started.
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, String) - Constructor for class org.restlet.ext.crypto.AwsAuthenticator
Creates a new HttpAwsS3Authenticator instance.
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.
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

Base64 - Class in org.restlet.engine.util
Minimal but fast Base64 codec.
Base64() - Constructor for class org.restlet.engine.util.Base64
 
BaseHelper<T extends Connector> - Class in org.restlet.engine.connector
Base connector helper.
BaseHelper(T, boolean) - Constructor for class org.restlet.engine.connector.BaseHelper
Constructor.
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.engine.io.Buffer
Ensure that the buffer is ready to be drained, flipping it if necessary only.
beforeFill() - Method in class org.restlet.engine.io.Buffer
Ensure that the buffer is ready to be filled, flipping it if necessary only.
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.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.
BioUtils - Class in org.restlet.engine.io
Basic IO manipulation utilities.
BlankNodeToken - Class in org.restlet.ext.rdf.internal.turtle
Represents a blank node inside a RDF N3 document.
BlankNodeToken(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
Constructor.
BlankNodeToken(String) - 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.
Buffer - Class in org.restlet.engine.io
Wrapper around a byte buffer and its state.
Buffer(ByteBuffer) - Constructor for class org.restlet.engine.io.Buffer
Constructor.
Buffer(ByteBuffer, BufferState) - Constructor for class org.restlet.engine.io.Buffer
Constructor.
Buffer(int) - Constructor for class org.restlet.engine.io.Buffer
Constructor.
Buffer(int, boolean) - Constructor for class org.restlet.engine.io.Buffer
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.
BufferedSelectionChannel<T extends SelectionChannel> - Class in org.restlet.engine.io
Byte channel wrapping a byte buffer.
BufferedSelectionChannel(Buffer, T, WakeupListener) - Constructor for class org.restlet.engine.io.BufferedSelectionChannel
Constructor.
BufferingRepresentation - Class in org.restlet.engine.io
Representation capable of buffering the wrapped representation.
BufferingRepresentation(Representation) - Constructor for class org.restlet.engine.io.BufferingRepresentation
Constructor.
BufferProcessor - Interface in org.restlet.engine.io
Interface called back when IO buffer draining or filling can actually be done.
BufferState - Enum in org.restlet.engine.io
Enumeration of buffer and builder states.
Bye - Annotation Type in org.restlet.ext.sip
Terminates a call and can be sent by either the caller or the callee.
bye() - Method in class org.restlet.ext.sip.SipClientResource
Indicates to the server that the user agent wishes to release the call.
BYE - Static variable in class org.restlet.ext.sip.SipMethod
Terminates a call and can be sent by either the caller or the callee.
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
 
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.

C

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
 
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.
CacheDirectiveWriter - Class in org.restlet.engine.header
Cache directive header writer.
CacheDirectiveWriter() - Constructor for class org.restlet.engine.header.CacheDirectiveWriter
 
Call - Class in org.restlet.engine.adapter
Low-level call for the HTTP connectors.
Call() - Constructor for class org.restlet.engine.adapter.Call
Constructor.
CallResolver - Class in org.restlet.engine.util
Resolves variable values based on a request and a response.
CallResolver(Request, Response) - Constructor for class org.restlet.engine.util.CallResolver
Constructor.
callTarget(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Requests the target resource.
canAdd(T, List<T>) - Method in class org.restlet.engine.application.FlexibleConneg
Returns true if the metadata can be added.
canAdd(Encoding, Collection<Encoding>) - Method in class org.restlet.engine.header.EncodingReader
 
canAdd(V, Collection<V>) - Method in class org.restlet.engine.header.HeaderReader
Indicates if the value can be added the the list.
Cancel - Annotation Type in org.restlet.ext.sip
Cancels any pending request.
cancel() - Method in class org.restlet.ext.sip.SipClientResource
Cancels a pending request with the same Call-ID, To, From and CSeq (sequence number only) header field values.
CANCEL - Static variable in class org.restlet.ext.sip.SipMethod
Cancels any pending request.
canCompact() - Method in class org.restlet.engine.io.Buffer
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
Indicates if the application and all its resources can be described using WADL.
canDescribe(Method) - Method in class org.restlet.ext.wadl.WadlServerResource
Indicates if the given method exposes its WADL description.
canDrain() - Method in class org.restlet.engine.io.Buffer
Indicates if more bytes can be drained.
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.engine.io.Buffer
Indicates if more bytes can be filled in.
canHandle(Connection<Server>, Response) - Method in class org.restlet.engine.connector.HttpServerHelper
 
canHandle(Connection<Server>, Response) - Method in class org.restlet.engine.connector.ServerConnectionHelper
Indicates if the connection can handle the given response at this point in time.
canHandle(Connection<Server>, Response) - Method in class org.restlet.ext.sip.internal.SipServerHelper
 
canLoop(Buffer, Object...) - Method in class org.restlet.engine.connector.Way
Indicates if the processing loop can continue.
canLoop(Buffer, Object...) - Method in class org.restlet.engine.io.BufferedSelectionChannel
Indicates if the processing loop can continue.
canLoop(Buffer, Object...) - Method in interface org.restlet.engine.io.BufferProcessor
Indicates if the processing loop can continue.
canLoop(Buffer, Object...) - Method in class org.restlet.engine.io.NbChannelInputStream
Indicates if the processing loop can continue.
canLoop(Buffer, Object...) - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
 
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.engine.io.Buffer
Returns the maximum capacity of this buffer.
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 - Class in org.restlet.ext.atom
Collection of Category entries.
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.
Categories(String) - 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.
CertificateAuthenticator - Class in org.restlet.ext.ssl
Authenticator based on the SSL client certificate.
CertificateAuthenticator(Context) - Constructor for class org.restlet.ext.ssl.CertificateAuthenticator
 
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, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
Constructor.
ChallengeMessage(ChallengeScheme, String, Series<Parameter>, String, String, String) - 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.
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, Series<Parameter>, String, char[], String, String, String, Reference, String, String, String, String, int, long) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
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, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeResponse(ChallengeScheme, String, String) - Constructor for class org.restlet.data.ChallengeResponse
Constructor.
ChallengeScheme - Class in org.restlet.data
Challenge scheme used to authenticate remote clients.
ChallengeScheme(String, String) - Constructor for class org.restlet.data.ChallengeScheme
Constructor.
ChallengeScheme(String, String, String) - Constructor for class org.restlet.data.ChallengeScheme
Constructor.
ChallengeWriter - Class in org.restlet.engine.header
Authentication challenge header writer.
ChallengeWriter() - Constructor for class org.restlet.engine.header.ChallengeWriter
Constructor.
ChannelRepresentation - Class in org.restlet.representation
Representation based on a NIO byte channel.
ChannelRepresentation(MediaType) - Constructor for class org.restlet.representation.ChannelRepresentation
Constructor.
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(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.odata.internal.EntryContentHandler
 
characters(char[], int, int) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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 - Class in org.restlet.data
Metadata used to specify the character set of textual representations.
CharacterSet(Charset) - Constructor for class org.restlet.data.CharacterSet
Constructor.
CharacterSet(String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
CharacterSet(String, String) - Constructor for class org.restlet.data.CharacterSet
Constructor.
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.
checkin(Connection<?>) - Method in class org.restlet.engine.connector.ConnectionHelper
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.
checkout(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ConnectionHelper
Checks out a connection associated to the given socket from the pool.
checkout() - Method in class org.restlet.engine.util.Pool
Checks out an object from the pool.
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 - 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.
ChunkedInputStream - Class in org.restlet.ext.xdb.internal
InputStream to wrap a source InputStream that has been chunked.
ChunkedInputStream(Notifiable, InputStream) - Constructor for class org.restlet.ext.xdb.internal.ChunkedInputStream
Constructor.
ChunkedOutputStream - Class in org.restlet.ext.xdb.internal
OutputStream to write data in the HTTP chunked encoding format to a destination OutputStream.
ChunkedOutputStream(OutputStream) - Constructor for class org.restlet.ext.xdb.internal.ChunkedOutputStream
Convenience constructor to use a default chunk size size of 2048.
ChunkedOutputStream(OutputStream, int) - Constructor for class org.restlet.ext.xdb.internal.ChunkedOutputStream
 
ChunkState - Enum in org.restlet.engine.io
Enumeration of the chunk decoding IO states.
CLAP - Static variable in class org.restlet.data.Protocol
CLAP (ClassLoader Access Protocol) is a custom scheme to access to representations via classloaders.
CLAP_CLASS - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the classloader associated with the local class.
CLAP_DEFAULT - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the classloader associated with the local class.
CLAP_SYSTEM - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the system's classloader.
CLAP_THREAD - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current thread's classloader.
ClapClientHelper - Class in org.restlet.engine.local
Connector to the resources accessed via class loaders.
ClapClientHelper(Client) - Constructor for class org.restlet.engine.local.ClapClientHelper
Constructor.
clear() - Method in class org.restlet.engine.CompositeHelper
Clears the chain.
clear() - Method in class org.restlet.engine.connector.Connection
Clears the connection so it can be reused.
clear(Connection<T>) - Method in class org.restlet.engine.connector.ConnectionPool
 
clear() - Method in class org.restlet.engine.connector.HttpClientInboundWay
 
clear() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
clear() - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
clear() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
clear() - Method in class org.restlet.engine.connector.InboundWay
 
clear() - Method in class org.restlet.engine.connector.OutboundWay
 
clear() - Method in class org.restlet.engine.connector.Way
Recycles the way so it can be reused.
clear() - Static method in class org.restlet.engine.Engine
Clears the current Restlet Engine altogether.
clear() - Method in class org.restlet.engine.io.Buffer
Recycles the buffer so it can be reused.
clear() - Method in class org.restlet.engine.util.Pool
Clears the store of reusable objects.
clear(T) - Method in class org.restlet.engine.util.Pool
Clears the given object when it is checked in the pool.
clear() - Method in class org.restlet.util.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.
clearCache() - Static method in class org.restlet.engine.resource.AnnotationUtils
Clears the annotation descriptors cache.
clearExtensions() - Method in class org.restlet.service.MetadataService
clears the mappings for all extensions.
clearLineBuilder() - Method in class org.restlet.engine.connector.Way
Clears the line builder and adjust its state.
clearLineBuilder() - Method in class org.restlet.engine.io.ReadableChunkedChannel
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(Context, List<Protocol>) - Constructor for class org.restlet.Client
Constructor.
Client(Context, List<Protocol>, String) - Constructor for class org.restlet.Client
Constructor.
Client(Context, Protocol) - Constructor for class org.restlet.Client
Constructor.
Client(List<Protocol>) - Constructor for class org.restlet.Client
Constructor.
Client(Protocol) - Constructor for class org.restlet.Client
Constructor.
Client(String) - Constructor for class org.restlet.Client
Constructor.
CLIENT_ERROR_ADDRESS_INCOMPLETE - Static variable in class org.restlet.ext.sip.SipStatus
The server received a request with a Request-URI that was incomplete.
CLIENT_ERROR_AMBIGUOUS - Static variable in class org.restlet.ext.sip.SipStatus
The Request-URI was ambiguous.
CLIENT_ERROR_BAD_EXTENSION - Static variable in class org.restlet.ext.sip.SipStatus
The server did not understand the protocol extension specified in a Proxy-Require or Require header field.
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_BAD_REQUEST - Static variable in class org.restlet.ext.sip.SipStatus
The request could not be understood due to malformed syntax.
CLIENT_ERROR_BUSY_HERE - Static variable in class org.restlet.ext.sip.SipStatus
The callee's end system was contacted successfully, but the callee is currently not willing or able to take additional calls at this end system.
CLIENT_ERROR_CALL_DOESNT_EXIST - Static variable in class org.restlet.ext.sip.SipStatus
Indicates that the UAS received a request that does not match any existing dialog or transaction.
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_EXTENSION_REQUIRED - Static variable in class org.restlet.ext.sip.SipStatus
The UAS needs a particular extension to process the request, but this extension is not listed in a Supported header field in the request.
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_FORBIDDEN - Static variable in class org.restlet.ext.sip.SipStatus
The server understood the request, but is refusing to fulfill it.
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_GONE - Static variable in class org.restlet.ext.sip.SipStatus
The requested resource is no longer available at the server and no forwarding address is known.
CLIENT_ERROR_INTERVAL_TOO_BRIEF - Static variable in class org.restlet.ext.sip.SipStatus
The server is rejecting the request because the expiration time of the resource refreshed by the request is too short.
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_LOOP_DETECTED - Static variable in class org.restlet.ext.sip.SipStatus
The server has detected a loop.
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_METHOD_NOT_ALLOWED - Static variable in class org.restlet.ext.sip.SipStatus
The method specified in the Request-Line is understood, but not allowed for the address 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_ACCEPTABLE - Static variable in class org.restlet.ext.sip.SipStatus
The resource identified by the request is only capable of generating response entities that have content characteristics not acceptable according to the Accept header field sent in the request.
CLIENT_ERROR_NOT_ACCEPTABLE_HERE - Static variable in class org.restlet.ext.sip.SipStatus
The response has the same meaning as 606 (Not Acceptable), but only applies to the specific resource addressed by the Request-URI and the request may succeed elsewhere.
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_NOT_FOUND - Static variable in class org.restlet.ext.sip.SipStatus
The server has definitive information that the user does not exist at the domain specified in the Request-URI.
CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.data.Status
This code is reserved for future use.
CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.ext.sip.SipStatus
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_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.ext.sip.SipStatus
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_ENTITY_TOO_LARGE - Static variable in class org.restlet.ext.sip.SipStatus
The server is refusing to process a request because the request entity-body is larger than the server is willing or able to process.
CLIENT_ERROR_REQUEST_PENDING - Static variable in class org.restlet.ext.sip.SipStatus
The request was received by a UAS that had a pending request within the same dialog.
CLIENT_ERROR_REQUEST_TERMINATED - Static variable in class org.restlet.ext.sip.SipStatus
The request was terminated by a BYE or CANCEL request.
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_TIMEOUT - Static variable in class org.restlet.ext.sip.SipStatus
The server could not produce a response within a suitable amount of time, for example, if it could not determine the location of the user in time.
CLIENT_ERROR_REQUEST_UNDECIPHERABLE - Static variable in class org.restlet.ext.sip.SipStatus
The request was received by a UAS that contained an encrypted MIME body for which the recipient does not possess or will not provide an appropriate decryption key.
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_REQUEST_URI_TOO_LONG - Static variable in class org.restlet.ext.sip.SipStatus
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_TEMPORARILY_UNAVAILABLE - Static variable in class org.restlet.ext.sip.SipStatus
The callee's end system was contacted successfully but the callee is currently unavailable (for example, is not logged in, logged in but in a state that precludes communication with the callee, or has activated the "do not disturb" feature).
CLIENT_ERROR_TOO_MANY_HOPS - Static variable in class org.restlet.ext.sip.SipStatus
The server received a request that contains a Max-Forwards header field with the value zero.
CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.data.Status
The request requires user authentication.
CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.ext.sip.SipStatus
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.
CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.ext.sip.SipStatus
The server is refusing to service the request because the message body of the request is in a format not supported by the server for the requested method.
CLIENT_ERROR_UNSUPPORTED_URI_SCHEME - Static variable in class org.restlet.ext.sip.SipStatus
The server cannot process the request because the scheme of the URI in the Request-URI is unknown to the server.
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.
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.engine.connector
Base client helper based on NIO non blocking sockets.
ClientConnectionHelper(Client) - Constructor for class org.restlet.engine.connector.ClientConnectionHelper
Constructor.
ClientHelper - Class in org.restlet.engine
Client connector helper.
ClientHelper(Client) - Constructor for class org.restlet.engine.ClientHelper
Constructor.
ClientInboundWay - Class in org.restlet.engine.connector
Client-side inbound way.
ClientInboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.ClientInboundWay
Constructor.
ClientInfo - Class in org.restlet.data
Client specific data related to a call.
ClientInfo() - Constructor for class org.restlet.data.ClientInfo
Constructor.
ClientInfo(List<? extends Variant>) - Constructor for class org.restlet.data.ClientInfo
Constructor from a list of variants.
ClientInfo(MediaType) - Constructor for class org.restlet.data.ClientInfo
Constructor from a media type.
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.
ClientList - Class in org.restlet.util
Modifiable list of client connectors.
ClientList(Context) - Constructor for class org.restlet.util.ClientList
Constructor.
ClientOutboundWay - Class in org.restlet.engine.connector
Client-side outbound way.
ClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.ClientOutboundWay
Constructor.
ClientProxy - Interface in org.restlet.resource
Marker interface for RESTful resource proxies.
ClientResource - Class in org.restlet.resource
Client-side resource.
ClientResource() - Constructor for class org.restlet.resource.ClientResource
Empty constructor.
ClientResource(ClientResource) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Method, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Request) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, Request, Response) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Context, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, URI) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Method, String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Reference) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Request) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(Request, Response) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientResource(String) - Constructor for class org.restlet.resource.ClientResource
Constructor.
ClientRoute - Class in org.restlet.engine.component
Router scorer based on a target client connector.
ClientRoute(Router, Client) - Constructor for class org.restlet.engine.component.ClientRoute
Constructor.
ClientRouter - Class in org.restlet.engine.component
Router that collects calls from all applications and dispatches them to the appropriate client connectors.
ClientRouter(Component) - Constructor for class org.restlet.engine.component.ClientRouter
Constructor.
clientSide - Variable in class org.restlet.engine.connector.BaseHelper
Indicates if it is helping a client connector.
clone() - Method in class org.restlet.data.Reference
 
clone() - Method in class org.restlet.engine.util.ImmutableDate
clone() - Method in class org.restlet.ext.sip.Address
 
clone() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
This class is likely to contain sensitive information; cloning is therefore not allowed.
clone() - Method in class org.restlet.ext.ssl.PkixSslContextFactory
This class is likely to contain sensitive information; cloning is therefore not allowed.
close(boolean) - Method in class org.restlet.engine.connector.Connection
Closes the connection.
close() - Method in class org.restlet.engine.io.BufferedSelectionChannel
 
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.WrapperChannel
Delegates to the wrapped channel.
close() - Method in class org.restlet.engine.io.WriterOutputStream
 
close() - Method in class org.restlet.ext.xdb.internal.ChunkedInputStream
Closes this input stream but do not close the underlying stream.
close() - Method in class org.restlet.ext.xdb.internal.ChunkedOutputStream
Closes this output stream for writing but does not close the wrapped stream.
close() - Method in class org.restlet.ext.xdb.internal.SizedInputStream
 
closeDbResources(Statement, ResultSet) - Static method in class org.restlet.ext.xdb.XdbServerServlet
Closes JDBC resources
closeEntry(Entry) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
Close the given entry, in case we really handle an entry (@see current State).
closeLink() - Method in class org.restlet.ext.odata.internal.EntryContentHandler
Handles the end of a "link" element.
closeLink() - Method in class org.restlet.ext.odata.internal.FeedContentHandler
Handle the end of a "link" element.
closeTemplateSource(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
Close the template source.
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.
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.engine.connector.Connection
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.engine.connector.HttpInboundRequest
 
commit(Response) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
commit(Response) - Method in class org.restlet.Request
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client.
commit() - Method in class org.restlet.resource.ServerResource
Asks the response to immediately commit making it ready to be sent back to the client.
commit() - Method in class org.restlet.Response
Asks the server connector to immediately commit the given response, making it ready to be sent back to the client.
commit(Response) - Method in class org.restlet.util.WrapperRequest
 
commit() - Method in class org.restlet.util.WrapperResponse
 
compact() - Method in class org.restlet.engine.io.Buffer
Compacts the bytes to be drained at the beginning of the buffer.
compare(Reference, Reference) - Method in class org.restlet.engine.util.AlphabeticalComparator
Compares two references.
compare(String, String) - Method in class org.restlet.engine.util.AlphabeticalComparator
Compares two strings.
compare(String, String) - Method in class org.restlet.engine.util.AlphaNumericComparator
 
compare(char[], char[]) - Static method in class org.restlet.security.SecretVerifier
Compares that two secrets are equal and not null.
compareTo(Method) - Method in class org.restlet.data.Method
Compares this method to another.
compareTo(Parameter) - Method in class org.restlet.data.Parameter
 
compareTo(ODataType) - Method in class org.restlet.ext.odata.internal.edm.ODataType
Compares this object with the specified object for order.
complete() - Method in class org.restlet.engine.adapter.ServerCall
Complete the response
CompletionListener - Interface in org.restlet.engine.io
Listener called back upon IO completion.
ComplexProperty - Class in org.restlet.ext.odata.internal.edm
Represents a complex property of an EntityType.
ComplexProperty(String) - Constructor for class org.restlet.ext.odata.internal.edm.ComplexProperty
Constructor.
ComplexType - Class in org.restlet.ext.odata.internal.edm
Represents a kind of entity type, without "key", i.e.
ComplexType(String) - Constructor for class org.restlet.ext.odata.internal.edm.ComplexType
Constructor.
Component - Class in org.restlet
Restlet managing a set of Connectors, VirtualHosts, Services and Applications.
Component() - Constructor for class org.restlet.Component
Constructor.
Component(Reference) - Constructor for class org.restlet.Component
Constructor with the reference to the XML configuration file.
Component(Representation) - Constructor for class org.restlet.Component
Constructor with the representation of the XML configuration file.
Component(String) - Constructor for class org.restlet.Component
Constructor with the URI reference to the XML configuration file.
ComponentClientDispatcher - Class in org.restlet.engine.component
Component client dispatcher.
ComponentClientDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentClientDispatcher
Constructor.
ComponentContext - Class in org.restlet.engine.component
Context allowing access to the component's connectors.
ComponentContext(ComponentHelper) - Constructor for class org.restlet.engine.component.ComponentContext
Constructor.
ComponentHelper - Class in org.restlet.engine.component
Component helper.
ComponentHelper(Component) - Constructor for class org.restlet.engine.component.ComponentHelper
Constructor.
ComponentServerDispatcher - Class in org.restlet.engine.component
Component server dispatcher.
ComponentServerDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentServerDispatcher
Constructor.
ComponentXmlParser - Class in org.restlet.engine.component
Parser for component XML configuration.
ComponentXmlParser(Component, Representation) - Constructor for class org.restlet.engine.component.ComponentXmlParser
Constructor.
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.
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.
Conditions - Class in org.restlet.data
Set of conditions applying to a request.
Conditions() - Constructor for class org.restlet.data.Conditions
Constructor.
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.
configure(Socket) - Method in class org.restlet.engine.connector.ConnectionHelper
Configures a given socket based on the helper parameters.
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.
configure(SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Configures the scheme registry.
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.
Connection<T extends Connector> - Class in org.restlet.engine.connector
A network connection though which messages are exchanged by connectors.
Connection(ConnectionHelper<T>, SocketChannel, ConnectionController, InetSocketAddress, int, int) - Constructor for class org.restlet.engine.connector.Connection
Constructor.
ConnectionController - Class in org.restlet.engine.connector
Controls the IO work of parent connector helper and manages its connections.
ConnectionController(ConnectionHelper<?>) - Constructor for class org.restlet.engine.connector.ConnectionController
Constructor.
ConnectionHelper<T extends Connector> - Class in org.restlet.engine.connector
Connector helper using network connections.
ConnectionHelper(T, boolean) - Constructor for class org.restlet.engine.connector.ConnectionHelper
Constructor.
ConnectionPool<T extends Connector> - Class in org.restlet.engine.connector
A connection pool to prevent to recreation of heavy byte buffers.
ConnectionPool(ConnectionHelper<T>, int) - Constructor for class org.restlet.engine.connector.ConnectionPool
Constructor.
ConnectionSource - Class in org.restlet.ext.jdbc.internal
Pooling data source which remembers its connection properties and URI.
ConnectionSource(String, Properties) - Constructor for class org.restlet.ext.jdbc.internal.ConnectionSource
Constructor.
ConnectionState - Enum in org.restlet.engine.connector
Enumeration of the states of a connection.
Connector - Class in org.restlet
Restlet enabling communication between Components.
Connector(Context) - Constructor for class org.restlet.Connector
Constructor.
Connector(Context, List<Protocol>) - Constructor for class org.restlet.Connector
Constructor.
CONNECTOR_ERROR_COMMUNICATION - Static variable in class org.restlet.data.Status
The client connector faced an error during the communication with the remote server (interruption, timeout, etc.).
CONNECTOR_ERROR_CONNECTION - Static variable in class org.restlet.data.Status
The client connector could not connect to the remote server.
CONNECTOR_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
The client connector faced an internal error during the process of a request to its server or the process of a response to its client.
CONNECTOR_LATCH - Static variable in class org.restlet.engine.connector.ClientConnectionHelper
 
ConnectorHelper<T extends Connector> - Class in org.restlet.engine
Base connector helper.
ConnectorHelper(T) - Constructor for class org.restlet.engine.ConnectorHelper
Constructor.
ConnectorService - Class in org.restlet.service
Application service declaring client and server connectors.
ConnectorService() - Constructor for class org.restlet.service.ConnectorService
Constructor.
Conneg - Class in org.restlet.engine.application
Content negotiation algorithm.
Conneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.Conneg
Constructor.
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.
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.
ContactInfo - Class in org.restlet.ext.sip
Information on a SIP contact.
ContactInfo() - Constructor for class org.restlet.ext.sip.ContactInfo
Default constructor.
ContactInfo(Reference) - Constructor for class org.restlet.ext.sip.ContactInfo
Constructor.
ContactInfo(Reference, String) - Constructor for class org.restlet.ext.sip.ContactInfo
Constructor.
ContactInfo(Reference, String, int) - Constructor for class org.restlet.ext.sip.ContactInfo
Constructor.
ContactInfo(Reference, String, String, int) - Constructor for class org.restlet.ext.sip.ContactInfo
Constructor.
ContactInfoReader - Class in org.restlet.ext.sip.internal
Contact header reader.
ContactInfoReader(String) - Constructor for class org.restlet.ext.sip.internal.ContactInfoReader
Constructor.
ContactInfoWriter - Class in org.restlet.ext.sip.internal
Contact header writer.
ContactInfoWriter() - Constructor for class org.restlet.ext.sip.internal.ContactInfoWriter
 
contains(String) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
Verify containment by ignoring case.
contains(Object) - Method in class org.restlet.util.WrapperList
Returns true if this list contains the specified element.
containsAll(Collection<?>) - Method in class org.restlet.util.WrapperList
Returns true if this list contains all of the elements of the specified collection.
containsKey(Object) - Method in class org.restlet.util.WrapperMap
Returns true if this map contains a mapping for the specified key.
containsValue(Object) - Method in class org.restlet.util.WrapperMap
Returns true if this map maps one or more keys to the specified value.
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.
ContentType - Class in org.restlet.engine.header
Association of a media type, a character set and modifiers.
ContentType(MediaType, CharacterSet) - Constructor for class org.restlet.engine.header.ContentType
Constructor.
ContentType(Representation) - Constructor for class org.restlet.engine.header.ContentType
Constructor.
ContentType(String) - 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 - Class in org.restlet
Contextual data and services provided to a set of Restlets.
Context() - Constructor for class org.restlet.Context
Constructor.
Context(Logger) - Constructor for class org.restlet.Context
Constructor.
Context(String) - Constructor for class org.restlet.Context
Constructor.
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.ext.rdf.internal.turtle.Context
Default constructor.
ContextResolver - Class in org.restlet.ext.xml.internal
URI resolver based on a Restlet Context instance.
ContextResolver(Context) - Constructor for class org.restlet.ext.xml.internal.ContextResolver
Constructor.
ContextTemplateLoader - Class in org.restlet.ext.freemarker
FreeMarker template loader based on a Context's client dispatcher.
ContextTemplateLoader(Context, Reference) - Constructor for class org.restlet.ext.freemarker.ContextTemplateLoader
Constructor.
ContextTemplateLoader(Context, String) - Constructor for class org.restlet.ext.freemarker.ContextTemplateLoader
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.
control() - Method in class org.restlet.engine.connector.BaseHelper
Controls the helper for inbound or outbound messages to handle.
control() - Method in class org.restlet.ext.sip.internal.SipClientHelper
 
controlConnection(Connection<?>) - Method in class org.restlet.engine.connector.ConnectionController
Controls a given connection for messages to read or write.
controlConnections() - Method in class org.restlet.engine.connector.ConnectionController
Controls all helper connections.
controller - Variable in class org.restlet.engine.connector.BaseHelper
The controller task.
Controller - Class in org.restlet.engine.connector
Controls the IO work of parent connector helper.
Controller(ConnectionHelper<?>) - Constructor for class org.restlet.engine.connector.Controller
Constructor.
ConverterHelper - Class in org.restlet.engine.converter
Converter between Representations and regular Java objects.
ConverterHelper() - Constructor for class org.restlet.engine.converter.ConverterHelper
 
ConverterService - Class in org.restlet.service
Application service converting between representation and regular Java objects.
ConverterService() - Constructor for class org.restlet.service.ConverterService
Constructor.
ConverterService(boolean) - Constructor for class org.restlet.service.ConverterService
Constructor.
ConverterUtils - Class in org.restlet.engine.converter
Utilities for the converter service.
Cookie - Class in org.restlet.data
Cookie provided by a client.
Cookie() - Constructor for class org.restlet.data.Cookie
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.
CookieReader - Class in org.restlet.engine.header
Cookie header reader.
CookieReader(String) - Constructor for class org.restlet.engine.header.CookieReader
Constructor.
CookieSeries - Class in org.restlet.engine.util
Deprecated.
Use Series directly
CookieSeries() - Constructor for class org.restlet.engine.util.CookieSeries
Deprecated.
Constructor.
CookieSeries(List<Cookie>) - Constructor for class org.restlet.engine.util.CookieSeries
Deprecated.
Constructor.
CookieSetting - Class in org.restlet.data
Cookie setting provided by a server.
CookieSetting() - Constructor for class org.restlet.data.CookieSetting
Default constructor.
CookieSetting(int, String, String) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(int, String, String, String, String, String, int, boolean, boolean) - Constructor for class org.restlet.data.CookieSetting
Constructor.
CookieSetting(String, String) - Constructor for class org.restlet.data.CookieSetting
Preferred constructor.
CookieSettingReader - Class in org.restlet.engine.header
Cookie setting header reader.
CookieSettingReader(String) - Constructor for class org.restlet.engine.header.CookieSettingReader
Constructor.
CookieSettingSeries - Class in org.restlet.engine.util
Deprecated.
Use Series directly
CookieSettingSeries() - Constructor for class org.restlet.engine.util.CookieSettingSeries
Deprecated.
Constructor.
CookieSettingSeries(List<CookieSetting>) - Constructor for class org.restlet.engine.util.CookieSettingSeries
Deprecated.
Constructor.
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 - Static variable in class org.restlet.data.Method
Creates a duplicate of the source resource, identified by the Request-URI, in the destination resource, identified by the URI in the Destination header.
copy(InputStream, OutputStream) - Static method in class org.restlet.engine.io.BioUtils
Copies an input stream to an output stream.
copy(InputStream, RandomAccessFile) - Static method in class org.restlet.engine.io.BioUtils
Copies an input stream to a random access file.
copy(Reader, Writer) - Static method in class org.restlet.engine.io.BioUtils
Copies characters from a reader to a writer.
copy(ByteBuffer, ByteBuffer, long) - Static method in class org.restlet.engine.io.NioUtils
Writes the source buffer to the target buffer, up to a maximum number of bytes.
copy(FileChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Writes the representation to a byte channel.
copy(ReadableByteChannel, OutputStream) - Static method in class org.restlet.engine.io.NioUtils
Writes a NIO readable channel to a BIO output stream.
copy(ReadableByteChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Writes a readable channel to a writable channel.
copyExtensionHeaders(Series<Header>, Response) - Static method in class org.restlet.engine.header.HeaderUtils
Copies extension headers into a response.
copyResponseTransportHeaders(Series<Header>, Response) - Method in class org.restlet.engine.connector.ClientInboundWay
Copies headers into a response.
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.sip.internal.SipClientInboundWay
 
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.
couldDrain(Buffer, Object...) - Method in class org.restlet.engine.connector.Way
Indicates if the buffer could be drained again.
couldDrain() - Method in class org.restlet.engine.io.Buffer
Indicates if bytes could be drained by flipping the buffer.
couldDrain(Buffer, Object...) - Method in class org.restlet.engine.io.ReadableBufferedChannel
Indicates if the buffer could be drained again.
couldDrain(Buffer, Object...) - Method in class org.restlet.engine.io.WritableBufferedChannel
Indicates if the buffer could be drained again.
couldFill(Buffer, Object...) - Method in class org.restlet.engine.connector.Way
Indicates if the buffer could be filled again.
couldFill() - Method in class org.restlet.engine.io.Buffer
Indicates if more bytes could be filled in.
couldFill(Buffer, Object...) - Method in interface org.restlet.engine.io.BufferProcessor
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.engine.io.NbChannelInputStream
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.engine.io.ReadableBufferedChannel
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.engine.io.WritableBufferedChannel
Indicates if the buffer could be filled again.
couldFill(Buffer, Object...) - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
 
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.
Couple<T,U> - Class in org.restlet.util
Deprecated.
To be removed with no replacement.
Couple(T, U) - Constructor for class org.restlet.util.Couple
Deprecated.
Constructor.
create(CharSequence, CharSequence) - Static method in class org.restlet.data.Parameter
Creates a parameter.
create(Request) - Method in class org.restlet.engine.adapter.HttpClientHelper
Creates a low-level HTTP client call from a high-level request.
create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.engine.util.FormUtils
Creates a parameter.
create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.ext.html.internal.FormUtils
Creates a form data.
create(Request) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
create(MediaType, T) - Method in class org.restlet.ext.jackson.JacksonConverter
Creates the marshaling JacksonRepresentation.
create(Representation, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
Creates the unmarshaling JacksonRepresentation.
create(String, Representation) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
Creates an uniform call.
create(Request) - Method in class org.restlet.ext.net.HttpClientHelper
Creates a low-level HTTP client call from a high-level uniform call.
create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.ext.sip.SipClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(Reference, Class<? extends T>) - Static method in class org.restlet.ext.sip.SipClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(String, Class<? extends T>) - Static method in class org.restlet.ext.sip.SipClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create() - Method in class org.restlet.ext.spring.SpringBeanFinder
 
create() - Method in class org.restlet.ext.spring.SpringFinder
Creates a new instance of the ServerResource class designated by the "targetClass" property.
create(Class<? extends ServerResource>, Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
Calls the SpringFinder.create() method that can be configured as a lookup method in Spring.
create(Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
 
create(MediaType, T) - Method in class org.restlet.ext.xstream.XstreamConverter
Creates the marshaling XstreamRepresentation.
create(Representation, Class<T>) - Method in class org.restlet.ext.xstream.XstreamConverter
Creates the unmarshaling XstreamRepresentation.
create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(String, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
Creates a client resource that proxy calls to the given Java interface into Restlet method calls.
create(Class<? extends ServerResource>, Request, Response) - Method in class org.restlet.resource.Finder
Creates a new instance of a given ServerResource subclass.
create(Request, Response) - Method in class org.restlet.resource.Finder
Creates a new instance of the ServerResource subclass designated by the "targetClass" property.
createApplication(Context) - Method in class org.restlet.ext.servlet.ServerServlet
Creates the single Application used by this Servlet.
createApplication() - Method in class org.restlet.ext.wadl.ResourceInfo
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(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
Returns an instance of a graph handler used when parsing the inner RDF representation.
createCall(Server, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
Creates a new Servlet call wrapping a Servlet request/response couple and a Server connector.
createCall(Server, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
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
 
createClapReference(Package) - Static method in class org.restlet.data.LocalReference
Constructor.
createClapReference(int, Package) - Static method in class org.restlet.data.LocalReference
Constructor for CLAP URIs to a given package.
createClapReference(String) - Static method in class org.restlet.data.LocalReference
Constructor.
createClapReference(int, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createClassLoader() - Method in class org.restlet.engine.Engine
Creates a new class loader.
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.
createComponent() - Method in class org.restlet.ext.servlet.ServerServlet
Creates the single Component used by this Servlet.
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ConnectionHelper
Creates a connection associated to the given socket.
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.ssl.HttpsClientHelper
 
createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
createConnectionPool() - Method in class org.restlet.engine.connector.ConnectionHelper
Creates the connection pool.
createConnectionPool(String, Properties) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
Creates a connection pool for a given connection configuration.
createController() - Method in class org.restlet.engine.connector.BaseHelper
Creates a new controller.
createController() - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
createController() - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
createControllerService() - Method in class org.restlet.engine.connector.BaseHelper
Creates the connector controller service.
createDataModel(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateFilter
Creates the FreeMarker data model for a given call.
createEntity(Series<Header>) - Method in class org.restlet.engine.connector.InboundWay
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.
createFileReference(File) - Static method in class org.restlet.data.LocalReference
Constructor.
createFileReference(String) - Static method in class org.restlet.data.LocalReference
Constructor.
createFileReference(String, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createFinder(Class<? extends ServerResource>) - Method in class org.restlet.engine.component.InternalRouter
 
createFinder(BeanFactory, String) - Method in class org.restlet.ext.spring.SpringBeanRouter
Creates an instance of SpringBeanFinder.
createFinder(Router, String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Creates a finder for the given resource info.
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(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.
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
Creates a new HTML representation for a given ApplicationInfo instance describing an application.
createHtmlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Creates a new HTML representation for a given ApplicationInfo instance describing an application.
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.
createInboundWay(Connection<T>, int) - Method in class org.restlet.engine.connector.ConnectionHelper
Creates an inbound way for the given connection.
createInboundWay(Connection<Client>, int) - Method in class org.restlet.engine.connector.HttpClientHelper
 
createInboundWay(Connection<Server>, int) - Method in class org.restlet.engine.connector.HttpServerHelper
 
createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.sip.internal.SipClientHelper
 
createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.sip.internal.SipServerHelper
 
createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.ssl.HttpsClientHelper
 
createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
createJarReference(Reference, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createMessage(Representation, Session) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Creates a JavaMail message by parsing an XML representation.
createNext() - Method in class org.restlet.resource.ClientResource
Creates a next Restlet is no one is set.
createObject() - Method in class org.restlet.engine.connector.ConnectionPool
 
createObject() - Method in class org.restlet.engine.util.Pool
Creates a new reusable object.
createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonConverter
Creates a Jackson object mapper based on a media type.
createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Creates a Jackson object mapper based on a media type.
createOutboundFilter(Context) - Method in class org.restlet.service.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<T>, int) - Method in class org.restlet.engine.connector.ConnectionHelper
Creates an outbound way for the given connection.
createOutboundWay(Connection<Client>, int) - Method in class org.restlet.engine.connector.HttpClientHelper
 
createOutboundWay(Connection<Server>, int) - Method in class org.restlet.engine.connector.HttpServerHelper
 
createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.sip.internal.SipClientHelper
 
createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.sip.internal.SipServerHelper
 
createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.ssl.HttpsClientHelper
 
createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
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.
createPreference(CharSequence, Series<Parameter>) - Method in class org.restlet.engine.header.PreferenceReader
Creates a new preference.
createQuery(String, Class<T>) - Method in class org.restlet.ext.odata.Service
Creates a query to a specific entity hosted by this service.
createReadableSelectionChannel() - Method in class org.restlet.engine.connector.Connection
Creates a new readable channel.
createReadableSelectionChannel() - Method in class org.restlet.ext.ssl.internal.SslConnection
 
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
Creates an XML representation based on a JavaMail message.
createRepresentation(Message[], POP3Folder) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Creates an XML representation based on a list of JavaMail messages.
createRequest() - Method in class org.restlet.engine.connector.BaseHelper
Creates the request object.
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.engine.connector.HttpServerHelper
 
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.engine.connector.ServerConnectionHelper
Creates a new request.
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.sip.internal.SipServerHelper
 
createRequest(Request) - Method in class org.restlet.ext.sip.SipClientResource
 
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
createRequest() - Method in class org.restlet.resource.ClientResource
Creates a new request by cloning the one wrapped by this class.
createRequest(Request) - Method in class org.restlet.resource.ClientResource
Deprecated.
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).
createResource(Reference) - Method in class org.restlet.ext.odata.Service
Returns an instance of ClientResource given an absolute reference.
createResource(String) - Method in class org.restlet.ext.odata.Service
Returns an instance of ClientResource given a path (relative to the service reference).
createResponse(Status) - Method in class org.restlet.engine.connector.ClientInboundWay
Creates a response object for the given status.
createResponse(Status) - Method in class org.restlet.engine.connector.HttpClientInboundWay
 
createResponse(Request) - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
createResponse(Request) - Method in class org.restlet.engine.connector.ServerInboundWay
Creates a response object for the given request.
createResponse(Status) - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
 
createResponse(Request) - Method in class org.restlet.ext.sip.internal.SipServerInboundWay
 
createResponse(Request) - Method in class org.restlet.ext.sip.SipClientResource
 
createResponse(Request) - Method in class org.restlet.resource.ClientResource
Creates a new response for the given request.
createRiapReference(int, String) - Static method in class org.restlet.data.LocalReference
Constructor.
createRoute(String, Restlet, int) - Method in class org.restlet.engine.component.InternalRouter
 
createRoute(String, Restlet) - Method in class org.restlet.routing.Router
Creates a new route for the given URI pattern and target.
createRoute(String, Restlet, int) - Method in class org.restlet.routing.Router
Creates a new route for the given URI pattern, target and matching mode.
createRoute(String, Restlet, int) - Method in class org.restlet.routing.VirtualHost
 
createSelector() - Method in class org.restlet.engine.connector.ConnectionController
Creates a new NIO selector.
createSeries(List<T>) - Method in class org.restlet.util.Series
Deprecated.
Use Series.Series(Class, List) constructor instead.
createServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Creates the associated HTTP server handling calls.
createServerSocket() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
 
createServerSocket(int) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
 
createServerSocket(int, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
 
createServerSocket(int, int, InetAddress) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
 
createServerSocketChannel() - Method in class org.restlet.engine.connector.ServerConnectionHelper
Create a server socket channel and bind it to the given address
createSocket() - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
 
createSocket(InetAddress, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
 
createSocket(InetAddress, int, InetAddress, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
 
createSocket(String, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
 
createSocket(String, int, InetAddress, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
 
createSocketAddress() - Method in class org.restlet.engine.connector.ServerConnectionHelper
Creates a socket address to listen on.
createSocketChannel(boolean, InetSocketAddress) - Method in class org.restlet.engine.connector.ClientConnectionHelper
Creates the socket that will be used to send the request and get the response.
createSocketChannel(boolean, String, int) - Method in class org.restlet.engine.connector.ClientConnectionHelper
Creates the socket channel that will be used to send the request and get the response.
createSslContext() - Method in class org.restlet.ext.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.ext.ssl.JsslutilsSslContextFactory
Creates a configured and initialised SSLContext by delegating the call to the SSLContextFactory with which the target instance was built.
createSslContext() - Method in class org.restlet.ext.ssl.PkixSslContextFactory
Creates a configured and initialised SSLContext by delegating the call to the PKIXSSLContextFactory with has been initialised using 'init'.
createSslContext() - Method in class org.restlet.ext.ssl.SslContextFactory
Creates a configured and initialized SSLContext.
createStatus(int) - Method in class org.restlet.engine.connector.ClientInboundWay
Returns the status corresponding to a given status code.
createStatus(int) - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
 
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.
createTargetUri() - Method in class org.restlet.ext.odata.Query
Returns the complete target URI reference for this query.
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.
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.
createUser(String, Request, Response) - Method in class org.restlet.security.SecretVerifier
Called back to create a new user when valid credentials are provided.
createUser(String) - Method in class org.restlet.security.SecretVerifier
Deprecated. 
createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlApplication
Creates a new WADL representation for a given ApplicationInfo instance describing an application.
createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Creates a new WADL representation for a given ApplicationInfo instance describing an application.
createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.servlet.ServerServlet
Creates a new client for the WAR protocol.
createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
createWorkerService() - Method in class org.restlet.engine.connector.BaseHelper
Creates the handler service.
createWrapper(SSLContext) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Creates a new SSLContext wrapper.
createWritableSelectionChannel() - Method in class org.restlet.engine.connector.Connection
Creates a new writable channel.
createWritableSelectionChannel() - Method in class org.restlet.ext.ssl.internal.SslConnection
 
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.
createXstream(MediaType) - Method in class org.restlet.ext.xstream.XstreamRepresentation
Creates an XStream object based on a media type.
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.
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.
CUSTOM - Static variable in class org.restlet.data.ChallengeScheme
Custom scheme based on IP address or cookies or query parameters, etc.

D

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.
dateTimeFormats - Static variable in class org.restlet.ext.odata.internal.edm.TypeUtils
Formater for the EDM DateTime type.
DateUtils - Class in org.restlet.engine.util
Date manipulation utilities.
DateWriter - Class in org.restlet.engine.header
Date header writer.
DateWriter() - Constructor for class org.restlet.engine.header.DateWriter
 
decimalFormat - Static variable in class org.restlet.ext.odata.internal.edm.TypeUtils
Formater for the EDM Decimal type.
decode(String) - Static method in class org.restlet.data.Reference
Decodes a given string using the standard URI encoding mechanism and the UTF-8 character set.
decode(String, CharacterSet) - Static method in class org.restlet.data.Reference
Decodes a given string using the standard URI encoding mechanism.
decode(Representation) - Method in class org.restlet.engine.application.Decoder
Decodes a given representation if its encodings are supported by NRE.
decode(char[]) - Static method in class org.restlet.engine.util.Base64
Decodes base64 characters into bytes.
decode(String) - Static method in class org.restlet.engine.util.Base64
Decodes a base64 string into bytes.
Decoder - Class in org.restlet.engine.application
Filter 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.
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.
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_MINIMUM_SIZE - Static variable in class org.restlet.service.EncoderService
Indicates if the default minimum size for encoding to occur.
DefaultAccessLogFormatter - Class in org.restlet.engine.log
Access log record formatter which writes a header describing the default log format.
DefaultAccessLogFormatter() - Constructor for class org.restlet.engine.log.DefaultAccessLogFormatter
 
DefaultConverter - Class in org.restlet.engine.converter
Converter for the built-in Representation classes.
DefaultConverter() - Constructor for class org.restlet.engine.converter.DefaultConverter
 
DefaultSaxHandler - Class in org.restlet.engine.util
A Utility class which extends the provided DefaultHandler and implements the LSResourceResolver interface.
DefaultSaxHandler() - Constructor for class org.restlet.engine.util.DefaultSaxHandler
Trivial constructor.
DefaultSslContext - Class in org.restlet.ext.ssl.internal
Default SSL context that delegates calls to WrapperSslContextSpi
DefaultSslContext(DefaultSslContextFactory, SSLContext) - Constructor for class org.restlet.ext.ssl.internal.DefaultSslContext
Constructor.
DefaultSslContextFactory - Class in org.restlet.ext.ssl
This SslContextFactory makes it possible to configure most basic options when building an SSLContext.
DefaultSslContextFactory() - Constructor for class org.restlet.ext.ssl.DefaultSslContextFactory
 
DEFLATE - Static variable in class org.restlet.data.Encoding
The zlib format defined by RFC 1950 and 1951.
DELETE - Static variable in class org.restlet.data.Method
Requests that the origin server deletes the resource identified by the request URI.
delete(File) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or an empty directory.
delete(File, boolean) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or a directory.
delete(File, boolean, boolean) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or a directory.
delete() - Method in class org.restlet.engine.local.DirectoryServerResource
 
delete() - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
delete(Class<T>) - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
delete(MediaType) - Method in class org.restlet.resource.ClientResource
Deletes the target resource and all its representations.
Delete - Annotation Type in org.restlet.resource
Annotation for methods that remove representations.
delete() - Method in class org.restlet.resource.ServerResource
Deletes the resource and all its representations.
delete(Variant) - Method in class org.restlet.resource.ServerResource
Deletes the resource and all its representations.
deleteEntity(Object) - Method in class org.restlet.ext.odata.Service
Deletes an entity.
deleteEntity(String) - Method in class org.restlet.ext.odata.Service
Deletes an entity.
deleteLink(Object, String, Object) - Method in class org.restlet.ext.odata.Service
Removes the association between a source entity and a target entity via the given property name.
deleteMail(String) - Method in class org.restlet.ext.javamail.TriggerResource
Deletes a mail after it has been processed.
deleteResource(String) - Method in class org.restlet.ext.atom.Service
Deletes a resource.
describe(ApplicationInfo, ResourceInfo, Object, String) - Static method in class org.restlet.ext.wadl.ResourceInfo
Returns a WADL description of the current resource.
describe() - Method in class org.restlet.ext.wadl.WadlServerResource
Describes the resource as a standalone WADL document.
describe(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Updates the description of the parent application.
describe(MethodInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Describes a representation class and variant couple as WADL information.
describe(MethodInfo, RequestInfo, Class<?>, Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
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
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
Returns a WADL description of the current resource, leveraging the WadlServerResource.getResourcePath() method.
describe(String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Returns a WADL description of the current resource.
describe(Variant) - Method in class org.restlet.ext.wadl.WadlServerResource
Describes the resource as a WADL document for the given variant.
describeAnnotations(MethodInfo, ServerResource) - Static method in class org.restlet.ext.wadl.MethodInfo
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
Describes the DELETE method.
describeGet(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
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
Returns a WADL description of the current method.
describeMethod(Method, MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Returns a WADL description of the given method.
describeOptions(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
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
Returns the description of the parameters of this resource.
describePost(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Describes the POST method.
describePut(MethodInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
Describes the PUT method.
describeVariants() - Method in class org.restlet.resource.ServerResource
Describes the available variants to help client-side content negotiation.
DESCRIPTOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER_PATH - Static variable in class org.restlet.engine.Engine
 
destroy() - Method in class org.restlet.ext.servlet.ServerServlet
 
destroy() - Method in class org.restlet.ext.xdb.XdbServerServlet
 
detach(Class<?>) - Method in class org.restlet.routing.Router
Detaches the target from this router.
detach(Restlet) - Method in class org.restlet.routing.Router
Detaches the target from this router.
Digest - Class in org.restlet.data
Describes a digest value and the digest algorithm used.
Digest(byte[]) - Constructor for class org.restlet.data.Digest
Constructor using the MD5 algorithm by default.
Digest(String, byte[]) - Constructor for class org.restlet.data.Digest
Constructor.
digest(char[], String) - Static method in class org.restlet.ext.crypto.DigestUtils
Returns the digest of the target string.
digest(String, 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.
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.
DigestUtils - Class in org.restlet.ext.crypto
Security data manipulation utilities.
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.
Dimension - Enum in org.restlet.data
Dimension on which the representations of a resource may vary.
DimensionReader - Class in org.restlet.engine.header
Dimension header reader.
DimensionReader(String) - Constructor for class org.restlet.engine.header.DimensionReader
Constructor.
DimensionWriter - Class in org.restlet.engine.header
Dimension header writer.
DimensionWriter() - Constructor for class org.restlet.engine.header.DimensionWriter
 
Directory - Class in org.restlet.resource
Finder mapping a directory of local resources.
Directory(Context, Reference) - Constructor for class org.restlet.resource.Directory
Constructor.
Directory(Context, String) - Constructor for class org.restlet.resource.Directory
Constructor.
DirectoryServerResource - Class in org.restlet.engine.local
Resource supported by a set of context representations (from file system, class loaders and webapp context).
DirectoryServerResource() - Constructor for class org.restlet.engine.local.DirectoryServerResource
 
discard() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
Discard all read characters.
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>, 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) .
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) .
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.
DocumentationInfo - Class in org.restlet.ext.wadl
Document WADL description elements.
DocumentationInfo() - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Constructor.
DocumentationInfo(Node) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Constructor with mixed content.
DocumentationInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentationInfo
Constructor with text content.
DocumentedInfo - Class in org.restlet.ext.wadl
Superclass of WADL elements that supports dcumentation.
DocumentedInfo() - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Constructor.
DocumentedInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Constructor with a single documentation element.
DocumentedInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
Constructor with a list of documentation elements.
DocumentedInfo(String) - Constructor for class org.restlet.ext.wadl.DocumentedInfo
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, String) - 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.
doFinishStop() - Method in class org.restlet.engine.connector.BaseHelper
Finish stopping the helper.
doFinishStop() - Method in class org.restlet.engine.connector.ConnectionHelper
 
doGracefulStop() - Method in class org.restlet.engine.connector.BaseHelper
Do a graceful stop first.
doGracefulStop() - Method in class org.restlet.engine.connector.ConnectionHelper
 
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() - Method in class org.restlet.resource.ServerResource
Effectively handles a call without content negotiation of the response entity.
doHandle(Variant) - Method in class org.restlet.resource.ServerResource
Effectively handles a call with content negotiation of the response entity.
doHandle(Request, Response) - Method in class org.restlet.routing.Filter
Handles the call by distributing it to the next Restlet.
doHandle(Restlet, Request, Response) - Method in class org.restlet.routing.Router
Effectively handles the call using the selected next Restlet, typically the selected Route.
doHandleInbound(Response) - Method in class org.restlet.engine.connector.BaseHelper
Effectively handles an inbound message.
doHandleInbound(Response) - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
doHandleInbound(Response) - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
doHandleOutbound(Response) - Method in class org.restlet.engine.connector.BaseHelper
Effectively handles an outbound message.
doHandleOutbound(Response) - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
doHandleOutbound(Response) - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
doInit() - Method in class org.restlet.engine.connector.ConnectionController
 
doInit() - Method in class org.restlet.engine.connector.Controller
Initializes the controller before entering the control loop.
doInit() - Method in class org.restlet.engine.connector.ServerConnectionController
 
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.javamail.TriggerResource
 
doInit() - Method in class org.restlet.ext.wadl.WadlServerResource
 
doInit() - Method in class org.restlet.resource.Resource
Set-up method that can be overridden in order to initialize the state of the resource.
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.
doNegotiatedHandle() - Method in class org.restlet.resource.ServerResource
Effectively handles a call with content negotiation of the response entity.
doRelease() - Method in class org.restlet.engine.connector.ConnectionController
 
doRelease() - Method in class org.restlet.engine.connector.Controller
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.engine.connector.ConnectionController
 
doRun(long) - Method in class org.restlet.engine.connector.Controller
Do the actual controller work.
doubleFormat - Static variable in class org.restlet.ext.odata.internal.edm.TypeUtils
Formater for the EDM Double type.
drain() - Method in class org.restlet.engine.io.Buffer
Drains the next byte in the buffer and returns it as an integer.
drain(byte[], int, int) - Method in class org.restlet.engine.io.Buffer
Drains the buffer into a byte array.
drain(ByteBuffer) - Method in class org.restlet.engine.io.Buffer
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.engine.io.Buffer
Drains the byte buffer by copying as many bytes as possible to the target buffer, with no modification.
drain(StringBuilder, BufferState) - Method in class org.restlet.engine.io.Buffer
Drains the buffer into a line builder (start line or header line).
drain(WritableByteChannel) - Method in class org.restlet.engine.io.Buffer
Drains the byte buffer by attempting to write as much as possible on the given channel.

E

EARLY_SESSION - Static variable in class org.restlet.ext.sip.OptionTag
"Early session" content-disposition type.
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.
EMERGENCY - Static variable in class org.restlet.ext.sip.Priority
Highest level of priority.
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.
EmptyRepresentation - Class in org.restlet.representation
Empty representation with no content.
EmptyRepresentation() - Constructor for class org.restlet.representation.EmptyRepresentation
Constructor.
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(CharacterSet) - Method in class org.restlet.data.Form
URL encodes the form.
encode(CharacterSet, char) - Method in class org.restlet.data.Form
URL encodes the form.
encode(Appendable, CharacterSet) - Method in class org.restlet.data.Parameter
Encodes the parameter into the target buffer.
encode(CharacterSet) - Method in class org.restlet.data.Parameter
Encodes the parameter as a string.
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, 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(ClientInfo, Representation) - Method in class org.restlet.engine.application.Encoder
Encodes a given representation if an encoding is supported by the client.
encode(byte[], boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire byte array into a Base64 string, with optional newlines after every 76 characters.
encode(byte[], int, int, boolean) - Static method in class org.restlet.engine.util.Base64
Encodes specified bytes into a Base64 string, with optional newlines after every 76 characters.
encode(char[], boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire chars array into a Base64 string, with optional newlines after every 76 characters.
encode(char[], String, boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire chars array into a Base64 string, with optional newlines after every 76 characters.
encode(boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter as a string.
encode(Appendable, boolean) - Method in class org.restlet.ext.html.FormData
Encodes the parameter into the target buffer.
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.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(String) - Method in class org.restlet.routing.Variable
According to the type of the variable, encodes the value given in parameters.
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 - 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 - Class in org.restlet.data
Modifier of a representation's media type.
Encoding(String) - Constructor for class org.restlet.data.Encoding
Constructor.
Encoding(String, String) - Constructor for class org.restlet.data.Encoding
Constructor.
EncodingReader - Class in org.restlet.engine.header
Encoding header reader.
EncodingReader(String) - Constructor for class org.restlet.engine.header.EncodingReader
Constructor.
EncodingWriter - Class in org.restlet.engine.header
Encoding header writer.
EncodingWriter() - Constructor for class org.restlet.engine.header.EncodingWriter
 
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.
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.
endContent(Content) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
endContent(Content) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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.odata.internal.edm.MetadataReader
 
endDocument() - Method in class org.restlet.ext.xml.XmlWriter
Write a newline at the end of the document.
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.odata.internal.edm.MetadataReader
 
endElement(String, String, String) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
endElement(String, String, String) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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.xml.XmlWriter
Write an end tag.
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.
endEntry(Entry) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
endEntry(Entry) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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
 
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.
endLink(Link) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
endLink(Link) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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.odata.internal.FeedContentHandler
 
endPrefixMapping(String) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used at the end of a Namespace mapping.
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.ext.ssl.internal.WrapperSslContextSpi
 
engineCreateSSLEngine(String, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
 
engineGetClientSessionContext() - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
 
engineGetServerSessionContext() - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
 
engineGetServerSocketFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
 
engineGetSocketFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
 
engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class org.restlet.ext.ssl.internal.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.
Enroler - Interface in org.restlet.security
Updates an authenticated client user with assigned roles.
Entity - Class in org.restlet.engine.local
Represents a local entity, for example a regular file or a directory.
Entity(MetadataService) - Constructor for class org.restlet.engine.local.Entity
Constructor.
EntityClientHelper - Class in org.restlet.engine.local
Connector to the local entities.
EntityClientHelper(Client) - Constructor for class org.restlet.engine.local.EntityClientHelper
Constructor.
EntityContainer - Class in org.restlet.ext.odata.internal.edm
Represents a set of entities and associations defined on a schema.
EntityContainer(String) - Constructor for class org.restlet.ext.odata.internal.edm.EntityContainer
Constructor.
EntitySet - Class in org.restlet.ext.odata.internal.edm
Represents a set of entities, inside a EntityContainer.
EntitySet(String) - Constructor for class org.restlet.ext.odata.internal.edm.EntitySet
Constructor.
EntityType - Enum in org.restlet.engine.connector
Enumeration of entity IO types.
EntityType - Class in org.restlet.ext.odata.internal.edm
Defines a class or type of entity inside a schema.
EntityType(String) - Constructor for class org.restlet.ext.odata.internal.edm.EntityType
Constructor.
entry - Variable in class org.restlet.engine.local.ZipEntryEntity
The Zip entry.
entry - Variable in class org.restlet.engine.local.ZipEntryRepresentation
The Zip entry.
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(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.
Entry(String) - Constructor for class org.restlet.ext.atom.Entry
Constructor.
EntryContentHandler<T> - Class in org.restlet.ext.odata.internal
Content handler for Atom Feed that takes care of OData specific needs, such as parsing XML content from other namespaces than Atom.
EntryContentHandler(Class<?>, EntityType, Metadata, Logger) - Constructor for class org.restlet.ext.odata.internal.EntryContentHandler
Constructor.
EntryContentHandler(Class<?>, Metadata, Logger) - Constructor for class org.restlet.ext.odata.internal.EntryContentHandler
Constructor.
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.
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.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.ChallengeRequest
equals(Object) - Method in class org.restlet.data.ChallengeResponse
equals(Object) - Method in class org.restlet.data.ChallengeScheme
equals(Object) - Method in class org.restlet.data.CharacterSet
equals(Object) - Method in class org.restlet.data.Cookie
equals(Object) - Method in class org.restlet.data.CookieSetting
equals(Object) - Method in class org.restlet.data.Digest
 
equals(Object) - Method in class org.restlet.data.Encoding
equals(Object) - Method in class org.restlet.data.Expectation
equals(Object) - Method in class org.restlet.data.Language
equals(Object) - Method in class org.restlet.data.MediaType
equals(Object, boolean) - Method in class org.restlet.data.MediaType
Test the equality of two media types, with the possibility to ignore the parameters.
equals(Object) - Method in class org.restlet.data.Metadata
equals(Object) - Method in class org.restlet.data.Method
equals(Object) - Method in class org.restlet.data.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, boolean) - Method in class org.restlet.data.Tag
Indicates if both tags are equal.
equals(Object) - Method in class org.restlet.engine.header.Header
equals(Object) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the current variant is equal to the given variant.
equals(Object) - Method in class org.restlet.engine.resource.VariantInfo
Indicates if the current variant is equal to the given variant.
equals(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
equals(Object) - Method in class org.restlet.ext.atom.Relation
equals(Object) - Method in class org.restlet.ext.odata.internal.edm.NamedObject
 
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.ext.spring.SpringResource
This implementation compares the underlying InputStream.
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.util.Couple
Deprecated.
 
equals(Object) - Method in class org.restlet.util.Triple
Deprecated.
 
equals(Object) - Method in class org.restlet.util.WrapperList
Compares the specified object with this list for equality.
equals(Object) - Method in class org.restlet.util.WrapperMap
Compares the specified object with this map for equality.
error(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
error(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 
error(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 
evaluate(String, QName) - Method in class org.restlet.ext.wadl.WadlRepresentation
 
evaluate(String, QName) - Method in class org.restlet.ext.xml.XmlRepresentation
Event - Class in org.restlet.ext.sip
Describes a SIP event.
Event() - Constructor for class org.restlet.ext.sip.Event
Constructor.
Event(String) - Constructor for class org.restlet.ext.sip.Event
Constructor.
Event(String, EventType) - Constructor for class org.restlet.ext.sip.Event
Constructor.
EVENT_LIST - Static variable in class org.restlet.ext.sip.OptionTag
Extension for the registry to allow subscriptions to lists of resources.
EventReader - Class in org.restlet.ext.sip.internal
Event header reader.
EventReader(String) - Constructor for class org.restlet.ext.sip.internal.EventReader
Constructor.
EventType - Class in org.restlet.ext.sip
Described an event type.
EventType(String) - Constructor for class org.restlet.ext.sip.EventType
Constructor.
EventTypeReader - Class in org.restlet.ext.sip.internal
Event type like header reader.
EventTypeReader(String) - Constructor for class org.restlet.ext.sip.internal.EventTypeReader
Constructor.
EventTypeWriter - Class in org.restlet.ext.sip.internal
Event type like header writer.
EventTypeWriter() - Constructor for class org.restlet.ext.sip.internal.EventTypeWriter
 
EventWriter - Class in org.restlet.ext.sip.internal
Event header writer.
EventWriter() - Constructor for class org.restlet.ext.sip.internal.EventWriter
 
execute(Runnable) - Method in class org.restlet.engine.connector.BaseHelper
Executes the next task in a separate thread provided by the worker service, only if the worker service isn't busy.
execute() - Method in class org.restlet.ext.odata.Query
Executes the query.
execute(Runnable) - Method in class org.restlet.service.TaskService
Executes the given command asynchronously.
exhaust(InputStream) - Static method in class org.restlet.engine.io.BioUtils
Exhaust the content of the representation by reading it and silently discarding anything read.
exhaust() - Method in class org.restlet.representation.DigesterRepresentation
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
 
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
 
exists() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
 
exists() - Method in class org.restlet.ext.spring.SpringResource
This implementation always returns true.
expand(String) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $expand option set in the URI generated by the returned query.
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.
ExpectationWriter - Class in org.restlet.engine.header
Expectation header writer.
ExpectationWriter() - Constructor for class org.restlet.engine.header.ExpectationWriter
 
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.
extractKeySize(String) - Static method in class org.restlet.ext.ssl.internal.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.
extractQuality(Series<Parameter>) - Method in class org.restlet.engine.header.PreferenceReader
Extract the quality value.

F

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
 
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(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(String) - Constructor for class org.restlet.ext.atom.Feed
Constructor.
FeedContentHandler<T> - Class in org.restlet.ext.odata.internal
Generic Content handler for Atom Feed that takes care of OData specific needs, such as parsing XML content from other namespaces than Atom.
FeedContentHandler(Class<?>, EntityType, Metadata, Logger) - Constructor for class org.restlet.ext.odata.internal.FeedContentHandler
Constructor.
FeedContentHandler(Class<?>, Metadata, Logger) - Constructor for class org.restlet.ext.odata.internal.FeedContentHandler
Constructor.
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.
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.
FILE - Static variable in class org.restlet.data.Protocol
FILE is a standard scheme to access to representations stored in the file system (locally most of the time).
FileClientHelper - Class in org.restlet.engine.local
Connector to the file resources accessible.
FileClientHelper(Client) - Constructor for class org.restlet.engine.local.FileClientHelper
Constructor.
FileEntity - Class in org.restlet.engine.local
Local entity based on a regular File.
FileEntity(File, MetadataService) - Constructor for class org.restlet.engine.local.FileEntity
Constructor.
FileRepresentation - Class in org.restlet.representation
Representation based on a static file.
FileRepresentation(File, MediaType) - Constructor for class org.restlet.representation.FileRepresentation
Constructor that does not set an expiration date for file
FileRepresentation(File, MediaType, int) - Constructor for class org.restlet.representation.FileRepresentation
Constructor.
FileRepresentation(String, MediaType) - Constructor for class org.restlet.representation.FileRepresentation
Constructor that does not set an expiration date for path
FileRepresentation(String, MediaType, int) - Constructor for class org.restlet.representation.FileRepresentation
Constructor.
fill(byte[]) - Method in class org.restlet.engine.io.Buffer
Fills the byte buffer by copying as many bytes as possible from the source buffer, with no modification.
fill(ByteBuffer) - Method in class org.restlet.engine.io.Buffer
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.engine.io.Buffer
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.engine.io.Buffer
Refills the byte buffer.
fill(String) - Method in class org.restlet.engine.io.Buffer
Fills the byte buffer by copying as many bytes as possible from the source string, using the default platform encoding.
fillLine() - Method in class org.restlet.engine.connector.InboundWay
Read the current message line (start line or header line).
filter(String) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $filter option set in the URI generated by the returned query.
Filter - Class in org.restlet.routing
Restlet filtering calls before passing them to an attached Restlet.
Filter() - Constructor for class org.restlet.routing.Filter
Constructor.
Filter(Context) - Constructor for class org.restlet.routing.Filter
Constructor.
Filter(Context, Restlet) - Constructor for class org.restlet.routing.Filter
Constructor.
finalize() - Method in class org.restlet.resource.ClientResource
Attempts to 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 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.
findGroups(User) - Method in class org.restlet.security.MemoryRealm
Finds the set of groups where a given user is a member.
findGroups(User, boolean) - Method in class org.restlet.security.MemoryRealm
Finds the set of groups where a given user is a member.
findHelper() - Method in class org.restlet.engine.Engine
Finds the converter helper supporting the given conversion.
findHelper(ChallengeScheme, boolean, boolean) - Method in class org.restlet.engine.Engine
Finds the authenticator helper supporting the given scheme.
findResource(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findRoles(Group) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to given user group.
findRoles(Set<Group>) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to given user groups.
findRoles(User) - Method in class org.restlet.security.MemoryRealm
Finds the roles mapped to a given user.
findTemplateSource(String) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
Finds the object that acts as the source of the template with the given name.
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.
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.
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.engine.io.Buffer
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.xdb.internal.ChunkedOutputStream
Writes the current chunk and flushes the wrapped stream.
flush() - Method in class org.restlet.ext.xml.XmlWriter
Flush the output.
flushBuffer() - Method in class org.restlet.engine.connector.OutboundWay
Flush buffers onto the network.
forbid(Response) - Method in class org.restlet.security.ChallengeAuthenticator
Rejects the call due to a failed authentication or authorization.
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.
Form - Class in org.restlet.data
Form which is a specialized modifiable list of parameters.
Form() - Constructor for class org.restlet.data.Form
Empty constructor.
Form(int) - Constructor for class org.restlet.data.Form
Constructor.
Form(List<Parameter>) - Constructor for class org.restlet.data.Form
Constructor.
Form(Representation) - Constructor for class org.restlet.data.Form
Constructor.
Form(Representation, boolean) - 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.
format() - Method in class org.restlet.data.Tag
Returns tag formatted as an HTTP tag string.
format(LogRecord) - Method in class org.restlet.engine.log.AccessLogFormatter
 
format(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(Date) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date in the default HTTP format (RFC 1123).
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(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(Reference, boolean, Request) - Static method in class org.restlet.engine.util.ReferenceUtils
Returns the request URI.
format(Map<String, ?>) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given map of values.
format(Request, Response) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given request and response.
format(Resolver<?>) - Method in class org.restlet.routing.Template
Creates a formatted string based on the given variable resolver.
FORMAT_ASC_TIME - Static variable in class org.restlet.engine.util.DateUtils
Obsoleted HTTP date format (ANSI C asctime() format).
FORMAT_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.
formatNonceCount(int) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a given nonce count 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(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.HttpBasicHelper
 
formatRequest(ChallengeWriter, ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.ext.crypto.internal.HttpDigestHelper
 
formatResponse(ChallengeWriter, ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge response as raw credentials.
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.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.
FormData - Class in org.restlet.ext.html
HTML form data composed of a name and a value.
FormData(NamedValue<String>) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(String, Representation) - Constructor for class org.restlet.ext.html.FormData
Constructor.
FormData(String, 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(Representation) - Constructor for class org.restlet.ext.html.FormDataSet
Constructor.
FormDataSet(String) - Constructor for class org.restlet.ext.html.FormDataSet
Creates a multipart form.
FormReader - Class in org.restlet.engine.util
Form reader.
FormReader(Representation) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
In case the representation does not define a character set, the UTF-8 character set is used.
FormReader(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.
FormReader(String, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader(String, CharacterSet, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader(String, CharacterSet, char, boolean) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader - Class in org.restlet.ext.html.internal
Form reader.
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(String, char) - Constructor for class org.restlet.ext.html.internal.FormReader
Constructor.
FormReader(String, CharacterSet, char) - Constructor for class org.restlet.ext.html.internal.FormReader
Constructor.
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.
FREEMARKER - Static variable in class org.restlet.data.Encoding
The FreeMarker encoding.
FreemarkerConverter - Class in org.restlet.ext.freemarker
Converter between the Freemarker Template objects and Representations.
FreemarkerConverter() - Constructor for class org.restlet.ext.freemarker.FreemarkerConverter
 
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_CHANGE - Static variable in class org.restlet.ext.sip.OptionTag
Used to indicate that a UA supports changes to URIs in From and To header fields during a dialog.
fromEdm(String, String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Converts the String representation of the target WCF type to its corresponding value.
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.ext.net
FTP client connector using the URLConnection.
FtpClientHelper(Client) - Constructor for class org.restlet.ext.net.FtpClientHelper
Constructor.
FunctionImport - Class in org.restlet.ext.odata.internal.edm
Represents an exposed stored procedure.
FunctionImport(String) - Constructor for class org.restlet.ext.odata.internal.edm.FunctionImport
Constructor.

G

generate(File) - Method in class org.restlet.ext.odata.Generator
Generates the client code to the given output directory.
generate(String) - Method in class org.restlet.ext.odata.Generator
Generates the client code to the given output directory.
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 - 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.
Generator - Class in org.restlet.ext.odata
Code generator for accessing OData services.
Generator(Reference) - Constructor for class org.restlet.ext.odata.Generator
Constructor.
Generator(Reference, String) - Constructor for class org.restlet.ext.odata.Generator
Constructor.
Generator(String) - Constructor for class org.restlet.ext.odata.Generator
Constructor.
Generator(String, String) - Constructor for class org.restlet.ext.odata.Generator
Constructor.
GET - Static variable in class org.restlet.data.Method
Retrieves whatever information (in the form of an entity) that is identified by the request URI.
get() - Method in class org.restlet.engine.local.DirectoryServerResource
 
get(String) - Method in class org.restlet.ext.freemarker.internal.ResolverHashModel
Returns a scalar model based on the value returned by the resolver according to the key.
get(int) - Method in class org.restlet.ext.xml.NodeList
 
get() - Method in class org.restlet.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
get(Class<T>) - Method in class org.restlet.resource.ClientResource
Represents the resource in the given object class.
get(MediaType) - Method in class org.restlet.resource.ClientResource
Represents the resource using a given media type.
Get - Annotation Type in org.restlet.resource
Annotation for methods that retrieve a resource representation.
get() - Method in class org.restlet.resource.ServerResource
Returns a full representation.
get(Variant) - Method in class org.restlet.resource.ServerResource
Returns a full representation for a given variant.
get(Class<T>) - Method in class org.restlet.util.ServiceList
Returns a service matching a given service class.
get(int) - Method in class org.restlet.util.WrapperList
Returns the element at the specified position in this list.
get(Object) - Method in class org.restlet.util.WrapperMap
Returns the value to which this map maps the specified key.
getAccept() - Method in class org.restlet.ext.atom.Collection
Returns the accepted media types.
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.
getActualMessage() - Method in class org.restlet.engine.connector.ClientInboundWay
 
getActualMessage() - Method in class org.restlet.engine.connector.ClientOutboundWay
 
getActualMessage() - Method in class org.restlet.engine.connector.ServerInboundWay
 
getActualMessage() - Method in class org.restlet.engine.connector.ServerOutboundWay
 
getActualMessage() - Method in class org.restlet.engine.connector.Way
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.Connection
Returns the socket IP address.
getAddress() - Method in class org.restlet.Server
Returns the optional listening IP address (local host used if null).
getAge() - Method in class org.restlet.Response
Returns the estimated amount of time since a response was generated or revalidated by the origin server.
getAge() - Method in class org.restlet.util.WrapperResponse
 
getAgent() - Method in class org.restlet.data.ClientInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.data.ServerInfo
Returns the agent name (ex: "Restlet-Framework/2.0").
getAgent() - Method in class org.restlet.data.Warning
Returns the agent.
getAgentAttributes() - Method in class org.restlet.data.ClientInfo
Returns a list of attributes taken from the name of the user agent.
getAgentName() - Method in class org.restlet.data.ClientInfo
Returns the name of the user agent.
getAgentProducts() - Method in class org.restlet.data.ClientInfo
Returns the list of product tokens from the user agent name.
getAgentVersion() - Method in class org.restlet.data.ClientInfo
Returns the version of the user agent.
getAlertInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getAlertInfo() - Method in class org.restlet.ext.sip.SipRequest
Returns the alternative ring tone for the UAS.
getAlertInfo() - Method in class org.restlet.ext.sip.SipResponse
Returns the alternative ring tone for the UAC.
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.
getAlias() - Method in class org.restlet.ext.odata.internal.edm.Namespace
Returns the short alias for this namespace.
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.
getAllowedEventTypes() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getAllowedEventTypes() - Method in class org.restlet.ext.sip.SipRequest
Returns the list of supported event packages.
getAllowedEventTypes() - Method in class org.restlet.ext.sip.SipResponse
Returns the list of supported event packages.
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.
getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Java method.
getAnnotation(List<AnnotationInfo>, Method, Form, Representation, MetadataService, ConverterService) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Restlet method.
getAnnotationInfo() - Method in class org.restlet.engine.resource.VariantInfo
Returns the optional annotation descriptor.
getAnnotations(Class<?>) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnnotations(Class<?>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnnotations() - Method in class org.restlet.engine.resource.ClientInvocationHandler
Returns the annotations of the resource interface.
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.servlet.ServerServlet
Returns the application.
getApplication() - Method in class org.restlet.ext.wadl.WadlRepresentation
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.util.WrapperRestlet
 
getApplicationBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the suggested application buffer size.
getApplicationContext() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the parent application context.
getApplicationInfo(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Returns a WADL description of the current application.
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.
getAssociation() - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
Returns the referenced schema's association.
getAssociation(EntityType, String) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the Association object that corresponds to the given property of the given entity type.
getAssociations() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Returns the list of associations.
getAssociations() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns the list of associations.
getAssociations() - Method in class org.restlet.ext.odata.internal.edm.Schema
Returns the list of defined associations.
getAttachments() - Method in class org.restlet.ext.spring.SpringBeanRouter
Returns supplemental explicit mappings
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.
getAttributes() - Method in class org.restlet.Context
Returns a modifiable attributes map that can be used by developers to save information relative to the context.
getAttributes() - Method in class org.restlet.engine.RestletHelper
Returns the map of attributes exchanged between the API and the Engine via this helper.
getAttributes() - Method in class org.restlet.Message
Returns the modifiable map of attributes that can be used by developers to save information relative to the message.
getAttributes() - Method in class org.restlet.util.WrapperRequest
Returns a modifiable attributes map that can be used by developers to save information relative to the message.
getAttributes() - Method in class org.restlet.util.WrapperResponse
Returns a modifiable attributes map that can be used by developers to save information relative to the message.
getAuthenticatedMethods() - Method in class org.restlet.security.MethodAuthorizer
Returns the modifiable list of methods authorized for authenticated users.
getAuthenticationInfo() - Method in class org.restlet.Response
Returns information sent by an origin server related to an successful authentication attempt.
getAuthenticationInfo() - Method in class org.restlet.util.WrapperResponse
 
getAuthor() - Method in class org.restlet.Restlet
Returns the author(s).
getAuthor() - Method in class org.restlet.util.WrapperRestlet
 
getAuthority() - Method in class org.restlet.data.Reference
Returns the authority component for hierarchical identifiers.
getAuthority(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded authority component.
getAuthorityName(int) - Static method in class org.restlet.data.LocalReference
Returns an authority name.
getAuthorizedRoles() - Method in class org.restlet.security.RoleAuthorizer
Returns the modifiable list of authorized roles.
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.EncodeRepresentation
Returns the available size in bytes of the encoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getAvailableSize() - Method in class org.restlet.engine.application.RangeRepresentation
 
getAvailableSize(Representation) - Static method in class org.restlet.engine.io.BioUtils
Returns the size effectively available.
getAvailableSize() - Method in class org.restlet.engine.io.BufferingRepresentation
 
getAvailableSize() - Method in class org.restlet.engine.io.ReadableSizedChannel
Returns the remaining size that should be read from the source channel.
getAvailableSize() - Method in class org.restlet.engine.io.ReadableSizedSelectionChannel
Returns the remaining size that should be read from the source channel.
getAvailableSize() - Method in class org.restlet.representation.Representation
Returns the size effectively available.
getAvailableSize() - Method in class org.restlet.util.WrapperRepresentation
 
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(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
Return the base name that is to say the longest part of a given name without known extensions (beginning from the left).
getBaseName() - Method in class org.restlet.engine.local.Entity
Return the base name of this entity that is to say the longest part of the name without known extensions (beginning from the left).
getBaseRef() - Method in class org.restlet.data.Reference
Returns the base reference for relative references.
getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
Returns the base reference of new Restlet requests.
getBaseRef() - Method in class org.restlet.ext.wadl.ResourcesInfo
Returns the base URI for each child resource identifier.
getBaseRef() - Method in class org.restlet.ext.wadl.WadlApplication
Returns the WADL base reference.
getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServletAdapter
Returns the base reference of new Restlet requests.
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.
getBaseType() - Method in class org.restlet.ext.odata.internal.edm.ComplexType
Returns the parent type this type inherits from.
getBaseType() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns the parent type this type inherits from.
getBaseType() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the parent type this type inherits from.
getBeanFactory() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the parent bean factory.
getBeanName() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the bean name.
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.engine.connector.ClientConnectionHelper
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.
getBlobValueEditRefProperty() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns the entity's member that stores the resource reference able to update the blob value.
getBlobValueRefProperty() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns the name of the entity property that stores the blob reference.
getBoolean(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a boolean.
getBuffer() - Method in class org.restlet.engine.connector.Way
Returns the IO buffer.
getBuffer() - Method in class org.restlet.engine.io.BufferedSelectionChannel
Returns the source buffer.
getBuffer() - Method in class org.restlet.engine.io.BufferingRepresentation
Returns the buffered content as an array of bytes.
getBuffer() - Method in class org.restlet.engine.io.NbChannelInputStream
Returns the internal byte buffer.
getBuilderIndex() - Method in class org.restlet.engine.connector.InboundWay
Returns the line builder index.
getBytes() - Method in class org.restlet.engine.io.Buffer
Returns the byte buffer.
getCacheDirectives() - Method in class org.restlet.engine.adapter.HttpRequest
 
getCacheDirectives() - Method in class org.restlet.engine.connector.HttpInboundRequest
 
getCacheDirectives() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
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.
getCalleeInfo() - Method in class org.restlet.ext.sip.SipResponse
Returns the description of the current callee.
getCallerInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getCallerInfo() - Method in class org.restlet.ext.sip.SipRequest
Returns the description of the current caller.
getCallId() - Method in class org.restlet.ext.sip.SipRequest
Returns the identifier of the call.
getCallId() - Method in class org.restlet.ext.sip.SipResponse
Returns the identifier of the call.
getCallId() - Method in class org.restlet.ext.sip.SipServerResource
Returns the request's call ID.
getCanonicalizedAmzHeaders(Series<Header>) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
Returns the canonicalized AMZ headers.
getCanonicalizedResourceName(Reference) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
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.
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.servlet.internal.ServletCall
 
getCertificates() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.engine.connector.HttpInboundRequest
 
getChallengeResponse() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
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.engine.io.BufferingRepresentation
 
getChannel(InputStream) - Static method in class org.restlet.engine.io.NioUtils
Returns a readable byte channel based on a given input stream.
getChannel(OutputStream) - Static method in class org.restlet.engine.io.NioUtils
Returns a writable byte channel based on a given output stream.
getChannel(Representation) - Static method in class org.restlet.engine.io.NioUtils
Returns a readable byte channel based on the given representation's content and its write(WritableByteChannel) method.
getChannel() - Method in class org.restlet.representation.CharacterRepresentation
 
getChannel() - Method in class org.restlet.representation.DigesterRepresentation
 
getChannel() - Method in class org.restlet.representation.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
 
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.
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(String) - Method in class org.restlet.service.MetadataService
Returns the character set associated to this extension.
getCharacterSet() - Method in class org.restlet.util.WrapperRepresentation
 
getCharacterSetParameter() - Method in class org.restlet.service.TunnelService
Returns the character set parameter name.
getCharacterSetPrefs() - Method in class org.restlet.engine.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.
getChild() - Method in class org.restlet.engine.util.ChildContext
Returns the child.
getChild(Reference) - Method in class org.restlet.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getChild(Reference, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the child client resource to proxy calls to the given Java interface into Restlet method calls.
getChild(String) - Method in class org.restlet.resource.ClientResource
Returns the child resource defined by its URI relatively to the current resource.
getChild(String, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
Wraps the child client resource to proxy calls to the given Java interface into Restlet method calls.
getChildren() - Method in class org.restlet.engine.local.Entity
Returns the list of contained entities if the current entity is a directory, null otherwise.
getChildren() - Method in class org.restlet.engine.local.FileEntity
 
getChildren() - Method in class org.restlet.engine.local.ZipEntryEntity
 
getChildren() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
 
getChildResources() - Method in class org.restlet.ext.wadl.ResourceInfo
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.ext.net.HttpClientHelper
Returns the chunk-length when using chunked encoding streaming mode for response entities.
getChunkState() - Method in class org.restlet.engine.io.ReadableChunkedChannel
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.servlet.internal.ServletCall
 
getCipherSuite() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.odata.internal.edm.ODataType
Returns the Java class name related to this entity type.
getClassName() - Method in class org.restlet.ext.odata.internal.edm.Type
Returns the name of the corresponding Java class or scalar type.
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.ext.servlet.internal.ServletCall
 
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.engine.connector.HttpInboundRequest
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
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.ext.servlet.internal.ServletCall
 
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.
getClientVersion() - Method in class org.restlet.ext.odata.Service
Returns the version of the OData protocol extensions defined in every request issued by this service.
getCode() - Method in class org.restlet.data.Status
Returns the corresponding code (HTTP or WebDAV or custom code).
getCollections() - Method in class org.restlet.ext.atom.Workspace
Returns the list of collections.
getCommandSequence() - Method in class org.restlet.ext.sip.SipClientResource
Returns the request's command sequence.
getCommandSequence() - Method in class org.restlet.ext.sip.SipRequest
Returns the identifier of the command.
getCommandSequence() - Method in class org.restlet.ext.sip.SipResponse
Returns the identifier of the command.
getCommandSequence() - Method in class org.restlet.ext.sip.SipServerResource
Returns the request's command sequence.
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.
getComment() - Method in class org.restlet.ext.sip.Availability
Returns additional information about the time of callback.
getComparator() - Method in class org.restlet.resource.Directory
Returns the reference comparator used to sort index pages.
getComplexProperties() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the list of complex properties.
getComplexType() - Method in class org.restlet.ext.odata.internal.edm.ComplexProperty
Returns the type of the property.
getComplexType(Class<?>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the complectType that corresponds to a given entity class.
getComplexTypes() - Method in class org.restlet.ext.odata.internal.edm.ComplexType
Returns the list of complex types this type inherits from.
getComplexTypes() - Method in class org.restlet.ext.odata.internal.edm.Schema
Returns the list of defined complex types.
getComponent() - Method in class org.restlet.ext.servlet.ServerServlet
Returns the component.
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.engine.connector.HttpInboundRequest
Returns the condition data applying to this call.
getConditions() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
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.
getConfig() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClientHelper
Returns the Servlet Config.
getConfiguration() - Method in class org.restlet.ext.freemarker.TemplateFilter
Returns the FreeMarker configuration.
getConfiguration() - Method in class org.restlet.ext.jaas.JaasVerifier
Returns the optional JAAS login configuration.
getConnection() - Method in class org.restlet.engine.connector.ClientInboundWay
 
getConnection() - Method in class org.restlet.engine.connector.ClientOutboundWay
 
getConnection() - Method in class org.restlet.engine.connector.HttpInboundRequest
Returns the related connection.
getConnection() - Method in interface org.restlet.engine.connector.InboundRequest
Returns the related connection.
getConnection() - Method in class org.restlet.engine.connector.ServerInboundWay
 
getConnection() - Method in class org.restlet.engine.connector.ServerOutboundWay
 
getConnection() - Method in class org.restlet.engine.connector.Way
Returns the parent connection.
getConnection(String, Properties, boolean) - Method in class org.restlet.ext.jdbc.JdbcClientHelper
Returns a JDBC connection.
getConnection() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
Returns the connection.
getConnection() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
Returns the related connection.
getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsClientInboundWay
 
getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsClientOutboundWay
 
getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsInboundRequest
 
getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsServerInboundWay
 
getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsServerOutboundWay
 
getConnection() - Method in class org.restlet.ext.ssl.internal.ReadableSslChannel
Returns the parent SSL connection.
getConnection() - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
Returns the parent SSL connection.
getConnection() - Static method in class org.restlet.ext.xdb.XdbServerServlet
Returns a JDBC connection.
getConnectionPool() - Method in class org.restlet.engine.connector.ConnectionHelper
Returns the connection pool.
getConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
Returns the set of active connections.
getConnectorService() - Method in class org.restlet.Application
Returns the connector service.
getConnectorService() - Static method in class org.restlet.engine.ConnectorHelper
Returns the connector service associated to a request.
getConnectTimeout() - Method in class org.restlet.Client
Deprecated.
Use the equivalent "socketConnectTimeoutMs" connector parameter.
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.
getContactEmail() - Method in class org.restlet.engine.application.StatusFilter
Returns the email address of the administrator to contact in case of error.
getContactEmail() - Method in class org.restlet.service.StatusService
Returns the email address to contact in case of error.
getContacts() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getContacts() - Method in class org.restlet.ext.sip.SipRequest
Returns the data about the contacts.
getContacts() - Method in class org.restlet.ext.sip.SipResponse
Returns the data about the contacts.
getContainers() - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the list of entity containers.
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.
getContentKind() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the content type of the value of the mapped property.
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(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.
getContentLength() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the content length of the form.
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.
getContext() - Method in class org.restlet.engine.adapter.Adapter
Returns the context.
getContext() - Method in class org.restlet.engine.ConnectorHelper
Returns the helped Restlet context.
getContext() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet context.
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.
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.spring.SpringBeanFinder
 
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
 
getContextFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
Returns the parent SSL context factory.
getContextFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
Returns the parent SSL context factory.
getContextFactory() - Method in class org.restlet.ext.ssl.internal.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
getContextPath(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Intercepter method need for subclasses such as XdbServerServlet.
getContextPath(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
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.engine.connector.BaseHelper
Returns the controller task.
getController() - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
getControllerSleepTimeMs() - Method in class org.restlet.engine.connector.BaseHelper
Returns the time for the controller thread to sleep between each control.
getConverterService() - Method in class org.restlet.Application
Returns the converter service.
getConverterService() - Method in class org.restlet.resource.Resource
Returns the application's converter service or create a new one.
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.engine.connector.HttpInboundRequest
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.
getCookies() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
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.
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.
getCorePoolSize() - Method in class org.restlet.service.TaskService
Returns the core pool size defining the maximum number of threads.
getCount() - Method in class org.restlet.ext.odata.internal.FeedContentHandler
Returns the value of the "count" tag, that is to say the size of the current entity set.
getCount() - Method in class org.restlet.ext.odata.Query
Returns the total number of elements in the entity set, or -1 if it is available.
getCreation() - Method in class org.restlet.ext.sip.SipRequest
Returns the creation time.
getCredentials() - Method in class org.restlet.ext.odata.Service
Returns the credentials used to authenticate requests.
getCredentialsCookie(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the credentials cookie setting.
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.
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.
getDataModel() - Method in class org.restlet.ext.freemarker.TemplateFilter
Returns the template data model common to all calls.
getDataModel() - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Returns the template's data model.
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.
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.
getDefaultCharacterSet() - Method in class org.restlet.service.MetadataService
Returns the default character set for textual representations.
getDefaultCipherSuites() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
 
getDefaultCipherSuites() - Method in class org.restlet.ext.ssl.internal.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.
getDefaultRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
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.odata.internal.edm.Property
Returns the default value.
getDefaultValue() - Method in class org.restlet.ext.wadl.ParameterInfo
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.
getDelay() - Method in class org.restlet.ext.sip.Availability
Returns the time the service is expected to be unavailable.
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.ext.spring.SpringResource
Returns the description.
getDescription() - Method in class org.restlet.ext.wadl.WadlServerResource
Returns the description of this documented resource.
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.ext.ssl.DefaultSslContextFactory
Returns the whitespace-separated list of disabled cipher suites.
getDisabledProtocols() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the whitespace-separated list of disabled SSL protocols.
getDisplayName() - Method in class org.restlet.ext.sip.Address
Returns the optional name displayed.
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
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.
getDuration() - Method in class org.restlet.ext.sip.Availability
Returns the time the service will be available.
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.
getEnabledCipherSuites() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the whitespace-separated list of enabled cipher suites.
getEnabledProtocols() - Method in class org.restlet.ext.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
 
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.
getEnds() - Method in class org.restlet.ext.odata.internal.edm.Association
Returns the list of entities linked by this association.
getEnds() - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
Returns the list of entities implied in this association.
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.
getEntities() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Returns the list of entities.
getEntities() - Method in class org.restlet.ext.odata.internal.FeedContentHandler
Returns the list of discovered entities.
getEntity() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the representation provided by the client.
getEntity(String) - Method in class org.restlet.engine.local.EntityClientHelper
Returns a local entity for the given path.
getEntity(String) - Method in class org.restlet.engine.local.FileClientHelper
 
getEntity() - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
getEntity(String) - Method in class org.restlet.ext.servlet.internal.ServletWarClientHelper
 
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.
getEntityAsText() - Method in class org.restlet.Message
Returns the entity as text.
getEntityChannel() - Method in class org.restlet.engine.connector.OutboundWay
Returns the entity as a NIO readable byte channel.
getEntityChannelType() - Method in class org.restlet.engine.connector.OutboundWay
Returns the type of the entity channel.
getEntityFileChannel() - Method in class org.restlet.engine.connector.OutboundWay
Returns the entity as a NIO file channel.
getEntityInterestOps() - Method in class org.restlet.engine.connector.OutboundWay
Registers interest of this way for socket NIO operations.
getEntityRegistration() - Method in class org.restlet.engine.connector.InboundWay
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.engine.connector.OutboundWay
Returns the entity as a NIO non-blocking selectable channel.
getEntitySelectionKey() - Method in class org.restlet.engine.connector.OutboundWay
Returns the entity's NIO selection key holding the link between the entity to be written and the way.
getEntitySet() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the entity set returned by this function, if applicable.
getEntitySetSubpath(EntityType) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the subpath of the entitySet of the given entity type.
getEntityType(Class<?>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the entityType that corresponds to a given entity class.
getEntityTypes() - Method in class org.restlet.ext.odata.internal.edm.Schema
Returns the list of defined entity types.
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(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.
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.
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.
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.
getEntryClass(Feed) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Returns the Java class of a set of entries contained inside a Feed.
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.
getErrorInfo() - Method in class org.restlet.ext.sip.SipResponse
Returns the pointer to additional information about the error response.
getErrorListener() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the transformer's error listener.
getEvent() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getEvent() - Method in class org.restlet.ext.sip.SipRequest
Returns the description of an event notification.
getEvent() - Method in class org.restlet.ext.sip.SipResponse
Returns the description of an event notification.
getEventTemplates() - Method in class org.restlet.ext.sip.EventType
Returns the list of event templates.
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
 
getExpires() - Method in class org.restlet.ext.sip.ContactInfo
Returns the delay of expiration.
getExpires() - Method in class org.restlet.ext.sip.Subscription
Returns the expiration delay in seconds.
getExtended() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Returns the container this container inherits from.
getExtension(Metadata) - Method in class org.restlet.service.MetadataService
Returns the first extension mapping to this metadata.
getExtensions() - Method in class org.restlet.data.Reference
Returns the optional extensions for hierarchical identifiers.
getExtensions(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
Returns the list of known extensions taken from a given entity name.
getExtensions(Variant, MetadataService) - Static method in class org.restlet.engine.local.Entity
Returns the list of known extensions taken from a given variant.
getExtensions() - Method in class org.restlet.engine.local.Entity
Returns the list of known extensions.
getExtensionsAsArray() - Method in class org.restlet.data.Reference
Returns the extensions as an array or null if no extension is found.
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.
getFeed() - Method in class org.restlet.ext.rome.SyndFeedRepresentation
The wrapped feed.
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.
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() - Method in class org.restlet.util.Couple
Deprecated.
Returns the first object.
getFirst(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns the first route match for a given call.
getFirst(String) - Method in class org.restlet.util.Series
Returns the first parameter found with the given name.
getFirst(String, boolean) - Method in class org.restlet.util.Series
Returns the first parameter found with the given name.
getFirst() - Method in class org.restlet.util.Triple
Deprecated.
Returns the first object.
getFirstEntry(Representation, String) - Static method in class org.restlet.ext.html.internal.FormUtils
Reads the first entry with the given name.
getFirstEntry(String, String, CharacterSet, char) - 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.
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(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the first parameter with the given name.
getFirstParameter(String, String, CharacterSet, char, boolean) - 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.
getFixed() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the fixed value for the parameter.
getForbiddenRoles() - Method in class org.restlet.security.RoleAuthorizer
Returns the modifiable list of forbidden roles.
getForwardedAddresses() - Method in class org.restlet.data.ClientInfo
Returns the list of forwarded IP addresses.
getFragment() - Method in class org.restlet.data.Reference
Returns the fragment identifier.
Note that no URI decoding is done by this method.
getFragment(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded fragment identifier.
getFrom() - Method in class org.restlet.data.ClientInfo
Returns the email address of the human user controlling the user agent.
getFrom() - Method in class org.restlet.ext.sip.SipClientResource
Returns the request initiator's address.
getFrom() - Method in class org.restlet.ext.sip.SipRequest
Returns the description of the request's initiator.
getFrom() - Method in class org.restlet.ext.sip.SipResponse
Returns the description of the request's initiator.
getFrom() - Method in class org.restlet.ext.sip.SipServerResource
Returns the request initiator's address.
getFromRole() - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
Returns the start entity of the association.
getFullClassName() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the package name related to this entity type.
getFullClassName(String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Returns a correct full class name from the given name.
getFullName() - Method in enum org.restlet.engine.Edition
Returns the full size name of the edition.
getFunctionImports() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Returns the list of function imports.
getGeneratedKeys() - Method in class org.restlet.ext.jdbc.JdbcResult
Returns the generated keys.
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.
getGetterAccess() - Method in class org.restlet.ext.odata.internal.edm.Property
Returns the access level modifier of the getter method.
getGrammars() - Method in class org.restlet.ext.wadl.ApplicationInfo
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.
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.engine.connector.OutboundWay
Returns the header index.
getHeaders() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the HTTP headers.
getHeaders() - Method in class org.restlet.engine.adapter.HttpResponse
Returns the HTTP headers.
getHeaders() - Method in class org.restlet.engine.connector.HttpInboundRequest
 
getHeaders() - Method in interface org.restlet.engine.connector.InboundRequest
Returns the headers.
getHeaders() - Method in class org.restlet.engine.connector.Way
Returns the response headers.
getHeaders() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
Returns the HTTP headers.
getHelped() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet.
getHelpedParameters() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet parameters.
getHelper() - Method in class org.restlet.engine.adapter.ClientCall
Returns the HTTP client helper.
getHelper() - Method in class org.restlet.engine.connector.ClientInboundWay
 
getHelper() - Method in class org.restlet.engine.connector.Connection
Returns the parent connector helper.
getHelper() - Method in class org.restlet.engine.connector.Controller
Returns the parent connector helper.
getHelper() - Method in class org.restlet.engine.connector.ServerConnectionController
Returns the parent server helper.
getHelper() - Method in class org.restlet.engine.connector.ServerInboundWay
 
getHelper() - Method in class org.restlet.engine.connector.Way
Returns the parent connector helper.
getHelper() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
Returns the HTTP client helper.
getHelper() - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
 
getHelper() - Method in class org.restlet.ext.sip.internal.SipClientOutboundWay
 
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.StatusFilter
Returns the home URI to propose in case of error.
getHomeRef() - Method in class org.restlet.service.StatusService
Returns the home URI to propose in case of error.
getHostDomain() - Method in class org.restlet.data.Reference
Returns the host domain name component for server based hierarchical identifiers.
getHostDomain(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded host domain name component.
getHostDomain() - Method in class org.restlet.engine.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.ext.servlet.internal.ServletCall
Returns the server domain name.
getHostDomain() - Method in class org.restlet.routing.VirtualHost
Returns the hostRef host domain to match.
getHostIdentifier() - Method in class org.restlet.data.Reference
Returns the host identifier.
getHostIdentifier(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded host identifier.
getHostnameVerifier() - Method in class org.restlet.ext.net.HttpClientHelper
Returns the hostname verifier by looking up the "hostnameVerifier" attribute of the client's context.
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
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.
getHttpRequest() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the HTTP request.
getHttpResponse() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the HTTP response.
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.
getId() - Method in class org.restlet.ext.sip.Event
Returns the event identifier.
getIdentifier() - Method in class org.restlet.data.ChallengeResponse
Returns the user identifier, such as a login name or an access key.
getIdentifier() - Method in class org.restlet.data.Reference
Returns the absolute resource identifier, without the fragment.
Note that no URI decoding is done by this method.
getIdentifier(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded absolute resource identifier.
getIdentifier() - Method in class org.restlet.data.ReferenceList
Returns the list identifier.
getIdentifier(Request, Response) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Returns the user identifier portion of an Amazon S3 compatible Authorization header.
getIdentifier() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the identifier for the method.
getIdentifier() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the identifier of this parameter element.
getIdentifier() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Returns the identifier for that element.
getIdentifier() - Method in class org.restlet.security.Authorizer
Returns the identifier unique within an application.
getIdentifier(Request, Response) - Method in class org.restlet.security.SecretVerifier
Returns the user identifier.
getIdentifier() - Method in class org.restlet.security.User
Returns the identifier.
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.
getIgnoredMediaTypes() - Method in class org.restlet.service.EncoderService
Returns the media types that should be ignored.
getImportedJavaClasses() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns the set of imported Java classes.
getImportedJavaClasses() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the set of imported Java classes.
getImportedJavaClasses() - Method in class org.restlet.ext.odata.internal.edm.Type
Returns the set of imported Java classes.
getImportedTypes() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns the set of imported entity types.
getImportedTypes() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the set of imported entity types.
getInboundBufferSize() - Method in class org.restlet.engine.connector.BaseHelper
Returns the size of the content buffer for receiving messages.
getInboundBufferSize() - Method in class org.restlet.engine.connector.Connection
Returns the size of the content buffer for receiving messages.
getInboundBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
 
getInboundMessages() - Method in class org.restlet.engine.connector.BaseHelper
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.
getInboundStream() - Method in class org.restlet.ext.xdb.internal.InputEntityStream
Returns the inbound stream.
getInboundWay() - Method in class org.restlet.engine.connector.Connection
Returns the inbound way.
getIncludes() - Method in class org.restlet.ext.wadl.GrammarsInfo
Returns the list of include elements.
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.engine.connector.ConnectionHelper
Returns the initial number of connections pre-created in the connections pool.
getInitParameter(String, String) - Method in class org.restlet.ext.servlet.ServerServlet
Returns the value of a given initialization parameter, first from the Servlet configuration, then from the Web Application context.
getInitParameter(String, String) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
getInlineContent() - Method in class org.restlet.ext.atom.Content
Returns the representation for inline content.
getInput() - Method in class org.restlet.engine.resource.AnnotationInfo
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.spring.SpringResource
This implementation throws IllegalStateException if attempting to read the underlying stream multiple times.
getInReplyTo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getInReplyTo() - Method in class org.restlet.ext.sip.SipRequest
Returns The list of references to call-ids.
getInstance() - Static method in class org.restlet.engine.Engine
Returns the registered Restlet engine.
getInterestOperations() - Method in class org.restlet.engine.connector.ClientInboundWay
 
getInterestOperations() - Method in class org.restlet.engine.connector.InboundWay
 
getInterestOperations() - Method in class org.restlet.engine.connector.OutboundWay
 
getInterestOperations() - Method in class org.restlet.engine.connector.Way
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.engine.connector.Way
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.
getJavaClass() - Method in class org.restlet.ext.odata.internal.edm.Type
Returns the corresponding Java class.
getJavaClass(EntityType) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Returns the Java class that corresponds to the given type according to the naming rules.
getJavaInputTypes() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the input types of the Java method.
getJavaMajorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the first digit of the version number of the Java Runtime Environment (e.g.
getJavaMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the annotated Java method.
getJavaMinorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the second digit of the version number of the Java Runtime Environment (e.g.
getJavaOutputType() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the output type of the Java method.
getJavaUpdateVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the update release number of the Java Runtime Environment (e.g.
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.
getJdbcResult() - Method in class org.restlet.ext.jdbc.RowSetRepresentation
Returns the inner JdbcResult instance or null.
getJsonDriverClass() - Method in class org.restlet.ext.xstream.XstreamRepresentation
Returns the XStream JSON driver class.
getKeyManagerAlgorithm() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the name of the KeyManager algorithm.
getKeys() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns the "keys" property.
getKeyStoreKeyPassword() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the password for the key in the keystore (as a String).
getKeyStorePassword() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the password for the keystore (as a String).
getKeyStorePath() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the path to the KeyStore file.
getKeyStoreProvider() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the name of the keystore provider.
getKeyStoreType() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the keyStore type of the keystore.
getKeyValue(EntityType, Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the String representation of the value of the key of the given entity that should be used in all URIs.
getKeyValue(Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the value of the key of the given entity that should be used in all URIs.
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.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
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
 
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.engine.connector.Connection
Returns the timestamp of the last IO activity.
getLastActivity() - Method in class org.restlet.ext.sip.SipRequest
Returns the date of last activity on this transaction object.
getLastInboundFilter() - Method in class org.restlet.engine.CompositeHelper
Returns the last inbound filter.
getLastModified(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
Returns the modification time.
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.
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.
getLatestRequest() - Method in class org.restlet.ext.odata.Service
Returns the latest request sent to the service.
getLatestResponse() - Method in class org.restlet.ext.odata.Service
Returns the response to the latest request.
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.
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
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.engine.connector.Way
Returns the line builder.
getLineBuilder() - Method in class org.restlet.engine.io.ReadableChunkedChannel
Returns the line builder to parse chunk size or trailer.
getLineBuilderState() - Method in class org.restlet.engine.connector.Way
Returns the line builder state.
getLineBuilderState() - Method in class org.restlet.engine.io.ReadableChunkedChannel
Returns the line builder state.
getLink(Relation) - Method in class org.restlet.ext.atom.Entry
Returns the first available link with a given relation type.
getLink() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the link element.
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.
getLiteralForm(String, String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Returns the literal form of the given value.
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.
getLoadScore() - Method in class org.restlet.engine.connector.Connection
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.engine.connector.HttpClientInboundWay
 
getLoadScore() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
getLoadScore() - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
getLoadScore() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
getLoadScore() - Method in class org.restlet.engine.connector.Way
Returns a score representing the way load and that could be compared with other ways of the same parent connection.
getLocalAddr(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Intercepter method need for subclasses such as XdbServerServlet.
getLocalAddr(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
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.
getLocalPort(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Intercepter method need for subclasses such as XdbServerServlet.
getLocalPort(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
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.
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.engine.io.Buffer
Returns the lock on which multiple thread can synchronize to ensure safe access to the underlying byte buffer which isn't thread safe.
getLogFormat() - Method in class org.restlet.service.LogService
Deprecated.
Use the LogService.getResponseLogFormat() method instead.
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.connector.Connection
Returns the logger.
getLogger() - Method in class org.restlet.engine.connector.Way
Returns the logger.
getLogger(Class<?>) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the given logger name.
getLogger(Class<?>) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the given logger name.
getLogger() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet logger.
getLogger() - Method in class org.restlet.engine.security.AuthenticatorHelper
Returns the context's logger.
getLogger(String) - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
Returns an instance of Slf4jLogger, wrapping the result of LoggerFactory.getLogger(String) with the logger name.
getLogger() - Method in class org.restlet.resource.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
 
getLoggerFacade() - Method in class org.restlet.engine.Engine
Returns the logger facade to use.
getLoggerName(String, Object) - Static method in class org.restlet.engine.log.LogUtils
Returns a non-null logger name.
getLoggerName() - Method in class org.restlet.service.LogService
Returns the name of the JDK's logger to use when logging access calls.
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.
getLowThreads() - Method in class org.restlet.engine.connector.BaseHelper
Returns the number of threads for the overload state.
getMail(String) - Method in class org.restlet.ext.javamail.TriggerResource
Get the mail representation according to its identifier.
getMailboxChallengeScheme() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the scheme of the mailbox challenge.
getMailboxLogin() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the login for the mailbox.
getMailboxPassword() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the password for the mailbox.
getMailboxUri() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the URI of the mailbox.
getMailIdentifiers() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the list of identifiers for the mails in the inbox
getMailRef(String) - Method in class org.restlet.ext.javamail.TriggerResource
Returns the reference of a mail according to its identifier.
getMailUriTemplate() - Method in class org.restlet.ext.javamail.TriggerResource
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.
getMappings() - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the list of declared property mappings.
getMatch() - Method in class org.restlet.data.Conditions
Returns the modifiable list of tags that must be matched.
getMatchingMode(Restlet) - Method in class org.restlet.routing.Router
Returns the matching mode for the target Restlet.
getMatchingMode() - Method in class org.restlet.routing.Template
Returns the matching mode to use when parsing a formatted reference.
getMatchingMode() - Method in class org.restlet.routing.TemplateRoute
Returns the matching mode to use on the template when parsing a formatted reference.
getMatrix() - Method in class org.restlet.data.Reference
Returns the optional matrix for hierarchical identifiers.
getMatrix(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded matrix.
getMatrix() - Method in class org.restlet.resource.Resource
Returns the resource reference's optional matrix.
getMatrixAsForm() - Method in class org.restlet.data.Reference
Returns the optional matrix as a form.
getMatrixAsForm(CharacterSet) - Method in class org.restlet.data.Reference
Returns the optional matrix as a form submission.
getMatrixString() - Method in class org.restlet.data.Form
Formats the form as a matrix path string.
getMatrixString(CharacterSet) - Method in class org.restlet.data.Form
Formats the form as a query string.
getMatrixString() - Method in class org.restlet.ext.html.FormDataSet
Formats the form as a matrix path 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.
getMaxAttempts() - Method in class org.restlet.routing.Router
Returns the maximum number of attempts if no attachment could be matched on the first attempt.
getMaxClientVersion() - Method in class org.restlet.ext.odata.Service
Returns the maximum version of the OData protocol extensions the client can accept in a response.
getMaxConnectionsPerHost() - Method in class org.restlet.engine.connector.ConnectionHelper
Returns the maximum concurrent connections per host (IP address).
getMaxConnectionsPerHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the maximum number of connections that will be created for any particular host.
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
 
getMaxIdleTimeMs() - Method in class org.restlet.ext.sip.SipRequest
Returns the timeout in milliseconds.
getMaxIoIdleTimeMs() - Method in class org.restlet.engine.connector.BaseHelper
Returns the time for an idle IO connection or request to wait for an operation before being closed.
getMaxIoIdleTimeMs() - Method in class org.restlet.engine.connector.Connection
Returns the time for an idle IO connection to wait for an operation before being closed.
getMaxLength() - Method in class org.restlet.ext.odata.internal.edm.Parameter
Returns the maximum length of the parameter value.
getMaxQueued() - Method in class org.restlet.engine.connector.BaseHelper
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.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.
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.BaseHelper
Returns the time for an idle thread to wait for an operation before being collected.
getMaxThreads() - Method in class org.restlet.engine.connector.BaseHelper
Returns the maximum threads that will service requests.
getMaxTotalConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
Returns the maximum number of concurrent connections allowed.
getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the maximum number of active connections.
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.odata.internal.edm.Property
Returns the media type stored in the content.
getMediaType(String) - Static method in class org.restlet.ext.rome.SyndFeedRepresentation
Converts a feed type to a media type.
getMediaType() - Method in class org.restlet.ext.wadl.RepresentationInfo
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(String) - Method in class org.restlet.service.MetadataService
Returns the mediatype associated to this extension.
getMediaType() - Method in class org.restlet.util.WrapperRepresentation
 
getMediaTypeParameter() - Method in class org.restlet.service.TunnelService
Returns the name of the parameter containing the accepted media type.
getMediaTypePrefs() - Method in class org.restlet.engine.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.
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.engine.connector.Way
Returns the current message processed.
getMessages() - Method in class org.restlet.engine.connector.HttpClientInboundWay
Returns the queue of messages.
getMessages() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
Returns the queue of messages.
getMessages() - Method in class org.restlet.engine.connector.HttpServerInboundWay
Returns the queue of messages.
getMessages() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
Returns the queue of messages.
getMessageState() - Method in class org.restlet.engine.connector.Way
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.odata.internal.edm.FunctionImport
Returns the metadata.
getMetadata() - Method in class org.restlet.ext.odata.Service
Returns the metadata document related to the current service.
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.
getMetadataRef() - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the URI of the metadata resource.
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.
getMethod() - Method in class org.restlet.engine.adapter.Call
Returns the request method.
getMethod() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the method used to invoke this function.
getMethod() - Method in class org.restlet.ext.servlet.internal.ServletCall
Returns the request method.
getMethod() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.
getMethodAccess() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the method access of this function (defined in the CSDL, but not described).
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
Returns the list of method elements.
getMethods() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the list of supported methods.
getMethods() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Returns the list of supported methods.
getMimeVersion() - Method in class org.restlet.ext.sip.SipRequest
Returns the version of the MIME protocol used to construct the message.
getMimeVersion() - Method in class org.restlet.ext.sip.SipResponse
Returns the version of the MIME protocol used to construct the message.
getMinExpires() - Method in class org.restlet.ext.sip.SipResponse
Returns the minimum refresh interval supported for soft-state elements.
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.BaseHelper
Returns the minimum threads waiting to service requests.
getMixedContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Returns the mixed content of that element.
getMode() - Method in class org.restlet.ext.odata.internal.edm.Parameter
Returns the mode of the parameter among "In", "Out", and "InOut".
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
 
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.
getMultiplicity() - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
Returns the cardinality of the relation.
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.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.Status
Deprecated.
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.header.Header
Returns the 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.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.odata.internal.edm.NamedObject
Returns the name.
getName() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
 
getName() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the name of the method.
getName() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the name of this element.
getName() - Method in class org.restlet.ext.wadl.WadlServerResource
Returns the name of this documented resource.
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(int) - Static method in class org.restlet.util.SelectionRegistration
Returns the name of the given IO operation.
getName() - Method in class org.restlet.util.WrapperRestlet
 
getNames() - Method in class org.restlet.util.Series
Returns the set of parameter names (case sensitive).
getNamespace() - Method in class org.restlet.ext.odata.internal.edm.Schema
Returns the namespace of this schema.
getNamespaces() - Method in class org.restlet.ext.wadl.ApplicationInfo
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
getNewRegistrations() - Method in class org.restlet.engine.connector.ConnectionController
Returns the queue of new selection registrations.
getNext(Request, Response) - Method in class org.restlet.engine.component.ClientRouter
 
getNext() - Method in class org.restlet.ext.servlet.ServletAdapter
Returns the next Restlet.
getNext() - Method in class org.restlet.resource.ClientResource
Returns the next Restlet.
getNext() - Method in class org.restlet.routing.Filter
Returns the next Restlet.
getNext(Request, Response) - Method in class org.restlet.routing.Router
Returns the next Restlet if available.
getNext() - Method in class org.restlet.Server
Returns the next Restlet.
getNext(Request, Response, float) - Method in class org.restlet.util.RouteList
Returns a next route match in a round robin mode for a given call.
getNext() - Method in class org.restlet.util.ServerList
Returns the next Restlet.
getNextServerNonce() - Method in class org.restlet.data.AuthenticationInfo
Returns the next server nonce.
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.
getNormalizedName() - Method in class org.restlet.ext.odata.internal.edm.NamedObject
Returns the name following the the java naming rules.
getNsPrefix() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the namespace prefix of the feed's XML element that stores the value.
getNsUri() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the namespace URI of the feed's XML element that stores the value.
getNumber(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a number.
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.ext.jibx.JibxRepresentation
Returns the wrapped Java object.
getObject() - Method in class org.restlet.ext.xstream.XstreamRepresentation
Returns the wrapped object, deserializing the representation with XStream if necessary.
getObject() - Method in class org.restlet.representation.ObjectRepresentation
Returns the represented object.
getObjectClass() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the object class to instantiate.
getObjectClasses(Variant) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of object classes that can be converted from a given variant.
getObjectClasses(Variant) - Method in class org.restlet.engine.converter.DefaultConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.atom.AtomConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
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
 
getObjectClasses(Variant) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.jdbc.JdbcConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.jibx.JibxConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.rdf.RdfConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.rome.RomeConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.velocity.VelocityConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.wadl.WadlConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.xml.XmlConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.xstream.XstreamConverter
 
getObjectClasses(Variant) - Method in class org.restlet.service.ConverterService
Returns the list of object classes that can be converted from a given variant.
getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonConverter
Returns the modifiable Jackson object mapper.
getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the modifiable Jackson object mapper.
getOnError() - Method in class org.restlet.Message
Returns the callback invoked when an error occurs when sending the message.
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
Returns the list of option elements for that element.
getOrganization() - Method in class org.restlet.ext.sip.SipRequest
Returns the name of the organization to which the SIP element issuing the message belongs.
getOrganization() - Method in class org.restlet.ext.sip.SipResponse
Returns the name of the organization to which the SIP element issuing the message belongs.
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
 
getOutboundBufferSize() - Method in class org.restlet.engine.connector.BaseHelper
Returns the size of the content buffer for sending responses.
getOutboundBufferSize() - Method in class org.restlet.engine.connector.Connection
Returns the size of the content buffer for sending responses.
getOutboundBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
 
getOutboundMessages() - Method in class org.restlet.engine.connector.BaseHelper
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.engine.connector.Connection
Returns the outbound way.
getOutput() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the output part of the annotation value.
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.
getOwner() - Method in class org.restlet.Restlet
Returns the owner(s).
getOwner() - Method in class org.restlet.util.WrapperRestlet
 
getPackage() - Method in class org.restlet.ext.sip.EventType
Returns the package name.
getPackageName() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the package name related to this entity type.
getPackageName() - Method in class org.restlet.ext.odata.internal.edm.Type
Returns the class name of the corresponding Java class.
getPackageName(Schema) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Returns the package name related to the given schema.
getPackageName(String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Returns a correct package name from the given name.
getPacketBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the suggested SSL packet buffer size.
getParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
getParameter(String, String, CharacterSet, char, 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(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Returns the first parameter found in the current context (entity, query, headers, etc) with the given name.
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(Representation, Map<String, Object>) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getParameters(String, Map<String, Object>, CharacterSet, char, 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() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.sip.Address
Returns the list of generic parameters.
getParameters() - Method in class org.restlet.ext.sip.Availability
Returns the list of other parameters.
getParameters() - Method in class org.restlet.ext.sip.Event
Returns the event parameters.
getParameters() - Method in class org.restlet.ext.sip.SipRecipientInfo
Returns the list of recipient info parameters.
getParameters() - Method in class org.restlet.ext.sip.Subscription
Returns the subscription parameters.
getParameters() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.RequestInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Returns the list of parameters.
getParameters() - Method in class org.restlet.ext.wadl.ResponseInfo
Returns the list of parameters.
getParameters(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Returns a collection of parameters found in the current context (entity, query, headers, etc) given a parameter name.
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.
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.ext.servlet.internal.ServletWarEntity
 
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.
getPath() - Method in class org.restlet.data.Cookie
Returns the validity path.
getPath() - Method in class org.restlet.data.Reference
Returns the path component for hierarchical identifiers.
getPath(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded path component.
getPath() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the path to the value of this parameter (within a parent representation).
getPath() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the URI template for the identifier of the resource.
getPattern() - Method in class org.restlet.routing.Template
Returns the pattern to use for formatting or parsing.
getPeerAddress() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the peer address.
getPort() - Method in class org.restlet.data.ClientInfo
Returns the port number which sent the call.
getPort() - Method in class org.restlet.data.ServerInfo
Returns the port number which received the call.
getPort() - Method in class org.restlet.engine.connector.Connection
Returns the socket port.
getPort() - Method in class org.restlet.Server
Returns the listening port if specified.
getPrecision() - Method in class org.restlet.ext.odata.internal.edm.Parameter
Returns the precision of the parameter value.
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.
getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.data.ClientInfo
Deprecated.
Use ConnegService instead.
getPreferredVariant(List<? extends Variant>, MetadataService) - Method in class org.restlet.data.ClientInfo
Deprecated.
Use the ClientInfo.getPreferredVariant(List) method instead.
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<Variant>) - Method in class org.restlet.resource.ServerResource
Returns the preferred variant among a list of available variants.
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.
getPreferredWadlVariant(Request) - Method in class org.restlet.ext.wadl.WadlApplication
Returns the preferred WADL variant according to the client preferences specified in the request.
getPreferredWadlVariant() - Method in class org.restlet.ext.wadl.WadlServerResource
Returns the preferred WADL variant according to the client preferences specified in the request.
getPrefix(String) - Method in class org.restlet.ext.xml.XmlRepresentation
getPrefix(String) - Method in class org.restlet.ext.xml.XmlWriter
Get the current or preferred prefix for a Namespace URI.
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
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.ext.ssl.CertificateAuthenticator
Extracts the Principal of the subject to use from a chain of certificate.
getPriority() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getPriority() - Method in class org.restlet.ext.sip.SipRequest
Returns the urgency of the request as perceived by the client.
getProfiles() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the list of locations of one or more meta data profiles.
getProperties() - Method in class org.restlet.ext.jdbc.internal.ConnectionSource
Returns the connection properties.
getProperties() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the list of properties.
getProperty(Object, String) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the EDM type of the given property of the given entity.
getProperty(String) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Returns the property by name.
getPropertyConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
Returns the modifiable list of configuration URIs for beans definitions via property representations.
getPropertyName() - Method in class org.restlet.ext.odata.internal.edm.Property
Returns the property name used as a class member.
getPropertyPath() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the path of the property to update.
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.ext.servlet.internal.ServletCall
Returns the server protocol.
getProtocol() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the secure socket protocol name, "TLS" by default.
getProtocol() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.
getProtocols() - Method in class org.restlet.Connector
Returns the modifiable list of protocols simultaneously supported.
getProtocols() - Method in class org.restlet.engine.ConnectorHelper
Returns the protocols simultaneously supported.
getProxyChallengeRequests() - Method in class org.restlet.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.engine.connector.HttpInboundRequest
 
getProxyChallengeResponse() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
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.engine.connector.ClientConnectionHelper
Returns the host name of the HTTP proxy, if specified.
getProxyHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the host name of the HTTP proxy, if specified.
getProxyPort() - Method in class org.restlet.engine.connector.ClientConnectionHelper
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
getProxyPort() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
getProxyRequires() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getProxyRequires() - Method in class org.restlet.ext.sip.SipRequest
Returns the proxy-sensitive features that the proxy must support.
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.
getQuality() - Method in class org.restlet.ext.sip.ContactInfo
Returns the quality/preference level.
getQualityOptions() - Method in class org.restlet.data.ChallengeRequest
Returns the available options for quality of protection.
getQuery() - Method in class org.restlet.data.Reference
Returns the optional query component for hierarchical identifiers.
Note that no URI decoding is done by this method.
getQuery(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded query component.
getQuery() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the optional query part of the annotation value.
getQuery() - Method in class org.restlet.resource.Resource
Returns the resource reference's optional query.
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.
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(CharacterSet) - 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.
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
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.engine.connector.HttpInboundRequest
 
getRanges() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
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(RepresentationInfo) - Method in class org.restlet.data.Conditions
Returns the range conditional status of an entity.
getRangeStatus(Tag, Date) - Method in class org.restlet.data.Conditions
Returns the range conditional status of an entity.
getRangeTag() - Method in class org.restlet.data.Conditions
Returns the range condition based on the entity tag of the requested variant.

Note that when used with HTTP connectors, this property maps to the "If-Range" header.
getRawValue() - Method in class org.restlet.data.ChallengeMessage
Returns the raw challenge value.
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.engine.connector.Connection
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(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns a reader from an input stream and a character set.
getReader(WriterRepresentation) - Static method in class org.restlet.engine.io.BioUtils
Returns a reader from a writer representation.Internally, it uses a writer thread and a pipe stream.
getReader() - Method in class org.restlet.engine.io.BufferingRepresentation
 
getReader(Object, String) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
Returns the reader for the template source.
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
 
getReadTimeout() - Method in class org.restlet.ext.net.FtpClientHelper
Returns the read timeout value.
getReadTimeout() - Method in class org.restlet.ext.net.HttpClientHelper
Returns the read timeout value.
getReadyOperations() - Method in class org.restlet.util.SelectionRegistration
Returns the IO operations ready.
getRealm(String) - Method in class org.restlet.Component
Finds the realm with the given name.
getRealm() - Method in class org.restlet.data.ChallengeMessage
Returns the realm name.
getRealm() - Method in class org.restlet.security.ChallengeAuthenticator
Returns the authentication realm.
getRealms() - Method in class org.restlet.Component
Returns the modifiable list of security realms.
getReason() - Method in class org.restlet.ext.sip.Subscription
Returns the subscription reason.
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.ext.httpclient.internal.HttpMethodCall
Returns the response reason phrase.
getReasonPhrase() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
Returns the response reason phrase.
getRecipientsInfo() - Method in class org.restlet.engine.adapter.HttpRequest
 
getRecipientsInfo() - Method in class org.restlet.engine.connector.HttpInboundRequest
 
getRecipientsInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
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.
getRecordedRoutes() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getRecordedRoutes() - Method in class org.restlet.ext.sip.SipRequest
Returns the list of routes completed by proxies to force future requests to go through the proxy.
getRecordedRoutes() - Method in class org.restlet.ext.sip.SipResponse
Returns the list of routes completed by proxies to force future requests to go through the proxy.
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.sip.Address
Returns the address reference.
getReference() - Method in class org.restlet.ext.wadl.RepresentationInfo
Returns the reference to an representation identifier.
getReference() - Method in class org.restlet.resource.Resource
Returns the URI reference.
getReferencedNamespaces() - Method in class org.restlet.ext.odata.internal.edm.Schema
Returns the list of referenced namespaces.
getReferrerRef() - Method in class org.restlet.engine.adapter.HttpRequest
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.engine.connector.HttpInboundRequest
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
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.
getReferTo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getReferTo() - Method in class org.restlet.ext.sip.SipRequest
Returns the reference that the recipient of a SipMethod.REFER method should contact.
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 class org.restlet.engine.connector.Connection
Returns the socket's NIO registration holding the link between the SocketChannel and the Connection.
getRegistration() - Method in class org.restlet.engine.connector.Way
Returns the socket's NIO registration holding the link between the channel and the connection.
getRegistration() - Method in interface org.restlet.engine.io.SelectionChannel
Returns the NIO registration.
getRegistration() - Method in class org.restlet.engine.io.WrapperSelectionChannel
Returns the NIO registration.
getRegistration() - Method in class org.restlet.engine.io.WrapperSocketChannel
Returns the NIO registration.
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.odata.internal.edm.NavigationProperty
Returns the association.
getRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
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.engine.io.ReadableChunkedChannel
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.
getReplyTo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getReplyTo() - Method in class org.restlet.ext.sip.SipRequest
Returns a logical return URI.
getReplyTo() - Method in class org.restlet.ext.sip.SipResponse
Returns a logical return URI.
getRepresentation(InputStream) - Method in class org.restlet.engine.adapter.Call
Returns the representation wrapping the given stream.
getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.adapter.Call
Returns the representation wrapping the given channel.
getRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
getRepresentation(String, MediaType) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a representation of the resource at the target URI.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.Entity
Returns a representation of this local entity.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.FileEntity
 
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.ZipEntryEntity
 
getRepresentation(InputStream) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
 
getRepresentation(MediaType, int) - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
 
getRepresentation(Status, Request, Response) - Method in class org.restlet.service.StatusService
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
getRepresentationMessageClass() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
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
Returns the list of representation elements.
getRepresentations() - Method in class org.restlet.ext.wadl.RequestInfo
Returns the list of supported input representations.
getRepresentations() - Method in class org.restlet.ext.wadl.ResponseInfo
Returns the list of representations
getRequest() - Method in class org.restlet.engine.application.Conneg
Returns the request including client preferences.
getRequest(Response) - Method in class org.restlet.engine.connector.BaseHelper
Returns the parent request of this response.
getRequest() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Returns the handled request.
getRequest() - Method in class org.restlet.ext.servlet.internal.ServletCall
Returns the HTTP Servlet request.
getRequest(Request) - Static method in class org.restlet.ext.servlet.ServletUtils
Returns the Servlet request that was used to generate the given Restlet request.
getRequest(Response) - Method in class org.restlet.ext.sip.internal.SipClientHelper
 
getRequest() - Method in class org.restlet.ext.sip.SipClientResource
 
getRequest() - Method in class org.restlet.ext.sip.SipServerResource
 
getRequest() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the input to the method.
getRequest() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
Returns the HTTP Servlet request.
getRequest() - Method in class org.restlet.resource.Resource
Returns the handled request.
getRequest() - Method in class org.restlet.Response
Returns the associated request
getRequest() - Method in class org.restlet.util.WrapperResponse
Returns the associated request
getRequestAttributes() - Method in class org.restlet.resource.Resource
Returns the request attributes.
getRequestCacheDirectives() - Method in class org.restlet.resource.Resource
Returns the request cache directives.

Note that when used with HTTP connectors, this property maps to the "Cache-Control" header.
getRequestCallId() - Method in class org.restlet.ext.sip.SipClientResource
Returns the request's call ID.
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.ext.httpclient.internal.HttpMethodCall
 
getRequestEntityChannel() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
 
getRequestEntityStream() - Method in class org.restlet.engine.adapter.ClientCall
Returns the request entity stream if it exists.
getRequestEntityStream(long) - Method in class org.restlet.engine.adapter.ServerCall
Returns the request entity stream if it exists.
getRequestEntityStream() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getRequestEntityStream() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.servlet.internal.ServletCall
 
getRequestEntityStream(long) - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
getRequestHeaders() - Method in class org.restlet.engine.adapter.Call
Returns the modifiable list of request headers.
getRequestHeaders() - Method in class org.restlet.ext.servlet.internal.ServletCall
Returns the list of request headers.
getRequestHeaders() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.ext.httpclient.internal.HttpMethodCall
 
getRequestHeadStream() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
 
getRequestHeadStream() - Method in class org.restlet.ext.servlet.internal.ServletCall
 
getRequestHeadStream() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
getRequests() - Method in class org.restlet.ext.sip.internal.SipClientHelper
Returns the map of managed transactions represented by their initial request.
getRequestStream() - Method in class org.restlet.ext.net.internal.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.ext.servlet.internal.ServletCall
Returns the full request URI.
getRequestUri() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
Returns the full request URI.
getRequestVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns a list of request variants based on the annotation value.
getRequiredScore() - Method in class org.restlet.routing.Router
Returns the minimum score required to have a match.
getRequires() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getRequires() - Method in class org.restlet.ext.sip.SipRequest
Returns the sensitive features that the server must support.
getResolver() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the resolver based on a mail.
getResolver(String, Representation) - Method in class org.restlet.ext.javamail.TriggerResource
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.engine.resource.AnnotationInfo
Returns the resource interface value.
getResourceDomain() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef host domain to match.
getResourceInfo(ApplicationInfo) - Method in interface org.restlet.ext.wadl.WadlDescribable
Returns a full documented ResourceInfo instance.
getResourceInfo() - Method in class org.restlet.ext.wadl.WadlWrapper
Returns the description of the wrapped Restlet.
getResourcePath() - Method in class org.restlet.ext.wadl.WadlServerResource
Returns the resource's relative path.
getResourcePort() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef host port to match.
getResourceRef() - Method in class org.restlet.Request
Returns the reference of the target resource.
getResourceRef() - Method in class org.restlet.util.WrapperRequest
Returns the reference of the target resource.
getResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
getResources() - Method in class org.restlet.ext.wadl.ApplicationInfo
Returns the resources root element.
getResources() - Method in class org.restlet.ext.wadl.ResourcesInfo
Returns the list of child resources.
getResourcesBase() - Method in class org.restlet.ext.wadl.WadlServerResource
Returns the application resources base URI.
getResourceScheme() - Method in class org.restlet.routing.VirtualHost
Returns the resourceRef scheme to match.
getResourceStream(String) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
getResourceType() - Method in class org.restlet.ext.wadl.LinkInfo
Returns the reference to the resource type of the linked resource.
getResourceTypes() - Method in class org.restlet.ext.wadl.ApplicationInfo
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.servlet.internal.ServletCall
Returns the HTTP Servlet response.
getResponse(Response) - Static method in class org.restlet.ext.servlet.ServletUtils
Returns the Servlet response that was used to generate the given Restlet response.
getResponse() - Method in class org.restlet.ext.sip.SipClientResource
 
getResponse() - Method in class org.restlet.ext.sip.SipServerResource
 
getResponse() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the last added response of the method.
getResponse() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
Returns the HTTP Servlet response.
getResponse() - Method in class org.restlet.resource.Resource
Returns the handled response.
getResponseAttributes() - Method in class org.restlet.resource.Resource
Returns the response attributes.
getResponseCacheDirectives() - Method in class org.restlet.resource.Resource
Returns the response cache directives.

Note that when used with HTTP connectors, this property maps to the "Cache-Control" header.
getResponseCallId() - Method in class org.restlet.ext.sip.SipClientResource
Returns the response's call ID.
getResponseDigest() - Method in class org.restlet.data.AuthenticationInfo
Returns the optional response digest for mutual authentication.
getResponseEntity(Response) - Method in class org.restlet.engine.adapter.ClientCall
Returns the response entity if available.
getResponseEntity() - Method in class org.restlet.resource.Resource
Returns the response entity representation.
getResponseEntityChannel(long) - Method in class org.restlet.engine.adapter.ClientCall
Returns the response channel if it exists.
getResponseEntityChannel(long) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getResponseEntityChannel(long) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
 
getResponseEntityStream(long) - Method in class org.restlet.engine.adapter.ClientCall
Returns the response entity stream if it exists.
getResponseEntityStream() - Method in class org.restlet.engine.adapter.ServerCall
Returns the response entity stream if it exists.
getResponseEntityStream(long) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
getResponseEntityStream(long) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
 
getResponseEntityStream() - Method in class org.restlet.ext.servlet.internal.ServletCall
Returns the response stream if it exists, null otherwise.
getResponseEntityStream() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
getResponseHeaders() - Method in class org.restlet.engine.adapter.Call
Returns the modifiable list of server 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.net.internal.HttpUrlConnectionCall
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
Returns the response's representation according to the list of successfull and unsuccessfull mails.
getResponses() - Method in class org.restlet.ext.wadl.MethodInfo
Returns the output of the method.
getResponseStatus(List<String>, Map<String, String>) - Method in class org.restlet.ext.javamail.TriggerResource
Returns the response's status according to the list of successfull and unsuccessfull mails.
getResponseVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns a list of response variants based on the annotation value.
getRestletContext() - Method in class org.restlet.ext.spring.SpringContext
Returns the parent Restlet context.
getRestletLogLevel() - Static method in class org.restlet.engine.Engine
Returns the Restlet log level.
getRestletMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the matching Restlet method.
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.
getResultSet() - Method in class org.restlet.ext.jdbc.JdbcResult
Returns the result set.
getRetryAfter() - Method in class org.restlet.ext.sip.Subscription
Returns how long the service is expected to be unavailable.
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.
getReturnType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the return type of this function.
getReturnTypeAsComplexType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the return type as complex type, or null if it is not.
getReturnTypeAsEntityType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the return type as complex type, or null if it is not.
getReverseRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
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() - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
Returns the role of this entity relatively to this association.
getRole() - Method in class org.restlet.ext.odata.internal.edm.AssociationSetEnd
Returns the role of this entity relatively to this association.
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(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
Returns the root reference of new Restlet requests.
getRootRef(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServletAdapter
Returns the root reference of new Restlet requests.
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.
getRouter() - Method in class org.restlet.ext.spring.SpringBeanFinder
Returns the associated router.
getRouter() - Method in class org.restlet.ext.wadl.WadlApplication
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.ext.sip.internal.SipInboundRequest
 
getRoutes() - Method in class org.restlet.ext.sip.SipRequest
Returns the set of proxies used to force routing for a request.
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.
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(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
Returns a SAX source.
getSaxSource() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns a SAX source.
getScale() - Method in class org.restlet.ext.odata.internal.edm.Parameter
Returns the scale of the parameter value.
getSchema() - Method in class org.restlet.ext.odata.internal.edm.Association
Returns the schema.
getSchema() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Returns the schema.
getSchema() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns the schema.
getSchema() - Method in class org.restlet.ext.xml.XmlRepresentation
Return the possibly null Schema to use for this type of XML representations.
getSchemaLocation() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the "xsi:schemaLocation" attribute in the generated XML data.
getSchemas() - Method in class org.restlet.ext.odata.internal.edm.Metadata
Returns the data service schema.
getScheme() - Method in class org.restlet.data.ChallengeMessage
Returns the scheme used.
getScheme() - Method in class org.restlet.data.Reference
Returns the scheme component.
Note that no URI decoding is done by this method.
getScheme(boolean) - Method in class org.restlet.data.Reference
Returns the optionnally decoded scheme component.
getScheme() - Method in class org.restlet.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.
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.
getSecond() - Method in class org.restlet.util.Couple
Deprecated.
Returns the second object.
getSecond() - Method in class org.restlet.util.Triple
Deprecated.
Returns the second object.
getSecret() - Method in class org.restlet.data.ChallengeResponse
Returns the user secret, such as a password or a secret key.
getSecret(Request, Response) - Method in class org.restlet.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.
getSecret() - Method in class org.restlet.security.User
Returns the secret.
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.ext.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.ext.ssl.DefaultSslContextFactory
Returns the selected cipher suites.
getSelectedSslProtocols(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the selected SSL protocols.
getSelectionListener() - Method in class org.restlet.util.SelectionRegistration
Returns the selection listener that will be notified.
getSelector() - Method in class org.restlet.engine.connector.ConnectionController
Returns the NIO selector.
getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
Get an exclusive Selector.
getServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
Returns the associated HTTP server handling calls.
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.ext.httpclient.internal.HttpMethodCall
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
Returns the response address.
Corresponds to the IP address of the responding server.
getServerAddress() - Method in class org.restlet.ext.servlet.internal.ServletCall
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.ext.servlet.internal.ServletCall
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.engine.connector.ServerConnectionHelper
Returns the server socket channel.
getServerVersion() - Method in class org.restlet.ext.odata.Service
Returns the version of the OData protocol extensions supported by the remote service.
getService() - Method in class org.restlet.ext.atom.Workspace
Returns the parent service.
getService() - Method in class org.restlet.ext.odata.Query
Returns the parent client service.
getServiceRef() - Method in class org.restlet.ext.odata.Service
Returns the reference to the WCF 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.
getServletContext() - Method in class org.restlet.ext.servlet.internal.ServletWarClientHelper
Returns the Servlet context.
getServletContext() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
Returns the Servlet context to use.
getSetterAccess() - Method in class org.restlet.ext.odata.internal.edm.Property
Returns the access level modifier of the setter method.
getShortName() - Method in enum org.restlet.engine.Edition
Returns the short size name of the edition.
getSimpleClass(Object, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Returns the class of this entity's attribute, or if it is a Collection (array, generic list, set), it returns the generic type.
getSimpleReturnType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns the name of the return type, or if it's a collection, returns its element's type.
getSipIfMatch() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getSipIfMatch() - Method in class org.restlet.ext.sip.SipRequest
Returns the identifier of the specific event state that the request is refreshing.
getSipRecipientsInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getSipRecipientsInfo() - Method in class org.restlet.ext.sip.SipRequest
Returns the intermediary recipients information.
getSipRecipientsInfo() - Method in class org.restlet.ext.sip.SipResponse
Returns the intermediary recipients information.
getSipRequestRecipientsInfo() - Method in class org.restlet.ext.sip.SipClientResource
Returns the request's list of Via entries.
getSipResponseRecipientsInfo() - Method in class org.restlet.ext.sip.SipClientResource
Returns the response's list of Via entries.
getSipRetryAfter() - Method in class org.restlet.ext.sip.SipResponse
 
getSipTag() - Method in class org.restlet.ext.sip.SipResponse
Returns the tag of the returned representation.
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.engine.io.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
 
getSlf4jLogger() - Method in class org.restlet.ext.slf4j.Slf4jLogger
Returns the wrapped SLF4J logger.
getSocket() - Method in class org.restlet.engine.connector.Connection
Returns the underlying socket.
getSocketAddress(Request) - Method in class org.restlet.engine.connector.ClientConnectionHelper
Returns an IP socket address representing the target host domain and port for a given request.
getSocketAddress() - Method in class org.restlet.engine.connector.Connection
Returns the socket address.
getSocketChannel() - Method in class org.restlet.engine.connector.Connection
Returns the underlying NIO socket channel.
getSocketConnectTimeoutMs() - Method in class org.restlet.engine.ClientHelper
Returns the connection timeout.
getSocketConnectTimeoutMs() - Method in class org.restlet.engine.connector.ClientConnectionHelper
Returns the socket connection timeout.
getSocketLingerTimeMs() - Method in class org.restlet.engine.connector.ConnectionHelper
Returns the time to block when a socket close is requested or -1 to not block at all.
getSocketReceiveBufferSize() - Method in class org.restlet.engine.connector.ConnectionHelper
Returns the hinted size of the underlying TCP buffers used by the platform for inbound network I/O.
getSocketSendBufferSize() - Method in class org.restlet.engine.connector.ConnectionHelper
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.engine.connector.ConnectionHelper
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.
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.
getSourceRepresentation() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the source representation to transform.
getSslCipherSuite() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the SSL cipher suite.
getSslClientCertificates() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the list of client SSL certificates.
getSslContext() - Method in class org.restlet.ext.ssl.HttpsClientHelper
Returns the SSL context.
getSslContext() - Method in class org.restlet.ext.ssl.HttpsServerHelper
Returns the SSL context.
getSslContextFactory(RestletHelper<?>) - Static method in class org.restlet.ext.ssl.internal.SslUtils
Returns the SSL context factory.
getSslContextFactory() - Method in class org.restlet.ext.ssl.JsslutilsSslContextFactory
Returns the wrapped SSLContextFactory with which this instance was built.
getSslEngine() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the engine to use for wrapping and unwrapping.
getSslEngineResult() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the engine result.
getSslEngineStatus() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the latest SSL engine status, or SSLEngineResult.Status#OK otherwise.
getSslHandshakeStatus() - Method in class org.restlet.ext.ssl.internal.SslConnection
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.servlet.internal.ServletCall
 
getSslKeySize() - Method in class org.restlet.ext.ssl.internal.SslConnection
Returns the SSL key size, if available and accessible.
getSslKeySize() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
getSslSession() - Method in class org.restlet.ext.ssl.internal.SslConnection
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.servlet.internal.ServletCall
 
getSslSessionId() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.engine.connector.Connection
Returns the state of the connection.
getState() - Method in class org.restlet.engine.io.Buffer
Returns the byte buffer IO state.
getStatus(Method, boolean, Tag, Date) - Method in class org.restlet.data.Conditions
Returns the conditional status of a variant using a given method.
getStatus(Method, RepresentationInfo) - Method in class org.restlet.data.Conditions
Returns the conditional status of a variant using a given method.
getStatus() - Method in class org.restlet.data.Warning
Returns the special status.
getStatus(Throwable, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a status for a given exception or error.
getStatus() - Method in 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(Throwable, Request, Response) - Method in class org.restlet.service.StatusService
Returns a status for a given exception or error.
getStatus(Throwable, Resource) - Method in class org.restlet.service.StatusService
Returns a status for a given exception or error.
getStatus() - Method in class org.restlet.util.WrapperResponse
Returns the status.
getStatusCode() - Method in class org.restlet.engine.adapter.Call
Returns the status code.
getStatusCode() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Returns the response status code.
getStatusCode() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
Returns the response status code.
getStatuses() - Method in class org.restlet.ext.wadl.ResponseInfo
Returns the list of statuses associated with this response representation.
getStatusInfo(Status) - Method in class org.restlet.engine.application.StatusFilter
Returns the status information to display in the default representation.
getStatusService() - Method in class org.restlet.Application
Returns the status service.
getStatusService() - Method in class org.restlet.Component
Returns the status service, enabled by default.
getStatusService() - Method in class org.restlet.engine.application.StatusFilter
Returns the helped status service.
getStatusService() - Method in class org.restlet.resource.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.
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(Writer, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns an output stream based on a given writer.
getStream(Reader, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns an input stream based on a given character reader.
getStream(Representation) - Static method in class org.restlet.engine.io.BioUtils
Returns an input stream based on the given representation's content and its write(OutputStream) method.
getStream() - Method in class org.restlet.engine.io.BufferingRepresentation
 
getStream(ReadableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Returns an input stream based on a given readable byte channel.
getStream(WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Returns an output stream based on a given writable byte channel.
getStream() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
getStream() - Method in class org.restlet.representation.ChannelRepresentation
 
getStream() - Method in class org.restlet.representation.CharacterRepresentation
 
getStream() - Method in class org.restlet.representation.DigesterRepresentation
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.representation.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
 
getStreamSource() - Method in class org.restlet.ext.xml.XmlRepresentation
Returns a stream of XML markup.
getStyle() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the parameter style.
getSubject() - Method in class org.restlet.ext.sip.SipRequest
Returns the subject of the call.
getSubpath(Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
According to the metadata of the service, returns the path of the given entity relatively to the current WCF service.
getSubpath(Object, String) - Method in class org.restlet.ext.odata.internal.edm.Metadata
According to the metadata of the service, returns the path of the given entity's property relatively to the current WCF service.
getSubpath(Object, String, Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
According to the metadata of the service, returns the relative path of the given target entity linked to the source entity via the source property.
getSubpath() - Method in class org.restlet.ext.odata.Query
Returns the path of the targeted entity relatively to the data service URI.
getSubscriptionState() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getSubscriptionState() - Method in class org.restlet.ext.sip.SipRequest
Returns the state of the subscription.
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 class org.restlet.ext.sip.internal.SipInboundRequest
 
getSupported() - Method in class org.restlet.ext.sip.SipRequest
Returns the extensions supported by the UAC.
getSupported() - Method in class org.restlet.ext.sip.SipResponse
Returns the extensions supported by the UAS.
getSupportedCipherSuites() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
 
getSupportedCipherSuites() - Method in class org.restlet.ext.ssl.internal.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.
getTag() - Method in class org.restlet.ext.sip.OptionTag
Returns the tag value.
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.
getTarget() - Method in class org.restlet.ext.xdb.XdbServletAdapter
Returns the target Restlet.
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.
getTargetAsReference() - Method in class org.restlet.ext.rdf.Link
Returns the target resource reference.
getTargetChallengeResponse(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Returns the authentication data sent by client to the target according to the a list of properties.
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
Returns the entity sent to the target.
getTargetMethod() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the default target method.
getTargetMethod(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Returns the target method according to a list of properties.
getTargetRef() - Method in class org.restlet.data.Reference
Returns the target reference.
getTargetRef(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Returns the reference of the target according to the a list of properties.
getTargetRef() - Method in class org.restlet.ext.wadl.IncludeInfo
Returns the URI of the referenced definition.
getTargetRef() - Method in class org.restlet.ext.wadl.MethodInfo
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.
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
Returns the target URI template.
getTaskService() - Method in class org.restlet.Application
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(Configuration, Representation) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
Returns a FreeMarker template from a representation and a configuration.
getTemplate(Configuration, String) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
Returns a FreeMarker template from its name and a configuration.
getTemplate() - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Returns the FreeMarker template.
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(Representation) - Static method in class org.restlet.engine.io.BioUtils
Converts the representation to a string value.
getText() - Method in class org.restlet.engine.io.BufferingRepresentation
 
getText(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a string.
getText() - Method in class org.restlet.representation.AppendableRepresentation
 
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
 
getTextContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Returns the language of that documentation element.
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.
getThird() - Method in class org.restlet.util.Triple
Deprecated.
Returns the third object.
getThrottleTimeMs() - Method in class org.restlet.engine.connector.BaseHelper
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.
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
Returns the title of that documentation element.
getTo() - Method in class org.restlet.ext.sip.SipClientResource
Returns the request recipient's address.
getTo() - Method in class org.restlet.ext.sip.SipRequest
Returns the logical recipient of the request.
getTo() - Method in class org.restlet.ext.sip.SipResponse
Returns the logical recipient of the request.
getTo() - Method in class org.restlet.ext.sip.SipServerResource
Returns the request recipient's address.
getToRole() - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
Returns the target entity of the association.
getTraceStream() - Method in class org.restlet.engine.connector.BaseHelper
Returns the trace output stream to use if tracing is enabled.
getTraceStream() - Method in class org.restlet.engine.io.TraceChannel
Returns the trace output stream to use if tracing is enabled.
getTransaction() - Method in class org.restlet.ext.sip.SipRequest
Returns the transaction identifier.
getTransactionId() - Method in class org.restlet.ext.sip.SipResponse
Returns the transaction identifier.
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.engine.connector.BaseHelper
Returns the transport protocol.
getTransport() - Method in class org.restlet.ext.sip.SipRecipientInfo
Returns the transport protocol name.
getTrustManagerAlgorithm() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the name of the TrustManager algorithm.
getTrustStorePassword() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the password for the trust store keystore.
getTrustStorePath() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the path to the trust store (keystore) file.
getTrustStoreProvider() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the name of the trust store (keystore) provider.
getTrustStoreType() - Method in class org.restlet.ext.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.odata.internal.edm.AssociationEnd
Returns the type of this entity.
getType() - Method in class org.restlet.ext.odata.internal.edm.AssociationSetEnd
Returns the type of this entity.
getType() - Method in class org.restlet.ext.odata.internal.edm.EntitySet
Returns the type of contained entities.
getType() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the type of the entity to update.
getType() - Method in class org.restlet.ext.odata.internal.edm.Parameter
Returns the type of the parameter.
getType() - Method in class org.restlet.ext.odata.internal.edm.Property
Returns the type of the property.
getType() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
getType() - Method in class org.restlet.ext.sip.Event
Returns the type of the event.
getType() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the parameter type.
getType() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the list of references to resource type elements.
getType() - Method in class org.restlet.routing.Variable
Returns the type of variable.
getTypeRef() - Method in class org.restlet.ext.rdf.Link
Returns the type reference.
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.
getUnsupported() - Method in class org.restlet.ext.sip.SipResponse
Returns the extensions not supported by the UAS.
getUpdateCount() - Method in class org.restlet.ext.jdbc.JdbcResult
Returns the update count.
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.engine.connector.ConnectionController
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.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.jdbc.internal.ConnectionSource
Returns the connection URI.
getUriResolver() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the URI resolver.
getUser() - Method in class org.restlet.data.ClientInfo
Returns the authenticated user.
getUser(Principal) - Method in class org.restlet.ext.ssl.CertificateAuthenticator
Creates a new User based on the subject's X500Principal.
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.engine.connector.HttpInboundRequest
Returns the associated user principal.
getUserPrincipal() - Method in class org.restlet.ext.servlet.internal.ServletCall
 
getUserPrincipal() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
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.
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.Parameter
 
getValue() - Method in class org.restlet.engine.header.Header
Returns the value.
getValue() - Method in class org.restlet.ext.html.FormData
Returns the textual value of the associated form control.
getValue(Object) - Method in class org.restlet.ext.odata.Service
Returns the binary representation of the given media resource.
getValue(Object, List<Preference<MediaType>>) - Method in class org.restlet.ext.odata.Service
Returns the binary representation of the given media resource.
getValue(Object, MediaType) - Method in class org.restlet.ext.odata.Service
Returns the binary representation of the given media resource.
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.Literal
Returns the value.
getValue() - Method in class org.restlet.ext.sip.Priority
Returns the priority value.
getValue() - Method in class org.restlet.ext.sip.Subscription
Returns the subscription value.
getValue() - Method in class org.restlet.ext.wadl.OptionInfo
Returns the value of this option element.
getValue() - Method in interface org.restlet.util.NamedValue
Returns the value.
getValueAttributeName() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the name of the attribute that stores the value to set, if pertinent, and null otherwise.
getValueNodePath() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the name of the attribute that stores the value to set, if pertinent, and null otherwise.
getValuePath() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns the path of the XML element of the feed that stores the value to set.
getValueRef(Object) - Method in class org.restlet.ext.odata.Service
Returns the reference of the binary representation of the given entity, if this is a media resource.
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.
getVariables() - Method in class org.restlet.routing.Template
Returns the modifiable map of variable descriptors.
getVariant() - Method in class org.restlet.engine.local.Entity
Returns a variant corresponding to the extensions of this entity.
getVariants(Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of variants that can be converted from a given object class.
getVariants(Class<?>, Variant) - 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<?>) - Method in class org.restlet.engine.converter.DefaultConverter
 
getVariants() - Method in class org.restlet.engine.local.DirectoryServerResource
 
getVariants(Method) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the list of variants for the given method.
getVariants(Class<?>) - Method in class org.restlet.ext.atom.AtomConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
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
 
getVariants(Class<?>) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.jdbc.JdbcConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.jibx.JibxConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.rdf.RdfConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.rome.RomeConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.velocity.VelocityConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.wadl.WadlConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.xml.XmlConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.xstream.XstreamConverter
 
getVariants() - Method in class org.restlet.resource.ServerResource
Returns a modifiable list of exposed variants for the current request method.
getVariants(Method) - Method in class org.restlet.resource.ServerResource
Returns a modifiable list of exposed variants for the given method.
getVariants(Class<?>, Variant) - Method in class org.restlet.service.ConverterService
Returns the list of variants that can be converted from a given object class.
getVerifier() - Method in class org.restlet.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(Request) - Static method in class org.restlet.engine.connector.OutboundWay
Returns the protocol version.
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() - Method in class org.restlet.ext.servlet.internal.ServletCall
 
getVersion() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.
getWadlVariants() - Method in class org.restlet.ext.wadl.WadlApplication
Returns the available WADL variants.
getWadlVariants() - Method in class org.restlet.ext.wadl.WadlServerResource
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.engine.connector.HttpInboundRequest
 
getWarnings() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
getWarnings() - Method in class org.restlet.Message
Returns the additional warnings information.

Note that when used with HTTP connectors, this property maps to the "Warning" headers.
getWebRepresentation() - Method in class org.restlet.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWebRepresentation(CharacterSet) - Method in class org.restlet.data.Form
Returns the form as a Web representation (MediaType.APPLICATION_WWW_FORM).
getWebRepresentation() - Method in class org.restlet.data.ReferenceList
Returns a representation of the list in "text/html" format.
getWebRowSet() - Method in class org.restlet.ext.jdbc.RowSetRepresentation
Returns the inner WebRowSet instance.
getWorkerService() - Method in class org.restlet.engine.connector.BaseHelper
Returns the connection handler service.
getWorkerService() - Method in class org.restlet.engine.connector.Controller
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.
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.engine.io.WrapperChannel
Returns the wrapped channel.
getWrappedContext() - Method in class org.restlet.ext.ssl.internal.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.
getWrappedSocketFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
Returns the wrapped SSL server socket factory.
getWrappedSocketFactory() - Method in class org.restlet.ext.ssl.internal.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.engine.connector.Connection
Returns the underlying socket channel as a writable selection channel.
getWriter(OutputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns a writer to the given output stream, using the given character set for encoding to bytes.
getWriter() - Method in class org.restlet.ext.xml.XmlWriter
Returns the underlying writer.
getXmlConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
Returns the modifiable list of configuration URIs for beans definitions via XML representations.
getXmlDriverClass() - Method in class org.restlet.ext.xstream.XstreamRepresentation
Returns the XStream XML driver class.
getXmlElement() - Method in class org.restlet.ext.wadl.RepresentationInfo
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.
getXstream() - Method in class org.restlet.ext.xstream.XstreamRepresentation
Returns the modifiable XStream object.
GLOBAL_ERROR_BUSY_EVERYWHERE - Static variable in class org.restlet.ext.sip.SipStatus
The callee's end system was contacted successfully but the callee is busy and does not wish to take the call at this time.
GLOBAL_ERROR_DECLINE - Static variable in class org.restlet.ext.sip.SipStatus
The callee's machine was successfully contacted but the user explicitly does not wish to or cannot participate.
GLOBAL_ERROR_DOESNT_EXIST_ANYWHERE - Static variable in class org.restlet.ext.sip.SipStatus
The server has authoritative information that the user indicated in the Request-URI does not exist anywhere.
GLOBAL_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.ext.sip.SipStatus
The user's agent was contacted successfully but some aspects of the session description such as the requested media, bandwidth, or addressing style were not acceptable.
GrammarsInfo - Class in org.restlet.ext.wadl
Describes the grammars used by representation descriptions.
GrammarsInfo() - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Constructor.
GrammarsInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Constructor with a single documentation element.
GrammarsInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Constructor with a list of documentation elements.
GrammarsInfo(String) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
Constructor with a single documentation element.
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 - 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.
GRUU - Static variable in class org.restlet.ext.sip.OptionTag
Used to identify the Globally Routable User Agent URI (GRUU) extension.
GZIP - Static variable in class org.restlet.data.Encoding
The GNU Zip encoding.

H

handle(Request, Response) - Method in class org.restlet.Application
 
handle(Request, 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(ServerCall) - Method in class org.restlet.engine.adapter.HttpServerHelper
Handles the connector call.
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.ClientConnectionHelper
 
handle(Response) - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
handle(Response) - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
handle(Response) - Method in class org.restlet.engine.connector.OutboundWay
Add a message to the outbound way.
handle(Request, Response) - Method in class org.restlet.engine.connector.ServerConnectionHelper
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
handle() - Method in class org.restlet.engine.local.DirectoryServerResource
 
handle(Request, Response) - Method in class org.restlet.engine.local.LocalClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.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.engine.ServerHelper
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
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(Request, Response) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
 
handle(Request, Response) - Method in class org.restlet.ext.jdbc.JdbcClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.ext.net.FtpClientHelper
 
handle(Request, Response) - Method in class org.restlet.ext.servlet.internal.ServletWarClient
Handles a call.
handle(Response) - Method in class org.restlet.ext.sip.internal.SipClientOutboundWay
 
handle(Response) - Method in class org.restlet.ext.sip.internal.SipServerOutboundWay
 
handle(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
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.ext.xdb.internal.XdbServletWarClient
 
handle() - Method in class org.restlet.resource.ClientResource
Handles the call by invoking the next handler.
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, MediaType) - 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, 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(Request) - Method in class org.restlet.resource.ClientResource
Deprecated.
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) - Method in class org.restlet.resource.Directory
 
handle(Request, Response) - Method in class org.restlet.resource.Finder
Handles a call.
handle() - Method in class org.restlet.resource.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(Request) - Method in class org.restlet.Restlet
Handles a call.
handle(Request, Response) - Method in class org.restlet.Restlet
Handles a call.
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(Request, Response) - Method in class org.restlet.routing.Filter
Handles a call by first invoking the beforeHandle() method for pre-filtering, then distributing the call to the next Restlet via the doHandle() method.
handle(Request, Response) - Method in class org.restlet.routing.Redirector
Handles a call by redirecting using the selected redirection mode.
handle(Request, Response) - Method in class org.restlet.routing.Router
Handles a call by invoking the next Restlet if it is available.
handle(Request, Response) - Method in class org.restlet.Server
 
handle(Request, Response) - Method in interface org.restlet.Uniform
Handles a uniform call.
handle(Request, Response) - Method in class org.restlet.util.WrapperRestlet
 
handleClassLoader(Request, Response, ClassLoader) - Method in class org.restlet.engine.local.ClapClientHelper
Handles a call with a given class loader.
handleEntityGet(Request, Response, Entity) - Method in class org.restlet.engine.local.EntityClientHelper
Handles a GET call.
handleFile(Request, Response, String) - Method in class org.restlet.engine.local.FileClientHelper
 
handleFileDelete(Response, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a DELETE call for the FILE protocol.
handleFilePut(Request, Response, String, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a PUT call for the FILE protocol.
handleGet(Request, Response, File, String, MetadataService) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a GET call.
handleInbound(Response) - Method in class org.restlet.engine.connector.BaseHelper
Handle the given inbound message.
handleInbound(Response, boolean) - Method in class org.restlet.engine.connector.BaseHelper
Handle the given inbound message.
handleInbound(Response) - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
handleInbound(Response) - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
handleInbound(Response) - Method in class org.restlet.resource.ClientResource
Handles the inbound call.
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.
handleLocal(Request, Response, String) - Method in class org.restlet.ext.servlet.internal.ServletWarClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.ext.xdb.internal.XdbServletWarClientHelper
 
handleOutbound(Response) - Method in class org.restlet.engine.connector.BaseHelper
Handle the given outbound message.
handleOutbound(Response, boolean) - Method in class org.restlet.engine.connector.BaseHelper
Handle the given outbound message.
handleOutbound(Response) - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
handleOutbound(Response) - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
handleOutbound(Request) - Method in class org.restlet.resource.ClientResource
Handles the outbound call by invoking the next handler.
handlePut(Request, Response, File, String) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a PUT call.
handleSslResult() - Method in class org.restlet.ext.ssl.internal.SslConnection
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.ChallengeResponse
hashCode() - Method in class org.restlet.data.ChallengeScheme
hashCode() - Method in class org.restlet.data.CharacterSet
hashCode() - Method in class org.restlet.data.Cookie
hashCode() - Method in class org.restlet.data.CookieSetting
hashCode() - Method in class org.restlet.data.Encoding
hashCode() - Method in class org.restlet.data.Expectation
hashCode() - Method in class org.restlet.data.Language
hashCode() - Method in class org.restlet.data.MediaType
hashCode() - Method in class org.restlet.data.Metadata
hashCode() - Method in class org.restlet.data.Method
hashCode() - Method in class org.restlet.data.Parameter
hashCode() - Method in class org.restlet.data.Protocol
hashCode() - Method in class org.restlet.data.Reference
Returns a hash code value for the object.
hashCode() - Method in class org.restlet.data.Status
hashCode() - Method in class org.restlet.data.Tag
hashCode() - Method in class org.restlet.engine.header.Header
hashCode(Object...) - Static method in class org.restlet.engine.util.SystemUtils
Computes the hash code of a set of objects.
hashCode() - Method in class org.restlet.ext.atom.Relation
hashCode() - Method in class org.restlet.ext.odata.internal.edm.NamedObject
 
hashCode() - Method in class org.restlet.ext.rdf.Couple
hashCode() - Method in class org.restlet.ext.rdf.Triple
hashCode() - Method in class org.restlet.ext.spring.SpringResource
This implementation returns the hash code of the underlying InputStream.
hashCode() - Method in class org.restlet.util.Couple
Deprecated.
hashCode() - Method in class org.restlet.util.Triple
Deprecated.
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.
hasIoInterest() - Method in class org.restlet.engine.connector.HttpClientInboundWay
 
hasIoInterest() - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
hasIoInterest() - Method in class org.restlet.engine.connector.OutboundWay
 
hasIoInterest() - Method in class org.restlet.engine.connector.ServerInboundWay
 
hasIoInterest() - Method in class org.restlet.engine.connector.Way
Indicates if we want to be selected for IO processing when the socket related socket is prepared.
hasIoInterest() - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
 
hasIoInterest() - Method in class org.restlet.ext.ssl.internal.HttpsClientOutboundWay
 
hasIoInterest() - Method in class org.restlet.ext.ssl.internal.HttpsServerOutboundWay
 
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() - 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.engine.io.Buffer
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.
hasTimedOut() - Method in class org.restlet.engine.connector.Connection
Indicates if the connection has timed out.
hasTimedOut() - Method in class org.restlet.ext.sip.SipRequest
Indicates if the transaction has timed out due to lack of activity.
hasWorkerThreads() - Method in class org.restlet.engine.connector.BaseHelper
Indicates if the worker service (pool of worker threads) is enabled.
HEAD - Static variable in class org.restlet.data.Method
Identical to GET except that the server must not return a message body in the response but only the message header.
head() - Method in class org.restlet.resource.ClientResource
Represents the resource using content negotiation to select the best variant based on the client preferences.
head(MediaType) - Method in class org.restlet.resource.ClientResource
Represents the resource using a given media type.
head() - Method in class org.restlet.resource.ServerResource
Returns a representation whose metadata will be returned to the client.
head(Variant) - Method in class org.restlet.resource.ServerResource
Returns a representation whose metadata will be returned to the client.
Header - Class in org.restlet.engine.header
Represents an HTTP header.
Header() - Constructor for class org.restlet.engine.header.Header
Default constructor.
Header(String, String) - Constructor for class org.restlet.engine.header.Header
Constructor.
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_RANGES - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ALERT_INFO - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_ALLOW - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_ALLOW_EVENTS - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_CALL_ID - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_CALL_INFO - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_CALL_SEQ - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_CONNECTION - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_CONTACT - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_ENCRYPTION - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_ERROR_INFO - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_ETAG - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_EVENT - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_IN_REPLY_TO - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_MIME_VERSION - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_MIN_EXPIRES - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_ORGANIZATION - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_PRAGMA - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_PRIORITY - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_PROXY_REQUIRE - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_RANGE - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_RECORD_ROUTE - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_REFER_TO - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_REFERRER - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_REPLY_TO - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_REQUIRE - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_RETRY_AFTER - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_RETRY_AFTER - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_ROUTE - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_RSEQ - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_SERVER - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_SERVER - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_SIP_ETAG - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_SIP_IF_MATCH - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_SLUG - Static variable in class org.restlet.engine.header.HeaderConstants
 
HEADER_SUBJECT - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_SUBSCRIPTION_STATE - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_SUPPORTED - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
HEADER_TO - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_UNSUPPORTED - Static variable in class org.restlet.ext.sip.internal.SipConstants
 
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_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
 
HeaderReader<V> - Class in org.restlet.engine.header
HTTP-style header reader.
HeaderReader(String) - Constructor for class org.restlet.engine.header.HeaderReader
Constructor.
HeaderUtils - Class in org.restlet.engine.header
HTTP-style header utilities.
HeaderWriter<V> - Class in org.restlet.engine.header
HTTP-style header writer.
HeaderWriter() - Constructor for class org.restlet.engine.header.HeaderWriter
 
helper - Variable in class org.restlet.engine.connector.Controller
The parent connector helper.
Helper - Class in org.restlet.engine
Abstract marker class parent of all engine helpers.
Helper() - Constructor for class org.restlet.engine.Helper
 
HIST_INFO - Static variable in class org.restlet.ext.sip.OptionTag
When used with the Supported header, indicates support for the History Information to be captured for requests and returned in subsequent responses.
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.
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.
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_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 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.
HttpClientHelper - Class in org.restlet.engine.adapter
Base HTTP client connector.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.adapter.HttpClientHelper
Constructor.
HttpClientHelper - Class in org.restlet.engine.connector
HTTP client helper based on NIO blocking sockets.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.connector.HttpClientHelper
Constructor.
HttpClientHelper - Class in org.restlet.ext.httpclient
HTTP client connector using the HttpMethodCall and Apache HTTP Client project.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.httpclient.HttpClientHelper
Constructor.
HttpClientHelper - Class in org.restlet.ext.net
HTTP client connector using the HttpUrlConnectionCall.
HttpClientHelper(Client) - Constructor for class org.restlet.ext.net.HttpClientHelper
Constructor.
HttpClientInboundWay - Class in org.restlet.engine.connector
HTTP client inbound way.
HttpClientInboundWay(Connection<Client>, int) - Constructor for class org.restlet.engine.connector.HttpClientInboundWay
Constructor.
HttpClientOutboundWay - Class in org.restlet.engine.connector
HTTP client outbound way.
HttpClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.HttpClientOutboundWay
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.
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.
HttpInboundRequest - Class in org.restlet.engine.connector
Request wrapper for server HTTP calls.
HttpInboundRequest(Context, Connection<Server>, String, String, String) - Constructor for class org.restlet.engine.connector.HttpInboundRequest
Constructor.
HttpInboundRequest(HttpInboundRequest) - Constructor for class org.restlet.engine.connector.HttpInboundRequest
Copy constructor.
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
Protocol helper for the HTTP protocol.
HttpProtocolHelper() - Constructor for class org.restlet.engine.HttpProtocolHelper
 
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 - 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.ssl
HTTPS client helper based on NIO blocking sockets.
HttpsClientHelper(Client) - Constructor for class org.restlet.ext.ssl.HttpsClientHelper
Constructor.
HttpsClientInboundWay - Class in org.restlet.ext.ssl.internal
HTTPS client inbound way.
HttpsClientInboundWay(Connection<Client>, int) - Constructor for class org.restlet.ext.ssl.internal.HttpsClientInboundWay
Constructor.
HttpsClientOutboundWay - Class in org.restlet.ext.ssl.internal
HTTPS client outbound way.
HttpsClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.ssl.internal.HttpsClientOutboundWay
Constructor.
HttpServerHelper - Class in org.restlet.engine.adapter
Base HTTP server connector.
HttpServerHelper() - Constructor for class org.restlet.engine.adapter.HttpServerHelper
Default constructor.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.adapter.HttpServerHelper
Constructor.
HttpServerHelper - Class in org.restlet.engine.connector
HTTP server helper based on NIO blocking sockets.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.connector.HttpServerHelper
Constructor.
HttpServerHelper(Server, Protocol) - Constructor for class org.restlet.engine.connector.HttpServerHelper
Constructor.
HttpServerInboundWay - Class in org.restlet.engine.connector
HTTP server inbound way.
HttpServerInboundWay(Connection<Server>, int) - Constructor for class org.restlet.engine.connector.HttpServerInboundWay
Constructor.
HttpServerOutboundWay - Class in org.restlet.engine.connector
HTTP server outbound way.
HttpServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.engine.connector.HttpServerOutboundWay
Constructor.
HttpsInboundRequest - Class in org.restlet.ext.ssl.internal
Request wrapper for server HTTPS calls.
HttpsInboundRequest(Context, Connection<Server>, String, String, String) - Constructor for class org.restlet.ext.ssl.internal.HttpsInboundRequest
Constructor.
HttpsServerHelper - Class in org.restlet.ext.ssl
HTTPS server helper based on NIO blocking sockets.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.ssl.HttpsServerHelper
Constructor.
HttpsServerInboundWay - Class in org.restlet.ext.ssl.internal
HTTPS server inbound way.
HttpsServerInboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.ssl.internal.HttpsServerInboundWay
Constructor.
HttpsServerOutboundWay - Class in org.restlet.ext.ssl.internal
HTTPS server outbound way.
HttpsServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.ssl.internal.HttpsServerOutboundWay
Constructor.
HttpUrlConnectionCall - Class in org.restlet.ext.net.internal
HTTP client connector call based on JDK's java.net.HttpURLConnection class.
HttpUrlConnectionCall(HttpClientHelper, String, String, boolean) - Constructor for class org.restlet.ext.net.internal.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

ICE - Static variable in class org.restlet.ext.sip.OptionTag
Used to identify the Interactive Connectivity Establishment (ICE) extension.
IdentClient - Class in org.restlet.engine.log
Simple IDENT client.
IdentClient(String, int, int) - Constructor for class org.restlet.engine.log.IdentClient
Constructor.
IDENTITY - Static variable in class org.restlet.data.Encoding
The default (identity) encoding.
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
 
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.
inboundMessages - Variable in class org.restlet.engine.connector.BaseHelper
The queue of inbound messages.
InboundRequest - Interface in org.restlet.engine.connector
Marker interface for inbound requests.
inboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call to a target reference.
InboundWay - Class in org.restlet.engine.connector
A network connection way though which messages are received.
InboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.InboundWay
Constructor.
IncludeInfo - Class in org.restlet.ext.wadl
Allows inclusion of grammars by reference.
IncludeInfo() - Constructor for class org.restlet.ext.wadl.IncludeInfo
Constructor.
IncludeInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Constructor with a single documentation element.
IncludeInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Constructor with a list of documentation elements.
IncludeInfo(String) - Constructor for class org.restlet.ext.wadl.IncludeInfo
Constructor with a single documentation element.
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, 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(Metadata) - Method in class org.restlet.data.Metadata
Indicates if a given metadata is included in the current one.
includes(Variant) - Method in class org.restlet.representation.Variant
Indicates if the current variant includes the given variant.
INDEX_FIRST - Static variable in class org.restlet.data.Range
Index for the first byte of an entity.
INDEX_LAST - Static variable in class org.restlet.data.Range
Index for the last byte of an entity.
indexOf(Object) - Method in class org.restlet.util.WrapperList
Returns the index in this list of the first occurrence of the specified element, or -1 if this list does not contain this element.
Info - Annotation Type in org.restlet.ext.sip
Allow for the carrying of session related control information that is generated during a session.
info() - Method in class org.restlet.ext.sip.SipClientResource
Communicating mid-session signaling information along the signaling path for the call.
info(Representation) - Method in class org.restlet.ext.sip.SipClientResource
Communicating mid-session signaling information along the signaling path for the call.
INFO - Static variable in class org.restlet.ext.sip.SipMethod
Allow for the carrying of session related control information that is generated during a session.
info(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs an info message.
INFO_CALL_IS_BEING_FORWARDED - Static variable in class org.restlet.ext.sip.SipStatus
A server MAY use this status code to indicate that the call is being forwarded to a different set of destinations.
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_QUEUED - Static variable in class org.restlet.ext.sip.SipStatus
The called party is temporarily unavailable, but the server has decided to queue the call rather than reject it.
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_RINGING - Static variable in class org.restlet.ext.sip.SipStatus
The UA receiving the INVITE is trying to alert the user.
INFO_SESSION_PROGRESS - Static variable in class org.restlet.ext.sip.SipStatus
Used to convey information about the progress of the call that is not otherwise classified.
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.
INFO_TRYING - Static variable in class org.restlet.ext.sip.SipStatus
This response indicates that the request has been received by the next-hop server and that some unspecified action is being taken on behalf of this call.
init(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.Connection
Initializes the connection and associates it to the given socket.
init() - Method in class org.restlet.engine.log.AccessLogFileHandler
Initialization code common to all constructors.
init() - Method in class org.restlet.ext.servlet.ServerServlet
 
init(Application) - Method in class org.restlet.ext.servlet.ServerServlet
Initialize a application.
init(Component) - Method in class org.restlet.ext.servlet.ServerServlet
Initialize a component.
init(Context, Request, Response) - Method in class org.restlet.ext.sip.SipServerResource
 
init(Series<Parameter>) - Method in class org.restlet.ext.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.ext.ssl.JsslutilsSslContextFactory
 
init(Series<Parameter>) - Method in class org.restlet.ext.ssl.PkixSslContextFactory
Sets the following options according to parameters that may have been set up directly in the HttpsServerHelper parameters.
init(Series<Parameter>) - Method in class org.restlet.ext.ssl.SslContextFactory
Initialize the factory with the given connector parameters.
init(ExtendedProperties) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
init() - Method in class org.restlet.ext.xdb.XdbServerServlet
 
init(Context, Request, Response) - Method in class org.restlet.resource.Resource
Initialization method setting the environment of the current resource instance.
initEngine(SSLEngine) - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
Initializes the SSL engine with additional parameters from the SSL context factory.
initSslEngine() - Method in class org.restlet.ext.ssl.internal.SslConnection
Initializes the SSL engine with the current SSL context and socket address.
initSslServerSocket(SSLServerSocket) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
Initializes the SSL server socket.
initSslSocket(SSLSocket) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
Initializes the SSL socket.
inlineCount(boolean) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $inlinecount option set in the URI generated by the returned query.
InputEntityStream - Class in org.restlet.ext.xdb.internal
Input stream that synchronizes the state of a connection instance and an input stream.
InputEntityStream(Notifiable, InputStream) - Constructor for class org.restlet.ext.xdb.internal.InputEntityStream
Constructor.
InputRepresentation - Class in org.restlet.representation
Transient representation based on a BIO input stream.
InputRepresentation(InputStream) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.representation.InputRepresentation
Constructor.
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.
instance - Static variable in class org.restlet.engine.local.RiapServerHelper
The unique registered helper.
InternalRouter - Class in org.restlet.engine.component
Provides the behavior of the internal router of a Component.
InternalRouter(Context) - Constructor for class org.restlet.engine.component.InternalRouter
Constructor.
InternetDateFormat - Class in org.restlet.engine.util
This class handles Internet date/time strings in accordance with RFC 3339.
InternetDateFormat() - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the UTC (Z) time zone.
InternetDateFormat(Calendar) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Calendar object.
InternetDateFormat(Date) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the UTC (Z) time zone.
InternetDateFormat(Date, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the specified time zone.
InternetDateFormat(long) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the UTC (Z) time zone.
InternetDateFormat(long, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the specified time zone.
InternetDateFormat(String) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
InternetDateFormat(TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the specified time zone.
Invite - Annotation Type in org.restlet.ext.sip
Indicates a client is being invited to participate in a call session.
invite() - Method in class org.restlet.ext.sip.SipClientResource
Indicates that the user or service is being invited to participate in a session.
invite(Representation) - Method in class org.restlet.ext.sip.SipClientResource
Indicates that the user or service is being invited to participate in a session.
INVITE - Static variable in class org.restlet.ext.sip.SipMethod
Indicates a client is being invited to participate in a call session.
invoke(Object, Method, Object[]) - Method in class org.restlet.engine.resource.ClientInvocationHandler
Effectively invokes a Java method on the given proxy object.
invokeAll(Collection) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning a list of Futures holding their status and results when all complete.

Due to a breaking change between Java SE versions 5 and 6, and in order to maintain compatibility both at the source and binary level, we have removed the generic information from this method.
invokeAll(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning a list of Futures holding their status and results when all complete or the timeout expires, whichever happens first.
invokeAny(Collection) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do.
invokeAny(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
Executes the given tasks, returning the result of one that has completed successfully (i.e., without throwing an exception), if any do before the given timeout elapses.
invokeComplex(String, Series<Parameter>) - Method in class org.restlet.ext.odata.Service
Invokes a service operation and return the raw representation sent back by the service.
invokeGetter(Object, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Returns the value of a property on an entity based on its name.
invokeSetter(Object, String, Object) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Sets a property on an entity based on its name.
invokeSetter(Object, String, String, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Sets a property on an entity based on its name.
invokeSimple(String, Series<Parameter>) - Method in class org.restlet.ext.odata.Service
Invokes a service operation and return the String value sent back by the service.
IoState - Enum in org.restlet.engine.io
Enumeration of the connection IO states.
IoUtils - Class in org.restlet.engine.io
IO manipulation utilities.
isAbsolute() - Method in class org.restlet.data.Reference
Indicates if the reference is absolute.
isAbstractType() - Method in class org.restlet.ext.odata.internal.edm.ODataType
Returns true if this type is abstract.
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.
isAllowUserInteraction() - Method in class org.restlet.ext.net.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.ext.net.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.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.
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
 
isAttributeValue() - Method in class org.restlet.ext.odata.internal.edm.Mapping
Returns true if the value is taken from an attribute.
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
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
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.engine.connector.Connection
Indicates if the connection is available to handle new messages.
isAvailable() - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
isAvailable() - Method in class org.restlet.engine.connector.Way
Indicates if the way is available to handle new messages.
isAvailable() - Method in class org.restlet.engine.io.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
 
isBlankRef(Reference) - Static method in class org.restlet.ext.rdf.Link
Indicates if a reference is identifying a blank node.
isBlob() - Method in class org.restlet.ext.odata.internal.edm.EntityType
Returns true if this type a blob, that is to say it represents binary data.
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(Channel) - Static method in class org.restlet.engine.io.NioUtils
Indicates if the channel is in blocking mode.
isBlocking() - Method in class org.restlet.engine.io.WrapperSelectionChannel
Indicates if the wrapped channel is blocking.
isBlocking() - Method in class org.restlet.engine.io.WrapperSocketChannel
Indicates if the channel is blocking.
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.engine.io.BufferingRepresentation
Indicates if the wrapped entity has been already buffered.
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.
isChunkedEncoding(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the entity is chunked.
isClientError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isClientError() - Method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isClientKeepAlive() - Method in class org.restlet.engine.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.connector.BaseHelper
Indicates if it is helping a client connector.
isClientSide() - Method in class org.restlet.engine.connector.Connection
Indicates if it is a client-side connection.
isClientSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
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.resource.ServerResource
Indicates if the response has already been committed.
isCommitted() - Method in class org.restlet.Response
Indicates if the response has already been committed.
isCommitted() - Method in class org.restlet.util.WrapperResponse
 
isCompatible(Metadata) - Method in class org.restlet.data.Metadata
Checks if this metadata is compatible with the given metadata.
isCompatible(Method, Form, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the annotated method described is compatible with the given parameters.
isCompatible(Variant) - Method in class org.restlet.representation.Variant
Indicates if the current variant is compatible with the given variant.
isCompatibleRequestEntity(Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the given request entity is compatible with the annotated method described.
isConcrete() - Method in class org.restlet.data.MediaType
Checks if the current media type is concrete.
isConcurrent() - Method in class org.restlet.ext.odata.internal.edm.Property
Returns true if this property should be used for optimistic concurrency checks.
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.ext.servlet.internal.ServletCall
Indicates if the request was made using a confidential mean.
isConfidential() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
 
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.
isConnectionClose(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the connection must be closed.
isConnectorError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isConnectorError() - Method in class org.restlet.data.Status
Indicates if the status is a connector error status, meaning "The connector failed to send or receive an apparently valid message".
isControlChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a control character.
isControllerDaemon() - Method in class org.restlet.engine.connector.BaseHelper
Indicates if the controller thread should be a daemon (not blocking JVM exit).
isControllerDaemon() - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
isControllerDaemon() - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
isDataFormat() - Method in class org.restlet.ext.xml.XmlWriter
 
isDebug() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Indicates if the connector should generate JavaMail debug messages.
isDebugging() - Method in class org.restlet.service.LogService
Indicates if the debugging mode is enabled.
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).
isDefaultEntityContainer() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Return true if this container is the default one for a WCF data service.
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.engine.header.HeaderUtils
Indicates if the given character is a digit (0-9).
isDirectBuffers() - Method in class org.restlet.engine.connector.BaseHelper
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
 
isDirectory() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
 
isDirectoryTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a directory.
isDoubleQuote(int) - Static method in class org.restlet.engine.header.HeaderUtils
Indicates if the given character is a double quote.
isDraining() - Method in class org.restlet.engine.io.Buffer
Indicates if the buffer state has the BufferState.DRAINING value.
isEmpty() - Method in class org.restlet.engine.connector.Connection
Indicates if the connection is empty of messages and bytes.
isEmpty() - Method in class org.restlet.engine.connector.HttpClientInboundWay
 
isEmpty() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
isEmpty() - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
isEmpty() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
isEmpty() - Method in class org.restlet.engine.connector.Way
Indicates if the way is empty.
isEmpty() - Method in class org.restlet.engine.io.Buffer
Indicates if the buffer is empty in either filling or draining state.
isEmpty() - Method in class org.restlet.ext.freemarker.internal.ResolverHashModel
Returns false.
isEmpty() - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
 
isEmpty() - Method in class org.restlet.ext.sip.internal.SipClientOutboundWay
 
isEmpty() - Method in class org.restlet.ext.sip.internal.SipServerInboundWay
 
isEmpty() - Method in class org.restlet.ext.sip.internal.SipServerOutboundWay
 
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.
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.engine.io.ReadableSizedChannel
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.engine.io.ReadableBufferedChannel
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(int) - Static method in class org.restlet.data.Status
Indicates if the status is an error (client or server) status.
isError() - Method in class org.restlet.data.Status
Indicates if the status is an error (client or server) status.
isExisting() - Method in class org.restlet.resource.ServerResource
Indicates if the identified resource exists.
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.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.
isFileTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a file.
isFilling() - Method in class org.restlet.engine.io.Buffer
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.
isFindingInAncestors() - Method in class org.restlet.ext.spring.SpringBeanRouter
Returns true if bean names will be searched for higher up in the BeanFactory hierarchy.
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.ext.httpclient.HttpClientHelper
Indicates if the protocol will automatically follow redirects.
isFollowRedirects() - Method in class org.restlet.ext.net.HttpClientHelper
Indicates if the protocol will automatically follow 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.
isGlobalError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a client error status, meaning "The request contains bad syntax or cannot be fulfilled".
isGlobalError() - Method in class org.restlet.data.Status
Indicates if the status is a global error status, meaning "The server has definitive information about a particular user".
isHandled() - Method in class org.restlet.ext.sip.SipRequest
Indicates that the request has been handled, typically after receiving a final response.
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.
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.xml.DomRepresentation
Indicates if the XML serialization should be indented.
isInformational(int) - Static method in class org.restlet.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isInformational() - Method in class org.restlet.data.Status
Indicates if the status is an information status, meaning "request received, continuing process".
isInheritingRoles() - Method in class org.restlet.security.Group
Indicates if the roles of the parent group should be inherited.
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.
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.
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.engine.connector.InboundWay
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(Level) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
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(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.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.ext.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
 
isNormal() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
 
isNotDigit(char) - Method in class org.restlet.engine.util.AlphaNumericComparator
Indicates if the character is a digit.
isNullable() - Method in class org.restlet.ext.odata.internal.edm.Property
Returns true if this property is not mandatory.
ISO_8859_1 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-1 (Latin 1) character set.
ISO_8859_10 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-10 (Latin 6) character set.
ISO_8859_2 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-2 (Latin 2) character set.
ISO_8859_3 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-3 (Latin 3) character set.
ISO_8859_4 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-4 (Latin 4) character set.
ISO_8859_5 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-5 (Cyrillic) character set.
ISO_8859_6 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-6 (Arabic) character set.
ISO_8859_7 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-7 (Greek) character set.
ISO_8859_8 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-8 (Hebrew) character set.
ISO_8859_9 - Static variable in class org.restlet.data.CharacterSet
The ISO/IEC 8859-9 (Latin 5) character set.
isOpaque() - Method in class org.restlet.data.Reference
Indicates if the identifier is opaque.
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.engine.io.WrapperChannel
Delegates to the wrapped channel.
isOpen() - Method in class org.restlet.ext.spring.SpringResource
This implementation always returns true.
isOptional() - Method in class org.restlet.security.Authenticator
Indicates if the authenticator is not required to succeed.
isOverloaded() - Method in class org.restlet.engine.connector.Controller
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.
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.engine.connector.Connection
Indicates if the connection should be persisted across calls.
isPersistingConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
Indicates if persistent connections should be used if possible.
isPipelining() - Method in class org.restlet.engine.connector.Connection
Indicates if idempotent sequences of requests can be pipelined.
isPipeliningConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
Indicates if pipelining connections are supported.
isPipeliningConnections() - Method in class org.restlet.ext.sip.internal.SipServerHelper
 
isPlain() - Method in class org.restlet.ext.rdf.Literal
Indicates if the literal is plain.
isPooledConnection() - Method in class org.restlet.engine.connector.ConnectionHelper
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.
isProvisional() - Method in class org.restlet.Response
Indicates if the response is provisional or final.
isProxying() - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
isProxying() - Method in class org.restlet.engine.connector.ConnectionHelper
Indicates if the helper is going through a client proxy or is a server proxy.
isProxying() - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
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.
isReady() - Method in class org.restlet.engine.connector.Connection
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(int) - Static method in class org.restlet.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRedirection() - Method in class org.restlet.data.Status
Indicates if the status is a redirection status, meaning "Further action must be taken in order to complete the request".
isRelative() - Method in class org.restlet.data.Reference
Indicates if the reference is relative.
isRepeating() - Method in class org.restlet.ext.wadl.ParameterInfo
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
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.
isReservedWord(String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Returns true if the given name is a Java reserved word.
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.
isReturningCollection() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns true if the result of the invocation of the service is a collection.
isReturningComplexType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns true if the result of the invocation of the service is a complex type.
isReturningEdmSimpleType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns true if the result of the invocation of the service is an EDM simple type.
isReturningEntityType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Returns true if the result of the invocation of the service is an entity type.
isReuseAddress() - Method in class org.restlet.engine.connector.ServerConnectionHelper
Indicates if the controller thread should be a daemon (not blocking JVM exit).
isRunning() - Method in class org.restlet.engine.connector.Controller
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.
isSecureProcessing() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
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.
isServerError(int) - Static method in class org.restlet.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isServerError() - Method in class org.restlet.data.Status
Indicates if the status is a server error status, meaning "The server failed to fulfill an apparently valid request".
isServerKeepAlive() - Method in class org.restlet.engine.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.connector.BaseHelper
Indicates if it is helping a server connector.
isServerSide() - Method in class org.restlet.engine.connector.Connection
Indicates if it is a server-side connection.
isServerSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if server side authentication is supported.
isShutdown() - Method in class org.restlet.service.TaskService
Returns true if this executor has been shut down.
isShutdownAllowed() - Method in class org.restlet.service.TaskService
Indicates if the TaskService.shutdown() and TaskService.shutdownNow() methods are allowed to effectively shutdown the wrapped executor service.
isSocketKeepAlive() - Method in class org.restlet.engine.connector.ConnectionHelper
Indicates if a TCP connection should be automatically kept alive after 2 hours of inactivity.
isSocketNoDelay() - Method in class org.restlet.engine.connector.ConnectionHelper
Enables Nagle's algorithm if set to false, preventing sending of small TCP packets.
isSocketOobInline() - Method in class org.restlet.engine.connector.ConnectionHelper
Indicates if urgent TCP data received on the socket will be received through the socket input stream.
isSocketReuseAddress() - Method in class org.restlet.engine.connector.ConnectionHelper
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.
isSslHandshaking() - Method in class org.restlet.ext.ssl.internal.SslConnection
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
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.
isSubDelimiter(int) - Static method in class org.restlet.data.Reference
Indicates if the given character is an URI subcomponent delimiter character.
isSuccess(int) - Static method in class org.restlet.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
isSuccess() - Method in class org.restlet.data.Status
Indicates if the status is a success status, meaning "The action was successfully received, understood, and accepted".
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
Indicate whether or not the target supports entity in the request.
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).
isToMany() - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
Returns true if the cardinality says that this is a one to many or many to many relation.
isTracing() - Method in class org.restlet.engine.connector.BaseHelper
Indicates if console tracing is enabled.
isTransient() - Method in class org.restlet.representation.Representation
Indicates if the representation's content is transient, which means that it can be obtained only once.
isTransient() - Method in class org.restlet.util.WrapperRepresentation
 
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.engine.header.HeaderUtils
Indicates if the given character is upper case (A-Z).
isUseCaches() - Method in class org.restlet.ext.net.FtpClientHelper
Indicates if the protocol is allowed to use caching whenever it can.
isUseCaches() - Method in class org.restlet.ext.net.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.
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.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.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.
isWantClientAuthentication() - Method in class org.restlet.ext.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.engine.connector.BaseHelper
Indicates if the worker service is busy.
isWritable() - Method in class org.restlet.util.SelectionRegistration
Indicates if the NIO channel is writable.
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.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
iterator() - Method in class org.restlet.ext.odata.Query
Returns an iterator over a set of elements of type T.
iterator() - Method in class org.restlet.util.WrapperList
Returns an iterator over the elements in this list in proper sequence.

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 and Representation classes based on Jackson.
JacksonConverter() - Constructor for class org.restlet.ext.jackson.JacksonConverter
 
JacksonRepresentation<T> - Class in org.restlet.ext.jackson
Representation based on the Jackson library.
JacksonRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JacksonRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JacksonRepresentation(T) - Constructor for class org.restlet.ext.jackson.JacksonRepresentation
Constructor.
JAR - Static variable in class org.restlet.data.Protocol
JAR (Java ARchive) is a common scheme to access to representations inside archive files.
JavaMailClientHelper - Class in org.restlet.ext.javamail
Client connector to a mail server.
JavaMailClientHelper(Client) - Constructor for class org.restlet.ext.javamail.JavaMailClientHelper
Constructor.
JavaMailConverter - Class in org.restlet.ext.javamail
A JavaMail converter helper to convert from Message objects to MessageRepresentation.
JavaMailConverter() - Constructor for class org.restlet.ext.javamail.JavaMailConverter
 
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
 
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.
JDBC - Static variable in class org.restlet.data.Protocol
JDBC protocol.
JdbcClientHelper - Class in org.restlet.ext.jdbc
Client connector to a JDBC database.
JdbcClientHelper(Client) - Constructor for class org.restlet.ext.jdbc.JdbcClientHelper
Constructor.
JdbcConverter - Class in org.restlet.ext.jdbc
A converter helper to convert from WebRowSet, JdbcResult or ResultSet objects to Representation.
JdbcConverter() - Constructor for class org.restlet.ext.jdbc.JdbcConverter
 
JdbcResult - Class in org.restlet.ext.jdbc
JDBC result wrapper.
JdbcResult(Statement) - Constructor for class org.restlet.ext.jdbc.JdbcResult
Constructor.
JibxConverter - Class in org.restlet.ext.jibx
A JiBX converter helper to convert from JiBX objects to JibxRepresentation and vice versa.
JibxConverter() - Constructor for class org.restlet.ext.jibx.JibxConverter
 
JibxRepresentation<T> - Class in org.restlet.ext.jibx
An XML representation based on JiBX that provides easy translation between XML representations and Java objects with JiBX bindings.
JibxRepresentation(MediaType, T) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Creates a JIBX representation from an existing Java object.
JibxRepresentation(MediaType, T, String) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Creates a JIBX representation from an existing Java object.
JibxRepresentation(Representation, Class<?>) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Creates a new JIBX representation, that can be used to convert the input XML into a Java object.
JibxRepresentation(Representation, Class<?>, String) - Constructor for class org.restlet.ext.jibx.JibxRepresentation
Creates a new JIBX representation, that can be used to convert the input XML into a Java object.
JOIN - Static variable in class org.restlet.ext.sip.OptionTag
Support for the SIP Join Header.
JsslutilsSslContextFactory - Class in org.restlet.ext.ssl
This SslContextFactory is a wrapper for the SSLContextFactory of jSSLutils.
JsslutilsSslContextFactory(SSLContextFactory) - Constructor for class org.restlet.ext.ssl.JsslutilsSslContextFactory
Builds JsslutilsSslContextFactory that wraps an instance of jsslutils.sslcontext.SSLContextFactory.

K

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

L

Language - Class in org.restlet.data
Language used in representations and preferences.
Language(String) - Constructor for class org.restlet.data.Language
Constructor.
Language(String, String) - Constructor for class org.restlet.data.Language
Constructor.
LanguageReader - Class in org.restlet.engine.header
Language header reader.
LanguageReader(String) - Constructor for class org.restlet.engine.header.LanguageReader
Constructor.
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.
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.
LexicalUnit - Class in org.restlet.ext.rdf.internal.turtle
Represents a lexical unit inside a Turtle document.
LexicalUnit(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Constructor with arguments.
LexicalUnit(String) - Constructor for class org.restlet.ext.rdf.internal.turtle.LexicalUnit
Constructor with value.
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.
Link - Class in org.restlet.ext.atom
Defines a reference from an entry or feed to a Web resource.
Link() - Constructor for class org.restlet.ext.atom.Link
Constructor.
Link(Reference, Relation, MediaType) - Constructor for class org.restlet.ext.atom.Link
Constructor.
link(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.GraphBuilder
 
link(Reference, Reference, Reference) - 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, Reference) - 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.GraphHandler
Callback method used when a link is parsed or written.
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used when a link is parsed or written.
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(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Writer
 
link(Reference, Reference, Reference) - 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, Reference) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesWriter
 
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(Graph, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
link(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
 
link(Reference, Reference, Reference) - 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(Graph, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
link(Reference, Reference, Literal) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
link(Reference, Reference, Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
 
Link - Class in org.restlet.ext.rdf
Link between a source resource and a target resource or literal.
Link(Graph, Reference, 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, String, Literal) - Constructor for class org.restlet.ext.rdf.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(Link) - Constructor for class org.restlet.ext.rdf.Link
Constructor by copy.
Link(Reference, Reference, 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, String, Literal) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
Link(Reference, String, Reference) - Constructor for class org.restlet.ext.rdf.Link
Constructor.
LinkInfo - Class in org.restlet.ext.wadl
Allows description of links between representations and resources.
LinkInfo() - Constructor for class org.restlet.ext.wadl.LinkInfo
Constructor.
LinkInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.LinkInfo
Constructor with a single documentation element.
LinkInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.LinkInfo
Constructor with a list of documentation elements.
LinkInfo(String) - Constructor for class org.restlet.ext.wadl.LinkInfo
Constructor with a single documentation element.
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".
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.
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
 
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.
loadClass(String) - Static method in class org.restlet.engine.Engine
Returns the class object for the given name using the engine classloader.
loadClass(String) - Method in class org.restlet.ext.servlet.ServerServlet
Returns a class for a given qualified class name.
loadClass(String) - Method in class org.restlet.ext.xdb.XdbServerServlet
 
loadProperty(Object, String) - Method in class org.restlet.ext.odata.Service
Updates the given entity object with the value of the specified property.
LocalClientHelper - Class in org.restlet.engine.local
Connector to the local resources accessible via file system, class loaders and similar mechanisms.
LocalClientHelper(Client) - Constructor for class org.restlet.engine.local.LocalClientHelper
Constructor.
localizePath(String) - Static method in class org.restlet.data.LocalReference
Localize a path by converting all the separator characters to the system-dependent separator character.
LocalReference - Class in org.restlet.data
Reference to a local resource.
LocalReference(Reference) - Constructor for class org.restlet.data.LocalReference
Constructor.
LocalReference(String) - Constructor for class org.restlet.data.LocalReference
Constructor.
LocalVerifier - Class in org.restlet.security
Verifier that can locally retrieve the secrets.
LocalVerifier() - Constructor for class org.restlet.security.LocalVerifier
 
LOCK - Static variable in class org.restlet.data.Method
Used to take out a lock of any access type on the resource identified by the request URI.
log(LogRecord) - Method in class org.restlet.ext.servlet.internal.ServletLogger
Log a LogRecord.
log(Level, String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Object) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Object[]) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(Level, String, Throwable) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
log(LogRecord) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
LogFilter - Class in org.restlet.engine.log
Filter logging all calls after their handling by the target Restlet.
LogFilter(Context, LogService) - Constructor for class org.restlet.engine.log.LogFilter
Constructor.
LoggerFacade - Class in org.restlet.engine.log
Logger facade to the underlying logging framework used by the Restlet Framework.
LoggerFacade() - Constructor for class org.restlet.engine.log.LoggerFacade
 
LoggingThreadFactory - Class in org.restlet.engine.log
Thread factory that logs uncaught exceptions thrown by the created threads.
LoggingThreadFactory(Logger) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
LoggingThreadFactory(Logger, boolean) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
login(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Processes the login request.
logout(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Processes the logout request.
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.
LogUtils - Class in org.restlet.engine.log
Logging related utility methods.

M

MACINTOSH - Static variable in class org.restlet.data.CharacterSet
The Macintosh ("Mac OS Roman") character set.
MailResolver - Class in org.restlet.ext.javamail
Basic resolver that exposes several data from a given mail.
MailResolver(String) - Constructor for class org.restlet.ext.javamail.MailResolver
Constructor.
MailResolver(String, Representation) - Constructor for class org.restlet.ext.javamail.MailResolver
Constructor.
main(String[]) - Static method in class org.restlet.Component
Used as bootstrap for configuring and running a component in command line.
main(String[]) - Static method in class org.restlet.ext.odata.Generator
Takes two (or three) parameters:
The URI of the OData service The output directory (optional, used the current directory by default) The name of the generated service class name (optional)
main(String[]) - Static method in class org.restlet.ext.wadl.WadlComponent
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(Group, Role) - Method in class org.restlet.security.MemoryRealm
Maps a group defined in a component to a role defined in the application.
map(User, Role) - Method in class org.restlet.security.MemoryRealm
Maps a user defined in a component to a role defined in the application.
Mapping - Class in org.restlet.ext.odata.internal.edm
Defines a property mapping used in customized feeds.
Mapping(EntityType, String, String, String, String, String) - Constructor for class org.restlet.ext.odata.internal.edm.Mapping
Constructor.
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() - 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
 
mark(int) - Method in class org.restlet.ext.xdb.internal.SizedInputStream
 
markSupported() - Method in class org.restlet.ext.xdb.internal.SizedInputStream
 
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, Writer) - Method in class org.restlet.ext.jaxb.internal.Marshaller
Marshal the content tree rooted at jaxbElement into a writer.
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(String) - Method in class org.restlet.routing.Template
Indicates if the current pattern matches the given formatted string.
MAX_ATTEMPTS - Static variable in class org.restlet.engine.io.SelectorFactory
The number of attempts to find an available selector.
MAX_SELECTORS - Static variable in class org.restlet.engine.io.SelectorFactory
The maximum number of Selector to create.
maxAge(int) - Static method in class org.restlet.data.CacheDirective
Creates a "max-age" directive.
maxStale() - Static method in class org.restlet.data.CacheDirective
Creates a "max-stale" directive.
maxStale(int) - Static method in class org.restlet.data.CacheDirective
Creates a "max-stale" directive.
MediaType - Class in org.restlet.data
Metadata used to specify the format of representations.
MediaType(String) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, Series<Parameter>) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, Series<Parameter>, String) - Constructor for class org.restlet.data.MediaType
Constructor.
MediaType(String, String) - Constructor for class org.restlet.data.MediaType
Constructor.
MemoryRealm - Class in org.restlet.security
Security realm based on a memory model.
MemoryRealm() - Constructor for class org.restlet.security.MemoryRealm
Constructor.
Message - Class in org.restlet
Generic message exchanged between components.
Message() - Constructor for class org.restlet.Message
Constructor.
Message(Representation) - Constructor for class org.restlet.Message
Constructor.
MESSAGE_ALL - Static variable in class org.restlet.data.MediaType
 
MESSAGE_HTTP - Static variable in class org.restlet.data.MediaType
 
MessageRepresentation - Class in org.restlet.ext.javamail
XML representation of a JavaMail message.
MessageRepresentation(Message) - Constructor for class org.restlet.ext.javamail.MessageRepresentation
Constructor.
MessagesRepresentation - Class in org.restlet.ext.javamail
XML representation of a list of JavaMail messages.
MessagesRepresentation(Message[], POP3Folder) - Constructor for class org.restlet.ext.javamail.MessagesRepresentation
Constructor.
MessageState - Enum in org.restlet.engine.connector
Enumeration of the states of the HTTP reading or writing.
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.
Metadata - Class in org.restlet.ext.odata.internal.edm
Represents the metadata of an OData service.
Metadata(Representation, Reference) - Constructor for class org.restlet.ext.odata.internal.edm.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.
MetadataReader - Class in org.restlet.ext.odata.internal.edm
Used to parse a metadata descriptor of a given OData service and generate the associated object's tree.
MetadataReader(Metadata) - Constructor for class org.restlet.ext.odata.internal.edm.MetadataReader
Constructor.
MetadataService - Class in org.restlet.service
Application service providing access to metadata and their associated extension names.
MetadataService() - Constructor for class org.restlet.service.MetadataService
Constructor.
MetadataWriter<M extends Metadata> - Class in org.restlet.engine.header
Metadata header writer.
MetadataWriter() - Constructor for class org.restlet.engine.header.MetadataWriter
 
Method - Class in org.restlet.data
Method to execute when handling a call.
Method(String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String) - Constructor for class org.restlet.data.Method
Constructor for unsafe and non idempotent methods.
Method(String, String, String, boolean, boolean) - Constructor for class org.restlet.data.Method
Constructor for methods that reply to requests with responses.
Method(String, String, String, boolean, boolean, boolean) - Constructor for class org.restlet.data.Method
Constructor.
Method - Annotation Type in org.restlet.engine
Meta annotation to declare method annotations.
MethodAuthorizer - Class in org.restlet.security
Authorizer based on authorized methods.
MethodAuthorizer() - Constructor for class org.restlet.security.MethodAuthorizer
Default constructor.
MethodAuthorizer(String) - Constructor for class org.restlet.security.MethodAuthorizer
Constructor.
MethodInfo - Class in org.restlet.ext.wadl
Describes the expected requests and responses of a resource method.
MethodInfo() - Constructor for class org.restlet.ext.wadl.MethodInfo
Constructor.
MethodInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.MethodInfo
Constructor with a single documentation element.
MethodInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.MethodInfo
Constructor with a list of documentation elements.
MethodInfo(String) - Constructor for class org.restlet.ext.wadl.MethodInfo
Constructor with a single documentation element.
MethodReader - Class in org.restlet.engine.header
Method header reader.
MethodReader(String) - Constructor for class org.restlet.engine.header.MethodReader
Constructor.
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.
MINOR_NUMBER - Static variable in class org.restlet.engine.Engine
Minor version number.
MKCOL - Static variable in class org.restlet.data.Method
MKCOL creates a new collection resource at the location specified by the Request URI.
mode - Variable in class org.restlet.routing.Redirector
The redirection mode.
MODE_BEST_MATCH - Static variable in class org.restlet.routing.Router
Each call will be routed to the route with the best score, if the required score is reached.
MODE_CLIENT_FOUND - Static variable in class org.restlet.routing.Redirector
In this mode, the client is simply redirected to the URI generated from the target URI pattern 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
 
MOVE - Static variable in class org.restlet.data.Method
Logical equivalent of a copy, followed by consistency maintenance processing, followed by a delete of the source where all three actions are performed atomically.
MULTIPART_ALL - Static variable in class org.restlet.data.MediaType
 
MULTIPART_FORM_DATA - Static variable in class org.restlet.data.MediaType
 
MULTIPLE_REFER - Static variable in class org.restlet.ext.sip.OptionTag
Indicates support for REFER requests that contain a resource list document describing multiple REFER targets.
mustRevalidate() - Static method in class org.restlet.data.CacheDirective
Creates a "must-revalidate" directive.

N

NAME_CREATION_DATE - Static variable in class org.restlet.data.Disposition
The creation date parameter name as presented by the RFC 2183.
NAME_FILENAME - Static variable in class org.restlet.data.Disposition
The filename parameter name as presented by the RFC 2183.
NAME_MODIFICATION_DATE - Static variable in class org.restlet.data.Disposition
The modification date parameter name as presented by the RFCc 2183.
NAME_READ_DATE - Static variable in class org.restlet.data.Disposition
The read date parameter name as presented by the RFC 2183.
NAME_SIZE - Static variable in class org.restlet.data.Disposition
The size parameter name as presented by the RFC 2183.
NamedObject - Class in org.restlet.ext.odata.internal.edm
Base class for all EDM concepts that have a name.
NamedObject(String) - Constructor for class org.restlet.ext.odata.internal.edm.NamedObject
Constructor.
NamedValue<V> - Interface in org.restlet.util
String couple between a name and a value.
Namespace - Class in org.restlet.ext.odata.internal.edm
Represents a schema's namespace in the metadata descriptor of a OData service.
Namespace(String) - Constructor for class org.restlet.ext.odata.internal.edm.Namespace
Constructor.
NavigationProperty - Class in org.restlet.ext.odata.internal.edm
Represents an association between two properties.
NavigationProperty(String) - Constructor for class org.restlet.ext.odata.internal.edm.NavigationProperty
Constructor.
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.
NEVER - Static variable in class org.restlet.security.Authorizer
Authorizer returning false all the time.
newBlankNodeId() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
Returns the identifier of a new blank node.
newInstance(HttpParams) - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpecFactory
Creates a new instance of IgnoreCookieSpec.
newThread(Runnable) - Method in class org.restlet.engine.log.LoggingThreadFactory
Creates a new thread.
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.
NioUtils - Class in org.restlet.engine.io
Utility methods for NIO processing.
NO_REFER_SUB - Static variable in class org.restlet.ext.sip.OptionTag
Specifies a User Agent ability of accepting a REFER request without establishing an implicit subscription
noCache() - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
noCache(List<String>) - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
noCache(String) - Static method in class org.restlet.data.CacheDirective
Creates a "no-cache" directive.
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.
NON_URGENT - Static variable in class org.restlet.ext.sip.Priority
Lowest level of priority.
NORMAL - Static variable in class org.restlet.ext.sip.Priority
Normal level of priority.
normalize() - Method in class org.restlet.data.Reference
Normalizes the reference.
normalize(String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Returns the name following the the java naming rules.
normalizePath(String) - Static method in class org.restlet.data.LocalReference
Normalize a path by converting all the system-dependent separator characters to the standard '/' separator character.
noStore() - Static method in class org.restlet.data.CacheDirective
Creates a "no-store" directive.
notationDecl(String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 
notationDecl(String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 
Notifiable - Interface in org.restlet.ext.xdb.internal
Marker class for objects such as org.restlet.engine.http.connector.Connection that can be notified of stream events.
Notify - Annotation Type in org.restlet.ext.sip
Sent to inform subscribers of changes in state to which the subscriber has a subscription.
notify(Representation) - Method in class org.restlet.ext.sip.SipClientResource
Informs subscribers of changes in state to which the subscriber has a subscription.
NOTIFY - Static variable in class org.restlet.ext.sip.SipMethod
Sent to inform subscribers of changes in state to which the subscriber has a subscription.
noTransform() - Static method in class org.restlet.data.CacheDirective
Creates a "no-transform" directive.
now() - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the UTC (Z) time zone.
now(TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the specified time zone.

O

OBJECT_NIL - Static variable in class org.restlet.ext.rdf.internal.RdfConstants
Object "nil".
ObjectRepresentation<T extends 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(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.
ODataType - Class in org.restlet.ext.odata.internal.edm
Super class of complex and entity types.
ODataType(String) - Constructor for class org.restlet.ext.odata.internal.edm.ODataType
Constructor.
onActivity() - Method in class org.restlet.engine.connector.Connection
Notifies the connection that a new activity has been detected and that it should be kept alive.
onClosed() - Method in class org.restlet.engine.connector.Way
Callback method invoked when the parent connection is ready to be closed.
onCompleted() - Method in class org.restlet.ext.ssl.internal.ReadableSslChannel
Callback method invoked upon delegated tasks completion.
onCompleted() - Method in interface org.restlet.ext.ssl.internal.TasksListener
Callback method invoked upon delegated tasks completion.
onCompleted() - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
Callback method invoked upon delegated tasks completion.
onContent(ByteBuffer) - Method in class org.restlet.util.ByteReadingListener
Callback invoked when new content is available.
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(ByteBuffer) - Method in class org.restlet.util.ReadingListener
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.
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.connector.InboundWay
 
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.connector.OutboundWay
 
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.connector.Way
Drains the byte buffer by writing available bytes to the socket channel.
onDrain(Buffer, int, Object...) - Method in interface org.restlet.engine.io.BufferProcessor
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.io.NbChannelInputStream
Drains the byte buffer by returning available bytes as InputStream bytes.
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.io.ReadableBufferedChannel
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.io.ReadableChunkedChannel
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.io.ReadableSizedSelectionChannel
 
onDrain(Buffer, int, Object...) - Method in class org.restlet.engine.io.WritableBufferedChannel
Drains the byte buffer.
onDrain(Buffer, int, Object...) - Method in class org.restlet.ext.ssl.internal.ReadableSslChannel
Drains the byte buffer.
onEnd() - Method in class org.restlet.util.ReadingListener
Callback invoked when the end of the representation has been reached.
onEndReached() - Method in class org.restlet.ext.xdb.internal.ChunkedInputStream
 
onEndReached() - Method in class org.restlet.ext.xdb.internal.InputEntityStream
To be called when the end of the stream is reached.
onEndReached() - Method in interface org.restlet.ext.xdb.internal.Notifiable
To be called when the end of the stream is reached.
onError(String, Throwable, Status) - Method in class org.restlet.engine.connector.Connection
Called on error.
onError(Status) - Method in class org.restlet.engine.connector.HttpClientInboundWay
 
onError(Status) - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
onError(Status) - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
onError(Status) - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
onError(Status) - Method in class org.restlet.engine.connector.InboundWay
 
onError(Status) - Method in class org.restlet.engine.connector.OutboundWay
 
onError(Status) - Method in class org.restlet.engine.connector.Way
Called on error.
onError() - Method in class org.restlet.ext.xdb.internal.InputEntityStream
To be called when there is an error when handling the stream.
onError() - Method in interface org.restlet.ext.xdb.internal.Notifiable
To be called when there is an error when handling the stream.
onError(IOException) - Method in class org.restlet.util.ReadingListener
Callback invoked when an IO exception occurs.
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 class org.restlet.engine.connector.InboundWay
 
onFill(Buffer, Object...) - Method in class org.restlet.engine.connector.OutboundWay
 
onFill(Buffer, Object...) - Method in class org.restlet.engine.connector.Way
Fills the byte buffer by writing the current message.
onFill(Buffer, Object...) - Method in interface org.restlet.engine.io.BufferProcessor
Fills the byte buffer.
onFill(Buffer, Object...) - Method in class org.restlet.engine.io.NbChannelInputStream
Fills the byte buffer by reading the source channel.
onFill(Buffer, Object...) - Method in class org.restlet.engine.io.ReadableBufferedChannel
Fills the byte buffer by writing the current message.
onFill(Buffer, Object...) - Method in class org.restlet.engine.io.WritableBufferedChannel
Fills the byte buffer by writing the current message.
onFill(Buffer, Object...) - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
 
onFillEof() - Method in class org.restlet.engine.connector.InboundWay
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in class org.restlet.engine.connector.OutboundWay
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in class org.restlet.engine.io.BufferedSelectionChannel
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in interface org.restlet.engine.io.BufferProcessor
Called back when a fill operation returns with an EOF status.
onFillEof() - Method in class org.restlet.engine.io.NbChannelInputStream
Called back when a fill operation returns with an EOF status.
onHeadersCompleted() - Method in class org.restlet.engine.connector.ClientInboundWay
 
onHeadersCompleted() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
onHeadersCompleted() - Method in class org.restlet.engine.connector.InboundWay
Callback invoked when a message has been received.
onHeadersCompleted() - Method in class org.restlet.engine.connector.OutboundWay
Callback invoked when a message has been sent.
onHeadersCompleted() - Method in class org.restlet.engine.connector.ServerInboundWay
 
onHeadersCompleted() - Method in class org.restlet.engine.connector.Way
Callback method invoked when the headers of the current message have been completely received or sent.
onInboundError(Status, Response) - Method in class org.restlet.engine.connector.BaseHelper
Called on error.
onlyIfCached() - Static method in class org.restlet.data.CacheDirective
Creates a "onlyIfCached" directive.
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.ClientInboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.ClientOutboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.HttpClientInboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.InboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.OutboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.ServerOutboundWay
 
onMessageCompleted(boolean) - Method in class org.restlet.engine.connector.Way
Callback method invoked when the current message has been completely received or sent.
onMessageCompleted(boolean) - Method in interface org.restlet.engine.io.CompletionListener
Callback invoked upon IO completion.
onMessageCompleted(boolean) - Method in class org.restlet.engine.io.ReadableBufferedChannel
Callback invoked upon IO completion.
onOutboundError(Status, Response) - Method in class org.restlet.engine.connector.BaseHelper
Called on error.
onPostProcessing() - Method in class org.restlet.engine.connector.InboundWay
 
onPostProcessing() - Method in class org.restlet.engine.connector.OutboundWay
 
onPostProcessing() - Method in class org.restlet.engine.connector.Way
Called back after the IO processing to indicate if there is further IO interest.
onReceived(Response) - Method in class org.restlet.engine.connector.ClientInboundWay
 
onReceived(Response) - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
onReceived(Response) - Method in class org.restlet.engine.connector.InboundWay
Call back invoked when the message is received.
onReceived(Response) - Method in class org.restlet.engine.connector.ServerInboundWay
Call back invoked when the message is received.
onReceived(Response) - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
 
onSelected(SelectionRegistration) - Method in class org.restlet.engine.connector.Connection
Callback method invoked when the connection has been selected for IO operations it registered interest in.
onSelected(SelectionKey) - Method in class org.restlet.engine.connector.ConnectionController
Called back when a ready key has been selected.
onSelected(SelectionKey) - Method in class org.restlet.engine.connector.ServerConnectionController
 
onSelected(SelectionRegistration) - Method in class org.restlet.engine.connector.Way
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.
onSelected(int) - Method in class org.restlet.util.SelectionRegistration
Called back with some interest operations are ready.
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.engine.connector.Connection
Called back by the controller when an IO time out has been detected.
onTimeOut() - Method in class org.restlet.engine.connector.HttpClientInboundWay
 
onTimeOut() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
onTimeOut() - Method in class org.restlet.engine.connector.HttpServerInboundWay
 
onTimeOut() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
onTimeOut() - Method in class org.restlet.engine.connector.InboundWay
 
onTimeOut() - Method in class org.restlet.engine.connector.OutboundWay
 
onTimeOut() - Method in class org.restlet.engine.connector.Way
Called back by the controller when an IO time out has been detected.
onWokeup(SelectionRegistration) - Method in class org.restlet.engine.connector.ConnectionController
Invoked when one of the connections needs to wake up the controller.
onWokeup(SelectionRegistration) - Method in interface org.restlet.engine.io.WakeupListener
Callback method invoked when the selection registration wants to wake up the NIO selector.
open() - Method in class org.restlet.engine.connector.Connection
Opens the connection.
OptionInfo - Class in org.restlet.ext.wadl
Defines a potential value for a parent parameter description.
OptionInfo() - Constructor for class org.restlet.ext.wadl.OptionInfo
Constructor.
OptionInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.OptionInfo
Constructor with a single documentation element.
OptionInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.OptionInfo
Constructor with a list of documentation elements.
OptionInfo(String) - Constructor for class org.restlet.ext.wadl.OptionInfo
Constructor with a single documentation element.
OPTIONS - Static variable in class org.restlet.data.Method
Requests for information about the communication options available on the request/response chain identified by the URI.
Options - Annotation Type in org.restlet.ext.sip
Queries the capabilities of servers.
options() - Method in class org.restlet.ext.sip.SipClientResource
Queries a SIP server as to its capabilities.
OPTIONS - Static variable in class org.restlet.ext.sip.SipMethod
Queries the capabilities of servers.
options() - Method in class org.restlet.ext.wadl.WadlServerResource
 
options() - Method in class org.restlet.resource.ClientResource
Describes the resource using content negotiation to select the best variant based on the client preferences.
options(Class<T>) - Method in class org.restlet.resource.ClientResource
Describes the resource using a given media type.
options(MediaType) - Method in class org.restlet.resource.ClientResource
Describes the resource using a given media type.
Options - Annotation Type in org.restlet.resource
Annotation for methods that describe a resource.
options() - Method in class org.restlet.resource.ServerResource
Indicates the communication options available for this resource.
options(Variant) - Method in class org.restlet.resource.ServerResource
Indicates the communication options available for this resource.
OptionTag - Class in org.restlet.ext.sip
Describes SIP agent capabilities.
OptionTag(String) - Constructor for class org.restlet.ext.sip.OptionTag
Constructor.
OptionTagReader - Class in org.restlet.ext.sip.internal
Option tag like header reader.
OptionTagReader(String) - Constructor for class org.restlet.ext.sip.internal.OptionTagReader
Constructor.
OptionTagWriter - Class in org.restlet.ext.sip.internal
Option tag like header writer.
OptionTagWriter() - Constructor for class org.restlet.ext.sip.internal.OptionTagWriter
 
orderBy(String) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $orderby option set in the URI generated by the returned query.
org.restlet - package org.restlet
 
org.restlet.data - package org.restlet.data
 
org.restlet.engine - package org.restlet.engine
 
org.restlet.engine.adapter - package org.restlet.engine.adapter
 
org.restlet.engine.application - package org.restlet.engine.application
 
org.restlet.engine.component - package org.restlet.engine.component
 
org.restlet.engine.connector - package org.restlet.engine.connector
 
org.restlet.engine.converter - package org.restlet.engine.converter
 
org.restlet.engine.header - package org.restlet.engine.header
 
org.restlet.engine.io - package org.restlet.engine.io
 
org.restlet.engine.local - package org.restlet.engine.local
 
org.restlet.engine.log - package org.restlet.engine.log
 
org.restlet.engine.resource - package org.restlet.engine.resource
 
org.restlet.engine.security - package org.restlet.engine.security
 
org.restlet.engine.util - package org.restlet.engine.util
 
org.restlet.ext.atom - package org.restlet.ext.atom
 
org.restlet.ext.atom.internal - package org.restlet.ext.atom.internal
 
org.restlet.ext.crypto - package org.restlet.ext.crypto
 
org.restlet.ext.crypto.internal - package org.restlet.ext.crypto.internal
 
org.restlet.ext.fileupload - package org.restlet.ext.fileupload
 
org.restlet.ext.freemarker - package org.restlet.ext.freemarker
 
org.restlet.ext.freemarker.internal - package org.restlet.ext.freemarker.internal
 
org.restlet.ext.html - package org.restlet.ext.html
 
org.restlet.ext.html.internal - package org.restlet.ext.html.internal
 
org.restlet.ext.httpclient - package org.restlet.ext.httpclient
 
org.restlet.ext.httpclient.internal - package org.restlet.ext.httpclient.internal
 
org.restlet.ext.jaas - package org.restlet.ext.jaas
 
org.restlet.ext.jackson - package org.restlet.ext.jackson
 
org.restlet.ext.javamail - package org.restlet.ext.javamail
 
org.restlet.ext.jaxb - package org.restlet.ext.jaxb
 
org.restlet.ext.jaxb.internal - package org.restlet.ext.jaxb.internal
 
org.restlet.ext.jdbc - package org.restlet.ext.jdbc
 
org.restlet.ext.jdbc.internal - package org.restlet.ext.jdbc.internal
 
org.restlet.ext.jibx - package org.restlet.ext.jibx
 
org.restlet.ext.net - package org.restlet.ext.net
 
org.restlet.ext.net.internal - package org.restlet.ext.net.internal
 
org.restlet.ext.odata - package org.restlet.ext.odata
 
org.restlet.ext.odata.internal - package org.restlet.ext.odata.internal
 
org.restlet.ext.odata.internal.edm - package org.restlet.ext.odata.internal.edm
 
org.restlet.ext.odata.internal.reflect - package org.restlet.ext.odata.internal.reflect
 
org.restlet.ext.rdf - package org.restlet.ext.rdf
 
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.rome - package org.restlet.ext.rome
 
org.restlet.ext.servlet - package org.restlet.ext.servlet
Integration with Servlet API 2.5.
org.restlet.ext.servlet.internal - package org.restlet.ext.servlet.internal
 
org.restlet.ext.sip - package org.restlet.ext.sip
 
org.restlet.ext.sip.internal - package org.restlet.ext.sip.internal
 
org.restlet.ext.slf4j - package org.restlet.ext.slf4j
 
org.restlet.ext.spring - package org.restlet.ext.spring
 
org.restlet.ext.ssl - package org.restlet.ext.ssl
 
org.restlet.ext.ssl.internal - package org.restlet.ext.ssl.internal
 
org.restlet.ext.velocity - package org.restlet.ext.velocity
 
org.restlet.ext.wadl - package org.restlet.ext.wadl
 
org.restlet.ext.xdb - package org.restlet.ext.xdb
Integration with Oracle 11g XML DB feature.
org.restlet.ext.xdb.internal - package org.restlet.ext.xdb.internal
 
org.restlet.ext.xml - package org.restlet.ext.xml
 
org.restlet.ext.xml.internal - package org.restlet.ext.xml.internal
 
org.restlet.ext.xstream - package org.restlet.ext.xstream
 
org.restlet.representation - package org.restlet.representation
 
org.restlet.resource - package org.restlet.resource
 
org.restlet.routing - package org.restlet.routing
 
org.restlet.security - package org.restlet.security
 
org.restlet.service - package org.restlet.service
 
org.restlet.util - package org.restlet.util
 
OUTBOUND - Static variable in class org.restlet.ext.sip.OptionTag
Used to identify UAs and Registrars which support extensions for Client Initiated Connections
outboundMessages - Variable in class org.restlet.engine.connector.BaseHelper
The queue of outbound messages.
outboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call to a target reference.
OutboundWay - Class in org.restlet.engine.connector
A network connection way though which messages are sent.
OutboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.OutboundWay
Constructor.
OutputRepresentation - Class in org.restlet.representation
Representation based on a BIO output stream.
OutputRepresentation(MediaType) - Constructor for class org.restlet.representation.OutputRepresentation
Constructor.
OutputRepresentation(MediaType, long) - Constructor for class org.restlet.representation.OutputRepresentation
Constructor.
overloaded - Variable in class org.restlet.engine.connector.Controller
Indicates if the controller is overloaded.

P

Parameter - Class in org.restlet.data
Multi-usage parameter.
Parameter() - Constructor for class org.restlet.data.Parameter
Default constructor.
Parameter(String, String) - Constructor for class org.restlet.data.Parameter
Preferred constructor.
Parameter - Class in org.restlet.ext.odata.internal.edm
Represents a parameter used when invoking a FunctionImport.
Parameter(String) - Constructor for class org.restlet.ext.odata.internal.edm.Parameter
Constructor.
ParameterInfo - Class in org.restlet.ext.wadl
Describes a parameterized aspect of a parent ResourceInfo, RequestInfo, ResponseInfo or RepresentationInfo element.
ParameterInfo() - Constructor for class org.restlet.ext.wadl.ParameterInfo
Constructor.
ParameterInfo(String, ParameterStyle, DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Constructor with a single documentation element.
ParameterInfo(String, ParameterStyle, List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Constructor with a list of documentation elements.
ParameterInfo(String, ParameterStyle, String) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Constructor with a single documentation element.
ParameterInfo(String, boolean, String, ParameterStyle, String) - Constructor for class org.restlet.ext.wadl.ParameterInfo
Constructor.
ParameterStyle - Enum in org.restlet.ext.wadl
Enumerates the supported styles of parameters.
parse(String) - Static method in class org.restlet.data.Tag
Parses a tag formatted as defined by the HTTP standard.
parse() - Method in class org.restlet.engine.component.ComponentXmlParser
Parse a configuration file and update the component's configuration.
parse(String) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object using the default HTTP format (RFC 1123).
parse(String, List<String>) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object.
parse(Form, Representation, boolean) - Static method in class org.restlet.engine.util.FormUtils
Parses a post into a given form.
parse(Form, String, CharacterSet, boolean, char) - Static method in class org.restlet.engine.util.FormUtils
Parses a parameters string into a given form.
parse(String) - Method in class org.restlet.engine.util.InternetDateFormat
 
parse(String, ParsePosition) - Method in class org.restlet.engine.util.InternetDateFormat
 
parse(Series<FormData>, Representation) - Static method in class org.restlet.ext.html.internal.FormUtils
Parses a post into a given entries series.
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(Header, CookieOrigin) - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
Returns an empty list.
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(GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Parses the inner RDF representation.
parse(ContentHandler) - Method in class org.restlet.ext.xml.SaxRepresentation
Parses the source and sends SAX events to a content handler.
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.
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.
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.
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(Response, String, Series<Header>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses an authenticate header into a list of 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.
parseResponse(ChallengeResponse, Request, Series<Header>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Parses an authorization header into a challenge response.
parseResponse(Request, String, Series<Header>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
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
 
parseStatement(Context) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
 
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.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.
PATH - Static variable in class org.restlet.ext.sip.OptionTag
Indicates the support of the Path extension.
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.
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.
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.
PkixSslContextFactory - Class in org.restlet.ext.ssl
This SslContextFactory uses PKIXSSLContextFactory from jSSLutils and can be configured via parameters.
PkixSslContextFactory() - Constructor for class org.restlet.ext.ssl.PkixSslContextFactory
 
Pool<T> - Class in org.restlet.engine.util
Generic object pool.
Pool() - Constructor for class org.restlet.engine.util.Pool
Default constructor.
Pool(int) - Constructor for class org.restlet.engine.util.Pool
Constructor.
POP - Static variable in class org.restlet.data.Protocol
POP protocol.
POP_BASIC - Static variable in class org.restlet.data.ChallengeScheme
Basic POP scheme.
POP_DIGEST - Static variable in class org.restlet.data.ChallengeScheme
Digest POP scheme.
POPS - Static variable in class org.restlet.data.Protocol
POPS protocol (via SSL/TLS socket)..
POST - Static variable in class org.restlet.data.Method
Requests that the origin server accepts the entity enclosed in the request as a new subordinate of the resource identified by the request URI.
post(Object) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Object, MediaType) - Method in class org.restlet.resource.ClientResource
Posts an object entity.
post(Representation) - Method in class org.restlet.resource.ClientResource
Posts a representation.
Post - Annotation Type in org.restlet.resource
Annotation for methods that accept submitted representations.
post(Representation) - Method in class org.restlet.resource.ServerResource
Posts a representation to the resource at the target URI reference.
post(Representation, Variant) - Method in class org.restlet.resource.ServerResource
Posts a representation to the resource at the target URI reference.
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 class org.restlet.engine.connector.Way
Does nothing by default.
postProcess(int) - Method in class org.restlet.engine.io.BufferedSelectionChannel
Does nothing by default.
postProcess(int) - Method in interface org.restlet.engine.io.BufferProcessor
Called back after a complete processing pass.
postProcess(int) - Method in class org.restlet.engine.io.NbChannelInputStream
Does nothing by default.
postProcess(int) - Method in class org.restlet.ext.ssl.internal.HttpsClientInboundWay
 
postProcess(int) - Method in class org.restlet.ext.ssl.internal.HttpsClientOutboundWay
 
postProcess(int) - Method in class org.restlet.ext.ssl.internal.HttpsServerInboundWay
 
postProcess(int) - Method in class org.restlet.ext.ssl.internal.HttpsServerOutboundWay
 
postProcess(int) - Method in class org.restlet.ext.ssl.internal.ReadableSslChannel
 
postProcess(int) - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
Attaches all ServerResource and Restlet beans found in the surrounding bean factory for which SpringBeanRouter.resolveUri(java.lang.String, org.springframework.beans.factory.ListableBeanFactory) finds a usable URI.
PRECONDITION - Static variable in class org.restlet.ext.sip.OptionTag
An offerer MUST include this tag in the Require header field if the offer contains one or more "mandatory" strength-tags.
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.
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_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".
PREF - Static variable in class org.restlet.ext.sip.OptionTag
Used to ensure that a server understands the callee capabilities parameters used in the request.
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.
PreferenceWriter - Class in org.restlet.engine.header
Preference header writer.
PreferenceWriter() - Constructor for class org.restlet.engine.header.PreferenceWriter
 
preProcess(int, Object...) - Method in class org.restlet.engine.connector.Way
Does nothing by default.
preProcess(int, Object...) - Method in class org.restlet.engine.io.BufferedSelectionChannel
Does nothing by default.
preProcess(int, Object...) - Method in interface org.restlet.engine.io.BufferProcessor
Called back before a processing pass.
preProcess(int, Object...) - Method in class org.restlet.engine.io.NbChannelInputStream
Does nothing by default.
preProcess(int, Object...) - Method in class org.restlet.ext.ssl.internal.HttpsServerOutboundWay
 
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.
Priority - Class in org.restlet.ext.sip
Describes level of SIP message importance.
Priority(String) - Constructor for class org.restlet.ext.sip.Priority
Constructor.
PRIVACY - Static variable in class org.restlet.ext.sip.OptionTag
Indicates support for the Privacy mechanism.
privateInfo() - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
privateInfo(List<String>) - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
privateInfo(String) - Static method in class org.restlet.data.CacheDirective
Creates a "private" directive.
process(BufferProcessor, int, Object...) - Method in class org.restlet.engine.io.Buffer
Processes as a loop the IO event by draining or filling the IO buffer.
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.engine.connector.InboundWay
 
processIoBuffer() - Method in class org.restlet.engine.connector.OutboundWay
 
processIoBuffer() - Method in class org.restlet.engine.connector.Way
Processes the IO buffer by filling and draining it.
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.
ProductWriter - Class in org.restlet.engine.header
User agent header writer.
ProductWriter() - Constructor for class org.restlet.engine.header.ProductWriter
 
properties - Variable in class org.restlet.ext.jdbc.internal.ConnectionSource
The connection properties.
Property - Class in org.restlet.ext.odata.internal.edm
Represents a property of an EntityType.
Property(String) - Constructor for class org.restlet.ext.odata.internal.edm.Property
Constructor.
PROPFIND - Static variable in class org.restlet.data.Method
Retrieves properties defined on the resource identified by the request URI.
PROPPATCH - Static variable in class org.restlet.data.Method
Processes instructions specified in the request body to set and/or remove properties defined on the resource identified by the request URI.
Protocol - Class in org.restlet.data
Protocol used by client and server connectors.
Protocol(String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, boolean, String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, int, String) - Constructor for class org.restlet.data.Protocol
Constructor.
Protocol(String, String, String, String, int, boolean, String) - Constructor for class org.restlet.data.Protocol
Constructor.
ProtocolHelper - Class in org.restlet.engine
Protocol helper.
ProtocolHelper() - Constructor for class org.restlet.engine.ProtocolHelper
Constructor.
proxyMustRevalidate() - Static method in class org.restlet.data.CacheDirective
Creates a "proxy-revalidate" directive.
publicInfo() - Static method in class org.restlet.data.CacheDirective
Creates a "public" directive.
Publish - Annotation Type in org.restlet.ext.sip
Publishes event state.
publish() - Method in class org.restlet.ext.sip.SipClientResource
Creates, modifies, and removes event state associated with an address-of-record.
publish(Representation) - Method in class org.restlet.ext.sip.SipClientResource
Creates, modifies, and removes event state associated with an address-of-record.
PUBLISH - Static variable in class org.restlet.ext.sip.SipMethod
Publishes event state.
PUT - Static variable in class org.restlet.data.Method
Requests that the enclosed entity be stored under the supplied request URI.
put(Representation) - Method in class org.restlet.engine.local.DirectoryServerResource
 
put(Object) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Object, Class<T>) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Object, MediaType) - Method in class org.restlet.resource.ClientResource
Puts an object entity.
put(Representation) - Method in class org.restlet.resource.ClientResource
Creates or updates a resource with the given representation as new state to be stored.
Put - Annotation Type in org.restlet.resource
Annotation for methods that store submitted representations.
put(Representation) - Method in class org.restlet.resource.ServerResource
Creates or updates a resource with the given representation as new state to be stored.
put(Representation, Variant) - Method in class org.restlet.resource.ServerResource
Creates or updates a resource with the given representation as new state to be stored.
put(K, V) - Method in class org.restlet.util.WrapperMap
Associates the specified value with the specified key in this map (optional operation).
putAll(Map<? extends K, ? extends V>) - Method in class org.restlet.util.WrapperMap
Copies all of the mappings from the specified map to this map (optional operation).

Q

QUALITY_AUTHENTICATION - Static variable in class org.restlet.data.ChallengeMessage
Authentication quality.
QUALITY_AUTHENTICATION_INTEGRITY - Static variable in class org.restlet.data.ChallengeMessage
Authentication and integrity.
Query<T> - Class in org.restlet.ext.odata
Specific query to a OData service, represents a particular HTTP request to a data service.
Query(Service, String, Class<T>) - Constructor for class org.restlet.ext.odata.Query
Constructor.

R

Range - Class in org.restlet.data
Describes a range of bytes.
Range() - Constructor for class org.restlet.data.Range
Default constructor defining a range starting on the first byte and with a maximum size, i.e.
Range(long) - Constructor for class org.restlet.data.Range
Constructor defining a range starting on the first byte and with the given size.
Range(long, long) - Constructor for class org.restlet.data.Range
Constructor.
RangeFilter - Class in org.restlet.engine.application
Filter that is in charge to check the responses to requests for partial content.
RangeFilter(Context) - Constructor for class org.restlet.engine.application.RangeFilter
Constructor.
RangeInputStream - Class in org.restlet.engine.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.
RangeRepresentation - Class in org.restlet.engine.application
Representation that exposes only a range of the content of a wrapped representation.
RangeRepresentation(Representation) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
RangeRepresentation(Representation, Range) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
RangeService - Class in org.restlet.service
Application service automatically exposes ranges of response entities.
RangeService() - Constructor for class org.restlet.service.RangeService
Constructor.
RangeService(boolean) - Constructor for class org.restlet.service.RangeService
Constructor.
RangeWriter - Class in org.restlet.engine.header
Range header writer.
RangeWriter() - Constructor for class org.restlet.engine.header.RangeWriter
 
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.
RdfClientResource - Class in org.restlet.ext.rdf
Linked client resource.
RdfClientResource(Context, Method, Reference) - 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, Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Context, Request, Response) - 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(Method, Reference) - 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(Reference) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(Request, Response) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(String) - Constructor for class org.restlet.ext.rdf.RdfClientResource
Constructor.
RdfClientResource(URI) - 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
 
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 - Class in org.restlet.ext.rdf
Generic RDF representation.
RdfRepresentation() - Constructor for class org.restlet.ext.rdf.RdfRepresentation
Constructor.
RdfRepresentation(Graph, MediaType) - Constructor for class org.restlet.ext.rdf.RdfRepresentation
Constructor with argument.
RdfRepresentation(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(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() - Method in class org.restlet.engine.header.HeaderReader
Reads the next character.
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() - Method in class org.restlet.engine.io.NbChannelInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelInputStream
 
read() - Method in class org.restlet.engine.io.RangeInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.RangeInputStream
 
read(ByteBuffer) - Method in class org.restlet.engine.io.ReadableBufferedChannel
Reads some bytes and put them into the destination buffer.
read(ByteBuffer) - Method in class org.restlet.engine.io.ReadableChunkingChannel
Reads some bytes and put them into the destination buffer.
read(ByteBuffer) - Method in class org.restlet.engine.io.ReadableSizedChannel
Reads some bytes and put them into the destination buffer.
read(ByteBuffer) - Method in class org.restlet.engine.io.ReadableSocketChannel
Reads the available byte form the wrapped socket channel.
read(ByteBuffer) - Method in class org.restlet.engine.io.ReadableTraceChannel
Reads the available byte from the wrapped channel to the destination buffer while writing them to the console.
read() - Method in class org.restlet.engine.io.ReaderInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.ReaderInputStream
 
read() - Method in class org.restlet.engine.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.xdb.internal.ChunkedInputStream
 
read(byte[], int, int) - Method in class org.restlet.ext.xdb.internal.ChunkedInputStream
 
read() - Method in class org.restlet.ext.xdb.internal.SizedInputStream
Reads a byte from the underlying stream.
read(byte[], int, int) - Method in class org.restlet.ext.xdb.internal.SizedInputStream
 
ReadableBufferedChannel - Class in org.restlet.engine.io
Readable byte channel based on a source socket channel that must only be partially read.
ReadableBufferedChannel(CompletionListener, Buffer, ReadableSelectionChannel, WakeupListener) - Constructor for class org.restlet.engine.io.ReadableBufferedChannel
Constructor.
ReadableChunkedChannel - Class in org.restlet.engine.io
Readable byte channel capable of decoding chunked entities.
ReadableChunkedChannel(CompletionListener, Buffer, ReadableSelectionChannel, WakeupListener) - Constructor for class org.restlet.engine.io.ReadableChunkedChannel
Constructor.
ReadableChunkingChannel - Class in org.restlet.engine.io
Readable byte channel capable of encoding chunked entities.
ReadableChunkingChannel(ReadableByteChannel, int) - Constructor for class org.restlet.engine.io.ReadableChunkingChannel
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 - Interface in org.restlet.engine.io
Readable byte channel that is based on a selectable channel.
ReadableSizedChannel - Class in org.restlet.engine.io
Readable byte channel enforcing a maximum size.
ReadableSizedChannel(ReadableByteChannel, long) - Constructor for class org.restlet.engine.io.ReadableSizedChannel
Constructor.
ReadableSizedSelectionChannel - Class in org.restlet.engine.io
Readable byte channel enforcing a maximum size and wrapping a selectable channel.
ReadableSizedSelectionChannel(CompletionListener, Buffer, ReadableSelectionChannel, long, WakeupListener) - Constructor for class org.restlet.engine.io.ReadableSizedSelectionChannel
Constructor.
ReadableSocketChannel - Class in org.restlet.engine.io
Readable byte channel based on a source socket channel that must only be partially read.
ReadableSocketChannel(SocketChannel, SelectionRegistration) - Constructor for class org.restlet.engine.io.ReadableSocketChannel
Constructor.
ReadableSslChannel - Class in org.restlet.ext.ssl.internal
SSL byte channel that unwraps all read data using the SSL/TLS protocols.
ReadableSslChannel(ReadableSelectionChannel, SslConnection<?>, WakeupListener) - Constructor for class org.restlet.ext.ssl.internal.ReadableSslChannel
Constructor.
ReadableTraceChannel - Class in org.restlet.engine.io
Trace byte channel that sends a copy of all data on the trace output stream.
ReadableTraceChannel(ReadableSelectionChannel) - Constructor for class org.restlet.engine.io.ReadableTraceChannel
Constructor.
ReadableTraceChannel(ReadableSelectionChannel, OutputStream) - Constructor for class org.restlet.engine.io.ReadableTraceChannel
Constructor.
readActualNamedValue() - Method in class org.restlet.engine.header.HeaderReader
Reads a parameter value which is either a token or a quoted string.
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.
ReaderInputStream - Class in org.restlet.engine.io
Input stream based on a reader.
ReaderInputStream(Reader) - Constructor for class org.restlet.engine.io.ReaderInputStream
Constructor.
ReaderInputStream(Reader, CharacterSet) - Constructor for class org.restlet.engine.io.ReaderInputStream
Constructor.
ReaderRepresentation - Class in org.restlet.representation
Transient representation based on a BIO characters reader.
ReaderRepresentation(Reader) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
ReaderRepresentation(Reader, MediaType) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
ReaderRepresentation(Reader, MediaType, long) - Constructor for class org.restlet.representation.ReaderRepresentation
Constructor.
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.
readHeader() - Method in class org.restlet.engine.connector.InboundWay
Read a message header.
readHeader(CharSequence) - Static method in class org.restlet.engine.header.HeaderReader
Read a header.
readHeader(InputStream, StringBuilder) - 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, ByteBuffer) - Constructor for class org.restlet.util.ReadingListener
Constructor.
ReadingListener(ReadableByteChannel, int) - 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.
readIpv6Address() - Method in class org.restlet.ext.sip.internal.SipRecipientInfoReader
Reads the next IPv6 address.
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.
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.
readSegment() - Method in class org.restlet.ext.sip.internal.EventReader
Returns the value of the next segment.
readSegment() - Method in class org.restlet.ext.sip.internal.EventTypeReader
Returns the value of the next segment.
readStartLine() - Method in class org.restlet.engine.connector.ClientInboundWay
 
readStartLine() - Method in class org.restlet.engine.connector.InboundWay
Read the start line of the current message received.
readStartLine() - Method in class org.restlet.engine.connector.ServerInboundWay
 
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.TokenReader
 
readValue() - Method in class org.restlet.engine.header.WarningReader
 
readValue() - Method in class org.restlet.ext.sip.internal.AddressReader
 
readValue() - Method in class org.restlet.ext.sip.internal.AvailabilityReader
 
readValue() - Method in class org.restlet.ext.sip.internal.ContactInfoReader
 
readValue() - Method in class org.restlet.ext.sip.internal.EventReader
 
readValue() - Method in class org.restlet.ext.sip.internal.EventTypeReader
 
readValue() - Method in class org.restlet.ext.sip.internal.OptionTagReader
 
readValue() - Method in class org.restlet.ext.sip.internal.SipRecipientInfoReader
 
readValue() - Method in class org.restlet.ext.sip.internal.SubscriptionReader
 
readValues() - Method in class org.restlet.engine.header.HeaderReader
Returns a new list with all values added.
Realm - Class in org.restlet.security
Security realm capable of providing an enroler and a verifier.
Realm() - Constructor for class org.restlet.security.Realm
Constructor.
Realm(Verifier, Enroler) - Constructor for class org.restlet.security.Realm
Constructor.
REASON_DEACTIVATED - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been terminated, but the subscriber SHOULD retry immediately with a new subscription.
REASON_GIVEUP - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been terminated because the notifier could not obtain authorization in a timely fashion.
REASON_NORESOURCE - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been terminated because the resource state which was being monitored no longer exists.
REASON_PROBATION - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been terminated, but the client SHOULD retry at some later time.
REASON_REJECTED - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been terminated due to change in authorization policy.
REASON_TIMEOUT - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been terminated because it was not refreshed before it expired.
RECIPIENT_LIST_INVITE - Static variable in class org.restlet.ext.sip.OptionTag
The body contains a list of URIs that indicates the recipients of the SIP INVITE request.
RECIPIENT_LIST_MESSAGE - Static variable in class org.restlet.ext.sip.OptionTag
The body contains a list of URIs that indicates the recipients of the SIP MESSAGE request.
RECIPIENT_LIST_SUBSCRIBE - Static variable in class org.restlet.ext.sip.OptionTag
Used to ensurethat a server can process the recipient-list body used in a SUBSCRIBE request.
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
 
redirect(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.resource.ClientResource
Effectively redirects a client call.
REDIRECTION_ALTERNATIVE_SERVICE - Static variable in class org.restlet.ext.sip.SipStatus
The call was not successful, but alternative services are possible.
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_MOVED_PERMANENTLY - Static variable in class org.restlet.ext.sip.SipStatus
The user can no longer be found at the address in the Request-URI, and the requesting client SHOULD retry at the new address given by the Contact header field.
REDIRECTION_MOVED_TEMPORARILY - Static variable in class org.restlet.ext.sip.SipStatus
The requesting client SHOULD retry the request at the new address(es) given by the Contact header field.
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_MULTIPLE_CHOICES - Static variable in class org.restlet.ext.sip.SipStatus
The address in the request resolved to several choices, each with its own specific location, and the user (or UA) can select a preferred communication end point and redirect its request to that location.
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.
REDIRECTION_USE_PROXY - Static variable in class org.restlet.ext.sip.SipStatus
The requested resource MUST be accessed through the proxy given by the Contact field.
Redirector - Class in org.restlet.routing
Rewrites URIs then redirects the call or the client to a new destination.
Redirector(Context, String) - Constructor for class org.restlet.routing.Redirector
Constructor for the client dispatcher mode.
Redirector(Context, String, int) - Constructor for class org.restlet.routing.Redirector
Constructor.
redirectPermanent(Reference) - Method in class org.restlet.resource.ServerResource
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.resource.ServerResource
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.Response
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.Response
Permanently redirects the client to a target URI.
redirectPermanent(Reference) - Method in class org.restlet.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectPermanent(String) - Method in class org.restlet.util.WrapperResponse
Permanently redirects the client to a target URI.
redirectSeeOther(Reference) - Method in class org.restlet.resource.ServerResource
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.resource.ServerResource
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(Reference) - Method in class org.restlet.Response
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.Response
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(Reference) - Method in class org.restlet.util.WrapperResponse
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectSeeOther(String) - Method in class org.restlet.util.WrapperResponse
Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
redirectTemporary(Reference) - Method in class org.restlet.resource.ServerResource
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.resource.ServerResource
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.Response
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.Response
Temporarily redirects the client to a target URI.
redirectTemporary(Reference) - Method in class org.restlet.util.WrapperResponse
Temporarily redirects the client to a target URI.
redirectTemporary(String) - Method in class org.restlet.util.WrapperResponse
Temporarily redirects the client to a target URI.
Refer - Annotation Type in org.restlet.ext.sip
Provides a mechanism allowing the sending party to be notified of the outcome of the referenced request.
refer() - Method in class org.restlet.ext.sip.SipClientResource
Indicates that the target recipient should contact a third party using the contact information provided in the request.
REFER - Static variable in class org.restlet.ext.sip.SipMethod
The recipient should refer to a resource provided in the Refer-To header field of the request.
Reference - Class in org.restlet.data
Reference to a Uniform Resource Identifier (URI).
Reference() - Constructor for class org.restlet.data.Reference
Empty constructor.
Reference(URI) - Constructor for class org.restlet.data.Reference
Constructor from an URI instance.
Reference(URL) - Constructor for class org.restlet.data.Reference
Constructor from an URL instance.
Reference(Protocol, String) - Constructor for class org.restlet.data.Reference
Constructor for a protocol and host name.
Reference(Protocol, String, int) - Constructor for class org.restlet.data.Reference
Constructor for a protocol, host name and host port
Reference(Reference) - Constructor for class org.restlet.data.Reference
Clone constructor.
Reference(Reference, Reference) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference (most likely relative).
Reference(Reference, String) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference (most likely relative).
Reference(Reference, String, String, String) - Constructor for class org.restlet.data.Reference
Constructor of relative reference from its parts.
Reference(String) - Constructor for class org.restlet.data.Reference
Constructor from an URI reference.
Reference(String, String) - Constructor for class org.restlet.data.Reference
Constructor from an identifier and a fragment.
Reference(String, String, int, String, String, String) - Constructor for class org.restlet.data.Reference
Constructor of absolute reference from its parts.
ReferenceList - Class in org.restlet.data
List of URI references.
ReferenceList() - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(int) - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(List<Reference>) - Constructor for class org.restlet.data.ReferenceList
Constructor.
ReferenceList(Representation) - Constructor for class org.restlet.data.ReferenceList
Constructor from a "text/uri-list" representation.
ReferenceUtils - Class in org.restlet.engine.util
Utilities related to URI references.
ReflectUtils - Class in org.restlet.ext.odata.internal.reflect
Handles Java reflection operations.
ReflectUtils() - Constructor for class org.restlet.ext.odata.internal.reflect.ReflectUtils
 
refresh() - Method in class org.restlet.ext.rdf.RdfClientResource
Refreshes the links cache.
refresh() - Method in class org.restlet.ext.spring.SpringContext
 
register(String, String) - Static method in class org.restlet.data.MediaType
Register a media type as a known type that can later be retrieved using MediaType.valueOf(String).
register(Method) - Static method in class org.restlet.data.Method
Adds a new Method to the list of registered methods.
register(SelectableChannel, int, SelectionListener) - Method in class org.restlet.engine.connector.ConnectionController
Registers a selection listener with the underlying selector for the given operations and returns the registration created.
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) - Static method in class org.restlet.ext.sip.OptionTag
Register an option tag that can later be retrieved using OptionTag.valueOf(String).
register(String) - Static method in class org.restlet.ext.sip.Priority
Register an option tag that can later be retrieved using Priority.valueOf(String).
Register - Annotation Type in org.restlet.ext.sip
Registers the address listed in the To header field with a SIP server.
register() - Method in class org.restlet.ext.sip.SipClientResource
Registers the address listed in the To header field with a SIP server.
register(Address) - Method in class org.restlet.ext.sip.SipClientResource
Registers the address listed in the To header field with a SIP server.
REGISTER - Static variable in class org.restlet.ext.sip.SipMethod
Registers the address listed in the To header field with a SIP server.
register(Selector) - Method in class org.restlet.util.SelectionRegistration
registerDefaultAuthentications() - Method in class org.restlet.engine.Engine
Registers the default authentication helpers.
registerDefaultConnectors() - Method in class org.restlet.engine.Engine
Registers the default client and server connectors.
registerDefaultConverters() - Method in class org.restlet.engine.Engine
Registers the default converters.
registerDefaultProtocols() - Method in class org.restlet.engine.Engine
Registers the default protocols.
registerHelper(ClassLoader, String, List, Class) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelpers(ClassLoader, URL, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelpers(String, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a list of helpers.
registerKeys() - Method in class org.restlet.engine.connector.ConnectionController
Registers all the new selection registration requests.
registerMethods() - Method in class org.restlet.engine.HttpProtocolHelper
 
registerMethods() - Method in class org.restlet.engine.ProtocolHelper
Register all supported methods.
registerMethods() - Method in class org.restlet.engine.WebDavProtocolHelper
 
registerMethods() - Method in class org.restlet.ext.sip.internal.SipProtocolHelper
 
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.
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.
release(Selector, SelectionKey) - Static method in class org.restlet.engine.io.NioUtils
Release the selection key, working around for bug #6403933.
release() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
release() - Method in class org.restlet.ext.jdbc.JdbcResult
Release the statement connection.
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_NUMBER - Static variable in class org.restlet.engine.Engine
Release number.
remaining() - Method in class org.restlet.engine.io.Buffer
Returns the number of bytes that can be read or written in the byte buffer.
remove(int) - Method in class org.restlet.util.WrapperList
Removes the element at the specified position in this list.
remove(Object) - Method in class org.restlet.util.WrapperList
Removes the first occurrence in this list of the specified element.
remove(Object) - Method in class org.restlet.util.WrapperMap
Removes the mapping for this key from this map if it is present (optional operation).
removeAll(Restlet) - Method in class org.restlet.util.RouteList
Removes all routes routing to a given target.
removeAll(String) - Method in class org.restlet.util.Series
Removes all the parameters with a given name.
removeAll(String, boolean) - Method in class org.restlet.util.Series
Removes all the parameters with a given name.
removeAll(Collection<?>) - Method in class org.restlet.util.WrapperList
Removes from this list all the elements that are contained in the specified collection.
removeFirst(String) - Method in class org.restlet.util.Series
Removes from this list the first entry whose name equals the specified name ignoring the case.
removeFirst(String, boolean) - Method in class org.restlet.util.Series
Removes from this list the first entry whose name equals the specified name ignoring the case or not.
REPLACES - Static variable in class org.restlet.ext.sip.OptionTag
Indicates support for the SIP Replaces header.
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.
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.
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
Describes a variant representation for a target resource.
RepresentationInfo() - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Constructor.
RepresentationInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Constructor with a single documentation element.
RepresentationInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Constructor with a list of documentation elements.
RepresentationInfo(MediaType) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Constructor with a media type.
RepresentationInfo(String) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Constructor with a single documentation element.
RepresentationInfo(Variant) - Constructor for class org.restlet.ext.wadl.RepresentationInfo
Constructor with a variant.
RepresentationInfo - Class in org.restlet.representation
Information about a representation.
RepresentationInfo() - Constructor for class org.restlet.representation.RepresentationInfo
Default constructor.
RepresentationInfo(MediaType) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Date, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(MediaType, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor.
RepresentationInfo(Variant, Date) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Date, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationInfo(Variant, Tag) - Constructor for class org.restlet.representation.RepresentationInfo
Constructor from a variant.
RepresentationMessage - Class in org.restlet.ext.javamail
JavaMail MIME message based on an XML representation.
RepresentationMessage(Representation, Session) - Constructor for class org.restlet.ext.javamail.RepresentationMessage
Creates a JavaMail message by parsing an XML representation.
RepresentationMessage(Session) - Constructor for class org.restlet.ext.javamail.RepresentationMessage
Constructor.
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.
Request - Class in org.restlet
Generic request sent by client connectors.
Request() - Constructor for class org.restlet.Request
Constructor.
Request(Method, Reference) - Constructor for class org.restlet.Request
Constructor.
Request(Method, Reference, Representation) - Constructor for class org.restlet.Request
Constructor.
Request(Method, String) - Constructor for class org.restlet.Request
Constructor.
Request(Method, String, Representation) - Constructor for class org.restlet.Request
Constructor.
Request(Request) - Constructor for class org.restlet.Request
Copy constructor.
RequestInfo - Class in org.restlet.ext.wadl
Describes the properties of a request associated to a parent method.
RequestInfo() - Constructor for class org.restlet.ext.wadl.RequestInfo
Constructor.
RequestInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.RequestInfo
Constructor with a single documentation element.
RequestInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.RequestInfo
Constructor with a list of documentation elements.
RequestInfo(String) - Constructor for class org.restlet.ext.wadl.RequestInfo
Constructor with a single documentation element.
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.xdb.internal.SizedInputStream
 
reset() - Method in class org.restlet.ext.xml.XmlWriter
Reset the writer.
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
 
resolve() - Method in class org.restlet.ext.rdf.internal.n3.FormulaToken
 
resolve() - Method in class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
 
resolve(String) - Method in class org.restlet.ext.rdf.internal.turtle.Context
Resolves a qualified name according to the current context.
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, String) - Method in class org.restlet.ext.xml.internal.ContextResolver
Resolves a target reference into a Source document.
resolve(String) - Method in class org.restlet.util.Resolver
Resolves a name into a value.
resolveEntity(String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
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
Returns the list of namespaces used in the documentation elements as a map.
Resolver<T> - Class in org.restlet.util
Resolves a name into a value.
Resolver() - Constructor for class org.restlet.util.Resolver
 
resolveResource(String, String, String, String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
Allow the application to resolve external resources.
ResolverHashModel - Class in org.restlet.ext.freemarker.internal
Template Hash Model based on a Resolver instance.
ResolverHashModel(Resolver<? extends Object>) - Constructor for class org.restlet.ext.freemarker.internal.ResolverHashModel
Constructor.
resolveUri(String, ListableBeanFactory) - Method in class org.restlet.ext.spring.SpringBeanRouter
Uses this first alias for this bean that starts with '/' and is not mapped in the explicit attachments to another bean.
Resource - Class in org.restlet.resource
Base resource class exposing the uniform REST interface.
Resource() - Constructor for class org.restlet.resource.Resource
 
RESOURCE_PRIORITY - Static variable in class org.restlet.ext.sip.OptionTag
Indicates or requests support for the resource priority mechanism.
ResourceException - Exception in org.restlet.resource
Encapsulates a response status and the optional cause as a checked exception.
ResourceException(int) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String, String, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, String, String, String, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(int, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, String) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, String, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Status, Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor.
ResourceException(Throwable) - Constructor for exception org.restlet.resource.ResourceException
Constructor that set the status to Status.SERVER_ERROR_INTERNAL including the related error or exception.
ResourceInfo - Class in org.restlet.ext.wadl
Describes a class of closely related resources.
ResourceInfo() - Constructor for class org.restlet.ext.wadl.ResourceInfo
Constructor.
ResourceInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Constructor with a single documentation element.
ResourceInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Constructor with a list of documentation elements.
ResourceInfo(String) - Constructor for class org.restlet.ext.wadl.ResourceInfo
Constructor with a single documentation element.
ResourcesInfo - Class in org.restlet.ext.wadl
Describes the root resources of an application.
ResourcesInfo() - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Constructor.
ResourcesInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Constructor with a single documentation element.
ResourcesInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Constructor with a list of documentation elements.
ResourcesInfo(String) - Constructor for class org.restlet.ext.wadl.ResourcesInfo
Constructor with a single documentation element.
ResourceTypeInfo - Class in org.restlet.ext.wadl
Describes a reusable type of resources.
ResourceTypeInfo() - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Constructor.
ResourceTypeInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Constructor with a single documentation element.
ResourceTypeInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Constructor with a list of documentation elements.
ResourceTypeInfo(String) - Constructor for class org.restlet.ext.wadl.ResourceTypeInfo
Constructor with a single documentation element.
Response - Class in org.restlet
Generic response sent by server connectors.
Response(Request) - Constructor for class org.restlet.Response
Constructor.
ResponseInfo - Class in org.restlet.ext.wadl
Describes the properties of a response associated to a parent method.
ResponseInfo() - Constructor for class org.restlet.ext.wadl.ResponseInfo
Constructor.
ResponseInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Constructor with a single documentation element.
ResponseInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Constructor with a list of documentation elements.
ResponseInfo(String) - Constructor for class org.restlet.ext.wadl.ResponseInfo
Constructor with a single documentation element.
responseLogTemplate - Variable in class org.restlet.service.LogService
The response log template to use.
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.
RestletHelper<T extends Restlet> - Class in org.restlet.engine
Delegate used by API classes to get support from the implementation classes.
RestletHelper(T) - Constructor for class org.restlet.engine.RestletHelper
Constructor.
Result<T> - Interface in org.restlet.resource
Callback interface for asynchronous tasks.
RESULT_INVALID - Static variable in interface org.restlet.security.Verifier
Invalid credentials provided.
RESULT_MISSING - Static variable in interface org.restlet.security.Verifier
No credentials provided.
RESULT_STALE - Static variable in interface org.restlet.security.Verifier
Stale credentials provided.
RESULT_UNKNOWN - Static variable in interface org.restlet.security.Verifier
Unknown user.
RESULT_UNSUPPORTED - Static variable in interface org.restlet.security.Verifier
Unsupported credentials.
RESULT_VALID - Static variable in interface org.restlet.security.Verifier
Valid credentials provided.
resume() - Method in class org.restlet.util.SelectionRegistration
Resume interest in new listener notifications.
retainAll(Collection<?>) - Method in class org.restlet.util.WrapperList
RemovesRetains only the elements in this list that are contained in the specified collection.
retry(Request, Response, List<Reference>, int, Uniform) - Method in class org.restlet.resource.ClientResource
Effectively retries a failed client call.
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.engine.connector.Connection
Reuses the connection and associates it to the given socket.
reuse(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.ssl.internal.SslConnection
 
rewrite(Representation) - Method in class org.restlet.routing.Redirector
Optionally rewrites the response entity returned in the Redirector.MODE_SERVER_INBOUND and Redirector.MODE_SERVER_OUTBOUND modes.
RIAP - Static variable in class org.restlet.data.Protocol
RIAP (Restlet Internal Access Protocol) is a custom scheme to access representations via internal calls to virtual hosts/components.
RIAP_APPLICATION - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current application's root Restlet.
RIAP_COMPONENT - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current component's internal (private) router.
RIAP_HOST - Static variable in class org.restlet.data.LocalReference
The resources will be resolved from the current component's virtual host.
RiapClientHelper - Class in org.restlet.engine.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.
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
Constructor.
Role(String, String) - Constructor for class org.restlet.security.Role
Constructor.
RoleAuthorizer - Class in org.restlet.security
Authorizer based on authorized and forbidden roles.
RoleAuthorizer() - Constructor for class org.restlet.security.RoleAuthorizer
Default constructor.
RoleAuthorizer(String) - Constructor for class org.restlet.security.RoleAuthorizer
Constructor.
RoleMapping - Class in org.restlet.engine.security
Mapping from an organization or a user or a group to a role.
RoleMapping() - Constructor for class org.restlet.engine.security.RoleMapping
Default constructor.
RoleMapping(Object, Role) - Constructor for class org.restlet.engine.security.RoleMapping
Constructor.
RomeConverter - Class in org.restlet.ext.rome
Converter of SyndFeed objects into Representation instances.
RomeConverter() - Constructor for class org.restlet.ext.rome.RomeConverter
 
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 - 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.
RowSetRepresentation - Class in org.restlet.ext.jdbc
XML Representation of a ResultSet instance wrapped either in a JdbcResult instance or in a WebRowSet.
RowSetRepresentation(JdbcResult) - Constructor for class org.restlet.ext.jdbc.RowSetRepresentation
Constructor.
RowSetRepresentation(JdbcResult, int, int) - Constructor for class org.restlet.ext.jdbc.RowSetRepresentation
Constructor with paging.
RowSetRepresentation(ResultSet) - Constructor for class org.restlet.ext.jdbc.RowSetRepresentation
Constructor.
RowSetRepresentation(ResultSet, int, int) - Constructor for class org.restlet.ext.jdbc.RowSetRepresentation
Constructor with paging.
RowSetRepresentation(WebRowSet) - Constructor for class org.restlet.ext.jdbc.RowSetRepresentation
Constructor.
run() - Method in class org.restlet.engine.connector.Controller
Listens on the given server socket for incoming connections.
running - Variable in class org.restlet.engine.connector.Controller
Indicates if the task is running.

S

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, Document) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, InputSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(MediaType, SAXSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
SaxRepresentation(Representation) - Constructor for class org.restlet.ext.xml.SaxRepresentation
Constructor.
schedule(Callable<V>, long, TimeUnit) - Method in class org.restlet.service.TaskService
Creates and executes a ScheduledFuture that becomes enabled after the given delay.
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.
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.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 - Class in org.restlet.ext.odata.internal.edm
Defines a set of entity types and associations.
Schema() - Constructor for class org.restlet.ext.odata.internal.edm.Schema
 
score(Request, Response) - Method in class org.restlet.engine.component.ClientRoute
Returns the score for a given call (between 0 and 1.0).
score(Request, Response) - Method in class org.restlet.engine.component.HostRoute
Returns the score for a given call (between 0 and 1.0).
score(Object, Variant, 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.ConverterHelper
Scores the affinity of this helper with the source class.
score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.atom.AtomConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
 
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
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.javamail.JavaMailConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jdbc.JdbcConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jdbc.JdbcConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rome.RomeConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.rome.RomeConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
score(Object, Variant, Resource) - Method in class org.restlet.ext.xstream.XstreamConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xstream.XstreamConverter
 
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(AnnotationInfo) - 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.
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.
SDP_ANAT - Static variable in class org.restlet.ext.sip.OptionTag
When used in a Supported header field it indicates the support of the ANAT semantics.
SEC_AGREE - Static variable in class org.restlet.ext.sip.OptionTag
Indicates support for the Security Agreement mechanism.
SecretVerifier - Class in org.restlet.security
Verifier of identifier/secret couples.
SecretVerifier() - Constructor for class org.restlet.security.SecretVerifier
 
select(String) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $select option set in the URI generated by the returned query.
SelectionChannel - Interface in org.restlet.engine.io
NIO channel that is based on a selectable channel.
SelectionListener - Interface in org.restlet.util
Callback interface when a NIO selection occurs on the selectable object.
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.engine.connector.ConnectionController
Selects the keys ready for IO operations.
SelectorFactory - Class in org.restlet.engine.io
Factory used to dispatch/share Selector.
SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
 
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.
sendRequest(Request) - Method in class org.restlet.engine.adapter.ClientCall
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) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
Sends the request to the client.
sendRequest(Request, Response, Uniform) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
 
sendRequest(Request) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
Sends the request to the client.
sendRequest(Request, Response, Uniform) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
 
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.servlet.internal.ServletCall
Sends the response back to the client.
sendResponse(Response) - Method in class org.restlet.ext.xdb.internal.XdbServletCall
Sends the response back to the client.
Series<T extends NamedValue<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 - Class in org.restlet
Connector acting as a generic server.
Server(Context, List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Context, List<Protocol>, String, int, Restlet, String) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol) - Constructor for class org.restlet.Server
Constructor.
Server(Context, Protocol, Class<? extends ServerResource>) - 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, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Context, Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, int) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, int, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
Server(Protocol, String, int) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
Constructor.
Server(Protocol, String, Restlet) - Constructor for class org.restlet.Server
Constructor using the protocol's default port.
SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.data.Status
The server, while acting as a gateway or proxy, received an invalid response from the upstream server it accessed in attempting to fulfill the request.
SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.ext.sip.SipStatus
The server, while acting as a gateway or proxy, received an invalid response from the downstream 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_INTERNAL - Static variable in class org.restlet.ext.sip.SipStatus
The server encountered an unexpected condition that prevented it from fulfilling the request.
SERVER_ERROR_MESSAGE_TOO_LARGE - Static variable in class org.restlet.ext.sip.SipStatus
The server was unable to process the request since the message length exceeded its capabilities.
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_NOT_IMPLEMENTED - Static variable in class org.restlet.ext.sip.SipStatus
The server does not support the functionality required to fulfill the request.
SERVER_ERROR_SERVER_TIMEOUT - Static variable in class org.restlet.ext.sip.SipStatus
The server did not receive a timely response from an external server it accessed in attempting to process 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_SERVICE_UNAVAILABLE - Static variable in class org.restlet.ext.sip.SipStatus
The server is temporarily unable to process 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.
SERVER_ERROR_VERSION_NOT_SUPPORTED - Static variable in class org.restlet.ext.sip.SipStatus
The server does not support, or refuses to support, the SIP protocol version that was used in the request.
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.
ServerCall - Class in org.restlet.engine.adapter
Abstract HTTP server connector call.
ServerCall(Server) - Constructor for class org.restlet.engine.adapter.ServerCall
Constructor.
ServerCall(String, int) - Constructor for class org.restlet.engine.adapter.ServerCall
Constructor.
ServerConnectionController - Class in org.restlet.engine.connector
Controls the IO work of parent server helper and manages its connections.
ServerConnectionController(ServerConnectionHelper) - Constructor for class org.restlet.engine.connector.ServerConnectionController
Constructor.
ServerConnectionHelper - Class in org.restlet.engine.connector
Base server helper based on NIO non blocking sockets.
ServerConnectionHelper(Server) - Constructor for class org.restlet.engine.connector.ServerConnectionHelper
Constructor.
ServerHelper - Class in org.restlet.engine
Server connector helper.
ServerHelper(Server) - Constructor for class org.restlet.engine.ServerHelper
Constructor.
ServerInboundWay - Class in org.restlet.engine.connector
Server-side inbound way.
ServerInboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.ServerInboundWay
Constructor.
ServerInfo - Class in org.restlet.data
Server specific data related to a call.
ServerInfo() - Constructor for class org.restlet.data.ServerInfo
Constructor.
ServerList - Class in org.restlet.util
Modifiable list of server connectors.
ServerList(Context, Restlet) - Constructor for class org.restlet.util.ServerList
Constructor.
ServerOutboundWay - Class in org.restlet.engine.connector
Server-side outbound way.
ServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.engine.connector.ServerOutboundWay
Constructor.
serverRedirect(Restlet, Reference, Request, Response) - Method in class org.restlet.routing.Redirector
Redirects a given call on the server-side to a next Restlet with a given target reference.
ServerResource - Class in org.restlet.resource
Base class for server-side resources.
ServerResource() - Constructor for class org.restlet.resource.ServerResource
Default constructor.
ServerRouter - Class in org.restlet.engine.component
Router that collects calls from all server connectors and dispatches them to the appropriate host routers.
ServerRouter(Component) - Constructor for class org.restlet.engine.component.ServerRouter
Constructor.
ServerServlet - Class in org.restlet.ext.servlet
Servlet acting like an HTTP server connector.
ServerServlet() - Constructor for class org.restlet.ext.servlet.ServerServlet
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.
Service - Class in org.restlet.ext.atom
Represents an Atom introspection document.
Service(Client) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Client, String) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(Restlet, String, Representation) - 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(String) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service(String, Representation) - Constructor for class org.restlet.ext.atom.Service
Constructor.
Service - Class in org.restlet.ext.odata
Acts as a manager for a specific remote OData service.
Service(Reference) - Constructor for class org.restlet.ext.odata.Service
Constructor.
Service(String) - Constructor for class org.restlet.ext.odata.Service
Constructor.
service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
Services a HTTP Servlet request as an uniform call.
service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServletAdapter
Services a HTTP Servlet request as a Restlet request handled by the "target" Restlet.
service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.xdb.XdbServletAdapter
Services a HTTP Servlet request as a Restlet request handled by the "target" Restlet.
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.
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.
ServletAdapter - Class in org.restlet.ext.servlet
HTTP adapter from Servlet calls to Restlet calls.
ServletAdapter(ServletContext) - Constructor for class org.restlet.ext.servlet.ServletAdapter
Constructor.
ServletAdapter(ServletContext, Restlet) - Constructor for class org.restlet.ext.servlet.ServletAdapter
Constructor.
ServletCall - Class in org.restlet.ext.servlet.internal
Call that is used by the Servlet HTTP server connector.
ServletCall(Server, HttpServletRequest, HttpServletResponse) - Constructor for class org.restlet.ext.servlet.internal.ServletCall
Constructor.
ServletCall(String, int, HttpServletRequest, HttpServletResponse) - Constructor for class org.restlet.ext.servlet.internal.ServletCall
Constructor.
ServletLogger - Class in org.restlet.ext.servlet.internal
Logger that wraps the logging methods of javax.servlet.ServletContext.
ServletLogger(ServletContext) - Constructor for class org.restlet.ext.servlet.internal.ServletLogger
Constructor.
ServletUtils - Class in org.restlet.ext.servlet
Servlet related utilities.
ServletUtils() - Constructor for class org.restlet.ext.servlet.ServletUtils
 
ServletWarClient - Class in org.restlet.ext.servlet.internal
Connector acting as a WAR client for a Servlet Application.
ServletWarClient(Context, ServletContext) - Constructor for class org.restlet.ext.servlet.internal.ServletWarClient
Constructor.
ServletWarClientHelper - Class in org.restlet.ext.servlet.internal
Client connector based on a Servlet context (JEE Web application context).
ServletWarClientHelper(Client, ServletContext) - Constructor for class org.restlet.ext.servlet.internal.ServletWarClientHelper
Constructor.
ServletWarEntity - Class in org.restlet.ext.servlet.internal
Local entity based on a Servlet context's resource file.
ServletWarEntity(ServletContext, String, MetadataService) - Constructor for class org.restlet.ext.servlet.internal.ServletWarEntity
Constructor.
set(String, String) - Method in class org.restlet.util.Series
Replaces the value of the first parameter with the given name and removes all other parameters with the same name.
set(String, String, boolean) - Method in class org.restlet.util.Series
Replaces the value of the first parameter with the given name and removes all other parameters with the same name.
set(List<Service>) - Method in class org.restlet.util.ServiceList
Sets the list of services.
set(Service) - Method in class org.restlet.util.ServiceList
Replaces or adds a service.
set(int, E) - Method in class org.restlet.util.WrapperList
Replaces the element at the specified position in this list with the specified element.
setAbstractType(boolean) - Method in class org.restlet.ext.odata.internal.edm.ODataType
Indicates if this type is abstract
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.
setAcceptingRanges(boolean) - Method in class org.restlet.data.ServerInfo
Indicates if the server accepts range requests for a resource, with the "byte" range unit.
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).
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.
setAlertInfo(Address) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setAlertInfo(Address) - Method in class org.restlet.ext.sip.SipRequest
Sets the alternative ring tone for the UAS.
setAlertInfo(Address) - Method in class org.restlet.ext.sip.SipResponse
Sets the alternative ring tone for the UAC.
setAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Sets the digest algorithm of provided secrets.
setAlias(String) - Method in class org.restlet.ext.odata.internal.edm.Namespace
Sets the short alias for this namespace.
setAllowedEventTypes(List<EventType>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setAllowedEventTypes(List<EventType>) - Method in class org.restlet.ext.sip.SipRequest
Sets the list of supported event packages.
setAllowedEventTypes(List<EventType>) - Method in class org.restlet.ext.sip.SipResponse
Sets the list of supported event packages.
setAllowedMethods(Set<Method>) - Method in class org.restlet.resource.ServerResource
Sets the set of methods allowed on the requested resource.
setAllowedMethods(Set<Method>) - Method in class org.restlet.Response
Sets the set of methods allowed on the requested resource.
setAllowedMethods(Set<Method>) - Method in class org.restlet.util.WrapperResponse
 
setAlphaComparator() - Method in class org.restlet.resource.Directory
Deprecated.
setAlphaNumComparator() - Method in class org.restlet.resource.Directory
Deprecated.
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(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlRepresentation
Sets the root element of the WADL document.
setApplication(Application) - Method in class org.restlet.resource.Resource
Sets the parent application.
setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanFinder
Sets the parent application context
setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanRouter
Sets the Spring application context.
setAssociation(Association) - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
Sets the referenced schema's association.
setAssociations(List<AssociationSet>) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Sets the list of associations.
setAssociations(List<NavigationProperty>) - Method in class org.restlet.ext.odata.internal.edm.EntityType
Sets the list of associations.
setAssociations(List<Association>) - Method in class org.restlet.ext.odata.internal.edm.Schema
Sets the list of defined associations.
setAttachment(String, Object) - Method in class org.restlet.ext.spring.SpringHost
Sets a route to attach.
setAttachment(Router, String, Object) - Static method in class org.restlet.ext.spring.SpringRouter
Attach a single route.
setAttachments(Map<String, String>) - Method in class org.restlet.ext.spring.SpringBeanRouter
Sets an explicit mapping of URI templates to bean IDs to use in addition to the usual bean name mapping behavior.
setAttachments(Map<String, Object>) - Method in class org.restlet.ext.spring.SpringHost
Sets the map of routes to attach.
setAttachments(Router, Map<String, Object>) - Static method in class org.restlet.ext.spring.SpringRouter
Sets the map of routes to attach.
setAttachments(Map<String, Object>) - Method in class org.restlet.ext.spring.SpringRouter
Sets the map of routes to attach.
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
 
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
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
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.engine.io.ReadableSizedChannel
Sets the remaining size that should be read from the source channel.
setAvailableSize(long) - Method in class org.restlet.engine.io.ReadableSizedSelectionChannel
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(Reference) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setBaseRef(String) - Method in class org.restlet.data.Reference
Sets the base reference for relative references.
setBaseRef(Reference) - Method in class org.restlet.ext.wadl.ResourcesInfo
Sets the base URI for each child resource identifier.
setBaseRef(Reference) - Method in class org.restlet.ext.wadl.WadlApplication
Sets the WADL base reference.
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(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.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.
setBaseType(ODataType) - Method in class org.restlet.ext.odata.internal.edm.ODataType
Sets the parent type this type inherits from.
setBeanFactory(BeanFactory) - Method in class org.restlet.ext.spring.SpringBeanFinder
Sets the parent bean factory.
setBeanName(String) - Method in class org.restlet.ext.spring.SpringBeanFinder
Sets the bean name.
setBlob(boolean) - Method in class org.restlet.ext.odata.internal.edm.EntityType
Indicates if this type a blob, that is to say it represents binary data.
setBlobValueEditRefProperty(Property) - Method in class org.restlet.ext.odata.internal.edm.EntityType
Sets the entity's member that stores the resource reference able to update the blob value.
setBlobValueRefProperty(Property) - Method in class org.restlet.ext.odata.internal.edm.EntityType
Sets the name of the entity property that stores the blob reference.
setBuffer(byte[]) - Method in class org.restlet.engine.io.BufferingRepresentation
Sets the buffered content as an array of bytes.
setBuffered(boolean) - Method in class org.restlet.engine.io.BufferingRepresentation
Indicates if the wrapped entity has been already buffered.
setBuilderIndex(int) - Method in class org.restlet.engine.connector.InboundWay
Sets the line builder index.
setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.Message
Sets the cache directives.
setCalleeInfo(List<Address>) - Method in class org.restlet.ext.sip.SipResponse
Sets the description of the current callee.
setCallerInfo(List<Address>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setCallerInfo(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
Sets the description of the current caller.
setCallId(String) - Method in class org.restlet.ext.sip.SipClientResource
Sets the identifier of the call.
setCallId(String) - Method in class org.restlet.ext.sip.SipRequest
Sets the identifier of the call.
setCallId(String) - Method in class org.restlet.ext.sip.SipResponse
Sets the identifier of the call.
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.engine.connector.HttpInboundRequest
 
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.resource.ClientResource
Sets the authentication response sent by a client to an origin server.
setChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.resource.ClientResource
Sets the authentication response sent by a client to an origin server given a scheme, identifier and secret.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
Sets the authentication response sent by a client to an origin server.
setChallengeScheme(ChallengeScheme) - Method in class org.restlet.engine.security.AuthenticatorHelper
Sets the supported challenge scheme.
setChannel(ReadableByteChannel) - Method in class org.restlet.representation.ReadableRepresentation
Sets the readable channel.
setCharacterSet(CharacterSet) - Method in class org.restlet.representation.StringRepresentation
 
setCharacterSet(CharacterSet) - Method in class org.restlet.representation.Variant
Sets the character set or null if not applicable.

Note that when used with HTTP connectors, this property maps to the "Content-Type" header.
setCharacterSet(CharacterSet) - Method in class org.restlet.util.WrapperRepresentation
 
setCharacterSetParameter(String) - Method in class org.restlet.service.TunnelService
Sets the character set parameter name.
setChild(Restlet) - Method in class org.restlet.engine.util.ChildContext
Sets the child.
setChildResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
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.engine.io.ReadableChunkedChannel
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.
setClient(Object) - Method in class org.restlet.ext.spring.SpringComponent
Adds a client to the list of connectors.
setClientAddress(String) - Method in class org.restlet.engine.adapter.Call
Sets the client address.
setClientDispatcher(Restlet) - Method in class org.restlet.Context
Sets the client dispatcher.
setClientDispatcher(Client) - Method in class org.restlet.ext.atom.Service
Sets the client HTTP 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.
setClientRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
Deprecated.
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.
setClientsList(List<Object>) - Method in class org.restlet.ext.spring.SpringComponent
Sets the list of clients, either as protocol names, Protocol instances or Client instances.
setClientVersion(String) - Method in class org.restlet.ext.odata.Service
Sets the version of the OData protocol extensions defined in every request issued by this service.
setCoalescing(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser should be coalescing text.
setCommandSequence(String) - Method in class org.restlet.ext.sip.SipClientResource
Sets the identifier of the command.
setCommandSequence(String) - Method in class org.restlet.ext.sip.SipRequest
Sets the identifier of the command.
setCommandSequence(String) - Method in class org.restlet.ext.sip.SipResponse
Sets the identifier of the command.
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.
setComment(String) - Method in class org.restlet.ext.sip.Availability
Sets additional information about the time of callback.
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.
setComplexProperties(List<ComplexProperty>) - Method in class org.restlet.ext.odata.internal.edm.ODataType
Sets the list of complex properties.
setComplexType(ComplexType) - Method in class org.restlet.ext.odata.internal.edm.ComplexProperty
Sets the type of the property.
setComplexTypes(List<ComplexType>) - Method in class org.restlet.ext.odata.internal.edm.ComplexType
Sets the list of complex types this type inherits from.
setComplexTypes(List<ComplexType>) - Method in class org.restlet.ext.odata.internal.edm.Schema
Sets the list of defined complex types.
setComponentHelper(ComponentHelper) - Method in class org.restlet.engine.component.ComponentContext
Sets the component helper.
setConcurrent(boolean) - Method in class org.restlet.ext.odata.internal.edm.Property
Indicates if this property should be used for optimistic concurrency checks.
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).
setConfiguration(Configuration) - Method in class org.restlet.ext.freemarker.TemplateFilter
Sets the FreeMarker configuration.
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.
setConnectTimeout(int) - Method in class org.restlet.Client
Deprecated.
Use the equivalent connector parameters.
setConnegService(ConnegService) - Method in class org.restlet.Application
Sets the content negotiation service.
setContactEmail(String) - Method in class org.restlet.engine.application.StatusFilter
Sets the email address of the administrator to contact in case of error.
setContactEmail(String) - Method in class org.restlet.service.StatusService
Sets the email address to contact in case of error.
setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.SipRequest
Sets the data about the contacts.
setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.SipResponse
Sets the data about the contact.
setContainers(List<EntityContainer>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Sets the list of entity containers.
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.
setContent(String) - Method in class org.restlet.ext.atom.Text
Sets the content.
setContentHandler(ContentHandler) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets the content handler.
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.rdf.internal.turtle.LexicalUnit
Sets the parsing context.
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
 
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.
setConverterService(ConverterService) - Method in class org.restlet.Application
Sets the converter service.
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.
setCredentials(ChallengeResponse) - Method in class org.restlet.ext.odata.Service
Sets the credentials used to authenticate requests.
setCurrent(Application) - Static method in class org.restlet.Application
Sets the context to associated with the current thread.
setCurrent(Context) - Static method in class org.restlet.Context
Sets the context to associated with the current thread.
setCurrent(Response) - Static method in class org.restlet.Response
Sets the response associated with the current thread.
setCurrent(Integer) - Static method in class org.restlet.routing.VirtualHost
Sets the virtual host code associated with the current thread.
setDataFormat(boolean) - Method in class org.restlet.ext.xml.XmlWriter
 
setDataModel(Object) - Method in class org.restlet.ext.freemarker.TemplateFilter
Sets the template data model common to all calls.
setDataModel(Object) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Sets the template's data model.
setDataModel(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Sets the template's data model from a request/response pair.
setDataModel(Resolver<Object>) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Sets the template's data model from a resolver.
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(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(int) - Method in class org.restlet.engine.util.ImmutableDate
As an ImmutableDate is immutable, this method throws an UnsupportedOperationException exception.
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.service.LogService
Indicates if the debugging mode is enabled.
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).
setDefaultAttachment(Object) - Method in class org.restlet.ext.spring.SpringHost
Sets the default route to attach.
setDefaultAttachment(Object) - Method in class org.restlet.ext.spring.SpringRouter
Sets the default route to attach.
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.
setDefaultEntityContainer(boolean) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Indicates if this container is the default one for a WCF data service.
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.
setDefaultTarget(Restlet) - Method in class org.restlet.ext.spring.SpringComponent
Attaches a target Restlet to the default host.
setDefaultValue(String) - Method in class org.restlet.ext.odata.internal.edm.Property
Sets the default value.
setDefaultValue(String) - Method in class org.restlet.ext.wadl.ParameterInfo
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.
setDelay(int) - Method in class org.restlet.ext.sip.Availability
Sets the time the service is expected to be unavailable.
setDescription(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Sets the description of this documented resource.
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.ext.ssl.DefaultSslContextFactory
Sets the whitespace-separated list of disabled cipher suites.
setDisabledProtocols(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the whitespace-separated list of disabled SSL protocols.
setDisplayName(String) - Method in class org.restlet.ext.sip.Address
Sets the optional name displayed.
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(DocumentationInfo) - Method in class org.restlet.ext.wadl.DocumentedInfo
Set the list of documentation elements with a single element.
setDocumentation(String) - Method in class org.restlet.ext.wadl.DocumentedInfo
Set the list of documentation elements with a single element.
setDocumentations(List<DocumentationInfo>) - Method in class org.restlet.ext.wadl.DocumentedInfo
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.
setDuration(int) - Method in class org.restlet.ext.sip.Availability
Sets the time the service will be available.
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.ext.ssl.DefaultSslContextFactory
Sets the whitespace-separated list of enabled cipher suites.
setEnabledProtocols(String[]) - Method in class org.restlet.ext.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.engine.io.ReadableSizedChannel
Indicates if the end of the channel has been detected.
setEndReached(boolean) - Method in class org.restlet.engine.io.ReadableBufferedChannel
Indicates if the end of the channel has been reached.
setEnds(List<AssociationEnd>) - Method in class org.restlet.ext.odata.internal.edm.Association
Sets the list of entities linked by this association.
setEnds(List<AssociationSetEnd>) - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
Sets the list of entities implied in this association.
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.
setEntities(List<EntitySet>) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Sets the list of entities.
setEntity(Representation) - Method in class org.restlet.engine.adapter.HttpRequest
 
setEntity(Representation) - Method in class org.restlet.Message
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.Message
Sets a textual entity.
setEntity(Representation) - Method in class org.restlet.util.WrapperRequest
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.util.WrapperRequest
Sets a textual entity.
setEntity(Representation) - Method in class org.restlet.util.WrapperResponse
Sets the entity representation.
setEntity(String, MediaType) - Method in class org.restlet.util.WrapperResponse
Sets a textual entity.
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.engine.connector.OutboundWay
Sets the entity as a NIO readable byte channel.
setEntityChannelType(EntityType) - Method in class org.restlet.engine.connector.OutboundWay
Sets the type of the entity channel.
setEntityRegistration(SelectionRegistration) - Method in class org.restlet.engine.connector.InboundWay
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.engine.connector.OutboundWay
Sets the entity's NIO selection key holding the link between the entity to be written and the way.
setEntitySet(EntitySet) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Sets the entity set returned by this function, if applicable.
setEntityTypes(List<EntityType>) - Method in class org.restlet.ext.odata.internal.edm.Schema
Sets the list of defined entity types.
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.ServerConnectionHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.connector.ServerConnectionHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(int) - Method in class org.restlet.engine.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
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.
setErrorInfo(Address) - Method in class org.restlet.ext.sip.SipResponse
Sets the pointer to additional information about the error response.
setErrorListener(ErrorListener) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the transformer's error listener.
setEvent(Event) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setEvent(Event) - Method in class org.restlet.ext.sip.SipRequest
Sets the description of an event notification.
setEvent(Event) - Method in class org.restlet.ext.sip.SipResponse
Sets the description of an event notification.
setEventHandler(ValidationEventHandler) - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
Sets the validation handler for this unmarshaller.
setEventTemplates(List<String>) - Method in class org.restlet.ext.sip.EventType
Sets the list of event templates.
setExisting(boolean) - Method in class org.restlet.resource.ServerResource
Indicates if the identified resource exists.
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.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
 
setExpires(String) - Method in class org.restlet.ext.sip.ContactInfo
Sets the delay of expiration.
setExpires(long) - Method in class org.restlet.ext.sip.Subscription
Sets the expiration delay in seconds.
setExtended(EntityContainer) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Sets the container this container inherits from.
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.
setFindingInAncestors(boolean) - Method in class org.restlet.ext.spring.SpringBeanRouter
Sets if bean names will be searched for higher up in the BeanFactory hierarchy.
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.
setFirst(T) - Method in class org.restlet.util.Couple
Deprecated.
Sets the first object.
setFirst(T) - Method in class org.restlet.util.Triple
Deprecated.
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(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Sets the fixed value for the parameter.
setFixed(boolean) - Method in class org.restlet.routing.Variable
Indicates if the value is fixed
setFollowingRedirects(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if redirections are followed.
setForbiddenRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
Sets the modifiable list of forbidden roles.
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(String) - Method in class org.restlet.data.Reference
Sets the fragment identifier.
setFragment(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates whether or not document level events will be generated by the Marshaller.
setFrom(String) - Method in class org.restlet.data.ClientInfo
Sets the email address of the human user controlling the user agent.
setFrom(Address) - Method in class org.restlet.ext.sip.SipClientResource
Sets the description of the request's initiator.
setFrom(Address) - Method in class org.restlet.ext.sip.SipRequest
Sets the description of the request's initiator.
setFrom(Address) - Method in class org.restlet.ext.sip.SipResponse
Sets the description of the request's initiator.
setFromRole(AssociationEnd) - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
Sets the start entity of the association.
setFunctionImports(List<FunctionImport>) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Sets the list of function imports.
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.
setGetterAccess(String) - Method in class org.restlet.ext.odata.internal.edm.Property
Sets the access level modifier of the getter method.
setGrammars(GrammarsInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
Sets the grammars element.
setGraph(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
Sets the graph of links.
setHandled(boolean) - Method in class org.restlet.ext.sip.SipRequest
Indicates that the request has been handled, typically after receiving a final response.
setHeaderIndex(int) - Method in class org.restlet.engine.connector.OutboundWay
Sets the header index.
setHeaders(Series<Header>) - Method in class org.restlet.engine.connector.HttpInboundRequest
 
setHeaders(Series<Header>) - Method in interface org.restlet.engine.connector.InboundRequest
Put the headers in the request's attributes map.
setHeaders(Series<Header>) - Method in class org.restlet.engine.connector.Way
Sets the response headers to be written.
setHeaders(Series<Header>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
Put the headers in the request's attributes map.
setHeadersTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method can be tunneled via the header.
setHeaderTunnel(boolean) - Method in class org.restlet.service.TunnelService
Deprecated.
setHelped(T) - Method in class org.restlet.engine.RestletHelper
Sets the helped Restlet.
setHomeRef(Reference) - Method in class org.restlet.engine.application.StatusFilter
Sets the home URI to propose in case of error.
setHomeRef(Reference) - Method in class org.restlet.service.StatusService
Sets the home URI to propose in case of error.
setHostDomain(String) - Method in class org.restlet.data.Reference
Sets the host domain component for server based hierarchical identifiers.
setHostDomain(String) - Method in class org.restlet.engine.adapter.Call
Sets the host domain name.
setHostDomain(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef host domain to match.
setHostPort(Integer) - Method in class org.restlet.data.Reference
Sets the optional port number for server based hierarchical identifiers.
setHostPort(int) - Method in class org.restlet.engine.adapter.Call
Sets the host port.
setHostPort(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef host port to match.
setHostRef(Reference) - Method in class org.restlet.Request
Sets the host reference.
setHostRef(String) - Method in class org.restlet.Request
Sets the host reference using an URI string.
setHostRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the host reference.
setHostRef(String) - Method in class org.restlet.resource.ClientResource
Sets the host reference using an URI string.
setHostRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the host reference.
setHostRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the host reference using an URI string.
setHosts(List<VirtualHost>) - Method in class org.restlet.Component
Sets the modifiable list of virtual hosts.
setHostScheme(String) - Method in class org.restlet.routing.VirtualHost
Sets the hostRef scheme to match.
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.
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.
setId(String) - Method in class org.restlet.ext.sip.Event
Sets the event identifier.
setIdentifier(String) - Method in class org.restlet.data.ChallengeResponse
Sets the user identifier, such as a login name or an access key.
setIdentifier(String) - Method in class org.restlet.data.Reference
Sets the absolute resource identifier.
setIdentifier(Reference) - Method in class org.restlet.data.ReferenceList
Sets the list reference.
setIdentifier(String) - Method in class org.restlet.data.ReferenceList
Sets the list reference.
setIdentifier(String) - Method in class org.restlet.ext.wadl.MethodInfo
Sets the identifier for the method.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Sets the identifier of this parameter element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Sets the identifier for that element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceInfo
Sets the identifier for that element.
setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
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.
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
Sets the list of include elements.
setIndenting(boolean) - Method in class org.restlet.ext.xml.DomRepresentation
Indicates if the XML serialization should be indented.
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.
setInReplyTo(List<String>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setInReplyTo(List<String>) - Method in class org.restlet.ext.sip.SipRequest
Sets the list of references to call-ids.
setInstance(Engine) - Static method in class org.restlet.engine.Engine
Deprecated.
Use the Engine.register() and Engine.register(boolean) methods instead.
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.engine.connector.Way
Sets the IO state.
setJsonDriverClass(Class<? extends HierarchicalStreamDriver>) - Method in class org.restlet.ext.xstream.XstreamRepresentation
Sets the XStream JSON driver class.
setKeyManagerAlgorithm(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the KeyManager algorithm.
setKeys(List<Property>) - Method in class org.restlet.ext.odata.internal.edm.EntityType
Sets the "keys" property.
setKeyStoreKeyPassword(char[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStoreKeyPassword(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStorePassword(char[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePassword(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePath(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the path to the keystore file.
setKeyStoreProvider(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the name of the keystore provider.
setKeyStoreType(String) - Method in class org.restlet.ext.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
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.
setLatestRequest(Request) - Method in class org.restlet.ext.odata.Service
Sets the latest request sent to the service.
setLatestResponse(Response) - Method in class org.restlet.ext.odata.Service
Sets the response to the latest request.
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.engine.connector.Way
Sets the line builder state.
setLineBuilderState(BufferState) - Method in class org.restlet.engine.io.ReadableChunkedChannel
Sets the line builder state.
setLink(Object, String, Object) - Method in class org.restlet.ext.odata.Service
Sets the association between the source and the target entity via the given property name.
setLink(LinkInfo) - Method in class org.restlet.ext.wadl.ParameterInfo
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(Reference) - Method in class org.restlet.representation.Variant
Sets the optional identifier.
setLocationRef(String) - Method in class org.restlet.representation.Variant
Sets the identifier from a URI string.

Note that when used with HTTP connectors, this property maps to the "Content-Location" header.
setLocationRef(Reference) - Method in class org.restlet.resource.ServerResource
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.resource.ServerResource
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.Response
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(Reference) - Method in class org.restlet.util.WrapperRepresentation
 
setLocationRef(String) - Method in class org.restlet.util.WrapperRepresentation
 
setLocationRef(Reference) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLocationRef(String) - Method in class org.restlet.util.WrapperResponse
Sets the reference that the client should follow for redirections or resource creations.
setLogFormat(String) - Method in class org.restlet.service.LogService
Deprecated.
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(Logger) - Method in class org.restlet.Context
Sets the logger.
setLogger(String) - Method in class org.restlet.Context
Sets the logger.
setLogger(Logger) - Method in class org.restlet.routing.Template
Sets the logger to use.
setLoggerFacade(LoggerFacade) - Method in class org.restlet.engine.Engine
Sets the logger facade to use.
setLoggerName(String) - Method in class org.restlet.service.LogService
Sets the name of the JDK's logger to use when logging access calls.
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(Reference) - Method in class org.restlet.service.LogService
Sets the URI reference of the log properties.
setLogPropertiesRef(String) - Method in class org.restlet.service.LogService
Sets the URI reference of the log properties.
setLogService(LogService) - Method in class org.restlet.Component
Sets the global log service.
setMailboxChallengeScheme(ChallengeScheme) - Method in class org.restlet.ext.javamail.TriggerResource
Sets the scheme of the mailbox challenge.
setMailboxLogin(String) - Method in class org.restlet.ext.javamail.TriggerResource
Sets the login for the mailbox access.
setMailboxPassword(String) - Method in class org.restlet.ext.javamail.TriggerResource
Sets the password for the mailbox access.
setMailboxUri(String) - Method in class org.restlet.ext.javamail.TriggerResource
Sets the URI of the mailbox.
setMailUriTemplate(String) - Method in class org.restlet.ext.javamail.TriggerResource
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.
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.
setMaxClientVersion(String) - Method in class org.restlet.ext.odata.Service
Sets the maximum version of the OData protocol extensions the client can accept in a response.
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
 
setMaxLength(int) - Method in class org.restlet.ext.odata.internal.edm.Parameter
Sets the maximum length of the parameter value.
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.odata.internal.edm.Property
Sets the media type stored in the content.
setMediaType(MediaType) - Method in class org.restlet.ext.wadl.RepresentationInfo
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.engine.connector.Way
Sets the current message processed.
setMessageState(MessageState) - Method in class org.restlet.engine.connector.Way
Sets the message state.
setMetadata(T) - Method in class org.restlet.data.Preference
Sets the metadata associated with this preference.
setMetadata(Metadata) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Sets the metadata.
setMetadataService(MetadataService) - Method in class org.restlet.Application
Sets the metadata service.
setMethod(String) - Method in class org.restlet.engine.adapter.Call
Sets the request method.
setMethod(Method) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Sets the method used to invoke this function.
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.
setMethodAccess(String) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Sets the method access of this function (defined in the CSDL, but not described).
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
Sets the list of documentation elements.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Sets the list of supported methods.
setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Sets the list of supported methods.
setMethodTunnel(boolean) - Method in class org.restlet.service.TunnelService
Indicates if the method name can be tunneled.
setMimeVersion(String) - Method in class org.restlet.ext.sip.SipRequest
Sets the version of the MIME protocol used to construct the message.
setMimeVersion(String) - Method in class org.restlet.ext.sip.SipResponse
Sets the version of the MIME protocol used to construct the message.
setMinExpires(String) - Method in class org.restlet.ext.sip.SipResponse
Sets the minimum refresh interval supported for soft-state elements.
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
Sets the mixed content of that element.
setMode(String) - Method in class org.restlet.ext.odata.internal.edm.Parameter
Sets the mode of the parameter.
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.
setMultiplicity(String) - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
Sets the cardinality of the relation.
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.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.engine.header.Header
Sets the name.
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(Method) - Method in class org.restlet.ext.wadl.MethodInfo
Sets the name of the method.
setName(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Sets the name of this element.
setName(String) - Method in class org.restlet.ext.wadl.WadlServerResource
Sets the name of this documented resource.
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
 
setNamespace(Namespace) - Method in class org.restlet.ext.odata.internal.edm.Schema
Sets the namespace of this schema.
setNamespaceAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if processing is namespace aware.
setNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ApplicationInfo
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.ext.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.
setNext(Client) - Method in class org.restlet.engine.component.ClientRoute
Sets the next client.
setNext(VirtualHost) - Method in class org.restlet.engine.component.HostRoute
Sets the next virtual host.
setNext(Restlet) - Method in class org.restlet.ext.servlet.ServletAdapter
Sets the next Restlet.
setNext(Uniform) - Method in class org.restlet.resource.ClientResource
Sets the next handler such as a Restlet or a Filter.
setNext(Class<? extends ServerResource>) - Method in class org.restlet.routing.Filter
Sets the next Restlet as a Finder for a given ServerResource class.
setNext(Restlet) - Method in class org.restlet.routing.Filter
Sets the next Restlet.
setNext(Class<? extends ServerResource>) - Method in class org.restlet.Server
Sets the next Restlet as a Finder for a given resource class.
setNext(Restlet) - Method in class org.restlet.Server
Sets the next Restlet.
setNext(Class<? extends ServerResource>) - Method in class org.restlet.util.ServerList
Deprecated.
To be removed.
setNext(Restlet) - Method in class org.restlet.util.ServerList
Sets the next Restlet.
setNextServerNonce(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the next server nonce.
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.
setNullable(boolean) - Method in class org.restlet.ext.odata.internal.edm.Property
Sets true if this property is not mandatory.
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.ext.jibx.JibxRepresentation
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.jackson.JacksonRepresentation
Sets the object class to instantiate.
setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonConverter
Sets the Jackson object mapper.
setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the Jackson object mapper.
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
Sets the list of option elements for that element.
setOrganization(String) - Method in class org.restlet.ext.sip.SipRequest
Sets the name of the organization to which the SIP element issuing the message belongs.
setOrganization(String) - Method in class org.restlet.ext.sip.SipResponse
Sets the name of the organization to which the SIP element issuing the message belongs.
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.
setOverloaded(boolean) - Method in class org.restlet.engine.connector.Controller
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
 
setPackage(String) - Method in class org.restlet.ext.sip.EventType
Sets the package name.
setParameters(Series<Parameter>) - Method in class org.restlet.Context
Sets the modifiable series of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.ChallengeMessage
Sets the parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.Disposition
Sets the list of disposition parameters.
setParameters(List<Parameter>) - Method in class org.restlet.data.Expectation
Sets the list of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.data.Preference
Sets the modifiable list of parameters.
setParameters(List<Parameter>) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Sets the list of parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Address
Sets the list of generic parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Availability
Sets the list of other parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Event
Sets the event parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.SipRecipientInfo
Sets the list of recipient info parameters.
setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Subscription
Sets the subscription parameters.
setParameters(Properties) - Method in class org.restlet.ext.spring.SpringServer
Sets parameters on the server.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Sets the list of parameters.
setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
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.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
Sets the path to the value of this parameter (within a parent representation).
setPath(String) - Method in class org.restlet.ext.wadl.ResourceInfo
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.ssl.internal.SslConnection
Sets the peer address.
setPersistent(boolean) - Method in class org.restlet.engine.connector.Connection
Indicates if the connection should be persisted across calls.
setPipelining(boolean) - Method in class org.restlet.engine.connector.Connection
Indicates if idempotent sequences of requests can be pipelined.
setPort(int) - Method in class org.restlet.data.ClientInfo
Sets the port number which sent the call.
setPort(int) - Method in class org.restlet.data.ServerInfo
Sets the port number which received the call.
setPort(int) - Method in class org.restlet.Server
Sets the listening port if specified.
setPrecision(int) - Method in class org.restlet.ext.odata.internal.edm.Parameter
Sets the precision of the parameter value.
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.
setPriority(Priority) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setPriority(Priority) - Method in class org.restlet.ext.sip.SipRequest
Sets the urgency of the request as perceived by the client.
setProfiles(List<Reference>) - Method in class org.restlet.ext.wadl.RepresentationInfo
Sets the list of locations of one or more meta data profiles.
setProperties(List<Property>) - Method in class org.restlet.ext.odata.internal.edm.ODataType
Sets the list of properties.
setProperty(Object, Property, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Sets a property on an entity based on its name.
setProperty(Object, String, boolean, Iterator<?>, Class<?>) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Sets a property on an entity based on its name.
setProperty(Object, String, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
Sets a property on an entity based on its name.
setProperty(String, Object) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
Sets a property.
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(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the secure socket protocol name, "TLS" by default.
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.engine.connector.HttpInboundRequest
 
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
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(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.
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
Sets the authentication response sent by a client to a proxy.
setProxyRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setProxyRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
Sets the proxy-sensitive features that the proxy must support.
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(String) - Method in class org.restlet.data.AuthenticationInfo
Sets the quality of protection.
setQuality(String) - Method in class org.restlet.data.ChallengeResponse
Sets the chosen quality of protection.
setQuality(float) - Method in class org.restlet.data.Preference
Sets the quality/preference level.
setQuality(float) - Method in class org.restlet.ext.sip.ContactInfo
Sets the quality/preference level.
setQualityOptions(List<String>) - Method in class org.restlet.data.ChallengeRequest
Sets the available options for quality of protection.
setQuery(String) - Method in class org.restlet.data.Reference
Sets the query component for hierarchical identifiers.
setQuery(String) - Method in class org.restlet.ext.odata.Query
Sets the query string of the request.
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
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.
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.
setReason(String) - Method in class org.restlet.ext.sip.Subscription
Sets the subscription reason.
setReasonPhrase(String) - Method in class org.restlet.engine.adapter.Call
Sets the reason phrase.
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.engine.connector.HttpInboundRequest
 
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.Message
Sets the modifiable list of intermediary recipients.
setRecordedRoutes(List<Address>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setRecordedRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
Sets the list of routes completed by proxies to force future requests to go through the proxy.
setRecordedRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipResponse
Sets the list of routes completed by proxies to force future requests to go through the proxy.
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(Reference) - Method in class org.restlet.ext.atom.Service
Sets the hypertext reference.
setReference(Reference) - Method in class org.restlet.ext.sip.Address
Sets the address reference.
setReference(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Sets the reference to an representation identifier.
setReference(Reference) - Method in class org.restlet.resource.ClientResource
Sets the resource's reference.
setReference(String) - Method in class org.restlet.resource.ClientResource
Sets the resource's reference using an URI string.
setReferencedNamespaces(List<Namespace>) - Method in class org.restlet.ext.odata.internal.edm.Schema
Sets the list of referenced namespaces.
setReferrerRef(Reference) - Method in class org.restlet.Request
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.Request
Sets the referrer reference if available using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.resource.ClientResource
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.resource.ClientResource
Sets the referrer reference if available using an URI string.
setReferrerRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the referrer reference if available.
setReferrerRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the referrer reference if available using an URI string.
setReferTo(Address) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setReferTo(Address) - Method in class org.restlet.ext.sip.SipRequest
Sets the reference that the recipient of a SipMethod.REFER method should contact.
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.engine.connector.Connection
Sets the socket's NIO registration holding the link between the channel and the way.
setRegistration(SelectionRegistration) - Method in class org.restlet.engine.connector.Way
Sets the NIO selection registration holding the link between the connection and the way.
setRegistration(SelectionRegistration) - Method in class org.restlet.engine.io.WrapperSelectionChannel
Sets the NIO registration.
setRel(Relation) - Method in class org.restlet.ext.atom.Link
Sets the link's relation type.
setRelationship(Association) - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
Sets the association.
setRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
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.engine.io.ReadableChunkedChannel
Sets the remaining chunk size that should be read from the source channel.
setRepeating(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
Indicates whether the parameter is single valued or may have multiple values.
setReplyTo(Address) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setReplyTo(Address) - Method in class org.restlet.ext.sip.SipRequest
Sets a logical return URI.
setReplyTo(Address) - Method in class org.restlet.ext.sip.SipResponse
Sets a logical return URI.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
Sets the list of representation elements.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
Sets the list of supported input representations.
setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
Sets the list of representations
setRequest(Request) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
Sets the handled request.
setRequest(Request) - Method in class org.restlet.ext.sip.SipClientResource
 
setRequest(RequestInfo) - Method in class org.restlet.ext.wadl.MethodInfo
Sets the input to the method.
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.
setRequestCallId(String) - Method in class org.restlet.ext.sip.SipClientResource
Sets the request's call ID.
setRequestEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
Indicates if transient or unknown size response entities should be buffered after being received.
setRequestUri(String) - Method in class org.restlet.engine.adapter.Call
Sets the full request URI.
setRequired(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
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.
setRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
Sets the sensitive features that the server must support.
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
Sets the description of the wrapped Restlet.
setResourcePort(String) - Method in class org.restlet.routing.VirtualHost
Sets the resourceRef host port to match.
setResourceRef(Reference) - Method in class org.restlet.Request
Sets the target resource reference.
setResourceRef(String) - Method in class org.restlet.Request
Sets the target resource reference using an URI string.
setResourceRef(Reference) - Method in class org.restlet.util.WrapperRequest
Sets the target resource reference.
setResourceRef(String) - Method in class org.restlet.util.WrapperRequest
Sets the target resource reference using an URI string.
setResources(ResourcesInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
Sets the list of resource elements.
setResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourcesInfo
Sets the list of child resources.
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
Sets the reference to the resource type of the linked resource.
setResourceTypes(List<ResourceTypeInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
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.ext.sip.SipClientResource
 
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
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(long) - Method in class org.restlet.ext.sip.Subscription
Sets how long the service is expected to be unavailable.
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.
setReturnType(String) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
Sets the return type of this function.
setReverseRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
Sets the reverse relationship attribute value.
setRights(Text) - Method in class org.restlet.ext.atom.Entry
Sets the information about rights held in and over an entry.
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.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.ext.spring.SpringBeanFinder
Sets the associated router.
setRouter(Router) - Method in class org.restlet.routing.Route
Sets the parent router.
setRoutes(List<Address>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
Sets the set of proxies used to force routing for a request.
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.
setSaxSource(SAXSource) - Method in class org.restlet.ext.xml.SaxRepresentation
Sets a SAX source that can be parsed by the SaxRepresentation.parse(ContentHandler) method.
setScale(int) - Method in class org.restlet.ext.odata.internal.edm.Parameter
Sets the scale of the parameter value.
setSchema(Schema) - Method in class org.restlet.ext.odata.internal.edm.Association
Sets the schema.
setSchema(Schema) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
Sets the schema.
setSchema(Schema) - Method in class org.restlet.ext.odata.internal.edm.ODataType
Sets the schema.
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.
setSchemas(List<Schema>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
Sets the data service schemas
setScheme(ChallengeScheme) - Method in class org.restlet.data.ChallengeMessage
Sets the scheme used.
setScheme(String) - Method in class org.restlet.data.Reference
Sets the scheme component.
setScheme(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.
setSecond(U) - Method in class org.restlet.util.Couple
Deprecated.
Sets the second object.
setSecond(U) - Method in class org.restlet.util.Triple
Deprecated.
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(String) - Method in class org.restlet.data.ChallengeResponse
Sets the user secret, such as a password or a secret key.
setSecret(char[]) - Method in class org.restlet.security.User
Sets the secret.
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.xml.SaxRepresentation
Indicates if it limits potential XML overflow attacks.
setSecureRandomAlgorithm(String) - Method in class org.restlet.ext.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.
setServer(Object) - Method in class org.restlet.ext.spring.SpringComponent
Adds a server to the list of connectors.
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.
setServersList(List<Object>) - Method in class org.restlet.ext.spring.SpringComponent
Sets the list of servers, either as protocol names, Protocol instances or Server instances.
setService(Service) - Method in class org.restlet.ext.atom.Workspace
Sets the parent service.
setSetterAccess(String) - Method in class org.restlet.ext.odata.internal.edm.Property
Sets the access level modifier of the setter method.
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.
setSipIfMatch(Tag) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setSipIfMatch(Tag) - Method in class org.restlet.ext.sip.SipRequest
Sets the identifier of the specific event state that the request is refreshing.
setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.SipRequest
Sets the intermediary recipients information.
setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.SipResponse
Sets the intermediary recipients information.
setSipRetryAfter(Availability) - Method in class org.restlet.ext.sip.SipResponse
Sets the delay after which a request should be retried.
setSipTag(Tag) - Method in class org.restlet.ext.sip.SipResponse
Sets the tag of the returned representation.
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
 
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(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.
setSource(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the source resource reference.
setSourceRepresentation(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
Sets the source representation to transform.
setSslContext(SSLContext) - Method in class org.restlet.ext.ssl.HttpsClientHelper
Sets the SSL context.
setSslContext(SSLContext) - Method in class org.restlet.ext.ssl.HttpsServerHelper
Sets the SSL context.
setSslEngine(SSLEngine) - Method in class org.restlet.ext.ssl.internal.SslConnection
Sets the engine to use for wrapping and unwrapping.
setSslEngineResult(SSLEngineResult) - Method in class org.restlet.ext.ssl.internal.SslConnection
Sets the engine result.
setSslResult(SSLEngineResult) - Method in class org.restlet.ext.ssl.internal.SslConnection
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(ConnectionState) - Method in class org.restlet.engine.connector.Connection
Sets the state of the connection.
setState(BufferState) - Method in class org.restlet.engine.io.Buffer
Sets the byte buffer IO state.
setStatus(Status) - Method in class org.restlet.data.Warning
Sets the special status.
setStatus(Status) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, String) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status, Throwable, String) - Method in class org.restlet.resource.ServerResource
Sets the status.
setStatus(Status) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, String) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.Response
Sets the status.
setStatus(Status, Throwable, String) - Method in class org.restlet.Response
Sets the status.
setStatus(Status) - Method in class org.restlet.util.WrapperResponse
Sets the status.
setStatus(Status, String) - Method in class org.restlet.util.WrapperResponse
Sets the status.
setStatus(Status, Throwable) - Method in class org.restlet.util.WrapperResponse
 
setStatus(Status, Throwable, String) - Method in class org.restlet.util.WrapperResponse
 
setStatusCode(int) - Method in class org.restlet.engine.adapter.Call
Sets the status code.
setStatuses(List<Status>) - Method in class org.restlet.ext.wadl.ResponseInfo
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
Sets the status service.
setStatusService(StatusService) - Method in class org.restlet.engine.application.StatusFilter
Sets the helped status service.
setStream(InputStream) - Method in class org.restlet.representation.InputRepresentation
Sets the input stream to use.
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
Sets the parameter style.
setSubject(String) - Method in class org.restlet.ext.sip.SipRequest
Sets the subject of the call.
setSubscriptionState(Subscription) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setSubscriptionState(Subscription) - Method in class org.restlet.ext.sip.SipRequest
Sets the state of the subscription.
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.
setSupported(List<OptionTag>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
setSupported(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
Sets the extensions supported by the UAC.
setSupported(List<OptionTag>) - Method in class org.restlet.ext.sip.SipResponse
Sets the extensions supported by the UAS.
setTag(String) - Method in class org.restlet.ext.sip.OptionTag
Sets the tag value.
setTag(Tag) - Method in class org.restlet.representation.RepresentationInfo
Sets the tag.

Note that when used with HTTP connectors, this property maps to the "ETag" header.
setTag(Tag) - Method in class org.restlet.util.WrapperRepresentation
 
setTarget(Role) - Method in class org.restlet.engine.security.RoleMapping
 
setTarget(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(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the target as a resource reference.
setTarget(Restlet) - Method in class org.restlet.ext.xdb.XdbServletAdapter
Sets the target Restlet.
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
Indicate whether or not the target supports entity in the request.
setTargetMethod(Method) - Method in class org.restlet.ext.javamail.TriggerResource
Sets the default target method.
setTargetRef(Reference) - Method in class org.restlet.ext.wadl.IncludeInfo
Sets the URI of the referenced definition.
setTargetRef(Reference) - Method in class org.restlet.ext.wadl.MethodInfo
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
Sets the target URI template.
setTaskService(TaskService) - Method in class org.restlet.Application
Sets the task service.
setTemplate(Template) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Sets the FreeMarker template.
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(String) - Method in class org.restlet.data.Warning
Sets the warning text.
setText(CharSequence) - Method in class org.restlet.representation.AppendableRepresentation
 
setText(CharSequence) - Method in class org.restlet.representation.StringRepresentation
Sets the string value.
setText(String) - Method in class org.restlet.representation.StringRepresentation
Sets the string value.
setTextContent(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
Sets the content of that element as text.
setThird(V) - Method in class org.restlet.ext.rdf.Triple
Sets the third object.
setThird(V) - Method in class org.restlet.util.Triple
Deprecated.
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(Text) - 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(Text) - 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(Text) - Method in class org.restlet.ext.atom.Source
Sets the human-readable title for the entry.
setTitle(String) - Method in class org.restlet.ext.atom.Workspace
Sets the title.
setTitle(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
Sets the title of that documentation element.
setTo(Address) - Method in class org.restlet.ext.sip.SipClientResource
Sets the logical recipient of the request.
setTo(Address) - Method in class org.restlet.ext.sip.SipRequest
Sets the logical recipient of the request.
setTo(Address) - Method in class org.restlet.ext.sip.SipResponse
Sets the logical recipient of the request.
setToEncode(boolean) - Method in class org.restlet.ext.atom.Content
Indicates if the content is to be encoded.
setToRole(AssociationEnd) - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
Sets the target entity of the association.
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
 
setTransport(String) - Method in class org.restlet.ext.sip.SipRecipientInfo
Sets the transport protocol name.
setTrustManagerAlgorithm(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the TrustManager algorithm.
setTrustStorePassword(char[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePassword(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePath(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the path to the trust store KeyStore.
setTrustStoreProvider(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the name of the trust store provider.
setTrustStoreType(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the KeyStore type of the trust store.
setTunnelService(TunnelService) - Method in class org.restlet.Application
Sets the tunnel service.
setType(String) - Method in class org.restlet.data.Disposition
Sets the disposition type.
setType(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.
setType(EntityType) - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
Sets the type of this entity.
setType(EntitySet) - Method in class org.restlet.ext.odata.internal.edm.AssociationSetEnd
Sets the type of this entity.
setType(EntityType) - Method in class org.restlet.ext.odata.internal.edm.EntitySet
Sets the type of contained entities.
setType(String) - Method in class org.restlet.ext.odata.internal.edm.Parameter
Sets the type of the parameter.
setType(Type) - Method in class org.restlet.ext.odata.internal.edm.Property
Sets the type of the property.
setType(String) - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
 
setType(EventType) - Method in class org.restlet.ext.sip.Event
Sets the type of the event.
setType(String) - Method in class org.restlet.ext.wadl.ParameterInfo
Sets the parameter type.
setType(List<Reference>) - Method in class org.restlet.ext.wadl.ResourceInfo
Sets the list of references to resource type elements.
setType(int) - Method in class org.restlet.routing.Variable
Sets the type of variable.
setTypeRef(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the type reference.
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.
setUnsupported(List<OptionTag>) - Method in class org.restlet.ext.sip.SipResponse
Sets the extensions not supported by the UAS.
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.
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.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.Parameter
 
setValue(String) - Method in class org.restlet.engine.header.Header
Sets the value.
setValue(String) - Method in class org.restlet.ext.html.FormData
Sets the textual value of the associated form control.
setValue(Object, Representation) - Method in class org.restlet.ext.odata.Service
Sets the value of the given media entry link.
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.sip.Priority
Sets the priority value.
setValue(String) - Method in class org.restlet.ext.sip.Subscription
Sets the subscription state value.
setValue(String) - Method in class org.restlet.ext.wadl.OptionInfo
Sets the value of this option element.
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.ext.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.engine.connector.HttpInboundRequest
 
setWarnings(List<Warning>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
 
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.
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.
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(T) - Method in class org.restlet.ext.crypto.DigestVerifier
Sets the wrapped secret verifier.
setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
Sets the wrapped local 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.xml.XmlRepresentation
Indicates the desire for processing XInclude if found in this type of XML representations.
setXmlDriverClass(Class<? extends HierarchicalStreamDriver>) - Method in class org.restlet.ext.xstream.XstreamRepresentation
Sets the XStream XML driver class.
setXmlElement(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
Sets the qualified name of the root element for this XML-based representation.
setXstream(XStream) - Method in class org.restlet.ext.xstream.XstreamRepresentation
Sets the XStream object.
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.engine.connector.OutboundWay
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(Socket) - Method in class org.restlet.engine.connector.Connection
Shutdowns the socket, first its input then its output.
shutdown() - Method in class org.restlet.engine.connector.ConnectionController
 
shutdown() - Method in class org.restlet.engine.connector.Controller
Abort the controller.
shutdown(Socket) - Method in class org.restlet.ext.ssl.internal.SslConnection
 
shutdown() - Method in class org.restlet.service.TaskService
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdownNow() - Method in class org.restlet.service.TaskService
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
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
 
singleFormat - Static variable in class org.restlet.ext.odata.internal.edm.TypeUtils
Formater for the EDM Single type.
SIP - Static variable in class org.restlet.data.Protocol
SIP protocol.
SipClientHelper - Class in org.restlet.ext.sip.internal
Standalone SIP client helper.
SipClientHelper(Client) - Constructor for class org.restlet.ext.sip.internal.SipClientHelper
Constructor.
SipClientInboundWay - Class in org.restlet.ext.sip.internal
SIP client inbound way.
SipClientInboundWay(Connection<Client>, int) - Constructor for class org.restlet.ext.sip.internal.SipClientInboundWay
Constructor.
SipClientOutboundWay - Class in org.restlet.ext.sip.internal
SIP client outbound way.
SipClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.sip.internal.SipClientOutboundWay
Constructor.
SipClientResource - Class in org.restlet.ext.sip
Client-side resource for the sip protocol.
SipClientResource(Context, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Context, Method, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Context, Method, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Context, Method, String) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Context, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Context, SipRequest, SipResponse) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Context, String) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(URI) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Method, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Method, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Method, String) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(SipClientResource) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(SipRequest, SipResponse) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipClientResource(String) - Constructor for class org.restlet.ext.sip.SipClientResource
Constructor.
SipConstants - Class in org.restlet.ext.sip.internal
Constants related to the SIP protocol.
SipConstants() - Constructor for class org.restlet.ext.sip.internal.SipConstants
 
SipInboundRequest - Class in org.restlet.ext.sip.internal
Request part of a SIP transaction.
SipInboundRequest(Context, Connection<Server>, String, String, String) - Constructor for class org.restlet.ext.sip.internal.SipInboundRequest
Constructor.
SipInboundRequest(SipInboundRequest) - Constructor for class org.restlet.ext.sip.internal.SipInboundRequest
Copy constructor.
SipMethod - Class in org.restlet.ext.sip
Constants for SIP methods.
SipMethod() - Constructor for class org.restlet.ext.sip.SipMethod
 
SipProtocolHelper - Class in org.restlet.ext.sip.internal
Protocol helper for the SIP protocol.
SipProtocolHelper() - Constructor for class org.restlet.ext.sip.internal.SipProtocolHelper
 
SipRecipientInfo - Class in org.restlet.ext.sip
Describes a SIP intermediary such as a proxy.
SipRecipientInfo() - Constructor for class org.restlet.ext.sip.SipRecipientInfo
Constructor.
SipRecipientInfo(Protocol, String, String) - Constructor for class org.restlet.ext.sip.SipRecipientInfo
Constructor.
SipRecipientInfo(Protocol, String, String, String) - Constructor for class org.restlet.ext.sip.SipRecipientInfo
Constructor.
SipRecipientInfoReader - Class in org.restlet.ext.sip.internal
Via header reader.
SipRecipientInfoReader(String) - Constructor for class org.restlet.ext.sip.internal.SipRecipientInfoReader
Constructor.
SipRecipientInfoWriter - Class in org.restlet.ext.sip.internal
Via header writer.
SipRecipientInfoWriter() - Constructor for class org.restlet.ext.sip.internal.SipRecipientInfoWriter
 
SipRequest - Class in org.restlet.ext.sip
Request part of a SIP transaction.
SipRequest() - Constructor for class org.restlet.ext.sip.SipRequest
Constructor.
SipRequest(Method, Reference) - Constructor for class org.restlet.ext.sip.SipRequest
Constructor.
SipRequest(Method, Reference, Representation) - Constructor for class org.restlet.ext.sip.SipRequest
Constructor.
SipRequest(Method, String) - Constructor for class org.restlet.ext.sip.SipRequest
Constructor.
SipRequest(Method, String, Representation) - Constructor for class org.restlet.ext.sip.SipRequest
Constructor.
SipRequest(SipRequest) - Constructor for class org.restlet.ext.sip.SipRequest
Copy constructor.
SipResponse - Class in org.restlet.ext.sip
Response part of a SIP transaction.
SipResponse(Request) - Constructor for class org.restlet.ext.sip.SipResponse
Constructor.
SIPS - Static variable in class org.restlet.data.Protocol
SIPS protocol (via SSL socket).
SipServerHelper - Class in org.restlet.ext.sip.internal
Standalone SIP server helper.
SipServerHelper(Server) - Constructor for class org.restlet.ext.sip.internal.SipServerHelper
Constructor.
SipServerInboundWay - Class in org.restlet.ext.sip.internal
SIP server inbound way.
SipServerInboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.sip.internal.SipServerInboundWay
Constructor.
SipServerOutboundWay - Class in org.restlet.ext.sip.internal
SIP server outbound way.
SipServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.sip.internal.SipServerOutboundWay
Constructor.
SipServerResource - Class in org.restlet.ext.sip
SIP server resource handling a received SIP transaction.
SipServerResource() - Constructor for class org.restlet.ext.sip.SipServerResource
 
SipStatus - Class in org.restlet.ext.sip
Constants for SIP statuses.
SipStatus() - Constructor for class org.restlet.ext.sip.SipStatus
 
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_MAX - Static variable in class org.restlet.data.Range
Maximum size available from the index.
SizedInputStream - Class in org.restlet.ext.xdb.internal
Input stream based on a source stream that must only be partially read.
SizedInputStream(Notifiable, InputStream, long) - Constructor for class org.restlet.ext.xdb.internal.SizedInputStream
Constructor.
skip(int) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $skip option set in the URI generated by the returned query.
skip(long) - Method in class org.restlet.ext.xdb.internal.SizedInputStream
 
SKIP - Static variable in class org.restlet.routing.Filter
Indicates that after the Filter.beforeHandle(Request, Response) method, the request processing should skip the Filter.doHandle(Request, Response) method to continue with the Filter.afterHandle(Request, Response) method.
skipParameterSeparator() - Method in class org.restlet.engine.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
 
skipSpaces() - Method in class org.restlet.engine.header.HeaderReader
Skips the next spaces.
skipToken(String) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $skiptoken option set in the URI generated by the returned query.
skipValueSeparator() - Method in class org.restlet.engine.header.HeaderReader
Skips the next value separator (comma) including leading and trailing spaces.
Slf4jLogger - Class in org.restlet.ext.slf4j
JULI logger that efficiently wraps a SLF4J logger.
Slf4jLogger(Logger) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
Constructor.
Slf4jLogger(String, String) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
Constructor.
Slf4jLoggerFacade - Class in org.restlet.ext.slf4j
Restlet log facade for the SLF4J LoggerFactory.
Slf4jLoggerFacade() - Constructor for class org.restlet.ext.slf4j.Slf4jLoggerFacade
 
SMTP - Static variable in class org.restlet.data.Protocol
SMTP protocol.
SMTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
Plain SMTP scheme.
SmtpPlainHelper - Class in org.restlet.engine.security
Implements the SMTP PLAIN authentication.
SmtpPlainHelper() - Constructor for class org.restlet.engine.security.SmtpPlainHelper
Constructor.
SMTPS - Static variable in class org.restlet.data.Protocol
SMTPS protocol (via SSL/TLS socket).
sort(List<Method>) - Static method in class org.restlet.data.Method
Sorts the given list of methods by name.
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.
SPANISH - Static variable in class org.restlet.data.Language
Spanish language.
SpringBeanFinder - Class in org.restlet.ext.spring
An alternative to SpringFinder which uses Spring's BeanFactory mechanism to load a prototype bean by name.
SpringBeanFinder() - Constructor for class org.restlet.ext.spring.SpringBeanFinder
Default constructor.
SpringBeanFinder(Router, BeanFactory, String) - Constructor for class org.restlet.ext.spring.SpringBeanFinder
Constructor.
SpringBeanRouter - Class in org.restlet.ext.spring
Restlet Router which behaves like Spring's org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping.
SpringBeanRouter() - Constructor for class org.restlet.ext.spring.SpringBeanRouter
Constructor.
SpringBeanRouter(Context) - Constructor for class org.restlet.ext.spring.SpringBeanRouter
Constructor with a parent context.
SpringBeanRouter(Restlet) - Constructor for class org.restlet.ext.spring.SpringBeanRouter
Constructor with a parent Restlet.
SpringComponent - Class in org.restlet.ext.spring
Component that is easily configurable from Spring.
SpringComponent() - Constructor for class org.restlet.ext.spring.SpringComponent
 
SpringContext - Class in org.restlet.ext.spring
Spring application context based on a Restlet context.
SpringContext(Context) - Constructor for class org.restlet.ext.spring.SpringContext
Constructor.
SpringFinder - Class in org.restlet.ext.spring
Finder that is specialized for easier usage by Spring wiring services.
SpringFinder() - Constructor for class org.restlet.ext.spring.SpringFinder
Constructor.
SpringFinder(Context) - Constructor for class org.restlet.ext.spring.SpringFinder
Constructor.
SpringFinder(Context, Class<? extends ServerResource>) - Constructor for class org.restlet.ext.spring.SpringFinder
Constructor.
SpringFinder(Restlet) - Constructor for class org.restlet.ext.spring.SpringFinder
Constructor.
SpringHost - Class in org.restlet.ext.spring
Virtual host that is easily configurable with Spring.
SpringHost(Component) - Constructor for class org.restlet.ext.spring.SpringHost
Constructor.
SpringHost(Context) - Constructor for class org.restlet.ext.spring.SpringHost
Constructor.
SpringResource - Class in org.restlet.ext.spring
Spring Resource based on a Restlet Representation.
SpringResource(Representation) - Constructor for class org.restlet.ext.spring.SpringResource
Constructor.
SpringResource(Representation, String) - Constructor for class org.restlet.ext.spring.SpringResource
Constructor.
SpringRouter - Class in org.restlet.ext.spring
Router that is easily configurable with Spring.
SpringRouter() - Constructor for class org.restlet.ext.spring.SpringRouter
Constructor.
SpringRouter(Context) - Constructor for class org.restlet.ext.spring.SpringRouter
Constructor with a parent context.
SpringRouter(Restlet) - Constructor for class org.restlet.ext.spring.SpringRouter
Constructor with a parent Restlet.
SpringServer - Class in org.restlet.ext.spring
Server that is easily configurable with Spring.
SpringServer(String) - Constructor for class org.restlet.ext.spring.SpringServer
Constructor.
SpringServer(String, int) - Constructor for class org.restlet.ext.spring.SpringServer
Constructor.
SpringServer(String, String, int) - Constructor for class org.restlet.ext.spring.SpringServer
Constructor.
sqlEncode(String) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
Escapes quotes in a SQL query.
SslConnection<T extends Connector> - Class in org.restlet.ext.ssl.internal
Connection secured with SSL/TLS protocols.
SslConnection(ConnectionHelper<T>, SocketChannel, ConnectionController, InetSocketAddress, SSLEngine) - Constructor for class org.restlet.ext.ssl.internal.SslConnection
Constructor.
SslContextFactory - Class in org.restlet.ext.ssl
This is an abstract factory that produces configured and initialized instances of SSLContext.
SslContextFactory() - Constructor for class org.restlet.ext.ssl.SslContextFactory
 
SslUtils - Class in org.restlet.ext.ssl.internal
Various HTTPS utilities.
start() - Method in class org.restlet.Application
Starts the application, all the enabled associated services then the inbound and outbound roots.
start() - Method in class org.restlet.Client
 
start() - Method in class org.restlet.Component
Starts the component.
start() - Method in class org.restlet.engine.application.ApplicationHelper
Start hook.
start() - Method in class org.restlet.engine.component.ClientRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.component.ComponentHelper
 
start() - Method in class org.restlet.engine.component.ServerRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.connector.BaseHelper
 
start() - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
start() - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
start() - Method in class org.restlet.engine.ConnectorHelper
 
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.net.FtpClientHelper
 
start() - Method in class org.restlet.ext.net.HttpClientHelper
 
start() - Method in class org.restlet.ext.servlet.internal.ServletWarClient
Start callback.
start() - Method in class org.restlet.ext.ssl.HttpsClientHelper
 
start() - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
start() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClient
 
start() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClientHelper
 
start() - Method in class org.restlet.Restlet
Starts the Restlet.
start() - Method in class org.restlet.routing.Filter
Starts the filter and the next Restlet if attached.
start() - Method in class org.restlet.routing.Router
Starts the filter and the attached routes.
start() - Method in class org.restlet.security.Realm
Starts the realm.
start() - Method in class org.restlet.Server
 
start() - Method in class org.restlet.service.LogService
Starts the log service by attempting to read the log properties if the LogService.getLogPropertiesRef() returns a non null URI reference.
start() - Method in class org.restlet.service.Service
Starts the Restlet.
start() - Method in class org.restlet.service.TaskService
 
start() - Method in class org.restlet.util.ServiceList
Starts each service.
start() - Method in class org.restlet.util.WrapperRestlet
 
startClients() - Method in class org.restlet.Component
Starts the client connectors.
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.
startContent(Content) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
startContent(Content) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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.odata.internal.edm.MetadataReader
 
startDocument() - Method in class org.restlet.ext.xml.XmlWriter
Write the XML declaration at the beginning of the document.
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.odata.internal.edm.MetadataReader
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
startElement(String, String, String, Attributes) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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.xml.XmlWriter
Write a start tag.
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.
startEntry(Entry) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
startEntry(Entry) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
startFeed(Feed) - Method in class org.restlet.ext.atom.FeedReader
Called when a new feed has been detected in the Atom document.
startFeed(Feed) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
startFeed(Feed) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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.
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.
startLink(Link) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
 
startLink(Link) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
 
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.odata.internal.FeedContentHandler
 
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.
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.
STATE_ACTIVE - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been accepted and (in general) has been authorized.
STATE_PENDING - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been received by the notifier, but there is insufficient policy information to grant or deny the subscription yet.
STATE_TERMINATED - Static variable in class org.restlet.ext.sip.Subscription
The subscription has been terminated.
Status - Class in org.restlet.data
Status to return after handling a call.
Status(int) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, String, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable) - Constructor for class org.restlet.data.Status
Constructor.
Status(int, Throwable, String, String, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, String) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, Throwable) - Constructor for class org.restlet.data.Status
Constructor.
Status(Status, Throwable, String) - Constructor for class org.restlet.data.Status
Constructor.
StatusFilter - Class in org.restlet.engine.application
Filter associating a response entity based on the status.
StatusFilter(Context, boolean, String, Reference) - Constructor for class org.restlet.engine.application.StatusFilter
Constructor.
StatusFilter(Context, StatusService) - Constructor for class org.restlet.engine.application.StatusFilter
Constructor from a status service.
StatusService - Class in org.restlet.service
Service to handle error statuses.
StatusService() - Constructor for class org.restlet.service.StatusService
Constructor.
StatusService(boolean) - Constructor for class org.restlet.service.StatusService
Constructor.
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.BaseHelper
 
stop() - Method in class org.restlet.engine.connector.ClientConnectionHelper
 
stop() - Method in class org.restlet.engine.connector.ServerConnectionHelper
 
stop() - Method in class org.restlet.engine.ConnectorHelper
 
stop() - Method in class org.restlet.engine.RestletHelper
Stop callback.
stop() - Method in class org.restlet.engine.ServerHelper
 
stop() - Method in class org.restlet.ext.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.net.FtpClientHelper
 
stop() - Method in class org.restlet.ext.net.HttpClientHelper
 
stop() - Method in class org.restlet.ext.servlet.internal.ServletWarClient
Stop callback.
stop() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClient
 
stop() - Method in class org.restlet.Restlet
Stops the Restlet.
STOP - Static variable in class org.restlet.routing.Filter
Indicates that the request processing should stop and return the current response from the filter.
stop() - Method in class org.restlet.routing.Filter
Stops the filter and the next Restlet if attached.
stop() - Method in class org.restlet.routing.Router
Stops the filter and the attached routes.
stop() - Method in class org.restlet.security.Realm
Stops the realm.
stop() - Method in class org.restlet.Server
 
stop() - Method in class org.restlet.service.Service
Stops the Restlet.
stop() - Method in class org.restlet.service.TaskService
 
stop() - Method in class org.restlet.util.ServiceList
Stops each service.
stop() - Method in class org.restlet.util.WrapperRestlet
 
stopClients() - Method in class org.restlet.Component
Stops the client connectors.
stopHelper() - Method in class org.restlet.Component
Stops the internal helper allowing incoming requests to be served.
stopRealms() - Method in class org.restlet.Component
Stops the realms.
stopRouters() - Method in class org.restlet.Component
Stops the virtual hosts and the internal router.
stopServers() - Method in class org.restlet.Component
Stops the server connectors.
stopServices() - Method in class org.restlet.Component
Stops the associated services.
StreamRepresentation - Class in org.restlet.representation
Representation based on a BIO stream.
StreamRepresentation(MediaType) - Constructor for class org.restlet.representation.StreamRepresentation
Constructor.
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.
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.
strip(String, char) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from both ends of the source string.
strip(String, char, boolean, boolean) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from a source string.
subList(int, int) - Method in class org.restlet.data.ReferenceList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.restlet.util.RouteList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(int, int) - Method in class org.restlet.util.Series
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
subList(String) - Method in class org.restlet.util.Series
Returns a list of all the values associated to the parameter name.
subList(String, boolean) - Method in class org.restlet.util.Series
Returns a list of all the values associated to the parameter name.
subList(int, int) - Method in class org.restlet.util.WrapperList
Returns a view of the portion of this list between the specified fromIndex, inclusive, and toIndex, exclusive.
submit(Callable<T>) - Method in class org.restlet.service.TaskService
Submits a value-returning task for execution and returns a Future representing the pending results of the task.
submit(Runnable) - Method in class org.restlet.service.TaskService
 
submit(Runnable, T) - Method in class org.restlet.service.TaskService
 
subscribe() - Method in class org.restlet.ext.sip.SipClientResource
Requests current state and state updates from a remote node.
subscribe(Representation) - Method in class org.restlet.ext.sip.SipClientResource
Requests current state and state updates from a remote node.
SUBSCRIBE - Static variable in class org.restlet.ext.sip.SipMethod
Used to request current state and state updates from a remote node.
Subscribe - Annotation Type in org.restlet.ext.sip
Used to request current state and state updates from a remote node.
Subscription - Class in org.restlet.ext.sip
Describes the state of a subscription.
Subscription(String) - Constructor for class org.restlet.ext.sip.Subscription
Constructor.
Subscription(String, String) - Constructor for class org.restlet.ext.sip.Subscription
Constructor.
Subscription(String, String, int) - Constructor for class org.restlet.ext.sip.Subscription
Constructor.
Subscription(String, String, int, int) - Constructor for class org.restlet.ext.sip.Subscription
Constructor.
SubscriptionReader - Class in org.restlet.ext.sip.internal
Subscription state header reader.
SubscriptionReader(String) - Constructor for class org.restlet.ext.sip.internal.SubscriptionReader
Constructor.
SubscriptionWriter - Class in org.restlet.ext.sip.internal
Subscription state header writer.
SubscriptionWriter() - Constructor for class org.restlet.ext.sip.internal.SubscriptionWriter
 
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_OK - Static variable in class org.restlet.ext.sip.SipStatus
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.
suspend() - Method in class org.restlet.util.SelectionRegistration
Suspend interest in new listener notifications.
SyndFeedRepresentation - Class in org.restlet.ext.rome
A syndicated feed representation (such as RSS or Atom) based on the ROME library.
SyndFeedRepresentation() - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
Constructs a UTF8 RSS 2.0 feed.
SyndFeedRepresentation(Representation) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
Constructor that parses the given feed representation.
SyndFeedRepresentation(String) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
Constructs a UTF8 feed.
SyndFeedRepresentation(String, CharacterSet) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
Constructs a feed.
SyndFeedRepresentation(String, List<?>, CharacterSet) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
Constructs a feed.
SyndFeedRepresentation(SyndFeed) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
Constructor around an existing feed.
SystemUtils - Class in org.restlet.engine.util
System utilities.

T

T_DIALOG - Static variable in class org.restlet.ext.sip.OptionTag
Used to identify the target dialog header field extension.
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.
TAG_100REL - Static variable in class org.restlet.ext.sip.OptionTag
Used for reliability of provisional responses.
TagWriter - Class in org.restlet.engine.header
Tag header writer.
TagWriter() - Constructor for class org.restlet.engine.header.TagWriter
 
targetTemplate - Variable in class org.restlet.routing.Redirector
The target URI pattern.
TaskService - Class in org.restlet.service
Application service capable of running and scheduling tasks asynchronously.
TaskService() - Constructor for class org.restlet.service.TaskService
Constructor.
TaskService(int) - Constructor for class org.restlet.service.TaskService
Constructor.
TasksListener - Interface in org.restlet.ext.ssl.internal
Callback interface used for delegated task completion.
Template - Class in org.restlet.routing
String template with a pluggable model.
Template(String) - Constructor for class org.restlet.routing.Template
Default constructor.
Template(String, int) - Constructor for class org.restlet.routing.Template
Constructor.
Template(String, int, int, String, boolean, boolean) - Constructor for class org.restlet.routing.Template
Constructor.
Template(String, int, int, String, boolean, boolean, boolean) - Constructor for class org.restlet.routing.Template
Constructor.
TemplateDispatcher - Class in org.restlet.engine
Filter that resolves URI templates in the target resource URI reference using the request attributes.
TemplateDispatcher() - Constructor for class org.restlet.engine.TemplateDispatcher
 
TemplateFilter - Class in org.restlet.ext.freemarker
Filter response's entity and wrap it with a FreeMarker's template representation.
TemplateFilter() - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Object) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
TemplateFilter(Context, Restlet, Resolver<Object>) - Constructor for class org.restlet.ext.freemarker.TemplateFilter
Constructor.
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.
TemplateRepresentation - Class in org.restlet.ext.freemarker
FreeMarker template representation.
TemplateRepresentation(Representation, Configuration, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Representation, Configuration, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Representation, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Representation, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(String, Configuration, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(String, Configuration, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Template, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation(Template, Object, MediaType) - Constructor for class org.restlet.ext.freemarker.TemplateRepresentation
Constructor.
TemplateRepresentation - Class in org.restlet.ext.velocity
Velocity template representation.
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(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.
TemplateRoute - Class in org.restlet.routing
Filter scoring the affinity of calls with the attached Restlet.
TemplateRoute(Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor behaving as a simple extractor filter.
TemplateRoute(Router, String, Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor.
TemplateRoute(Router, Template, Restlet) - Constructor for class org.restlet.routing.TemplateRoute
Constructor.
Text - Class in org.restlet.ext.atom
A Text construct contains human-readable text, usually in small quantities.
Text(MediaType) - Constructor for class org.restlet.ext.atom.Text
Constructor.
Text(MediaType, String) - Constructor for class org.restlet.ext.atom.Text
Constructor.
Text(String) - Constructor for class org.restlet.ext.atom.Text
Constructor.
TEXT_ALL - Static variable in class org.restlet.data.MediaType
 
TEXT_CALENDAR - Static variable in class org.restlet.data.MediaType
 
TEXT_CSS - Static variable in class org.restlet.data.MediaType
 
TEXT_CSV - Static variable in class org.restlet.data.MediaType
 
TEXT_DAT - Static variable in class org.restlet.data.MediaType
 
TEXT_HTML - Static variable in class org.restlet.data.MediaType
 
TEXT_J2ME_APP_DESCRIPTOR - Static variable in class org.restlet.data.MediaType
 
TEXT_JAVASCRIPT - Static variable in class org.restlet.data.MediaType
 
TEXT_PLAIN - Static variable in class org.restlet.data.MediaType
 
TEXT_RDF_N3 - Static variable in class org.restlet.data.MediaType
 
TEXT_RDF_NTRIPLES - Static variable in class org.restlet.data.MediaType
 
TEXT_TSV - Static variable in class org.restlet.data.MediaType
 
TEXT_URI_LIST - Static variable in class org.restlet.data.MediaType
 
TEXT_VCARD - Static variable in class org.restlet.data.MediaType
 
TEXT_XML - Static variable in class org.restlet.data.MediaType
 
timeFormat - Static variable in class org.restlet.ext.odata.internal.edm.TypeUtils
Formater for the EDM Time type.
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.
TIMER - Static variable in class org.restlet.ext.sip.OptionTag
Indicates the support of the session timer extension.
toArray() - Method in class org.restlet.util.WrapperList
Returns an array containing all of the elements in this list in proper sequence.
toArray(T[]) - Method in class org.restlet.util.WrapperList
Returns an array containing all of the elements in this list in proper sequence; the runtime type of the returned array is that of the specified array.
toByteArray(char[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a char array into a byte array using the default character set.
toByteArray(char[], String) - Static method in class org.restlet.engine.io.BioUtils
Converts a char array into a byte array using the provided character set.
toCharArray(byte[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into a character array using the default character set.
toCharArray(byte[], String) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into a character array using the default character set.
toCharset() - Method in class org.restlet.data.CharacterSet
Returns the NIO charset matching the character set name.
toEdm(Object, Type) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Converts a value to the String representation of the target WCF type.
toEdmBinary(byte[]) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Binary value.
toEdmBoolean(boolean) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Boolean value.
toEdmByte(byte) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Byte value.
toEdmDateTime(Date) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM DateTime value.
toEdmDecimal(double) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Decimal value.
toEdmDouble(double) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Double value.
toEdmInt16(short) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Int16 value.
toEdmInt32(int) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Int32 value.
toEdmInt64(long) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Int64 value.
toEdmKey(Object, Type) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Converts a value to the String representation of the target WCF type when used a key in the URIs.
toEdmSingle(double) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Single value.
toEdmSingle(float) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Single value.
toEdmTime(long) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Convert the given value to the String representation of a EDM Time value.
toEntry(Object) - Method in class org.restlet.ext.odata.Service
Converts an entity to an Atom entry object.
toHexString(byte[]) - Static method in class org.restlet.engine.io.BioUtils
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.
toHttpDigest(String, char[], String) - Static method in class org.restlet.ext.crypto.DigestUtils
Return the HTTP DIGEST hashed secret.
toJavaClass(String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Returns the corresponding Java class or scalar type.
toJavaTypeName(String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
Returns the name of the corresponding Java class or scalar type.
Token - Class in org.restlet.ext.rdf.internal.turtle
Represents a still unidentified Turtle token.
Token(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.Token
Constructor with arguments.
Token(String) - Constructor for class org.restlet.ext.rdf.internal.turtle.Token
Constructor with value.
TokenReader - Class in org.restlet.engine.header
Token header reader.
TokenReader(String) - Constructor for class org.restlet.engine.header.TokenReader
Constructor.
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.
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.ext.atom.AtomConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
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
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jdbc.JdbcConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rome.RomeConverter
 
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
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xstream.XstreamConverter
 
toObject(Representation, Class<T>) - Method in class org.restlet.resource.Resource
Converts a representation into a Java object.
toObject(Representation) - Method in class org.restlet.service.ConverterService
Converts a Representation into a regular Java object.
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.service.ConverterService
Converts a Representation into a regular Java object.
top(int) - Method in class org.restlet.ext.odata.Query
Creates a new Query with the $top option set in the URI generated by the returned query.
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.ext.atom.AtomConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
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
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.jdbc.JdbcConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.rome.RomeConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.xstream.XstreamConverter
 
toRepresentation(Object, Variant) - Method in class org.restlet.resource.Resource
Converts an object into a representation based on client preferences.
toRepresentation(Object) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.service.ConverterService
Converts a regular Java object into a Representation.
toRequest(ServerCall) - Method in class org.restlet.engine.adapter.ServerAdapter
Converts a low-level HTTP call into a high-level uniform request.
toRequest(ServletCall) - Method in class org.restlet.ext.servlet.ServletAdapter
Converts a low-level Servlet call into a high-level Restlet request.
toRequest(XdbServletCall) - Method in class org.restlet.ext.xdb.XdbServletAdapter
Converts a low-level Servlet call into a high-level Restlet request.
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.
toSpecific(HttpClientHelper, Request) - Method in class org.restlet.engine.adapter.ClientAdapter
Converts a low-level HTTP call into a high-level uniform call.
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.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(String, String, Integer, String, String, String) - Static method in class org.restlet.data.Reference
Creates a reference string from its parts.
toString(String, String, String) - Static method in class org.restlet.data.Reference
Creates a relative reference string from its parts.
toString(String, String, String, String, String) - Static method in class org.restlet.data.Reference
Creates a reference string from its parts.
toString() - Method in class org.restlet.data.Reference
Returns the reference as an URI string.
toString(boolean, boolean) - Method in class org.restlet.data.Reference
Returns the URI reference string.
toString() - Method in class org.restlet.data.Status
Returns the 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.connector.Connection
 
toString() - Method in class org.restlet.engine.connector.Way
 
toString() - Method in class org.restlet.engine.header.ContentType
 
toString() - Method in class org.restlet.engine.header.Header
 
toString(InputStream) - Static method in class org.restlet.engine.io.BioUtils
Converts an input stream to a string.
As this method uses the InputstreamReader class, the default character set is used for decoding the input stream.
toString(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Converts an input stream to a string using the specified character set for decoding the input stream.
toString(Reader) - Static method in class org.restlet.engine.io.BioUtils
Converts a reader to a string.
toString() - Method in class org.restlet.engine.io.Buffer
 
toString() - Method in class org.restlet.engine.io.WrapperSelectionChannel
 
toString() - Method in class org.restlet.engine.resource.AnnotationInfo
 
toString(Calendar) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Calendar object to an RFC 3339 date/time string.
toString(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the specified time zone.
toString(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the specified time zone.
toString() - Method in class org.restlet.engine.util.InternetDateFormat
Converts this InternetDateFormat object to an RFC 3339 date/time string.
toString(Relation) - Static method in class org.restlet.ext.atom.Relation
Return a String object representing the specified Relation.
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.odata.internal.edm.NamedObject
 
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 class org.restlet.ext.sip.Address
 
toString() - Method in class org.restlet.ext.ssl.internal.SslConnection
 
toString() - Method in enum org.restlet.ext.wadl.ParameterStyle
 
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.Finder
 
toString() - Method in class org.restlet.resource.Resource
 
toString() - Method in exception org.restlet.resource.ResourceException
 
toString() - Method in class org.restlet.Response
Displays a synthesis of the response like an HTTP status line.
toString() - Method in class org.restlet.routing.TemplateRoute
 
toString() - Method in class org.restlet.security.Group
 
toString() - Method in class org.restlet.security.Realm
 
toString() - Method in class org.restlet.security.Role
 
toString() - Method in class org.restlet.security.User
 
toString() - Method in class org.restlet.util.Couple
Deprecated.
 
toString() - Method in class org.restlet.util.SelectionRegistration
 
toString() - Method in class org.restlet.util.Triple
Deprecated.
 
toString() - Method in class org.restlet.util.WrapperList
Returns a string representation of the list.
toString() - Method in class org.restlet.util.WrapperRequest
 
toString() - Method in class org.restlet.util.WrapperResponse
 
toUri() - Method in class org.restlet.data.Reference
Converts to a URI instance.
toUrl() - Method in class org.restlet.data.Reference
Converts to a URL instance.
TRACE - Static variable in class org.restlet.data.Method
Used to invoke a remote, application-layer loop-back of the request message.
TraceChannel<T extends SelectionChannel> - Class in org.restlet.engine.io
Filter byte channel that sends a copy of all data on the trace output stream.
TraceChannel(T) - Constructor for class org.restlet.engine.io.TraceChannel
Constructor.
TraceChannel(T, OutputStream) - Constructor for class org.restlet.engine.io.TraceChannel
Constructor.
traceWorkerService() - Method in class org.restlet.engine.connector.BaseHelper
Adds traces on the worker service.
transform(Representation) - Method in class org.restlet.ext.xml.Transformer
Transforms a source XML representation by applying an XSLT transform sheet to it.
transform(Source, Result) - Method in class org.restlet.ext.xml.TransformRepresentation
Transforms the given JAXP source into the given result.
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.
TransformRepresentation - Class in org.restlet.ext.xml
Representation able to apply an XSLT transformation.
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.
TransformRepresentation(URIResolver, Representation, Representation) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Constructor.
TransformRepresentation(URIResolver, Representation, Templates) - Constructor for class org.restlet.ext.xml.TransformRepresentation
Constructor.
TriggerResource - Class in org.restlet.ext.javamail
Resource that handles requests to target resources according to parameters located in mails.
TriggerResource() - Constructor for class org.restlet.ext.javamail.TriggerResource
 
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.
Triple<T,U,V> - Class in org.restlet.util
Deprecated.
To be removed with no replacement.
Triple(T, U, V) - Constructor for class org.restlet.util.Triple
Deprecated.
Constructor.
TunnelFilter - Class in org.restlet.engine.application
Filter tunneling browser calls into full REST calls.
TunnelFilter(Context) - Constructor for class org.restlet.engine.application.TunnelFilter
Constructor.
TunnelService - Class in org.restlet.service
Application service tunneling request method or client preferences.
TunnelService(boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the query tunnel and disables the extensions and user agent tunnels.
TunnelService(boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the query tunnel and disables the extensions and user agent tunnels.
TunnelService(boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that disables the user agent tunnel.
TunnelService(boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor that enables the header tunneling.
TunnelService(boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.service.TunnelService
Constructor.
Type - Class in org.restlet.ext.odata.internal.edm
Represents an EDM simple type.
Type(String) - Constructor for class org.restlet.ext.odata.internal.edm.Type
Constructor.
TYPE_ALL - Static variable in class org.restlet.routing.Variable
Matches all characters.
TYPE_ALPHA - Static variable in class org.restlet.routing.Variable
Matches all alphabetical characters.
TYPE_ALPHA_DIGIT - Static variable in class org.restlet.routing.Variable
Matches all alphabetical and digital characters.
TYPE_ATTACHMENT - Static variable in class org.restlet.data.Disposition
Indicates that the part is intended to be separated from the full message.
TYPE_CHARACTER_SET - Static variable in class org.restlet.engine.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_COMPLEX_TYPE_OR_PROPERTY - Static variable in class org.restlet.ext.odata.Query
Type of query: complex type or property.
TYPE_COMPLEX_TYPE_PROPERTY - Static variable in class org.restlet.ext.odata.Query
Type of query: property.
TYPE_COMPLEX_TYPE_PROPERTY5 - Static variable in class org.restlet.ext.odata.Query
Type of query: property bis??
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_ENTITY - Static variable in class org.restlet.ext.odata.Query
Type of query: entity.
TYPE_ENTITY_SET - Static variable in class org.restlet.ext.odata.Query
Type of query: entity set.
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_LINKS - Static variable in class org.restlet.ext.odata.Query
Type of query: links.
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_PROPERTY_VALUE - Static variable in class org.restlet.ext.odata.Query
Type of query: property value.
TYPE_TOKEN - Static variable in class org.restlet.routing.Variable
Matches any CHAR except CTLs or separators.
TYPE_UNKNOWN - Static variable in class org.restlet.ext.odata.Query
Type of query: unknown.
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.
TypeUtils - Class in org.restlet.ext.odata.internal.edm
Handle type operations.
TypeUtils() - Constructor for class org.restlet.ext.odata.internal.edm.TypeUtils
 

U

unauthenticated(Request, Response) - Method in class org.restlet.security.Authenticator
Invoked upon failed authentication.
unauthorized(Request, Response) - Method in class org.restlet.security.Authorizer
Invoked upon failed authorization.
unblock(Response) - Method in class org.restlet.engine.connector.ClientConnectionHelper
Unblocks the thread that handles the given request/response pair.
unblock(Response) - Method in class org.restlet.ext.sip.internal.SipClientHelper
 
unblock() - Method in class org.restlet.util.SelectionRegistration
Unblocks the optionally blocked thread.
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.
Uniform - Interface in org.restlet
Uniform REST interface.
UniformResource - Class in org.restlet.resource
Deprecated.
Use the parent Resource class instead.
UniformResource() - Constructor for class org.restlet.resource.UniformResource
Deprecated.
 
UNKNOWN_PORT - Static variable in class org.restlet.data.Protocol
Indicates that the port number is undefined.
UNKNOWN_SIZE - Static variable in class org.restlet.representation.Representation
Indicates that the size of the representation can't be known in advance.
UNLOCK - Static variable in class org.restlet.data.Method
Removes the lock identified by the lock token from the request URI, and all other resources included in the lock.
unmap(Group, Role) - Method in class org.restlet.security.MemoryRealm
Unmaps a group defined in a component from a role defined in the application.
unmap(User, Role) - Method in class org.restlet.security.MemoryRealm
Unmaps a user defined in a component from a role defined in the application.
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.
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.
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(Date) - Static method in class org.restlet.engine.util.DateUtils
Returns an immutable version of a given date.
unmodifiableSeries(Series<? extends NamedValue>) - Static method in class org.restlet.util.Series
Returns an unmodifiable view of the specified series.
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.
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.ConnectorHelper
 
update(String, Representation) - Static method in class org.restlet.engine.header.RangeReader
Parse the Content-Range header value and update the given representation.
update() - Method in class org.restlet.engine.RestletHelper
Update callback with less impact than a RestletHelper.stop() followed by a RestletHelper.start().
update(ChallengeResponse, Request, Response) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Updates a ChallengeResponse object according to given request and response.
update(Reference, Request) - Static method in class org.restlet.engine.util.ReferenceUtils
Returns the request URI.
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.
updateAllowedMethods() - Method in class org.restlet.resource.ServerResource
Invoked when the list of allowed methods needs to be updated.
updateDimensions() - Method in class org.restlet.resource.ServerResource
Update the dimensions that were used for content negotiation.
updateEntity(Object) - Method in class org.restlet.ext.odata.Service
Updates an entity.
updateHosts() - Method in class org.restlet.Component
Updates the component to take into account changes to the virtual hosts.
updateKeys() - Method in class org.restlet.engine.connector.ConnectionController
Updates all the selection registrations for new interest or cancellation.
updateLastActivity() - Method in class org.restlet.ext.sip.SipRequest
Indicates that a new activity on this transaction has been detected.
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.
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ApplicationInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.DocumentedInfo
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
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.IncludeInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.LinkInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.MethodInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.OptionInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ParameterInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.RepresentationInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.RequestInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourceInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourcesInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
 
updateNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ResponseInfo
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, MediaType, float) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.DefaultConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.atom.AtomConverter
 
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.jibx.JibxConverter
 
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.rome.RomeConverter
 
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
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.xml.XmlConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.xstream.XstreamConverter
 
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.
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.engine.connector.Connection
Updates the connection states.
updateState() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
 
updateState() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
 
updateState() - Method in class org.restlet.engine.connector.InboundWay
 
updateState() - Method in class org.restlet.engine.connector.OutboundWay
 
updateState() - Method in class org.restlet.engine.connector.ServerInboundWay
 
updateState() - Method in class org.restlet.engine.connector.Way
Updates the way IO and message states.
updateState() - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
 
updateState() - Method in class org.restlet.ext.sip.internal.SipServerOutboundWay
 
URGENT - Static variable in class org.restlet.ext.sip.Priority
Urgent level of priority.
uri - Variable in class org.restlet.ext.jdbc.internal.ConnectionSource
The connection URI.
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 - Class in org.restlet.security
User part of a security realm.
User() - Constructor for class org.restlet.security.User
Default constructor.
User(String) - Constructor for class org.restlet.security.User
Constructor.
User(String, char[]) - Constructor for class org.restlet.security.User
Constructor.
User(String, char[], String, String, String) - Constructor for class org.restlet.security.User
Constructor.
User(String, String) - Constructor for class org.restlet.security.User
Constructor.
User(String, String, String, String, String) - Constructor for class org.restlet.security.User
Constructor.
UTC - Static variable in class org.restlet.engine.util.InternetDateFormat
A time zone with zero offset and no DST.
UTF_16 - Static variable in class org.restlet.data.CharacterSet
The UTF-16 character set.
UTF_8 - Static variable in class org.restlet.data.CharacterSet
The UTF-8 character set.

V

validate(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.
validate(String, boolean, String) - Method in class org.restlet.routing.Validator
Checks the request attributes for presence or format.
validateFormat(String, String) - Method in class org.restlet.routing.Validator
Checks the request attributes for format only.
validatePresence(String) - Method in class org.restlet.routing.Validator
Checks the request attributes for presence only.
Validator - Class in org.restlet.routing
Filter validating attributes from a call.
Validator() - Constructor for class org.restlet.routing.Validator
Constructor.
Validator(Context) - Constructor for class org.restlet.routing.Validator
Constructor.
Validator(Context, Restlet) - Constructor for class org.restlet.routing.Validator
Constructor.
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, String) - Static method in class org.restlet.data.Protocol
Creates the protocol associated to a URI scheme name.
valueOf(int) - Static method in class org.restlet.data.Status
Returns the status associated to a code.
valueOf(String) - Static method in enum org.restlet.engine.connector.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.engine.connector.EntityType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.engine.connector.MessageState
Returns the enum constant of this type with the specified 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 enum org.restlet.engine.io.BufferState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.engine.io.ChunkState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.engine.io.IoState
Returns the enum constant of this type with the specified name.
valueOf(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the UTC (Z) time zone.
valueOf(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the specified time zone.
valueOf(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the UTC (Z) time zone.
valueOf(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the specified time zone.
valueOf(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
valueOf(String) - Static method in class org.restlet.ext.atom.Relation
Parses a relation name into the equivalent item.
valueOf(String) - Static method in class org.restlet.ext.sip.OptionTag
Returns the option tag associated to a name.
valueOf(String) - Static method in class org.restlet.ext.sip.Priority
Returns the priority associated to a value.
valueOf(String) - Static method in class org.restlet.ext.sip.SipMethod
Returns the method associated to a given method name.
valueOf(int) - Static method in class org.restlet.ext.sip.SipStatus
Returns the status associated to a code.
valueOf(String) - Static method in enum org.restlet.ext.wadl.ParameterStyle
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.restlet.data.Dimension
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.connector.ConnectionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.connector.EntityType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.connector.MessageState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.Edition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.io.BufferState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.io.ChunkState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.engine.io.IoState
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
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.restlet.util.WrapperMap
Returns a collection view of the values contained in this map.
Variable - Class in org.restlet.routing
Variable descriptor for reference templates.
Variable() - Constructor for class org.restlet.routing.Variable
Default constructor.
Variable(int) - Constructor for class org.restlet.routing.Variable
Constructor.
Variable(int, String, boolean, boolean) - Constructor for class org.restlet.routing.Variable
Constructor.
Variable(int, String, boolean, boolean, boolean, boolean) - Constructor for class org.restlet.routing.Variable
Constructor.
Variant - Class in org.restlet.representation
Descriptor for available representations of a resource.
Variant() - Constructor for class org.restlet.representation.Variant
Default constructor.
Variant(MediaType) - Constructor for class org.restlet.representation.Variant
Constructor.
Variant(MediaType, Language) - Constructor for class org.restlet.representation.Variant
Constructor.
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_SUPPORTED - Static variable in class org.restlet.representation.ObjectRepresentation
Indicates whether the JavaBeans XML deserialization is supported or not.
VariantInfo - Class in org.restlet.engine.resource
Variant that is declared by an annotated Java method.
VariantInfo(MediaType) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(MediaType, AnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(Variant, AnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VELOCITY - Static variable in class org.restlet.data.Encoding
The Velocity encoding.
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 - 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(Request, Response) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
 
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(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(String, char[]) - Method in class org.restlet.security.LocalVerifier
 
verify(Request, Response) - Method in class org.restlet.security.SecretVerifier
Verifies that the proposed secret is correct for the specified request.
verify(String, char[]) - Method in class org.restlet.security.SecretVerifier
Verifies that the identifier/secret couple is valid.
verify(Request, Response) - Method in interface org.restlet.security.Verifier
Attempts to verify the credentials provided by the client user sending the request.
VERSION - Static variable in class org.restlet.engine.Engine
Complete version.
VERSION_HEADER - Static variable in class org.restlet.engine.Engine
Complete version header.
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
WADL enabled application.
WadlApplication() - Constructor for class org.restlet.ext.wadl.WadlApplication
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
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
Creates an application described using a WADL document.
WadlApplication(Representation) - Constructor for class org.restlet.ext.wadl.WadlApplication
Creates an application described using a WADL document.
WadlComponent - Class in org.restlet.ext.wadl
Component that can configure itself given a WADL document.
WadlComponent() - Constructor for class org.restlet.ext.wadl.WadlComponent
Default constructor.
WadlComponent(Reference) - Constructor for class org.restlet.ext.wadl.WadlComponent
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
Constructor based on a given WADL description document.
WadlComponent(String) - Constructor for class org.restlet.ext.wadl.WadlComponent
Constructor loading a WADL description document at a given URI.

The necessary client connectors are automatically created.
WadlConverter - Class in org.restlet.ext.wadl
A converter helper to convert between ApplicationInfo objects and WadlRepresentation ones.
WadlConverter() - Constructor for class org.restlet.ext.wadl.WadlConverter
 
WadlDescribable - Interface in org.restlet.ext.wadl
Interface that any Restlet can implement in order to provide their own WADL documentation.
wadlRepresent(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Represents the resource as a WADL description.
wadlRepresent(Variant, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
Represents the resource as a WADL description for the given variant.
WadlRepresentation - Class in org.restlet.ext.wadl
Root of a WADL description document.
WadlRepresentation() - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Constructor.
WadlRepresentation(ApplicationInfo) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Constructor.
WadlRepresentation(Representation) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Constructor.
WadlRepresentation(ResourceInfo) - Constructor for class org.restlet.ext.wadl.WadlRepresentation
Constructor.
WadlServerResource - Class in org.restlet.ext.wadl
Resource that is able to automatically describe itself with WADL.
WadlServerResource() - Constructor for class org.restlet.ext.wadl.WadlServerResource
Constructor.
WadlWrapper - Class in org.restlet.ext.wadl
WADL wrapper for Restlet instances.
WadlWrapper(Restlet) - Constructor for class org.restlet.ext.wadl.WadlWrapper
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.
waitForState(SelectableChannel, int) - Static method in class org.restlet.engine.io.NioUtils
Waits for the given channel to be ready for a specific operation.
wakeup() - Method in class org.restlet.engine.connector.ConnectionController
Wakes up the controller thread if wait for an NIO selection.
WakeupListener - Interface in org.restlet.engine.io
Callback interface when a NIO selection occurs on the selectable object.
WAR - Static variable in class org.restlet.data.Protocol
Local Web Archive access protocol.
Warning - Class in org.restlet.data
Additional information about the status or transformation of a request or response.
Warning() - Constructor for class org.restlet.data.Warning
Constructor.
warning(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
warning(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 
warning(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 
warning(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a warning message.
WarningReader - Class in org.restlet.engine.header
Warning header reader.
WarningReader(String) - Constructor for class org.restlet.engine.header.WarningReader
Constructor.
WarningWriter - Class in org.restlet.engine.header
Warning header writer.
WarningWriter() - Constructor for class org.restlet.engine.header.WarningWriter
 
Way - Class in org.restlet.engine.connector
A network connection way though which messages are exchanged.
Way(Connection<?>, int) - Constructor for class org.restlet.engine.connector.Way
Constructor.
WCF_DATASERVICES_METADATA_NAMESPACE - Static variable in class org.restlet.ext.odata.Service
WCF data services metadata namespace.
WCF_DATASERVICES_NAMESPACE - Static variable in class org.restlet.ext.odata.Service
WCF data services namespace.
WCF_DATASERVICES_SCHEME_NAMESPACE - Static variable in class org.restlet.ext.odata.Service
WCF data services scheme namespace.
WebDavProtocolHelper - Class in org.restlet.engine
Protocol helper for the WEBDAV protocol.
WebDavProtocolHelper() - Constructor for class org.restlet.engine.WebDavProtocolHelper
 
WINDOWS_1252 - Static variable in class org.restlet.data.CharacterSet
The Windows-1252 ('ANSI') character set.
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 - 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.
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(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.
WrapperChannel<T extends Channel> - Class in org.restlet.engine.io
Wrapper channel.
WrapperChannel(T) - Constructor for class org.restlet.engine.io.WrapperChannel
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.
WrapperSelectionChannel<T extends SelectionChannel> - Class in org.restlet.engine.io
Wrapper selection channel.
WrapperSelectionChannel(T) - Constructor for class org.restlet.engine.io.WrapperSelectionChannel
Constructor.
WrapperSelectionChannel(T, SelectionRegistration) - Constructor for class org.restlet.engine.io.WrapperSelectionChannel
Constructor.
WrapperSocketChannel - Class in org.restlet.engine.io
Readable byte channel based on a source socket channel that must only be partially read.
WrapperSocketChannel(SocketChannel, SelectionRegistration) - Constructor for class org.restlet.engine.io.WrapperSocketChannel
Constructor.
WrapperSslContextSpi - Class in org.restlet.ext.ssl.internal
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.ext.ssl.internal.WrapperSslContextSpi
Constructor.
WrapperSslServerSocketFactory - Class in org.restlet.ext.ssl.internal
SSL server socket factory that wraps the default one to do extra initialization.
WrapperSslServerSocketFactory(DefaultSslContextFactory, SSLServerSocketFactory) - Constructor for class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
Constructor.
WrapperSslSocketFactory - Class in org.restlet.ext.ssl.internal
SSL socket factory that wraps the default one to do extra initialization.
WrapperSslSocketFactory(DefaultSslContextFactory, SSLSocketFactory) - Constructor for class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
Constructor.
WritableBufferedChannel - Class in org.restlet.engine.io
Writable byte channel based on a target socket channel.
WritableBufferedChannel(Buffer, WritableSelectionChannel, WakeupListener) - Constructor for class org.restlet.engine.io.WritableBufferedChannel
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 - Interface in org.restlet.engine.io
Writable byte channel that is based on a selectable channel.
WritableSocketChannel - Class in org.restlet.engine.io
Readable byte channel based on a source socket channel that must only be partially read.
WritableSocketChannel(SocketChannel, SelectionRegistration) - Constructor for class org.restlet.engine.io.WritableSocketChannel
Constructor.
WritableSslChannel - Class in org.restlet.ext.ssl.internal
SSL byte channel that wraps all application data using the SSL/TLS protocols.
WritableSslChannel(WritableSelectionChannel, SslConnection<?>, WakeupListener) - Constructor for class org.restlet.ext.ssl.internal.WritableSslChannel
Constructor.
WritableTraceChannel - Class in org.restlet.engine.io
Trace byte channel that sends a copy of all data on the trace output stream.
WritableTraceChannel(WritableSelectionChannel) - Constructor for class org.restlet.engine.io.WritableTraceChannel
Constructor.
WritableTraceChannel(WritableSelectionChannel, OutputStream) - Constructor for class org.restlet.engine.io.WritableTraceChannel
Constructor.
write(OutputStream) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte channel.
write(Writer) - Method in class org.restlet.engine.application.DecodeRepresentation
 
write(Writer) - Method in class org.restlet.engine.application.EncodeRepresentation
 
write(OutputStream) - Method in class org.restlet.engine.application.EncodeRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.engine.application.EncodeRepresentation
 
write(Writer) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(OutputStream) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(List<CacheDirective>) - Static method in class org.restlet.engine.header.CacheDirectiveWriter
Writes a list of cache directives with a comma separator.
write(CookieSetting) - Static method in class org.restlet.engine.header.CookieSettingWriter
Writes a cookie setting.
write(List<CookieSetting>) - Static method in class org.restlet.engine.header.CookieSettingWriter
Writes a list of cookie settings.
write(Cookie) - Static method in class org.restlet.engine.header.CookieWriter
Writes a cookie.
write(List<Cookie>) - Static method in class org.restlet.engine.header.CookieWriter
Writes a cookie.
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(Collection<Dimension>) - Static method in class org.restlet.engine.header.DimensionWriter
Creates a vary header from the given dimensions.
write(Disposition) - Static method in class org.restlet.engine.header.DispositionWriter
Formats a disposition.
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(Set<Method>) - Static method in class org.restlet.engine.header.MethodWriter
Writes a set of methods with a comma separator.
write(List) - Static method in class org.restlet.engine.header.PreferenceWriter
Writes a list of preferences with a comma separator.
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
Format ranges as a Range header value
write(Range, long) - Static method in class org.restlet.engine.header.RangeWriter
Format range as a Content-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(Tag) - Static method in class org.restlet.engine.header.TagWriter
Writes a tag.
write(List<Warning>) - Static method in class org.restlet.engine.header.WarningWriter
Writes a warning.
write(OutputStream) - Method in class org.restlet.engine.io.BufferingRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.engine.io.BufferingRepresentation
 
write(Writer) - Method in class org.restlet.engine.io.BufferingRepresentation
 
write(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(ByteBuffer) - Method in class org.restlet.engine.io.WritableBufferedChannel
Reads some bytes and put them into the destination buffer.
write(ByteBuffer) - Method in class org.restlet.engine.io.WritableSocketChannel
Writes the given bytes to the wrapped socket channel.
write(ByteBuffer) - Method in class org.restlet.engine.io.WritableTraceChannel
Writes the available byte from the wrapped channel to the destination buffer while writing them to the console.
write(byte[], int, int) - Method in class org.restlet.engine.io.WriterOutputStream
 
write(int) - Method in class org.restlet.engine.io.WriterOutputStream
 
write(OutputStream) - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
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(Writer) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Writes the datum as a stream of characters.
write(OutputStream) - Method in class org.restlet.ext.html.FormDataSet
 
write(Writer) - Method in class org.restlet.ext.jackson.JacksonRepresentation
 
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.jdbc.RowSetRepresentation
 
write(Writer) - Method in class org.restlet.ext.jibx.JibxRepresentation
Marshals the document and writes the representation to a stream of characters.
write(GraphHandler) - Method in class org.restlet.ext.rdf.RdfRepresentation
Writes the
write(Writer) - Method in class org.restlet.ext.rdf.RdfRepresentation
 
write(Writer) - Method in class org.restlet.ext.rome.SyndFeedRepresentation
 
write(Address) - Static method in class org.restlet.ext.sip.internal.AddressWriter
Writes an address.
write(Address, boolean) - Static method in class org.restlet.ext.sip.internal.AddressWriter
Writes an address.
write(List<Address>) - Static method in class org.restlet.ext.sip.internal.AddressWriter
Writes a list of addresses with a comma separator.
write(Availability) - Static method in class org.restlet.ext.sip.internal.AvailabilityWriter
Writes an availability instance.
write(List<Availability>) - Static method in class org.restlet.ext.sip.internal.AvailabilityWriter
Writes a list of availability instances with a comma separator.
write(ContactInfo) - Static method in class org.restlet.ext.sip.internal.ContactInfoWriter
Writes a contact.
write(List<ContactInfo>) - Static method in class org.restlet.ext.sip.internal.ContactInfoWriter
Writes a list of contacts with a comma separator.
write(List<EventType>) - Static method in class org.restlet.ext.sip.internal.EventTypeWriter
Writes a list of event types.
write(EventType) - Static method in class org.restlet.ext.sip.internal.EventTypeWriter
Writes an event type.
write(Event) - Static method in class org.restlet.ext.sip.internal.EventWriter
Writes an event.
write(List<OptionTag>) - Static method in class org.restlet.ext.sip.internal.OptionTagWriter
Writes a list of option tags.
write(OptionTag) - Static method in class org.restlet.ext.sip.internal.OptionTagWriter
Writes an option tag.
write(List<SipRecipientInfo>) - Static method in class org.restlet.ext.sip.internal.SipRecipientInfoWriter
Creates a via header from the given recipients info.
write(SipRecipientInfo) - Static method in class org.restlet.ext.sip.internal.SipRecipientInfoWriter
Creates a via header from the given recipient info.
write(Subscription) - Static method in class org.restlet.ext.sip.internal.SubscriptionWriter
Writes a subscription state.
write(ByteBuffer) - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
 
write(Writer) - Method in class org.restlet.ext.velocity.TemplateRepresentation
Writes the datum as a stream of characters.
write(XmlWriter) - Method in class org.restlet.ext.wadl.WadlRepresentation
 
write(int) - Method in class org.restlet.ext.xdb.internal.ChunkedOutputStream
 
write(Writer) - Method in class org.restlet.ext.xml.DomRepresentation
 
write(Writer) - Method in class org.restlet.ext.xml.SaxRepresentation
 
write(XmlWriter) - Method in class org.restlet.ext.xml.SaxRepresentation
Writes the representation to a XML writer.
write(Result) - Method in class org.restlet.ext.xml.TransformRepresentation
Writes the transformed source into the given JAXP result.
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.ext.xstream.XstreamRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.ChannelRepresentation
 
write(Writer) - Method in class org.restlet.representation.ChannelRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.CharacterRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.CharacterRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.DigesterRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.representation.DigesterRepresentation
 
write(Writer) - Method in class org.restlet.representation.DigesterRepresentation
 
write(Writer) - Method in class org.restlet.representation.EmptyRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.EmptyRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.EmptyRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.FileRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.FileRepresentation
Writes the representation to a byte channel.
write(Writer) - Method in class org.restlet.representation.FileRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.InputRepresentation
 
write(OutputStream) - Method in class org.restlet.representation.ObjectRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.ReadableRepresentation
 
write(Writer) - Method in class org.restlet.representation.ReaderRepresentation
 
write(Writer) - Method in class org.restlet.representation.Representation
Writes the representation to a characters writer.
write(WritableByteChannel) - Method in class org.restlet.representation.Representation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.representation.Representation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.representation.StreamRepresentation
 
write(Writer) - Method in class org.restlet.representation.StreamRepresentation
 
write(Writer) - Method in class org.restlet.representation.StringRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.representation.WritableRepresentation
 
write(OutputStream) - Method in class org.restlet.util.WrapperRepresentation
 
write(Writer) - Method in class org.restlet.util.WrapperRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.util.WrapperRepresentation
 
writeCRLF(OutputStream) - Static method in class org.restlet.engine.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, String) - Method in class org.restlet.ext.atom.Person
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, 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, String) - Method in class org.restlet.ext.atom.Text
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
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.DocumentationInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.GrammarsInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.IncludeInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.LinkInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.MethodInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.OptionInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ParameterInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.RepresentationInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.RequestInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourceInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourcesInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
Writes the current object as an XML element using the given SAX writer.
writeElement(XmlWriter) - Method in class org.restlet.ext.wadl.ResponseInfo
Writes the current object as an XML element using the given SAX writer.
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.engine.connector.OutboundWay
Write a new line into the line builder.
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, 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.
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.
writeStartLine() - Method in class org.restlet.engine.connector.ClientOutboundWay
 
writeStartLine() - Method in class org.restlet.engine.connector.OutboundWay
Writes the start line of the current outbound message.
writeStartLine() - Method in class org.restlet.engine.connector.ServerOutboundWay
 

X

XdbServerServlet - Class in org.restlet.ext.xdb
Servlet acting like an HTTP server connector.
XdbServerServlet() - Constructor for class org.restlet.ext.xdb.XdbServerServlet
Constructor.
XdbServletAdapter - Class in org.restlet.ext.xdb
HTTP adapter from Servlet calls to Restlet calls.
XdbServletAdapter(ServletContext) - Constructor for class org.restlet.ext.xdb.XdbServletAdapter
Constructor.
XdbServletAdapter(ServletContext, Restlet) - Constructor for class org.restlet.ext.xdb.XdbServletAdapter
Constructor.
XdbServletCall - Class in org.restlet.ext.xdb.internal
Call that is used by the XDB Servlet HTTP connector.
XdbServletCall(Server, HttpServletRequest, HttpServletResponse) - Constructor for class org.restlet.ext.xdb.internal.XdbServletCall
Constructor.
XdbServletCall(String, int, HttpServletRequest, HttpServletResponse) - Constructor for class org.restlet.ext.xdb.internal.XdbServletCall
Constructor.
XdbServletWarClient - Class in org.restlet.ext.xdb.internal
Connector acting as a WAR client for a Servlet Application.
XdbServletWarClient(Context, ServletConfig, Connection) - Constructor for class org.restlet.ext.xdb.internal.XdbServletWarClient
Constructor.
XdbServletWarClientHelper - Class in org.restlet.ext.xdb.internal
Local client connector based on a XMLDB repository.
XdbServletWarClientHelper(Client, ServletConfig, Connection) - Constructor for class org.restlet.ext.xdb.internal.XdbServletWarClientHelper
Constructor.
XHTML_NAMESPACE - Static variable in class org.restlet.ext.atom.Feed
XHTML namespace.
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.
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
 
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, Charset) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(OutputStream, CharsetEncoder) - Constructor for class org.restlet.ext.xml.XmlWriter
Constructor.
XmlWriter(OutputStream, String) - 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.
XstreamConverter - Class in org.restlet.ext.xstream
Converter between the XML/JSON and Representation classes based on XStream.
XstreamConverter() - Constructor for class org.restlet.ext.xstream.XstreamConverter
 
XstreamRepresentation<T> - Class in org.restlet.ext.xstream
Representation based on the XStream library.
XstreamRepresentation(MediaType, T) - Constructor for class org.restlet.ext.xstream.XstreamRepresentation
Constructor.
XstreamRepresentation(Representation) - Constructor for class org.restlet.ext.xstream.XstreamRepresentation
XstreamRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.xstream.XstreamRepresentation
Constructor.
XstreamRepresentation(T) - Constructor for class org.restlet.ext.xstream.XstreamRepresentation
Constructor.

Z

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

Copyright © 2005–2014. All rights reserved.