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

A

AbstractUriBuilder - Class in org.restlet.ext.jaxrs
Abstract implementation of interface UriBuilder.
AbstractUriBuilder() - Constructor for class org.restlet.ext.jaxrs.AbstractUriBuilder
 
acceptMails(Representation) - Method in class org.restlet.ext.javamail.TriggerResource
Handles POST requests.
ACCESS_TOKEN - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
AccessTokenServerResource - Class in org.restlet.ext.oauth
Server resource used to acquire an OAuth token.
AccessTokenServerResource() - Constructor for class org.restlet.ext.oauth.AccessTokenServerResource
 
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.
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(Application) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Attaches a JAX-RS Application to this JaxRsApplication.
The providers are available for all root resource classes provided to this JaxRsApplication.
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.
addClass(Class<?>) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Will use the given JAX-RS root resource class.
If the given class is not a valid root resource class, a warning is logged and false is returned.
addEntity(String, Object) - Method in class org.restlet.ext.odata.Service
Adds an entity to an entity set.
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.
addOptionalAttribute(AttributeExchange) - Method in class org.restlet.ext.openid.OpenIdVerifier
Adds required User attribute to retrieve during authentication.
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.
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.
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.
addRequiredAttribute(AttributeExchange) - Method in class org.restlet.ext.openid.OpenIdVerifier
Adds an optional User attribute to retrieve during authentication
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.
addRole(Role, String) - Method in class org.restlet.ext.oauth.AuthenticatedUser
Adds a scope for this user given a specified owner.
addSingleton(Object) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Adds the provider object to this JaxRsRestlet.
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
 
AjpServerHelper - Class in org.restlet.ext.jetty
Jetty AJP server connector.
AjpServerHelper(Server) - Constructor for class org.restlet.ext.jetty.AjpServerHelper
Constructor.
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.
ANSWER_MODE - Static variable in class org.restlet.ext.sip.OptionTag
Indicates support of the "Answer mode" extension.
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.
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.
ASSERTION - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
ASSERTION_TYPE - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
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(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.
attachDefault(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that is called, if no (root) resource class or method could be found.
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_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
 
AttributeExchange - Class in org.restlet.ext.openid
Describes an attributes exchange, also known as an AX.
AttributeExchange(String, String, String) - Constructor for class org.restlet.ext.openid.AttributeExchange
 
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.openid.RedirectAuthenticator
 
authenticate(Request, Response) - Method in class org.restlet.ext.ssl.CertificateAuthenticator
Authenticates the call using the X.509 client certificate.
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.ext.openid.RedirectAuthenticator
 
AuthenticatedUser - Class in org.restlet.ext.oauth
POJO for keeping a grant that a user has approved.
AuthenticatedUser() - Constructor for class org.restlet.ext.oauth.AuthenticatedUser
 
AuthorizationServerResource - Class in org.restlet.ext.oauth
Restlet implementation class AuthorizationService.
AuthorizationServerResource() - Constructor for class org.restlet.ext.oauth.AuthorizationServerResource
 
authorize(Request, Response) - Method in class org.restlet.ext.oauth.OAuthAuthorizer
 
AuthPageServerResource - Class in org.restlet.ext.oauth
Helper class to the AuhorizationResource Handles Authorization requests.
AuthPageServerResource() - Constructor for class org.restlet.ext.oauth.AuthPageServerResource
 
authRequest(String, boolean, boolean, String, Set<AttributeExchange>, Set<AttributeExchange>, Request, Response) - Method in class org.restlet.ext.openid.RelayingParty
 
AUTONOMOUS_USER - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
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.
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.

B

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.oauth.OAuthProxy
 
beforeHandle(Request, Response) - Method in class org.restlet.ext.xml.Transformer
 
build(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
build(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Build a URI, using the supplied values in order to replace any URI template parameters.
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromEncoded(Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromEncodedMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
buildFromMap(Map<String, ? extends Object>) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
 
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.

C

callTarget(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
Requests the target resource.
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.
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.
canTransform(Representation) - Method in class org.restlet.ext.xml.Transformer
Indicates if the filter can transform the given message entity.
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.
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.
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.
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.xml.XmlWriter
Write character data.
characters(String) - Method in class org.restlet.ext.xml.XmlWriter
Write a string of character data, with XML escaping.
clearCode() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Removes a generated code that was used or revoked.
clearIdentifierCookie(String, Request, Response) - Static method in class org.restlet.ext.openid.RedirectAuthenticator
 
clearIdentiiferCookie(Request, Response) - Static method in class org.restlet.ext.openid.RedirectAuthenticator
 
clearOptionalAttributes() - Method in class org.restlet.ext.openid.OpenIdVerifier
Clears the set of optional attributes to retrieve.
clearRequiredAttributes() - Method in class org.restlet.ext.openid.OpenIdVerifier
Clears the set of required attributes to retrieve.
Client - Class in org.restlet.ext.oauth
A POJO representing a OAuth client_id.
Client() - Constructor for class org.restlet.ext.oauth.Client
 
client - Variable in class org.restlet.ext.oauth.OAuthAuthorizer
 
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.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_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_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.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_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.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.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.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.ext.sip.SipStatus
Reserved for future use.
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.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.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.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_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.ext.sip.SipStatus
The request requires user authentication.
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.
CLIENT_ID - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
CLIENT_SECRET - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
ClientCookieID - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
clients - Variable in class org.restlet.ext.oauth.OAuthServerResource
 
ClientStore<G extends org.restlet.ext.oauth.internal.TokenGenerator> - Class in org.restlet.ext.oauth
Abstract class that defines a client store for the Authentication Server.
ClientStore(G) - Constructor for class org.restlet.ext.oauth.ClientStore
Constructor.
ClientStoreFactory - Class in org.restlet.ext.oauth
Factory for ClientStore.
clone() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
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.
closeTemplateSource(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
Close the template source.
CODE - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
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.
config(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a configuration message.
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.
configure(AbstractConnector) - Method in class org.restlet.ext.jetty.JettyServerHelper
Configures the internal Jetty connector.
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.
containsUser(String) - Method in class org.restlet.ext.oauth.UserStore
Indicates of the OAuth server contains a given user.
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.
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.
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.
copyInto(AbstractUriBuilder) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
coreContainer - Variable in class org.restlet.ext.lucene.SolrClientHelper
The core Solr container.
COUNTRY - Static variable in class org.restlet.ext.openid.AttributeExchange
 
Couple<T,U> - Class in org.restlet.ext.rdf
Relationship between two typed objects.
Couple(T, U) - Constructor for class org.restlet.ext.rdf.Couple
Constructor.
create(MediaType, T) - Method in class org.restlet.ext.emf.EmfConverter
Creates the marshaling EmfRepresentation.
create(Representation) - Method in class org.restlet.ext.emf.EmfConverter
Creates the unmarshaling EmfRepresentation.
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(Request) - Method in class org.restlet.ext.sdc.SdcClientHelper
 
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.
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.
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
 
createClient(String, String) - Method in class org.restlet.ext.oauth.ClientStore
Useful only for clients using the user agent oauth flow where secret is never used
createClient(String, String, String) - Method in class org.restlet.ext.oauth.ClientStore
Used for creating a data entry representation for a oauth client
createClientConnectionManager(HttpParams, SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
Creates the connection manager.
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(String, Properties) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
Creates a connection pool for a given connection configuration.
createConnector() - Method in class org.restlet.ext.jetty.AjpServerHelper
Creates a new internal Jetty connector.
createConnector() - Method in class org.restlet.ext.jetty.HttpServerHelper
Creates a new internal Jetty connector.
createConnector() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Creates a new internal Jetty connector.
createConnector() - Method in class org.restlet.ext.jetty.JettyServerHelper
Creates a new internal Jetty connector.
createDataModel(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateFilter
Creates the FreeMarker data model for a given call.
createEmfResource(MediaType) - Method in class org.restlet.ext.emf.EmfRepresentation
Creates and configure an EMF resource.
createEmfXmlResource(MediaType) - Method in class org.restlet.ext.emf.EmfRepresentation
Creates and configure an EMF resource.
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.
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.
createInboundRoot() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
 
createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.ssl.HttpsClientHelper
 
createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
createJson(Representation) - Static method in class org.restlet.ext.oauth.OAuthUser
Converts successful JSON token body responses to OAuthUser.
createJson(User, Representation) - Static method in class org.restlet.ext.oauth.OAuthUser
Converts successful JSON token body responses to OAuthUser.
createMessage(Representation, Session) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Creates a JavaMail message by parsing an XML representation.
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.
createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.ssl.HttpsClientHelper
 
createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
createQuery(String, Class<T>) - Method in class org.restlet.ext.odata.Service
Creates a query to a specific entity hosted by this service.
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(Request) - Method in class org.restlet.ext.sip.SipClientResource
 
createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
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(Request) - Method in class org.restlet.ext.sip.SipClientResource
 
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.
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.
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) - Method in class org.restlet.ext.oauth.UserStore
Creates a user and return it.
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.
createWrapper(SSLContext) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Creates a new SSLContext wrapper.
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.
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.

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.
DEFAULT_IDENTIFIER_COOKIE - Static variable in class org.restlet.ext.openid.RedirectAuthenticator
The default name of the cookie that contains the identifier.
DEFAULT_ORIGINAL_REF_COOKIE - Static variable in class org.restlet.ext.openid.RedirectAuthenticator
The default name of the cookie that contains the original request's reference.
DEFAULT_OWNER_ATTRIBUTE - Static variable in class org.restlet.ext.oauth.OAuthAuthorizer
 
DEFAULT_ROLE_ATTRIBUTE - Static variable in class org.restlet.ext.oauth.OAuthAuthorizer
 
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
 
deleteClient(String) - Method in class org.restlet.ext.oauth.ClientStore
Delete a client_id from the implementing backed database.
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.
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.
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.
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.
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) .
DOB - Static variable in class org.restlet.ext.openid.AttributeExchange
 
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.
doInit() - Method in class org.restlet.ext.javamail.TriggerResource
 
doInit() - Method in class org.restlet.ext.oauth.OAuthServerResource
 
doInit() - Method in class org.restlet.ext.wadl.WadlServerResource
 
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.
doPostAuthenticate(AuthSession, Client) - Method in class org.restlet.ext.oauth.AuthorizationServerResource
Handle the authentication request.

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.
EMAIL - Static variable in class org.restlet.ext.openid.AttributeExchange
 
EMERGENCY - Static variable in class org.restlet.ext.sip.Priority
Highest level of priority.
EmfConverter - Class in org.restlet.ext.emf
Converter between the XML/XMI/ECore and representation classes based on EMF.
EmfConverter() - Constructor for class org.restlet.ext.emf.EmfConverter
 
EmfRepresentation<T extends EObject> - Class in org.restlet.ext.emf
Representation based on the EMF library.
EmfRepresentation(MediaType, T) - Constructor for class org.restlet.ext.emf.EmfRepresentation
Constructor.
EmfRepresentation(Representation) - Constructor for class org.restlet.ext.emf.EmfRepresentation
Constructor.
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.
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(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.
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.
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.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) - 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.
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.
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.
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.rdf.GraphHandler
Callback method used at the end of a Namespace mapping.
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.
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.
equals(Object) - Method in class org.restlet.ext.atom.Relation
equals(Object) - Method in class org.restlet.ext.openid.AttributeExchange
 
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.
error(SAXParseException) - Method in class org.restlet.ext.atom.EntryReader
 
error(SAXParseException) - Method in class org.restlet.ext.atom.FeedReader
 
ERROR - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
ERROR_DESC - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
ERROR_URI - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
evaluate(String, QName) - Method in class org.restlet.ext.wadl.WadlRepresentation
 
evaluate(String, QName) - Method in class org.restlet.ext.xml.XmlRepresentation
Deprecated. Use the XmlRepresentation.getBoolean(String), XmlRepresentation.getNumber(String), XmlRepresentation.getText(String), XmlRepresentation.getNode(String) and XmlRepresentation.getNodes(String) methods instead.
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.
EventType - Class in org.restlet.ext.sip
Described an event type.
EventType(String) - Constructor for class org.restlet.ext.sip.EventType
Constructor.
execute(OAuthParameters, String, String, String, String, String) - Method in enum org.restlet.ext.oauth.Flow
Executes a specific OAuth Flow (including token refresh).
execute(OAuthParameters, String, String, String, String, String, Client) - Method in enum org.restlet.ext.oauth.Flow
Executes a specific OAuth Flow (including token refresh).
execute() - Method in class org.restlet.ext.odata.Query
Executes the query.
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.
EXPIRES_IN - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
ExtendedUriBuilder - Class in org.restlet.ext.jaxrs
This UriBuilder extension provides special help for "file" extensions.
ExtendedUriBuilder() - Constructor for class org.restlet.ext.jaxrs.ExtendedUriBuilder
 
ExtendedUriInfo - Interface in org.restlet.ext.jaxrs
This UriInfo extension returns UriBuilders which contains the "file" extension given by the request.
extension(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the extension that will be appended to the final path segment at build time.
extensionLanguage(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Appends an extension for the language ("de", "en", "fr" or whatever).
extensionMedia(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Appends an extension for the media type ("html", "pdf", "gif" or whatever).

F

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.
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.
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.
findById(String) - Method in class org.restlet.ext.oauth.ClientStore
Search for a client_id if present in the database.
findClientsForUser(String) - Method in class org.restlet.ext.oauth.ClientStore
Function to find all granted client for a specific authenticated use.
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.ext.oauth.UserStore
Retrieves a given user according to the given 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.
FIRST_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
 
Flow - Enum in org.restlet.ext.oauth
Enum that lets clients retrieve tokens using different OAuth2 flows.
flush() - Method in class org.restlet.ext.xml.XmlWriter
Flush the output.
forbid(String, Request, Response) - Method in class org.restlet.ext.openid.RedirectAuthenticator
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.
formatCredentials(ChallengeResponse) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Formats the raws credentials to store in the cookie.
formatRequest(ChallengeWriter, ChallengeRequest, Response, Series<Header>) - Method in class org.restlet.ext.oauth.HttpOAuthHelper
 
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.
fragment(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI fragment using an unencoded value.
fragment(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI fragment using an unencoded value.
FreemarkerConverter - Class in org.restlet.ext.freemarker
Converter between the Freemarker Template objects and Representations.
FreemarkerConverter() - Constructor for class org.restlet.ext.freemarker.FreemarkerConverter
 
FRIENDLY_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
 
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.
fromPath(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance representing a relative URI initialized from a URI path.
fromResource(Class<?>) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance representing a relative URI initialized from a root resource class.
fromUri(String) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance initialized from an existing URI.
fromUri(URI) - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Create a new instance initialized from an existing URI.
FtpClientHelper - Class in org.restlet.ext.net
FTP client connector using the URLConnection.
FtpClientHelper(Client) - Constructor for class org.restlet.ext.net.FtpClientHelper
Constructor.
FULL_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
 

G

GENDER - Static variable in class org.restlet.ext.openid.AttributeExchange
 
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.
generateAgentToken(String, Client, String) - Method in class org.restlet.ext.oauth.OAuthServerResource
Returns the agent token for the given user, client and redirection URI.
generateCode(String, Client, String) - Method in class org.restlet.ext.oauth.OAuthServerResource
Returns the code for the given user, client and redirection URI.
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 - Variable in class org.restlet.ext.oauth.OAuthServerResource
 
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(int) - Method in class org.restlet.ext.xml.NodeList
 
getAbsolutePathBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the absolute path of the request in the form of an ExtendedUriBuilder.
getAccept() - Method in class org.restlet.ext.atom.Collection
Returns the accepted media types.
getAcceptorThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the number of acceptor threads to set.
getAcceptQueueSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the accept queue.
getAccessToken() - Method in class org.restlet.ext.oauth.OAuthUser
Returns the access token.
getAccessTokenPath() - Method in class org.restlet.ext.oauth.OAuthParameters
Returns the access token path.
getAddress() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the socket address this server is listening to.
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.ext.crypto.DigestVerifier
Returns the digest algorithm of provided secrets.
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.
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 "".
getApplication() - Method in class org.restlet.ext.wadl.WadlRepresentation
Returns the root element of the WADL document.
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.
getApplicationName() - Method in class org.restlet.ext.oauth.Client
Human readable name of the application that this client represents It can be useful for UI components to be presented.
getAttachments() - Method in class org.restlet.ext.spring.SpringBeanRouter
Returns supplemental explicit mappings
getAuthenticator() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the Authenticator.
getAuthorizePath() - Method in class org.restlet.ext.oauth.OAuthParameters
Returns the authorize path.
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.
getAuthPage(Context) - Static method in class org.restlet.ext.oauth.HttpOAuthHelper
Returns the value of the "authPage" parameter.
getAuthPageTemplate(Context) - Static method in class org.restlet.ext.oauth.HttpOAuthHelper
Returns the value of the "authPageTemplate" parameter.
getAuthSkipApproved(Context) - Static method in class org.restlet.ext.oauth.HttpOAuthHelper
Returns the value of the "authSkipApproved" parameter.
getBaseRef() - Method in class org.restlet.ext.oauth.OAuthParameters
Returns the base reference.
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.
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.
getBaseUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the base URI of the application in the form of an ExtendedUriBuilder.
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.
getBoolean(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a boolean.
getCalleeInfo() - Method in class org.restlet.ext.sip.SipResponse
Returns the description of the current callee.
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.
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.
getCharacterEncoding() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the character encoding for the form.
getChildResources() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the list of child resources.
getChunkLength() - Method in class org.restlet.ext.net.HttpClientHelper
Returns the chunk-length when using chunked encoding streaming mode for response entities.
getClassLoader() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the classloader to use for JAXB annotated classes.
getClient() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Gets the client object that associated and created this user.
getClientDispatcher() - Method in class org.restlet.ext.atom.Service
Returns the client HTTP dispatcher.
getClientId() - Method in class org.restlet.ext.oauth.Client
Client id that the client has registered at the auth provider.
getClientId() - Method in class org.restlet.ext.oauth.OAuthParameters
Returns the client identifier.
getClientSecret() - Method in class org.restlet.ext.oauth.Client
Client secret that the client has registered at the auth provider.
getClientSecret() - Method in class org.restlet.ext.oauth.OAuthParameters
Returns the client secret.
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.ext.oauth.AuthenticatedUser
Returns the current oauth code if any available for exchange for a token.
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.ext.sip.Availability
Returns additional information about the time of callback.
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(String, Properties, boolean) - Method in class org.restlet.ext.jdbc.JdbcClientHelper
Returns a JDBC connection.
getConnection() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the Simple connection.
getConnections() - Method in class org.restlet.ext.sdc.SdcClientHelper
Returns the map of SDC tunnel connections.
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.
getContainerServer() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the Simple container server.
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.
getContentLength() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the content length of the form.
getContentType() - Method in class org.restlet.ext.fileupload.RepresentationContext
Returns the content type of the form.
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.spring.SpringBeanFinder
 
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
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.
getCookieName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the cookie name to use for the authentication credentials.
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.
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.
getDefaultLink() - Method in class org.restlet.ext.rdf.Graph
Returns the default link that is used to complete new links.
getDefaultThreads() - Method in class org.restlet.ext.simple.SimpleServerHelper
Returns the default number of polling threads for a handler object.
getDefaultValue() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the default value of this parameter.
getDelay() - Method in class org.restlet.ext.sip.Availability
Returns the time the service is expected to be unavailable.
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.
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.
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.
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.
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.
getEnabledCipherSuites() - Method in class org.restlet.ext.sdc.SdcClientHelper
Returns the list of enabled cipher suites.
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.
getEncryptAlgorithm() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the name of the algorithm used to encrypt the log info cookie value.
getEncryptSecretKey() - Method in class org.restlet.ext.crypto.CookieAuthenticator
Returns the secret key for the algorithm used to encrypt the log info cookie value.
getEngine() - Method in class org.restlet.ext.velocity.TemplateRepresentation
Returns the Velocity engine.
getEntityResolver() - Method in class org.restlet.ext.xml.XmlRepresentation
Return the possibly null current SAX EntityResolver.
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.
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.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.
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.
getExpiresIn() - Method in class org.restlet.ext.oauth.OAuthUser
The expiration delay.
getExtension() - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
getExtension() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Returns the extension of the current uri, if available.
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.
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.
getFilename() - Method in class org.restlet.ext.html.FormData
Returns the file name of the value representation.
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.
getFixed() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns the fixed value for the parameter.
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.
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.
getGracefulShutdown() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the time (in ms) to wait for existing requests to complete before fully stopping the server.
getGrammars() - Method in class org.restlet.ext.wadl.ApplicationInfo
Returns the grammar elements.
getGrantedRoles() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Gets all scopes.
getGraph() - Method in class org.restlet.ext.rdf.RdfRepresentation
Returns the graph of links.
getGuard() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated. Use JaxRsApplication.getAuthenticator() instead.
getHashedSecret(String, char[]) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Return the hashed secret.
getHostnameVerifier() - Method in class org.restlet.ext.net.HttpClientHelper
Returns the hostname verifier by looking up the "hostnameVerifier" attribute of the client's context.
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.
getHttpClient() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the wrapped Apache HTTP Client.
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.oauth.AuthenticatedUser
Returns the identifier of the user.
getId() - Method in class org.restlet.ext.sip.Event
Returns the event identifier.
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.
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.
getIncludes() - Method in class org.restlet.ext.wadl.GrammarsInfo
Returns the list of include elements.
getIndentingSize() - Method in class org.restlet.ext.json.JsonRepresentation
Returns the number of spaces to use for indentation.
getIndentStep() - Method in class org.restlet.ext.xml.XmlWriter
Return the current indent step.
getInlineContent() - Method in class org.restlet.ext.atom.Content
Returns the representation for inline content.
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.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.SipRequest
Returns The list of references to call-ids.
getInstance() - Static method in class org.restlet.ext.gwt.SimpleSerializationPolicy
Returns the common instance of this simple policy file.
getInstance(Class<T>) - Method in interface org.restlet.ext.jaxrs.ObjectFactory
Creates an instance of the given class.
If the concrete instance could not instantiate the given class, it could return null.
getInstance() - Static method in class org.restlet.ext.oauth.ClientStoreFactory
Creates an instance of ClientStore.
getIoMaxIdleTimeMs() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the maximum time to wait on an idle IO operation.
getItemIterator(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
Processes an RFC 1867 compliant multipart/form-data input representation.
getJaxbSource() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns a JAXB SAX source.
getJaxRsRestlet() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the used JaxRsRestlet.
getJdbcResult() - Method in class org.restlet.ext.jdbc.RowSetRepresentation
Returns the inner JdbcResult instance or null.
getJsonArray() - Method in class org.restlet.ext.json.JsonRepresentation
Gets the wrapped JSON array or converts the wrapped representation if needed.
getJsonDriverClass() - Method in class org.restlet.ext.xstream.XstreamRepresentation
Returns the XStream JSON driver class.
getJsonObject() - Method in class org.restlet.ext.json.JsonRepresentation
Gets the wrapped JSON object or converts the wrapped representation if needed.
getJsonTokener() - Method in class org.restlet.ext.json.JsonRepresentation
Gets the wrapped JSON tokener or converts the wrapped representation if needed.
getKeyManagerAlgorithm() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the name of the KeyManager algorithm.
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.
getLabel() - Method in class org.restlet.ext.atom.Category
Returns the label.
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.
getLastActivity() - Method in class org.restlet.ext.sip.SipRequest
Returns the date of last activity on this transaction object.
getLastModified(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
Returns the modification time.
getLastModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
getLatch() - Method in class org.restlet.ext.sdc.SdcClientHelper
Returns the latch that can be used to block until the connector is ready to process requests.
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.
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
getLineWidth() - Method in class org.restlet.ext.emf.EmfRepresentation
Returns the maximum number of characters per line.
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.
getLiterals() - Method in class org.restlet.ext.rdf.RdfClientResource
Returns all the linked literals, based on the RDF representation exposed.
getLiterals(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
Returns the linked literals, based on the RDF representation exposed.
getLoadOptions() - Method in class org.restlet.ext.emf.EmfRepresentation
Returns the loading options.
getLogger() - Method in class org.restlet.ext.openid.RelayingParty
 
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.
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.
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.
getLowResourcesMaxIdleTimeMs() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the time in ms that connections will persist if listener is low on resources.
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.
getMatrixString() - Method in class org.restlet.ext.html.FormDataSet
Formats the form as a matrix path string.
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.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.
getMaxIdleTimeMs() - Method in class org.restlet.ext.sip.SipRequest
Returns the timeout in milliseconds.
getMaxRequestAge() - Method in class org.restlet.ext.crypto.AwsAuthenticator
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.
getMaxThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the maximum threads that will service requests.
getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the maximum number of active connections.
getMediaType() - Method in class org.restlet.ext.html.FormData
Returns the media type of the value representation.
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.
getMetadata() - Method in class org.restlet.ext.lucene.TikaRepresentation
Returns the Tika metadata used for both input and output.
getMetadata() - Method in class org.restlet.ext.odata.Service
Returns the metadata document related to the current service.
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.
getMinThreads() - Method in class org.restlet.ext.jetty.JettyServerHelper
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.xml.Transformer
Returns the transformation mode.
getMultipartBoundary() - Method in class org.restlet.ext.html.FormDataSet
Returns the boundary separating multipart entries.
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.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.
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
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.
getNoResMethodHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no resource method class could be found.
getNoResourceClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no resource class could be found.
getNoRootResClHandler() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the Restlet that is called, if no root resource class could be found.
getNumber(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a number.
getOAuthToken() - Method in class org.restlet.ext.oauth.OAuthForm
Returns the value of the OAuthServerResource.OAUTH_TOKEN token.
getObject() - Method in class org.restlet.ext.emf.EmfRepresentation
Returns the wrapped object either parsed from the representation or to be formatted.
getObject() - Method in class org.restlet.ext.gwt.ObjectRepresentation
The wrapped object.
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.
getObjectClass() - Method in class org.restlet.ext.jackson.JacksonRepresentation
Returns the object class to instantiate.
getObjectClasses(Variant) - Method in class org.restlet.ext.atom.AtomConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.emf.EmfConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
getObjectClasses(Variant) - Method in class org.restlet.ext.gwt.GwtConverter
 
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.json.JsonConverter
 
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
 
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns the ObjectFactory for root resource class and provider instantiation, if given.
getObjectFactory() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns the ObjectFactory for root resource class and provider instantiation, if given.
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.
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.
getOutputProperties() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the modifiable map of JAXP transformer output properties.
getOwner() - Method in class org.restlet.ext.oauth.OAuthParameters
Returns the owner.
getPackage() - Method in class org.restlet.ext.sip.EventType
Returns the package name.
getPage(String) - Method in class org.restlet.ext.oauth.AuthPageServerResource
Helper method if a auth page was present in a context attribute.
getParameter(String, String) - Method in class org.restlet.ext.oauth.OAuthServerResource
Returns the value of the first parameter found with the given name.
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.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.
getParent() - Method in class org.restlet.ext.openid.AttributeExchange
 
getPassword() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Password field for the username and password oauth flow.
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.
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(String) - Method in class org.restlet.ext.xml.XmlRepresentation
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.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.
getPropertyConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
Returns the modifiable list of configuration URIs for beans definitions via property representations.
getProtocol() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Returns the secure socket protocol name, "TLS" by default.
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.ext.httpclient.HttpClientHelper
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
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.ext.sip.ContactInfo
Returns the quality/preference level.
getQueryString() - Method in class org.restlet.ext.html.FormDataSet
Formats the form as a query string.
getQueryType() - Method in class org.restlet.ext.wadl.ResourceInfo
Returns the media type for the query component of the resource URI.
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.
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.
getReader(Object, String) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
Returns the reader for the template source.
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.
getReason() - Method in class org.restlet.ext.sip.Subscription
Returns the subscription reason.
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.
getRedirectUri() - Method in class org.restlet.ext.oauth.Client
Redirect URL that the client has registered at the auth provider.
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.
getReferTo() - Method in class org.restlet.ext.sip.SipRequest
Returns the reference that the recipient of a SipMethod.REFER method should contact.
getRefreshToken() - Method in class org.restlet.ext.oauth.OAuthUser
Returns the refresh token.
getRel() - Method in class org.restlet.ext.atom.Link
Returns the link's relation type.
getRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
Returns the relationship attribute value.
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.
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.ext.jaas.ChallengeCallbackHandler
Returns the handled request.
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.
getRequestBufferSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the content buffer for receiving requests.
getRequestCallId() - Method in class org.restlet.ext.sip.SipClientResource
Returns the request's call ID.
getRequestHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the buffer to be used for request headers.
getRequestUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
Get the absolute request URI in the form of an ExtendedUriBuilder .
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) - Method in class org.restlet.ext.atom.Service
Retrieves a resource representation.
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.
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.
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.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.
getResponseBufferSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the content buffer for sending responses.
getResponseCallId() - Method in class org.restlet.ext.sip.SipClientResource
Returns the response's call ID.
getResponseHeaderSize() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the size of the buffer to be used for response headers.
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.
getRestletContext() - Method in class org.restlet.ext.spring.SpringContext
Returns the parent Restlet context.
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.
getRetryHandler() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the class name of the retry handler to use instead of HTTP Client default behavior.
getReverseRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
Returns the reverse relationship attribute value.
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.
getRoles() - Method in class org.restlet.ext.oauth.OAuthParameters
Returns the list of roles.
getRootResourceClasses() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns an unmodifiable set with the attached root resource classes.
getRootResources() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns an unmodifiable set with the attached root resource classes.
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Returns an unmodifiable set of supported URIs (relative to this Application).
getRootUris() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Returns a Collection with all root uris attached to this JaxRsRestlet.
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.
getRoutes() - Method in class org.restlet.ext.sip.SipRequest
Returns the set of proxies used to force routing for a request.
getSaveOptions() - Method in class org.restlet.ext.emf.EmfRepresentation
Returns the saving options.
getSaxSource() - Method in class org.restlet.ext.xml.SaxRepresentation
Returns the SAX source that can be parsed by the SaxRepresentation.parse(ContentHandler) method or used for an XSLT transformation.
getSaxSource() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the SAX source associated to the source representation.
getSaxSource(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.
getSchema() - Method in class org.restlet.ext.openid.AttributeExchange
 
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.
getScheme() - Method in class org.restlet.ext.atom.Categories
Returns the scheme.
getScheme() - Method in class org.restlet.ext.atom.Category
Returns the scheme.
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.
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.
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.
getSerializationPolicy() - Method in class org.restlet.ext.gwt.ObjectRepresentation
Returns the GWT-RPC serialization policy.
getSerializationPolicy(String, String) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicyProvider
Simple policy provider that always returns SimpleSerializationPolicy.getInstance().
getSerializationPolicyProvider() - Method in class org.restlet.ext.gwt.ObjectRepresentation
Returns the GWT-RPC serialization policy provider.
getServerKey() - Method in class org.restlet.ext.crypto.DigestAuthenticator
Returns the secret key known only by server.
getServerPort() - Method in class org.restlet.ext.sdc.SdcClientHelper
Returns the port number of the SDC tunnels server.
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.
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.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.ext.json.JsonRepresentation
 
getSlf4jLogger() - Method in class org.restlet.ext.slf4j.Slf4jLogger
Returns the wrapped SLF4J logger.
getSocketTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Returns the socket timeout value.
getSoLingerTime() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the SO linger time (see Jetty 6 documentation).
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.
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() - Method in class org.restlet.ext.ssl.JsslutilsSslContextFactory
Returns the wrapped SSLContextFactory with which this instance was built.
getState() - Method in class org.restlet.ext.oauth.OAuthUser
Returns the current state.
getStatuses() - Method in class org.restlet.ext.wadl.ResponseInfo
Returns the list of statuses associated with this response representation.
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() - Static method in class org.restlet.ext.velocity.RepresentationResourceLoader
Returns the cache of template representations.
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() - 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.SipRequest
Returns the state of the subscription.
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.
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.SipRequest
Returns the extensions supported by the UAC.
getSupported() - Method in class org.restlet.ext.sip.SipResponse
Returns the extensions supported by the UAS.
getTag() - Method in class org.restlet.ext.sip.OptionTag
Returns the tag value.
getTarget() - Method in class org.restlet.ext.rdf.Link
Returns the target which can be either a literal or a reference or is null.
getTargetAsGraph() - Method in class org.restlet.ext.rdf.Link
Returns the target graph.
getTargetAsLink() - Method in class org.restlet.ext.rdf.Link
Returns the target link.
getTargetAsLiteral() - Method in class org.restlet.ext.rdf.Link
Returns the target literal.
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.
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(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.
getTargetUri() - Method in class org.restlet.ext.javamail.TriggerResource
Returns the target URI template.
getTcpNoDelay() - Method in class org.restlet.ext.httpclient.HttpClientHelper
Indicates if the protocol will use Nagle's algorithm
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.
getTemplates() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the templates to be used and reused.
getTerm() - Method in class org.restlet.ext.atom.Category
Returns the term.
getText() - Method in class org.restlet.ext.gwt.ObjectRepresentation
 
getText(String) - Method in class org.restlet.ext.xml.XmlRepresentation
Evaluates an XPath expression as a string.
getTextContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
Returns the language of that documentation element.
getThird() - Method in class org.restlet.ext.rdf.Triple
Returns the third object.
getThreadMaxIdleTimeMs() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the time for an idle thread to wait for a request or read.
getTikaConfig() - Method in class org.restlet.ext.lucene.TikaRepresentation
Returns the optional Tika configuration.
getTikaParser() - Method in class org.restlet.ext.lucene.TikaRepresentation
Returns the optional Tika parser.
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.
getToken() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Returns the currently issued token for this user.
getTokenExpire() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Returns the default token expire time for this user.
getTokenGenerator() - Method in class org.restlet.ext.oauth.ClientStore
Returns the token generator.
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.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.
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.jetty.HttpServerHelper
Returns the type of Jetty connector to use.
getType() - Method in class org.restlet.ext.jetty.HttpsServerHelper
Returns the type of Jetty connector to use.
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.
getTypeRef() - Method in class org.restlet.ext.rdf.Link
Returns the type reference.
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.
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.
getUriResolver() - Method in class org.restlet.ext.xml.TransformRepresentation
Returns the URI resolver.
getUser(Principal) - Method in class org.restlet.ext.ssl.CertificateAuthenticator
Creates a new User based on the subject's X500Principal.
getUserPrincipalClassName() - Method in class org.restlet.ext.jaas.JaasVerifier
Gets the user principal class name.
getValidationEventHandler() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Returns the optional validation event handler.
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.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.
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.
getVariants(Class<?>) - Method in class org.restlet.ext.atom.AtomConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.emf.EmfConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
getVariants(Class<?>) - Method in class org.restlet.ext.gwt.GwtConverter
 
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.json.JsonConverter
 
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
 
getVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
 
getVerifier() - Method in class org.restlet.ext.crypto.DigestAuthenticator
 
getVersion() - Method in class org.restlet.ext.atom.Generator
Returns the version of the generating agent.
getVersion() - Static method in class org.restlet.ext.oauth.OAuthProxy
Returns the current proxy's version.
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.
getWebRowSet() - Method in class org.restlet.ext.jdbc.RowSetRepresentation
Returns the inner WebRowSet instance.
getWorkerService() - Method in class org.restlet.ext.sdc.SdcClientHelper
Returns the connection 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.
getWrappedSecret(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the wrapped secret associated to a given identifier.
getWrappedSecretDigest(String) - Method in class org.restlet.ext.crypto.DigestVerifier
Returns the digest of the wrapped secret associated to a given identifier.
getWrappedServer() - Method in class org.restlet.ext.jetty.JettyServerHelper
Returns the wrapped Jetty server.
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.
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.
GRANT_TYPE - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
GrantType - Enum in org.restlet.ext.oauth
Supported mechanisms to grant tokens.
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
 
GRUU - Static variable in class org.restlet.ext.sip.OptionTag
Used to identify the Globally Routable User Agent URI (GRUU) extension.
GwtConverter - Class in org.restlet.ext.gwt
Converter between Object instances and Representations based on GWT serialization format.
GwtConverter() - Constructor for class org.restlet.ext.gwt.GwtConverter
 

H

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.jaxrs.JaxRsRestlet
Handles a call by looking for the resource metod to call, call it and return the result.
handle(Request, Response) - Method in class org.restlet.ext.jdbc.JdbcClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.ext.lucene.SolrClientHelper
 
handle(Request, Response) - Method in class org.restlet.ext.net.FtpClientHelper
 
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.
handleAction(String, String[]) - Method in class org.restlet.ext.oauth.AuthPageServerResource
Helper method to handle a FORM response.
handleFormRedirect(Representation, ClientResource) - Static method in class org.restlet.ext.openid.OpenIdFormForwarder
Helper class to programmatically handle the OpenID 2.0 HTML Form redirection.
handleUser(User) - Method in class org.restlet.ext.openid.RedirectAuthenticator
Handles the retrieved user from the verifier.
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.ext.atom.Relation
hashCode() - Method in class org.restlet.ext.openid.AttributeExchange
 
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.
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.
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.
hasReturnTo(Request) - Method in class org.restlet.ext.openid.RelayingParty
 
hasTimedOut() - Method in class org.restlet.ext.sip.SipRequest
Indicates if the transaction has timed out due to lack of activity.
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.
host(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI host.
host(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI host.
HtmlConverter - Class in org.restlet.ext.html
Converter between the HTML API and Representation classes.
HtmlConverter() - Constructor for class org.restlet.ext.html.HtmlConverter
 
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.
HttpOAuthHelper - Class in org.restlet.ext.oauth
Implementation of OAuth2 Authentication.
HttpOAuthHelper() - Constructor for class org.restlet.ext.oauth.HttpOAuthHelper
Constructor.
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.
HttpServerHelper - Class in org.restlet.ext.jetty
Jetty HTTP server connector.
HttpServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpServerHelper
Constructor.
HttpServerHelper - Class in org.restlet.ext.simple
Simple HTTPS server connector.
HttpServerHelper(Server) - Constructor for class org.restlet.ext.simple.HttpServerHelper
Constructor.
HttpsServerHelper - Class in org.restlet.ext.jetty
Jetty HTTPS server connector.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.jetty.HttpsServerHelper
Constructor.
HttpsServerHelper - Class in org.restlet.ext.simple
Simple HTTP server connector.
HttpsServerHelper(Server) - Constructor for class org.restlet.ext.simple.HttpsServerHelper
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.
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.
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.
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.ext.openid.AttributeExchange
 
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_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_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_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(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
 
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.
InstantiateException - Exception in org.restlet.ext.jaxrs
Thrown if a provider, a root resource class or a resource class could not be instantiated.
InstantiateException(Method, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
Use this constructor, if a resource class could not be instantiated.
InstantiateException(String) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
 
InstantiateException(String, Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
 
InstantiateException(Throwable) - Constructor for exception org.restlet.ext.jaxrs.InstantiateException
 
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.
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.
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.
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.
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.
isBlankRef(Reference) - Static method in class org.restlet.ext.rdf.Link
Indicates if a reference is identifying a blank node.
isCoalescing() - Method in class org.restlet.ext.xml.XmlRepresentation
Indicates if the parser should be coalescing text.
isCompatible(Variant) - Method in class org.restlet.ext.emf.EmfConverter
 
isConfidential() - Method in class org.restlet.ext.simple.SimpleServerHelper
Indicates if this service is acting in HTTP or HTTPS mode.
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.
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.
isExpireToken() - Method in class org.restlet.ext.oauth.OAuthUser
Indicates if the current user has a refresh token, or not.
isExternal() - Method in class org.restlet.ext.atom.Content
Indicates if the content is available externally.
isFindingInAncestors() - Method in class org.restlet.ext.spring.SpringBeanRouter
Returns true if bean names will be searched for higher up in the BeanFactory hierarchy.
isFixed() - Method in class org.restlet.ext.atom.Categories
Indicates if the list is fixed.
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.
isGrantedRole(Role, String) - Method in class org.restlet.ext.oauth.AuthenticatedUser
Checks if this user has a specific scope.
isHandled() - Method in class org.restlet.ext.sip.SipRequest
Indicates that the request has been handled, typically after receiving a final response.
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.
isIndenting() - Method in class org.restlet.ext.json.JsonRepresentation
Indicates if JSON objects and arrays should be indented.
isIndenting() - Method in class org.restlet.ext.xml.DomRepresentation
Indicates if the XML serialization should be indented.
isInline() - Method in class org.restlet.ext.atom.Content
Indicates if the content is available inline.
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.
isLoggable(Level) - Method in class org.restlet.ext.slf4j.Slf4jLogger
 
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.
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.
isOpen() - Method in class org.restlet.ext.spring.SpringResource
This implementation always returns true.
isPlain() - Method in class org.restlet.ext.rdf.Literal
Indicates if the literal is plain.
isRepeating() - Method in class org.restlet.ext.wadl.ParameterInfo
Returns true if the parameter is single valued or may have multiple values, false otherwise.
isRequired() - Method in class org.restlet.ext.wadl.ParameterInfo
Indicates whether the parameter is required.
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.
isSourceModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
 
isStartTls() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
Indicates if the SMTP protocol should attempt to start a TLS tunnel.
isTargetEntityEnabled() - Method in class org.restlet.ext.javamail.TriggerResource
Indicate whether or not the target supports entity in the request.
isToEncode() - Method in class org.restlet.ext.atom.Content
Returns true if the content is to be encoded.
isTyped() - Method in class org.restlet.ext.rdf.Literal
Indicates if the literal is types.
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.
isUsingEncodedAttributeStyle() - Method in class org.restlet.ext.emf.EmfRepresentation
Indicates if EMF references should be written as URI anchors.
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.
isWantClientAuthentication() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Indicates if we would like client certificate authentication.
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.

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.
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.
JaxRsApplication - Class in org.restlet.ext.jaxrs
This is the main class to be used for the instantiation of a JAX-RS runtime environment.
JaxRsApplication() - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Creates an new JaxRsApplication.
JaxRsApplication(Context) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
Creates an new JaxRsApplication.
JaxRsApplication(Application) - Constructor for class org.restlet.ext.jaxrs.JaxRsApplication
 
JaxRsRestlet - Class in org.restlet.ext.jaxrs
This class choose the JAX-RS resource class and method to use for a request and handles the result from the resource method.
JaxRsRestlet(Context, MetadataService) - Constructor for class org.restlet.ext.jaxrs.JaxRsRestlet
Creates a new JaxRsRestlet with the given Context.
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.
JettyServerHelper - Class in org.restlet.ext.jetty
Abstract Jetty Web server connector.
JettyServerHelper(Server) - Constructor for class org.restlet.ext.jetty.JettyServerHelper
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.
JsonConverter - Class in org.restlet.ext.json
Converter between the JSON API (more precisely JSONArray, JSONObject and JSONTokener instances) and Representation classes.
JsonConverter() - Constructor for class org.restlet.ext.json.JsonConverter
 
JsonRepresentation - Class in org.restlet.ext.json
Representation based on a JSON document.
JsonRepresentation(JSONArray) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON array.
JsonRepresentation(JSONObject) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON object.
JsonRepresentation(JSONStringer) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON stringer.
JsonRepresentation(JSONTokener) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON tokener.
JsonRepresentation(Map<String, Object>) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a map object.
JsonRepresentation(Object) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a bean using reflection to generate JSON names.
JsonRepresentation(Representation) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor.
JsonRepresentation(String) - Constructor for class org.restlet.ext.json.JsonRepresentation
Constructor from a JSON string.
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.

L

LANGUAGE - Static variable in class org.restlet.ext.openid.AttributeExchange
 
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_NAME - Static variable in class org.restlet.ext.openid.AttributeExchange
 
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.
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 - 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.
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.
loadProperty(Object, String) - Method in class org.restlet.ext.odata.Service
Updates the given entity object with the value of the specified property.
LOCAL_ACCESS_ONLY - Static variable in class org.restlet.ext.oauth.ValidationServerResource
 
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
 
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.

M

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.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.
matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
matrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append a matrix parameter to the existing set of matrix parameters of the current final segment of the URI path.
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.
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.
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.
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.

N

newInstance() - Static method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Creates a new instance of UriBuilder.
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.
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 variable in class org.restlet.ext.oauth.OAuthServerResource
 
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.
noStore - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
notationDecl(String, String, String) - Method in class org.restlet.ext.atom.EntryReader
 
notationDecl(String, String, String) - Method in class org.restlet.ext.atom.FeedReader
 
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.

O

OAUTH_TOKEN - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
OAuthAuthorizer - Class in org.restlet.ext.oauth
Authorizer for OAuth 2.0 protection of REST resources.
OAuthAuthorizer() - Constructor for class org.restlet.ext.oauth.OAuthAuthorizer
Default constructor.
OAuthAuthorizer(Reference) - Constructor for class org.restlet.ext.oauth.OAuthAuthorizer
Sets up an OAuthAuthorizer
OAuthAuthorizer(Reference, Client) - Constructor for class org.restlet.ext.oauth.OAuthAuthorizer
Sets up a OAuthAuthorizer.
OAuthAuthorizer(String) - Constructor for class org.restlet.ext.oauth.OAuthAuthorizer
Sets up an OAuthAuthorizer
OAuthAuthorizer(String, boolean, Client) - Constructor for class org.restlet.ext.oauth.OAuthAuthorizer
Set up an OAuthAuthorizer.
OAuthAuthorizer(String, boolean, Client, String, String) - Constructor for class org.restlet.ext.oauth.OAuthAuthorizer
Set up an OAuthAuthorizer.
OAuthAuthorizer(String, Client) - Constructor for class org.restlet.ext.oauth.OAuthAuthorizer
Set up an OAuthAuthorizer.
OAuthError - Enum in org.restlet.ext.oauth
Utility class for formating OAuth errors
OAuthForm - Class in org.restlet.ext.oauth
Helper class used when the OAuth token should be transmitted as a form.
OAuthForm(String) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthForm(String, int) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthForm(String, List<Parameter>) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthForm(String, Representation) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthForm(String, String) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthForm(String, String, char) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthForm(String, String, CharacterSet) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthForm(String, String, CharacterSet, char) - Constructor for class org.restlet.ext.oauth.OAuthForm
Constructor.
OAuthParameters - Class in org.restlet.ext.oauth
Container for OAuth2 Parameters.
OAuthParameters(String, String) - Constructor for class org.restlet.ext.oauth.OAuthParameters
Constructor.
OAuthParameters(String, String, String) - Constructor for class org.restlet.ext.oauth.OAuthParameters
Constructor.
OAuthParameters(String, String, String, List<Role>) - Constructor for class org.restlet.ext.oauth.OAuthParameters
Constructor.
OAuthProxy - Class in org.restlet.ext.oauth
A restlet filter for initiating a web server flow or comparable to OAuth 2.0 3-legged authorization.
OAuthProxy(OAuthParameters, Context) - Constructor for class org.restlet.ext.oauth.OAuthProxy
Sets up an OauthProxy.
OAuthProxy(OAuthParameters, Context, boolean) - Constructor for class org.restlet.ext.oauth.OAuthProxy
Sets up an OAuthProxy.
OAuthProxy(OAuthParameters, Context, boolean, Filter) - Constructor for class org.restlet.ext.oauth.OAuthProxy
Sets up an OAuthProxy.
OAuthProxy(OAuthParameters, Context, boolean, Client) - Constructor for class org.restlet.ext.oauth.OAuthProxy
Sets up an OAuthProxy.
OAuthServerResource - Class in org.restlet.ext.oauth
Base class for common resources used by the OAuth server side.
OAuthServerResource() - Constructor for class org.restlet.ext.oauth.OAuthServerResource
Default constructor.
OAuthUser - Class in org.restlet.ext.oauth
Used for storing the OAuth access token in the OAuth security framework.
OAuthUser(String, String) - Constructor for class org.restlet.ext.oauth.OAuthUser
Constructor used for unlimited tokens.
OAuthUser(String, String, String, long) - Constructor for class org.restlet.ext.oauth.OAuthUser
Constructor used for tokens with a expiration time.
OAuthUser(User, String) - Constructor for class org.restlet.ext.oauth.OAuthUser
Constructor used for unlimited tokens.
OAuthUser(User, String, String, long) - Constructor for class org.restlet.ext.oauth.OAuthUser
Constructor used for tokens with a expiration time.
ObjectFactory - Interface in org.restlet.ext.jaxrs
Implement this interface to instantiate JAX-RS root resource classes and providers yourself and register it by JaxRsApplication.setObjectFactory(ObjectFactory).
ObjectRepresentation<T> - Class in org.restlet.ext.gwt
Representation based on a serializable Java object.
ObjectRepresentation(String, Class<T>) - Constructor for class org.restlet.ext.gwt.ObjectRepresentation
Constructor for deserialization.
ObjectRepresentation(T) - Constructor for class org.restlet.ext.gwt.ObjectRepresentation
Constructor for serialization.
OpenIdFormForwarder - Class in org.restlet.ext.openid
Utility class.
OpenIdFormForwarder() - Constructor for class org.restlet.ext.openid.OpenIdFormForwarder
 
OpenIdVerifier - Class in org.restlet.ext.openid
Verifier that will do remote verification of using a provided openid_identifier.
OpenIdVerifier() - Constructor for class org.restlet.ext.openid.OpenIdVerifier
Default constructor.
OpenIdVerifier(String) - Constructor for class org.restlet.ext.openid.OpenIdVerifier
Constructor with a default OpenIdProvider/Identifier.
OpenIdVerifier(String, RelayingParty) - Constructor for class org.restlet.ext.openid.OpenIdVerifier
 
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 - 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
 
OptionTag - Class in org.restlet.ext.sip
Describes SIP agent capabilities.
OptionTag(String) - Constructor for class org.restlet.ext.sip.OptionTag
Constructor.
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.ext.atom - package org.restlet.ext.atom
Support for the Atom syndication and the AtomPub (Atom Publication Protocol) standards in their 1.0 version.
org.restlet.ext.crypto - package org.restlet.ext.crypto
Support for cryptography including Amazon S3 and Windows Azure client authentication.
org.restlet.ext.emf - package org.restlet.ext.emf
Integration with EMF 2.6.
org.restlet.ext.fileupload - package org.restlet.ext.fileupload
Integration with Apache FileUpload 1.2 library.
org.restlet.ext.freemarker - package org.restlet.ext.freemarker
Integration with FreeMarker 2.3 template library.
org.restlet.ext.gwt - package org.restlet.ext.gwt
Server-side integration with GWT 2.3.
org.restlet.ext.html - package org.restlet.ext.html
Support for the HTML (HyperText Markup Language) standard in its 4.0 version and above.
org.restlet.ext.httpclient - package org.restlet.ext.httpclient
Integration with Apache HTTP Client 4.1.
org.restlet.ext.jaas - package org.restlet.ext.jaas
Support for JAAS authentication and authorization framework.
org.restlet.ext.jackson - package org.restlet.ext.jackson
Integration with Jackson 1.9.
org.restlet.ext.javamail - package org.restlet.ext.javamail
Integration with JavaMail 1.4 (POP3 and SMTP clients).
org.restlet.ext.jaxb - package org.restlet.ext.jaxb
Integration with Java XML Binding (JAXB) 2.1.
org.restlet.ext.jaxrs - package org.restlet.ext.jaxrs
Support for JAX-RS API.
org.restlet.ext.jdbc - package org.restlet.ext.jdbc
Integration with Java DataBase Connectivity (JDBC) 3.0.
org.restlet.ext.jetty - package org.restlet.ext.jetty
Integration with Jetty 7.6 which is a new implementation of the popular Jetty HTTP server able to leverage NIO.
org.restlet.ext.jibx - package org.restlet.ext.jibx
Integration with JiBX 1.2.
org.restlet.ext.json - package org.restlet.ext.json
Support for JSON representations.
org.restlet.ext.lucene - package org.restlet.ext.lucene
Integration with Apache Lucene 2.9.
org.restlet.ext.net - package org.restlet.ext.net
Integration with Java URLConnection class.
org.restlet.ext.oauth - package org.restlet.ext.oauth
Support for OAuth 2.0 HTTP authentication.
org.restlet.ext.odata - package org.restlet.ext.odata
Support for the OData web protocol.
org.restlet.ext.openid - package org.restlet.ext.openid
Support for OpenID 2.0 HTTP authentication.
org.restlet.ext.rdf - package org.restlet.ext.rdf
Support for the RDF parsing and generation.
org.restlet.ext.rome - package org.restlet.ext.rome
Integration with ROME 1.0.
org.restlet.ext.sdc - package org.restlet.ext.sdc
Integration with Google SDC 1.3.
org.restlet.ext.simple - package org.restlet.ext.simple
Integration with Simple framework 4.1.
org.restlet.ext.sip - package org.restlet.ext.sip
Support for Session Initiation Protocol (SIP).
org.restlet.ext.slf4j - package org.restlet.ext.slf4j
Integration with SLF4J 1.6.
org.restlet.ext.spring - package org.restlet.ext.spring
Integration with Spring Framework 3.0.
org.restlet.ext.ssl - package org.restlet.ext.ssl
Support for SSL utilities and integration with jSSLutils library.
org.restlet.ext.velocity - package org.restlet.ext.velocity
Integration with Apache Velocity 1.6.
org.restlet.ext.wadl - package org.restlet.ext.wadl
Support the WADL specification.
org.restlet.ext.xml - package org.restlet.ext.xml
Support for XML and XSLT representations.
org.restlet.ext.xstream - package org.restlet.ext.xstream
Integration with XStream 1.4.
ORIGINAL_REF_ATTRIBUTE - Static variable in class org.restlet.ext.openid.RedirectAuthenticator
 
OUTBOUND - Static variable in class org.restlet.ext.sip.OptionTag
Used to identify UAs and Registrars which support extensions for Client Initiated Connections

P

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(ContentHandler) - Method in class org.restlet.ext.lucene.TikaRepresentation
Parsed the wrapped representation with Tika to extract the useful metadata and produce structural SAX events (in XHTML format) and send them to the given SAX content handler.
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.
parseCredentials(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Decodes the credentials stored in a cookie into a proper ChallengeResponse object.
parseRepresentation(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
Processes an RFC 1867 compliant multipart/form-data input representation.
parseRequest(Request) - 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.ext.oauth.HttpOAuthHelper
 
parseScope(String) - Method in class org.restlet.ext.oauth.OAuthServerResource
Parses a " " separated list of scopes into an array.
PASSWORD - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
path(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Appends the given path to the current path.S
path(Class) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path segments from a Path-annotated method to the existing list of segments.
path(Method) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append the path from a Path-annotated method to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path to the existing path.
path(Class) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path segments from a Path-annotated class to the existing list of segments.
path(Class, String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path segments from a Path-annotated method to the existing list of segments.
path(Method) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append the path from a Path-annotated method to the existing path.
path(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path to the existing path.
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.
persist() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Helper method to indicate when to checkpoint the user data.
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.
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
 
port(int) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI port.
port(int) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI port.
port(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI port.
postMember(Representation) - Method in class org.restlet.ext.atom.Collection
Posts a member to the collection resulting in the creation of a new resource.
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.
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.
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.
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.
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.
PROVIDER_FLICKR - Static variable in class org.restlet.ext.openid.OpenIdVerifier
 
PROVIDER_GOOGLE - Static variable in class org.restlet.ext.openid.OpenIdVerifier
 
PROVIDER_MYOPENID - Static variable in class org.restlet.ext.openid.OpenIdVerifier
 
PROVIDER_MYSPACE - Static variable in class org.restlet.ext.openid.OpenIdVerifier
 
PROVIDER_YAHOO - Static variable in class org.restlet.ext.openid.OpenIdVerifier
 
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.

Q

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.
queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append a query parameter to the existing set of query parameters.
queryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append a query parameter to the existing set of query parameters.

R

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.
RdfConverter - Class in org.restlet.ext.rdf
Converter between the Graph and RDF Representation classes.
RdfConverter() - Constructor for class org.restlet.ext.rdf.RdfConverter
 
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.
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.
REDIR_URI - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
RedirectAuthenticator - Class in org.restlet.ext.openid
An authenticator that redirects the authentication to some external resource.
RedirectAuthenticator(Context, Verifier, Restlet) - Constructor for class org.restlet.ext.openid.RedirectAuthenticator
Initialize a RedirectAuthenticator with a Verifier.
RedirectAuthenticator(Context, Verifier, String, String, Restlet) - Constructor for class org.restlet.ext.openid.RedirectAuthenticator
Initializes a RedirectAuthenticator with a Verifier.
REDIRECTION_ALTERNATIVE_SERVICE - Static variable in class org.restlet.ext.sip.SipStatus
The call was not successful, but alternative services are possible.
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.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_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.
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.
refresh() - Method in class org.restlet.ext.rdf.RdfClientResource
Refreshes the links cache.
refresh() - Method in class org.restlet.ext.spring.SpringContext
 
REFRESH_TOKEN - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
register(String, String, String) - Static method in class org.restlet.ext.openid.AttributeExchange
 
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.
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.
RelayingParty - Class in org.restlet.ext.openid
Describes a relaying party, also known as a RP.
RelayingParty() - Constructor for class org.restlet.ext.openid.RelayingParty
 
RelayingParty(ConsumerManager) - Constructor for class org.restlet.ext.openid.RelayingParty
 
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.
replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrix(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the matrix parameters of the current final segment of the current URI path.
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
replaceMatrixParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
replacePath(CharSequence) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Replaces the current path with the given path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI path.
replacePath(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI path.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI query string.
replaceQuery(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI query string.
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
 
replaceQueryParam(String, Object...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
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.
represent(Representation) - Method in class org.restlet.ext.oauth.AccessTokenServerResource
Handles the Post request.
represent() - Method in class org.restlet.ext.oauth.AuthorizationServerResource
Checks that all incoming requests have a type parameter.
represent() - Method in class org.restlet.ext.openid.XrdsServerResource
Deprecated.  
RepresentationContext - Class in org.restlet.ext.fileupload
Provides access to the representation information needed by the FileUpload processor.
RepresentationContext(Representation) - Constructor for class org.restlet.ext.fileupload.RepresentationContext
Constructor.
RepresentationInfo - Class in org.restlet.ext.wadl
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.
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.
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.ext.xml.XmlWriter
Reset the writer.
resolve(String) - Method in class org.restlet.ext.javamail.MailResolver
 
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.
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_PRIORITY - Static variable in class org.restlet.ext.sip.OptionTag
Indicates or requests support for the resource priority mechanism.
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_TYPE - Static variable in class org.restlet.ext.oauth.OAuthServerResource
MandatoryClient Request Authorization parameters.
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.
ResponseType - Enum in org.restlet.ext.oauth
Defines the supported types of responses to a grant request.
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.
revokeRole(Role, String) - Method in class org.restlet.ext.oauth.AuthenticatedUser
Removes a specific scope.
revokeRoles() - Method in class org.restlet.ext.oauth.AuthenticatedUser
Revokes previously granted scopes.
revokeUser(String) - Method in class org.restlet.ext.oauth.UserStore
Revoke/delete a user according to its id.
RomeConverter - Class in org.restlet.ext.rome
Converter of SyndFeed objects into Representation instances.
RomeConverter() - Constructor for class org.restlet.ext.rome.RomeConverter
 
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.

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.
scheme(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI scheme.
scheme(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI scheme.
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI scheme-specific-part (see URI).
schemeSpecificPart(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI scheme-specific-part (see URI).
SCOPE - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
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(Object, Variant, Resource) - Method in class org.restlet.ext.emf.EmfConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.emf.EmfConverter
 
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.gwt.GwtConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 
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(Object, Variant, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.json.JsonConverter
 
score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
score(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
 
SdcClientHelper - Class in org.restlet.ext.sdc
SDC tunnel connector.
SdcClientHelper(Client) - Constructor for class org.restlet.ext.sdc.SdcClientHelper
Constructor.
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.
segment(String...) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Append path segments to the existing path.
segment(String...) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Append path segments to the existing path.
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.
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.
sendError(OAuthError, String, String) - Method in class org.restlet.ext.oauth.AccessTokenServerResource
Returns the representation of the given error.
sendError(String, OAuthError, String) - Method in class org.restlet.ext.oauth.AuthorizationServerResource
Helper method to format error responses according to OAuth2 spec.
sendError(String, OAuthError, String, String, String) - Method in class org.restlet.ext.oauth.AuthorizationServerResource
Helper method to format error responses according to OAuth2 spec.
sendError(AuthSession, OAuthError, String, String, String) - Method in class org.restlet.ext.oauth.AuthPageServerResource
Helper method to format error responses according to OAuth2 spec.
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_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.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.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.ext.sip.SipStatus
The server does not support, or refuses to support, the SIP protocol version that was used in the request.
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.
setAccept(List<MediaType>) - Method in class org.restlet.ext.atom.Collection
Sets the accepted media types.
setAccessTokenPath(String) - Method in class org.restlet.ext.oauth.OAuthParameters
Sets the access token path.
setAddress(InetSocketAddress) - Method in class org.restlet.ext.simple.SimpleServerHelper
Sets the socket address this server is listening to.
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.
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.
setApplication(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlRepresentation
Sets the root element of the WADL document.
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.
setApplications(Collection<Application>) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Adds the given applications to the available applications.
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.
setAuthenticator(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Sets the Authenticator to use.
setAuthorizePath(String) - Method in class org.restlet.ext.oauth.OAuthParameters
Sets the authorize path.
setAuthPage(String, Context) - Static method in class org.restlet.ext.oauth.HttpOAuthHelper
Sets the value of the "authpage" parameter.
setAuthPageTemplate(String, Context) - Static method in class org.restlet.ext.oauth.HttpOAuthHelper
Sets the value of the "authPageTemplate" parameter.
setAuthSkipApproved(boolean, Context) - Static method in class org.restlet.ext.oauth.HttpOAuthHelper
Sets the value of the "authSkipApproved" parameter.
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.
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.
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.
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.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.
setCategories(Categories) - Method in class org.restlet.ext.atom.Collection
Sets the categories.
setChildResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
Sets the list of child resources.
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.
setClientDispatcher(Client) - Method in class org.restlet.ext.atom.Service
Sets the client HTTP dispatcher.
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.
setClientStoreImpl(Class<? extends ClientStore<?>>) - Static method in class org.restlet.ext.oauth.ClientStoreFactory
This method sets up if the implementing class uses a no-arg public constructor
setClientStoreImpl(Class<? extends ClientStore<?>>, Object...) - Static method in class org.restlet.ext.oauth.ClientStoreFactory
 
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.
setCode(String) - Method in class org.restlet.ext.oauth.AuthenticatedUser
Sets a generated code that was given out for this user.
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.ext.sip.Availability
Sets additional information about the time of callback.
setConfidential(boolean) - Method in class org.restlet.ext.simple.SimpleServerHelper
Indicates if this service is acting in HTTP or HTTPS mode.
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.
setConnection(Connection) - Method in class org.restlet.ext.simple.SimpleServerHelper
Sets the Simple connection.
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.
setContainerServer(ContainerServer) - Method in class org.restlet.ext.simple.SimpleServerHelper
Sets the Simple container server.
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.
setContext(Context) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
 
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.
setCookieName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the cookie name to use for the authentication credentials.
setCredentials(ChallengeResponse) - Method in class org.restlet.ext.odata.Service
Sets the credentials used to authenticate requests.
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.
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.
setDefaultLink(Link) - Method in class org.restlet.ext.rdf.Graph
Sets the default link that is used to complete new links.
setDefaultProvider(String) - Method in class org.restlet.ext.openid.OpenIdVerifier
Sets the default provider.
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.wadl.ParameterInfo
Sets the default value of this parameter.
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.
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.
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
 
setDomainRefs(List<Reference>) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the URI references that define the protection domains for the digest authentication.
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.
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.
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.
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.
setEntries(List<Category>) - Method in class org.restlet.ext.atom.Categories
Sets the list of entries.
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.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.
setEventTemplates(List<String>) - Method in class org.restlet.ext.sip.EventType
Sets the list of event templates.
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.
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.
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.
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.
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.
setFormattedOutput(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates if the resulting XML data should be formatted with line breaks and indentation.
setFragment(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Indicates whether or not document level events will be generated by the Marshaller.
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.
setGenerator(Generator) - Method in class org.restlet.ext.atom.Feed
Sets the agent used to generate a feed.
setGenerator(Generator) - Method in class org.restlet.ext.atom.Source
Sets the agent used to generate a feed.
setGrammars(GrammarsInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
Sets the grammars element.
setGraph(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
Sets the graph of links.
setGuard(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Deprecated. Use JaxRsApplication.setAuthenticator(Authenticator) instead.
setHandled(boolean) - Method in class org.restlet.ext.sip.SipRequest
Indicates that the request has been handled, typically after receiving a final response.
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.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.
setIdentifierFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the name of the HTML login form field containing the identifier.
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.
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.json.JsonRepresentation
Indicates if JSON objects and arrays should be indented.
setIndenting(boolean) - Method in class org.restlet.ext.xml.DomRepresentation
Indicates if the XML serialization should be indented.
setIndentingSize(int) - Method in class org.restlet.ext.json.JsonRepresentation
Sets the number of spaces to use for indentation.
setIndentStep(int) - Method in class org.restlet.ext.xml.XmlWriter
Set the current indent step.
setInlineContent(Representation) - Method in class org.restlet.ext.atom.Content
Sets the representation for inline content.
setInReplyTo(List<String>) - Method in class org.restlet.ext.sip.SipRequest
Sets the list of references to call-ids.
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.
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.
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(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.
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.
setLineWidth(int) - Method in class org.restlet.ext.emf.EmfRepresentation
Sets the maximum number of characters per line.
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.
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.
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.
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.
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.
setMaxRequestAge(long) - Method in class org.restlet.ext.crypto.AwsAuthenticator
Sets the maximum age of a request, in milliseconds, before it is considered stale.
setMaxServerNonceAge(long) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the number of milliseconds between each mandatory nonce refresh.
setMediaType(MediaType) - Method in class org.restlet.ext.wadl.RepresentationInfo
Sets the media type of that element.
setMetadata(Metadata) - Method in class org.restlet.ext.lucene.TikaRepresentation
The Tika metadata used for both input and output.
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.
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.
setMixedContent(Node) - Method in class org.restlet.ext.wadl.DocumentationInfo
Sets the mixed content of that element.
setMode(int) - Method in class org.restlet.ext.xml.Transformer
Sets the transformation mode.
setMultipart(boolean) - Method in class org.restlet.ext.html.FormDataSet
Indicates if the form is multipart encoded.
setMultipartBoundary(String) - Method in class org.restlet.ext.html.FormDataSet
Sets the boundary separating multipart entries.
setName(String) - Method in class org.restlet.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.
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.
setNoNamespaceSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the "xsi:noNamespaceSchemaLocation" attribute in the generated XML data.
setNoResMethodHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that will handle the Requests, if no resource method could be found.
setNoResourceClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that will handle the Requests, if no resource class could be found.
setNoRootResClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the Restlet that is called, if no root resource class could be found.
setObject(T) - Method in class org.restlet.ext.gwt.ObjectRepresentation
Sets the wrapped object.
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.
setObjectClass(Class<T>) - Method in class org.restlet.ext.jackson.JacksonRepresentation
Sets the object class to instantiate.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
Sets the ObjectFactory for root resource class and provider instantiation.
setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
Sets the ObjectFactory for root resource class and provider instantiation.
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.
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.
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.
setOwner(String) - Method in class org.restlet.ext.oauth.OAuthParameters
Sets the owner.
setPackage(String) - Method in class org.restlet.ext.sip.EventType
Sets the package name.
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.
setPassword(String) - Method in class org.restlet.ext.oauth.AuthenticatedUser
Sets the user password
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.
setPrefix(String, String) - Method in class org.restlet.ext.xml.XmlWriter
Specify a preferred prefix for a Namespace URI.
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.
setProtocol(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Sets the secure socket protocol name, "TLS" by default.
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(float) - Method in class org.restlet.ext.sip.ContactInfo
Sets the quality/preference level.
setQuery(String) - Method in class org.restlet.ext.odata.Query
Sets the query string of the request.
setQueryType(MediaType) - Method in class org.restlet.ext.wadl.ResourceInfo
Sets the media type for the query component of the resource URI.
setReason(String) - Method in class org.restlet.ext.sip.Subscription
Sets the subscription reason.
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.
setReferTo(Address) - Method in class org.restlet.ext.sip.SipRequest
Sets the reference that the recipient of a SipMethod.REFER method should contact.
setRel(Relation) - Method in class org.restlet.ext.atom.Link
Sets the link's relation type.
setRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
Sets the relationship attribute value.
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.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.
setRequestCallId(String) - Method in class org.restlet.ext.sip.SipClientResource
Sets the request's call ID.
setRequired(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
Indicates whether the parameter is required.
setRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
Sets the sensitive features that the server must support.
setResourceInfo(ResourceInfo) - Method in class org.restlet.ext.wadl.WadlWrapper
Sets the description of the wrapped Restlet.
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.
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
 
setResponses(List<ResponseInfo>) - Method in class org.restlet.ext.wadl.MethodInfo
Sets the output of the method.
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.
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.ext.oauth.OAuthParameters
Sets the list of roles.
setRouter(Router) - Method in class org.restlet.ext.spring.SpringBeanFinder
Sets the associated router.
setRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
Sets the set of proxies used to force routing for a request.
setSaxSource(SAXSource) - Method in class org.restlet.ext.xml.SaxRepresentation
Sets a SAX source that can be parsed by the SaxRepresentation.parse(ContentHandler) method.
setSchema(String) - Method in class org.restlet.ext.openid.AttributeExchange
 
setSchema(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
Set a (compiled) Schema to use when parsing and validating this type of XML representations.
setSchema(Representation) - Method in class org.restlet.ext.xml.XmlRepresentation
Set a schema representation to be compiled and used when parsing and validating this type of XML representations.
setSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
Sets the "xsi:schemaLocation" attribute in the generated XML data.
setScheme(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.
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.
setSecretFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
Sets the name of the HTML login form field containing the secret.
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.
setSerializationPolicy(SerializationPolicy) - Method in class org.restlet.ext.gwt.ObjectRepresentation
Sets the GWT-RPC serialization policy.
setSerializationPolicyProvider(SerializationPolicyProvider) - Method in class org.restlet.ext.gwt.ObjectRepresentation
Sets the GWT-RPC serialization policy provider.
setServer(Object) - Method in class org.restlet.ext.spring.SpringComponent
Adds a server to the list of connectors.
setServerKey(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the secret key known only by server.
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.
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.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.
setSlf4jLogger(Logger) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Sets the wrapped SLF4J logger.
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.
setState(String) - Method in class org.restlet.ext.oauth.OAuthUser
Sets the current state.
setStatuses(List<Status>) - Method in class org.restlet.ext.wadl.ResponseInfo
Sets the list of statuses associated with this response representation.
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.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.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.
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.
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.
setTargetUri(String) - Method in class org.restlet.ext.javamail.TriggerResource
Sets the target URI template.
setTemplate(Template) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
Sets the FreeMarker template.
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.
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.
setTikaConfig(TikaConfig) - Method in class org.restlet.ext.lucene.TikaRepresentation
Sets the optional Tika configuration.
setTikaParser(Parser) - Method in class org.restlet.ext.lucene.TikaRepresentation
Sets the optional Tika parser.
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.
setToken(Token) - Method in class org.restlet.ext.oauth.AuthenticatedUser
Sets the current issued token.
setTokenExpire(long) - Method in class org.restlet.ext.oauth.AuthenticatedUser
Sets the time for all token expire time for this user.
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.
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.
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(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.
setTypeRef(Reference) - Method in class org.restlet.ext.rdf.Link
Sets the type reference.
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.
setupSession(AuthSession, Client, ResponseType, String, Form) - Method in class org.restlet.ext.oauth.AuthorizationServerResource
Sets up a session.
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.
setUseDefaultProvider(boolean) - Method in class org.restlet.ext.openid.OpenIdVerifier
Indicates if the defaultProvider must be used in case none is provided in the request.
setUserPrincipalClassName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
Sets the user principal class name.
setUsingEncodedAttributeStyle(boolean) - Method in class org.restlet.ext.emf.EmfRepresentation
Indicates if EMF references should be written as URI anchors.
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.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.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.
setValueRepresentation(Representation) - Method in class org.restlet.ext.html.FormData
Sets the value of the associated form control as a full fledged representation.
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.
setVersion(String) - Method in class org.restlet.ext.atom.Generator
Sets the version of the generating agent.
setWantClientAuthentication(boolean) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
Indicates if we would like client certificate authentication.
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.
setWrappedServer(Server) - Method in class org.restlet.ext.jetty.JettyServerHelper
Sets the wrapped Jetty server.
setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
Sets the secret verifier that will be wrapped by the real verifier supporting all the HTTP AWS verifications.
setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
Sets the secret verifier that will be wrapped by real verifier supporting all the HTTP DIGEST verifications (nonce, domain URIs, etc.).
setWrappedVerifier(T) - Method in class org.restlet.ext.crypto.DigestVerifier
Sets the wrapped secret verifier.
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.
severe(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
Logs a severe message.
shouldDeserializeFields(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 
shouldSerializeFields(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 
showPage() - Method in class org.restlet.ext.oauth.AuthPageServerResource
Entry point to the AuthPageResource.
SimpleSerializationPolicy - Class in org.restlet.ext.gwt
Serialization policy that allows the serialization of all the classes and fields.
SimpleSerializationPolicy() - Constructor for class org.restlet.ext.gwt.SimpleSerializationPolicy
 
SimpleSerializationPolicyProvider - Class in org.restlet.ext.gwt
Serialization policy provider that return the SimpleSerializationPolicy default instance all the time.
SimpleSerializationPolicyProvider() - Constructor for class org.restlet.ext.gwt.SimpleSerializationPolicyProvider
 
SimpleServerHelper - Class in org.restlet.ext.simple
Abstract Simple Web server connector.
SimpleServerHelper(Server) - Constructor for class org.restlet.ext.simple.SimpleServerHelper
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.
SipMethod - Class in org.restlet.ext.sip
Constants for SIP methods.
SipMethod() - Constructor for class org.restlet.ext.sip.SipMethod
 
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.
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.
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
 
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.
skippedEntity(String) - Method in class org.restlet.ext.atom.EntryReader
 
skippedEntity(String) - Method in class org.restlet.ext.atom.FeedReader
 
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.
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
 
SOLR_PROTOCOL - Static variable in class org.restlet.ext.lucene.SolrClientHelper
 
SolrClientHelper - Class in org.restlet.ext.lucene
Solr client connector.
SolrClientHelper(Client) - Constructor for class org.restlet.ext.lucene.SolrClientHelper
Constructor.
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.
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 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.
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
 
start() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 
start() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
 
start() - Method in class org.restlet.ext.jetty.JettyServerHelper
 
start() - Method in class org.restlet.ext.lucene.SolrClientHelper
 
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.oauth.OAuthProxy
 
start() - Method in class org.restlet.ext.sdc.SdcClientHelper
 
start() - Method in class org.restlet.ext.simple.HttpServerHelper
Starts the Restlet.
start() - Method in class org.restlet.ext.simple.HttpsServerHelper
Starts the Restlet.
start() - Method in class org.restlet.ext.simple.SimpleServerHelper
 
start() - Method in class org.restlet.ext.ssl.HttpsClientHelper
 
start() - Method in class org.restlet.ext.ssl.HttpsServerHelper
 
startContent(Content) - Method in class org.restlet.ext.atom.EntryReader
Called when a new content element has been detected in the Atom document.
startContent(Content) - Method in class org.restlet.ext.atom.FeedReader
Called when a new content element has been detected in the Atom document.
startDocument() - Method in class org.restlet.ext.atom.EntryReader
 
startDocument() - Method in class org.restlet.ext.atom.FeedReader
 
startDocument() - Method in class org.restlet.ext.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) - 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.
startFeed(Feed) - Method in class org.restlet.ext.atom.FeedReader
Called when a new feed has been detected in the Atom document.
startGraph() - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used before the graph is parsed or written.
startLink(Link) - Method in class org.restlet.ext.atom.EntryReader
Called when a new link has been detected in the Atom document.
startLink(Link) - Method in class org.restlet.ext.atom.FeedReader
Called when a new link has been detected in the Atom document.
startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.EntryReader
 
startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.FeedReader
 
startPrefixMapping(String, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
Callback method used at the start of a Namespace mapping.
STATE - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
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.
stop() - Method in class org.restlet.ext.httpclient.HttpClientHelper
 
stop() - Method in class org.restlet.ext.jetty.JettyServerHelper
 
stop() - Method in class org.restlet.ext.lucene.SolrClientHelper
 
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.oauth.OAuthProxy
 
stop() - Method in class org.restlet.ext.sdc.SdcClientHelper
 
stop() - Method in class org.restlet.ext.simple.SimpleServerHelper
 
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.
SUCCESS_OK - Static variable in class org.restlet.ext.sip.SipStatus
The request has succeeded.
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.
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.

T

T_DIALOG - Static variable in class org.restlet.ext.sip.OptionTag
Used to identify the target dialog header field extension.
TAG_100REL - Static variable in class org.restlet.ext.sip.OptionTag
Used for reliability of provisional responses.
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.
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.
TikaRepresentation - Class in org.restlet.ext.lucene
Representation that parses another wrapped representation using Lucene Tika metadata extraction engine.
TikaRepresentation(Representation) - Constructor for class org.restlet.ext.lucene.TikaRepresentation
Constructor.
TikaRepresentation(Representation, TikaConfig) - Constructor for class org.restlet.ext.lucene.TikaRepresentation
Constructor.
TikaRepresentation(Representation, TikaConfig, Parser) - Constructor for class org.restlet.ext.lucene.TikaRepresentation
Constructor.
TIMER - Static variable in class org.restlet.ext.sip.OptionTag
Indicates the support of the session timer extension.
TIMEZONE - Static variable in class org.restlet.ext.openid.AttributeExchange
 
toEntry(Object) - Method in class org.restlet.ext.odata.Service
Converts an entity to an Atom entry object.
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.
toJsonTokener() - Method in class org.restlet.ext.json.JsonRepresentation
Deprecated. Use JsonRepresentation.getJsonTokener() instead.
TOKEN_SERVER_MAX_TIME_SEC - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
TOKEN_SERVER_TIME_SEC - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
tokenMaxTimeSec - Variable in class org.restlet.ext.oauth.OAuthServerResource
 
tokenTimeSec - Variable in class org.restlet.ext.oauth.OAuthServerResource
 
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.ext.atom.AtomConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.emf.EmfConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 
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.json.JsonConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
 
toObject(Representation, Class<T>, Resource) - Method in class org.restlet.ext.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
 
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.ext.atom.AtomConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.emf.EmfConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
 
toRepresentation(Object, Variant, Resource) - Method in class org.restlet.ext.gwt.GwtConverter
 
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.json.JsonConverter
 
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
 
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.
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.jaxrs.AbstractUriBuilder
Returns the actual URI as String.
toString() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Returns the actual URI as String.
toString() - Method in class org.restlet.ext.rdf.Couple
 
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 enum org.restlet.ext.wadl.ParameterStyle
 
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.
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_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_LINKS - Static variable in class org.restlet.ext.odata.Query
Type of query: links.
TYPE_PROPERTY_VALUE - Static variable in class org.restlet.ext.odata.Query
Type of query: property value.
TYPE_RETURN_TO - Static variable in class org.restlet.ext.openid.XrdsServerResource
Deprecated. The identifier of the "return to" type.
TYPE_SERVER - Static variable in class org.restlet.ext.openid.XrdsServerResource
Deprecated. The identifier of the "server" type.
TYPE_SIGNON - Static variable in class org.restlet.ext.openid.XrdsServerResource
Deprecated. The identifier of the "signon" type.
TYPE_UNKNOWN - Static variable in class org.restlet.ext.odata.Query
Type of query: unknown.

U

unauthenticated(Request, Response) - Method in class org.restlet.ext.openid.RedirectAuthenticator
 
unauthorized(Request, Response) - Method in class org.restlet.ext.oauth.OAuthAuthorizer
 
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
 
UP - Static variable in class org.restlet.ext.atom.Relation
A URI that refers to a parent document in a hierarchy of documents.
updateEntity(Object) - Method in class org.restlet.ext.odata.Service
Updates an entity.
updateLastActivity() - Method in class org.restlet.ext.sip.SipRequest
Indicates that a new activity on this transaction has been detected.
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.ext.atom.AtomConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.emf.EmfConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.gwt.GwtConverter
 
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.json.JsonConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.rdf.RdfConverter
 
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.ext.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
 
updateResource(String, Representation) - Method in class org.restlet.ext.atom.Service
Updates a resource representation.
URGENT - Static variable in class org.restlet.ext.sip.Priority
Urgent level of priority.
uri(URI) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
uri(URI) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Copies the non-null components of the supplied URI to the UriBuilder replacing any existing values for those components.
userInfo(String) - Method in class org.restlet.ext.jaxrs.AbstractUriBuilder
Set the URI user-info.
userInfo(String) - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
Set the URI user-info.
USERNAME - Static variable in class org.restlet.ext.oauth.OAuthServerResource
 
UserStore - Class in org.restlet.ext.oauth
The user store interface represents the entry point where user requests are created, searched and removed.
UserStore() - Constructor for class org.restlet.ext.oauth.UserStore
 

V

validate(Representation) - Method in class org.restlet.ext.oauth.ValidationServerResource
 
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.
validateDeserialize(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 
validateRef - Variable in class org.restlet.ext.oauth.OAuthAuthorizer
 
validateSerialize(Class<?>) - Method in class org.restlet.ext.gwt.SimpleSerializationPolicy
 
ValidationServerResource - Class in org.restlet.ext.oauth
The ValidationResource is intended to protect a Restlet and make sure that correct OAuth credentials are met.
ValidationServerResource() - Constructor for class org.restlet.ext.oauth.ValidationServerResource
 
valueOf(String) - Static method in class org.restlet.ext.atom.Relation
Parses a relation name into the equivalent item.
valueOf(String) - Static method in enum org.restlet.ext.oauth.Flow
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.oauth.GrantType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.oauth.OAuthError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.ext.oauth.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class org.restlet.ext.openid.AttributeExchange
 
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.
valueOfType(String) - Static method in class org.restlet.ext.openid.AttributeExchange
 
values() - Static method in enum org.restlet.ext.oauth.Flow
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.oauth.GrantType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.oauth.OAuthError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.restlet.ext.oauth.ResponseType
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.
VelocityConverter - Class in org.restlet.ext.velocity
Converter between the Velocity Template objects and Representations.
VelocityConverter() - Constructor for class org.restlet.ext.velocity.VelocityConverter
 
verify(String, char[]) - Method in class org.restlet.ext.crypto.DigestVerifier
 
verify(Request, Response) - Method in class org.restlet.ext.jaas.JaasVerifier
Verifies that the proposed secret is correct for the specified identifier.
verify(Request, Response) - Method in class org.restlet.ext.openid.OpenIdVerifier
Verifies a request.
verify(Map<AttributeExchange, String>, Request, boolean) - Method in class org.restlet.ext.openid.RelayingParty
 
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.

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.
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.
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.
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.
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(EObject, OutputStream) - Method in class org.restlet.ext.emf.EmfRepresentation
Writes the representation based on a given EMF object.
write(OutputStream) - Method in class org.restlet.ext.emf.EmfRepresentation
If this representation wraps an EObject, then it tries to write it as either XML, XMI or ECore/EMOF depending on the media type set.
write(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(Writer) - Method in class org.restlet.ext.json.JsonRepresentation
 
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(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(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
 
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.
writeInlineContent(XmlWriter) - Method in class org.restlet.ext.atom.Entry
Allow to write extra content inside the entry.

X

XHTML_NAMESPACE - Static variable in class org.restlet.ext.atom.Feed
XHTML namespace.
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.
XrdsServerResource - Class in org.restlet.ext.openid
Deprecated. 
XrdsServerResource() - Constructor for class org.restlet.ext.openid.XrdsServerResource
Deprecated.  
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
Deprecated. Use XstreamRepresentation.XstreamRepresentation(Representation, Class) instead.
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.ext.openid.AttributeExchange
 

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

Copyright © 2005-2013 Restlet.