- Cancel - Annotation Type in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- cancel() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
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
-
Deprecated.
Cancels any pending request.
- canHandle(Connection<Server>, Response) - Method in class org.restlet.ext.nio.HttpServerHelper
-
- canHandle(Connection<Server>, Response) - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
Indicates if the connection can handle the given response at this point
in time.
- Categories - Class in org.restlet.ext.atom
-
- 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.
- challenge(Response, boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
- 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.
- checkin(Connection<?>) - Method in class org.restlet.ext.nio.ConnectionHelper
-
Checks in the connection back into the pool.
- checkout(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ConnectionHelper
-
Checks out a connection associated to the given socket from the pool.
- CLIENT_ERROR_ADDRESS_INCOMPLETE - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
The server received a request with a Request-URI that was incomplete.
- CLIENT_ERROR_AMBIGUOUS - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
The Request-URI was ambiguous.
- CLIENT_ERROR_BAD_EXTENSION - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
The request could not be understood due to malformed syntax.
- CLIENT_ERROR_BUSY_HERE - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
The server understood the request, but is refusing to fulfill it.
- CLIENT_ERROR_GONE - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
The server has detected a loop.
- CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Reserved for future use.
- CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
The request was terminated by a BYE or CANCEL request.
- CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
The request requires user authentication.
- CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
The server cannot process the request because the scheme of the URI in
the Request-URI is unknown to the server.
- ClientConnectionHelper - Class in org.restlet.ext.nio
-
Base client helper based on NIO non blocking sockets.
- ClientConnectionHelper(Client) - Constructor for class org.restlet.ext.nio.ClientConnectionHelper
-
Constructor.
- clientSide - Variable in class org.restlet.ext.nio.BaseHelper
-
Indicates if it is helping a client connector.
- clone() - Method in class org.restlet.ext.jaxrs.ExtendedUriBuilder
- clone() - Method in class org.restlet.ext.jsslutils.PkixSslContextFactory
-
Deprecated.
This class is likely to contain sensitive information; cloning is
therefore not allowed.
- clone() - Method in class org.restlet.ext.sip.Address
-
Deprecated.
- Collection - Class in org.restlet.ext.atom
-
Atom Protocol collection, part of a workspace.
- Collection(Workspace, String, String) - Constructor for class org.restlet.ext.atom.Collection
-
Constructor.
- configure(DefaultHttpClient) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Configures the HTTP client.
- configure(HttpParams) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Configures the various parameters of the connection manager and the HTTP
client.
- configure(SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Configures the scheme registry.
- configure(Socket) - Method in class org.restlet.ext.nio.ConnectionHelper
-
Configures a given socket based on the helper parameters.
- ConnectionHelper<T extends Connector> - Class in org.restlet.ext.nio
-
Connector helper using network connections.
- ConnectionHelper(T, boolean) - Constructor for class org.restlet.ext.nio.ConnectionHelper
-
Constructor.
- CONNECTOR_LATCH - Static variable in class org.restlet.ext.nio.ClientConnectionHelper
-
- ContactInfo - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- ContactInfo() - Constructor for class org.restlet.ext.sip.ContactInfo
-
Deprecated.
Default constructor.
- ContactInfo(Reference) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Deprecated.
Constructor.
- ContactInfo(Reference, String) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Deprecated.
Constructor.
- ContactInfo(Reference, String, int) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Deprecated.
Constructor.
- ContactInfo(Reference, String, String, int) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Deprecated.
Constructor.
- 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.
- context - Variable in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
The template's data model.
- control() - Method in class org.restlet.ext.nio.BaseHelper
-
Controls the helper for inbound or outbound messages to handle.
- controller - Variable in class org.restlet.ext.nio.BaseHelper
-
The controller task.
- 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
-
- 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(Representation, Class<T>) - Method in class org.restlet.ext.gson.GsonConverter
-
- create(T) - Method in class org.restlet.ext.gson.GsonConverter
-
- create(Request) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Creates a low-level HTTP client call from a high-level uniform call.
- create(MediaType, T) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- create(Representation, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- createBlankRef(String) - Static method in class org.restlet.ext.rdf.Link
-
Creates a reference to a blank node.
- createBuilder() - Method in class org.restlet.ext.gson.GsonRepresentation
-
Returns a new instance of the builder for Gson instances.
- createBuilder(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
-
Returns an instance of a graph handler used when parsing the inner RDF
representation.
- 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
-
- createClientConnectionManager(HttpParams, SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Creates the connection manager.
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ConnectionHelper
-
Creates a connection associated to the given socket.
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.HttpsClientHelper
-
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.HttpsServerHelper
-
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
- createConnectionPool() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Creates the connection pool.
- createController() - Method in class org.restlet.ext.nio.BaseHelper
-
Creates a new controller.
- createController() - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
- createController() - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
- createControllerService() - Method in class org.restlet.ext.nio.BaseHelper
-
Creates the connector controller service.
- createCsvSchema(CsvMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Creates a Jackson CSV schema based on a mapper and the current object
class.
- createInboundRoot() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
-
- createInboundWay(Connection<T>, int) - Method in class org.restlet.ext.nio.ConnectionHelper
-
Creates an inbound way for the given connection.
- createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpClientHelper
-
- createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpsClientHelper
-
- createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpServerHelper
-
- createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpsServerHelper
-
- createJaxRsClient(Context, Reference, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- createJaxRsClient(String, Class<? extends T>) - Static method in class org.restlet.ext.jaxrs.JaxRsClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Creates a Jackson object mapper based on a media type.
- createObjectReader() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Creates a Jackson object reader based on a mapper.
- createObjectWriter() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Creates a Jackson object writer based on a mapper.
- createOutboundWay(Connection<T>, int) - Method in class org.restlet.ext.nio.ConnectionHelper
-
Creates an outbound way for the given connection.
- createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpClientHelper
-
- createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.nio.HttpsClientHelper
-
- createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpServerHelper
-
- createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.nio.HttpsServerHelper
-
- createQuery(String, Class<T>) - Method in class org.restlet.ext.odata.Service
-
Creates a query to a specific entity hosted by this service.
- createRequest() - Method in class org.restlet.ext.nio.BaseHelper
-
Creates the request object.
- createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.nio.HttpServerHelper
-
- createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.nio.HttpsServerHelper
-
- createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
Creates a new request.
- createRequest() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
- createResource(Reference) - Method in class org.restlet.ext.odata.Service
-
- 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
-
Deprecated.
- createServerSocketChannel() - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
Create a server socket channel and bind it to the given address
- createSocketAddress() - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
Creates a socket address to listen on.
- createSocketChannel(boolean, InetSocketAddress) - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
Creates the socket that will be used to send the request and get the
response.
- createSocketChannel(boolean, String, int) - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
Creates the socket channel that will be used to send the request and get
the response.
- createSslContext() - Method in class org.restlet.ext.jsslutils.JsslutilsSslContextFactory
-
Deprecated.
Creates a configured and initialized SSLContext by delegating the call to
the SSLContextFactory with which the target instance was built.
- createSslContext() - Method in class org.restlet.ext.jsslutils.PkixSslContextFactory
-
Deprecated.
Creates a configured and initialised SSLContext by delegating the call to
the PKIXSSLContextFactory with has been initialised using 'init'.
- 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.
- createTemplateEngine() - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
- createTemplateEngine(ITemplateResolver) - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
- createTemplateResolver() - Static method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Returns a new instance of ITemplateResolver
with default
configuration (XHTML template model, templates located inside
"/WEB-INF/templates/", suffixed by ".html".
- createWorkerService() - Method in class org.restlet.ext.nio.BaseHelper
-
Creates the handler service.
- 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.
- 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.
- 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.
- get(int) - Method in class org.restlet.ext.xml.NodeList
-
- getAbsolutePathBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
-
- getAccept() - Method in class org.restlet.ext.atom.Collection
-
Returns the accepted media types.
- getAlertInfo() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the alternative ring tone for the UAS.
- getAlertInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
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
-
Deprecated.
Returns the list of supported event packages.
- getAllowedEventTypes() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the list of supported event packages.
- getAuthenticator() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
-
- 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.
- 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
-
- getBestConnection(Request) - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
Tries to reuse an existing connection for the given request, or creates a
new one.
- getBuilder() - Method in class org.restlet.ext.gson.GsonRepresentation
-
Returns the builder for Gson instances.
- getCallback() - Method in class org.restlet.ext.json.JsonpRepresentation
-
Returns the name of the JavaScript callback method.
- getCalleeInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the description of the current callee.
- getCallerInfo() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the description of the current caller.
- getCallId() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the identifier of the call.
- getCallId() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the identifier of the call.
- getCallId() - Method in class org.restlet.ext.sip.SipServerResource
-
Deprecated.
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.
- getClientDispatcher() - Method in class org.restlet.ext.atom.Service
-
Returns the client HTTP dispatcher.
- 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.
- getCollections() - Method in class org.restlet.ext.atom.Workspace
-
Returns the list of collections.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Returns the request's command sequence.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the identifier of the command.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the identifier of the command.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipServerResource
-
Deprecated.
Returns the request's command sequence.
- getComment() - Method in class org.restlet.ext.sip.Availability
-
Deprecated.
Returns additional information about the time of callback.
- getConfiguration() - Method in class org.restlet.ext.jaas.JaasVerifier
-
Returns the optional JAAS login configuration.
- getConnectionPool() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the connection pool.
- getConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the set of active connections.
- getContacts() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the data about the contacts.
- getContacts() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the data about the contacts.
- 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.
- getContributors() - Method in class org.restlet.ext.atom.Entry
-
Returns the contributors to the entry.
- getContributors() - Method in class org.restlet.ext.atom.Feed
-
Returns the contributors to the feed.
- getContributors() - Method in class org.restlet.ext.atom.Source
-
Returns the contributors to the entry.
- getController() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the controller task.
- getController() - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
- getControllerSleepTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the time for the controller thread to sleep between each control.
- 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
-
Deprecated.
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.
- getCsvSchema() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the modifiable Jackson CSV schema.
- 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.
- getDelay() - Method in class org.restlet.ext.sip.Availability
-
Deprecated.
Returns the time the service is expected to be unavailable.
- getDisplayName() - Method in class org.restlet.ext.sip.Address
-
Deprecated.
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.
- 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.
- getDuration() - Method in class org.restlet.ext.sip.Availability
-
Deprecated.
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.
- 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.
- getEntityResolver() - Method in class org.restlet.ext.xml.XmlRepresentation
-
- 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
-
- getErrorInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the pointer to additional information about the error response.
- getEvent() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the description of an event notification.
- getEvent() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the description of an event notification.
- getEventTemplates() - Method in class org.restlet.ext.sip.EventType
-
Deprecated.
Returns the list of event templates.
- getExpires() - Method in class org.restlet.ext.sip.ContactInfo
-
Deprecated.
Returns the delay of expiration.
- getExpires() - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Returns the expiration delay in seconds.
- 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.
- 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.
- getFrom() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Returns the request initiator's address.
- getFrom() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the description of the request's initiator.
- getFrom() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the description of the request's initiator.
- getFrom() - Method in class org.restlet.ext.sip.SipServerResource
-
Deprecated.
Returns the request initiator's address.
- 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.
- getGraph() - Method in class org.restlet.ext.rdf.RdfRepresentation
-
Returns the graph of links.
- getGuard() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
-
- getHashedSecret(String, char[]) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Return the hashed secret.
- getHostnameVerifier() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the class name of the hostname verifier to use instead of HTTP
Client default behavior.
- 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.
- getHttpClient() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
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.sip.Event
-
Deprecated.
Returns the event identifier.
- getIdentifierFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the HTML login form field containing the identifier.
- getIdleCheckInterval() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Time in milliseconds between two checks for idle and expired connections.
- getIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the time in ms beyond which idle connections are eligible for
reaping.
- getInboundBufferSize() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the size of the content buffer for receiving messages.
- getInboundMessages() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the queue of inbound messages pending for handling.
- 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.
- getInitialConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the initial number of connections pre-created in the connections
pool.
- 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.
- getInReplyTo() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns The list of references to call-ids.
- 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.
- getJaxRsRestlet() - Method in class org.restlet.ext.jaxrs.JaxRsApplication
-
- getJsonArray() - Method in class org.restlet.ext.json.JsonRepresentation
-
Gets the wrapped JSON array or converts the wrapped representation if
needed.
- getJsonObject() - Method in class org.restlet.ext.json.JsonRepresentation
-
Gets the wrapped JSON object or converts the wrapped representation if
needed.
- getJsonTokener() - Method in class org.restlet.ext.json.JsonRepresentation
-
Gets the wrapped JSON tokener or converts the wrapped representation if
needed.
- 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.
- getLastActivity() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the date of last activity on this transaction object.
- 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
- getLink(Relation) - Method in class org.restlet.ext.atom.Entry
-
Returns the first available link with a given relation type.
- getLinked() - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns all the linked resources, based on the RDF representation
exposed.
- getLinked(Collection<Reference>) - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns the linked resources, based on the RDF representation exposed.
- getLinked(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns the linked resources, based on the RDF representation exposed.
- getLinks() - Method in class org.restlet.ext.atom.Entry
-
Returns the references from the entry to Web resources.
- getLinks() - Method in class org.restlet.ext.atom.Feed
-
Returns the references from the entry to Web resources.
- getLinks() - Method in class org.restlet.ext.atom.Source
-
Returns the references from the entry to Web resources.
- getLinks() - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns the links exposed by this resource.
- 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.
- getLocale() - Method in class org.restlet.ext.thymeleaf.TemplateFilter
-
Overrides with
Locale
detection.
- getLocale() - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Returns the representation's locale.
- 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.
- getLowThreads() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the number of threads for the overload state.
- 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
-
Deprecated.
Returns the maximum number of connections that will be created for any
particular host.
- getMaxConnectionsPerHost() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the maximum concurrent connections per host (IP address).
- getMaxCookieAge() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the maximum age of the log info cookie.
- getMaxIdleTimeMs() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the timeout in milliseconds.
- getMaxIoIdleTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the time for an idle IO connection or request to wait for an
operation before being closed.
- getMaxQueued() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the maximum number of calls that can be queued if there aren't
any worker thread available to service them.
- 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.
- getMaxThreadIdleTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the time for an idle thread to wait for an operation before being
collected.
- getMaxThreads() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the maximum threads that will service requests.
- getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the maximum number of active connections.
- getMaxTotalConnections() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the maximum number of concurrent connections allowed.
- getMediaType() - Method in class org.restlet.ext.html.FormData
-
Returns the media type of the value representation.
- getMetadata() - Method in class org.restlet.ext.odata.Service
-
Returns the metadata document related to the current service.
- getMimeVersion() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the version of the MIME protocol used to construct the message.
- getMimeVersion() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the version of the MIME protocol used to construct the message.
- getMinExpires() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the minimum refresh interval supported for soft-state elements.
- getMinThreads() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the minimum threads waiting to service requests.
- 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.
- getNamespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the map of namespaces.
- getNamespaceURI(String) - Method in class org.restlet.ext.xml.XmlRepresentation
- getNextPage() - Method in class org.restlet.ext.odata.Query
-
Return the reference to the next page (used in server-paging mode).
- 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.
- getObject() - Method in class org.restlet.ext.gson.GsonRepresentation
-
Returns the wrapped object, deserializing the representation with Gson if
necessary.
- getObject() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the wrapped object, deserializing the representation with Jackson
if necessary.
- getObjectClass() - Method in class org.restlet.ext.gson.GsonRepresentation
-
Returns the object class to instantiate.
- getObjectClass() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the object class to instantiate.
- getObjectClasses(Variant) - Method in class org.restlet.ext.atom.AtomConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.gson.GsonConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.html.HtmlConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.json.JsonConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.rdf.RdfConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.xml.XmlConverter
-
- 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.JacksonRepresentation
-
Returns the modifiable Jackson object mapper.
- getObjectReader() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the modifiable Jackson object reader.
- getObjectWriter() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the modifiable Jackson object writer.
- getOrganization() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the name of the organization to which the SIP element issuing the
message belongs.
- getOrganization() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the name of the organization to which the SIP element issuing the
message belongs.
- getOutboundBufferSize() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the size of the content buffer for sending responses.
- getOutboundMessages() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the queue of outbound messages pending for handling.
- getPackage() - Method in class org.restlet.ext.sip.EventType
-
Deprecated.
Returns the package name.
- getParameters() - Method in class org.restlet.ext.sip.Address
-
Deprecated.
Returns the list of generic parameters.
- getParameters() - Method in class org.restlet.ext.sip.Availability
-
Deprecated.
Returns the list of other parameters.
- getParameters() - Method in class org.restlet.ext.sip.Event
-
Deprecated.
Returns the event parameters.
- getParameters() - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Deprecated.
Returns the list of recipient info parameters.
- getParameters() - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Returns the subscription parameters.
- 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
- getPriority() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the urgency of the request as perceived by the client.
- getProxyHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the host name of the HTTP proxy, if specified.
- getProxyHost() - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
Returns the host name of the HTTP proxy, if specified.
- getProxyPort() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
- getProxyPort() - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
- getProxyRequires() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
Returns the quality/preference level.
- getQueryString() - Method in class org.restlet.ext.html.FormDataSet
-
Formats the form as a query string.
- 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.
- getReason() - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Returns the subscription reason.
- getRecordedRoutes() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
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.
- getReference() - Method in class org.restlet.ext.atom.Service
-
Returns the hypertext reference.
- getReference() - Method in class org.restlet.ext.sip.Address
-
Deprecated.
Returns the address reference.
- getReferTo() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the reference that the recipient of a
SipMethod.REFER
method should contact.
- getRel() - Method in class org.restlet.ext.atom.Link
-
Returns the link's relation type.
- getReplyTo() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns a logical return URI.
- getReplyTo() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns a logical return URI.
- getRequest() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Returns the handled request.
- getRequest(Response) - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the parent request of this response.
- getRequest() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
- getRequest() - Method in class org.restlet.ext.sip.SipServerResource
-
Deprecated.
- getRequestCallId() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Returns the request's call ID.
- getRequestUriBuilder() - Method in interface org.restlet.ext.jaxrs.ExtendedUriInfo
-
- getRequires() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the sensitive features that the server must support.
- getResource(String) - Method in class org.restlet.ext.atom.Service
-
Retrieves a resource representation.
- getResponse() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Returns the handled response.
- getResponse() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
- getResponse() - Method in class org.restlet.ext.sip.SipServerResource
-
Deprecated.
- getResponseCallId() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Returns the response's call ID.
- getRetryAfter() - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Returns how long the service is expected to be unavailable.
- getRetryHandler() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the class name of the retry handler to use instead of HTTP Client
default behavior.
- 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.
- 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.
- getRoutes() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the set of proxies used to force routing for a request.
- 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.
- getServerKey() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Returns the secret key known only by server.
- getServerSocketChannel() - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
Returns the server socket channel.
- getServerVersion() - Method in class org.restlet.ext.odata.Service
-
Returns the version of the OData protocol extensions supported by the
remote service.
- getService() - Method in class org.restlet.ext.atom.Workspace
-
Returns the parent service.
- getService() - Method in class org.restlet.ext.odata.Query
-
Returns the parent client service.
- getServiceRef() - Method in class org.restlet.ext.odata.Service
-
Returns the reference to the WCF service.
- getSipIfMatch() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the identifier of the specific event state that the request is
refreshing.
- getSipRecipientsInfo() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the intermediary recipients information.
- getSipRecipientsInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the intermediary recipients information.
- getSipRequestRecipientsInfo() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Returns the request's list of Via entries.
- getSipResponseRecipientsInfo() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Returns the response's list of Via entries.
- getSipRetryAfter() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
- getSipTag() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the tag of the returned representation.
- getSize() - Method in class org.restlet.ext.json.JsonpRepresentation
-
- getSize() - Method in class org.restlet.ext.json.JsonRepresentation
-
- getSocketAddress(Request) - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
Returns an IP socket address representing the target host domain and port
for a given request.
- getSocketConnectTimeoutMs() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the connection timeout.
- getSocketConnectTimeoutMs() - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
Returns the socket connection timeout.
- getSocketLingerTimeMs() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the time to block when a socket close is requested or -1 to not
block at all.
- getSocketReceiveBufferSize() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the hinted size of the underlying TCP buffers used by the
platform for inbound network I/O.
- getSocketSendBufferSize() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the hinted size of the underlying TCP buffers used by the
platform for outbound network I/O.
- getSocketTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the socket timeout value.
- getSocketTrafficClass() - Method in class org.restlet.ext.nio.ConnectionHelper
-
Returns the type of service to set in IP packets.
- 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.
- getSslContext() - Method in class org.restlet.ext.nio.HttpsClientHelper
-
Returns the SSL context.
- getSslContext() - Method in class org.restlet.ext.nio.HttpsServerHelper
-
Returns the SSL context.
- getSslContextFactory() - Method in class org.restlet.ext.jsslutils.JsslutilsSslContextFactory
-
Deprecated.
Returns the wrapped SSLContextFactory with which this instance was built.
- getStatus() - Method in class org.restlet.ext.json.JsonpRepresentation
-
Returns the actual status code.
- getStopIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Returns the minimum idle time, in milliseconds, for connections to be
closed when stopping the connector.
- getSubject() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Returns the extensions supported by the UAC.
- getSupported() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the extensions supported by the UAS.
- getTag() - Method in class org.restlet.ext.sip.OptionTag
-
Deprecated.
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.
- getTcpNoDelay() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
Indicates if the protocol will use Nagle's algorithm
- getTemplateName() - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Returns the template's name.
- getTerm() - Method in class org.restlet.ext.atom.Category
-
Returns the term.
- getTextContent(Node) - Static method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the text content of a given node and its descendants.
- getThird() - Method in class org.restlet.ext.rdf.Triple
-
Returns the third object.
- getThrottleTimeMs() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the time to wait between socket write operations in milliseconds.
- 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.
- getTo() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Returns the request recipient's address.
- getTo() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the logical recipient of the request.
- getTo() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the logical recipient of the request.
- getTo() - Method in class org.restlet.ext.sip.SipServerResource
-
Deprecated.
Returns the request recipient's address.
- getTraceStream() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the trace output stream to use if tracing is enabled.
- getTransaction() - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Returns the transaction identifier.
- getTransactionId() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the transaction identifier.
- getTransport() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the transport protocol.
- getTransport() - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Deprecated.
Returns the transport protocol name.
- 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.sip.Event
-
Deprecated.
Returns the type of the event.
- getTypeRef() - Method in class org.restlet.ext.rdf.Link
-
Returns the type reference.
- getUnsupported() - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Returns the extensions not supported by the UAS.
- 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.
- getUserPrincipalClassName() - Method in class org.restlet.ext.jaas.JaasVerifier
-
Gets the user principal class name.
- 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
-
Deprecated.
Returns the priority value.
- getValue() - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Returns the subscription value.
- 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.gson.GsonConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.html.HtmlConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.json.JsonConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.rdf.RdfConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.xml.XmlConverter
-
- 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.
- getWorkerService() - Method in class org.restlet.ext.nio.BaseHelper
-
Returns the connection handler 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.
- 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.
- GLOBAL_ERROR_BUSY_EVERYWHERE - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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.
- 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
-
Deprecated.
Used to identify the Globally Routable User Agent URI (GRUU) extension.
- GsonConverter - Class in org.restlet.ext.gson
-
Converter between the JSON and Representation classe based on Gson library.
- GsonConverter() - Constructor for class org.restlet.ext.gson.GsonConverter
-
- GsonRepresentation<T> - Class in org.restlet.ext.gson
-
Representation based on a JSON document.
- GsonRepresentation(Representation, Class<T>) - Constructor for class org.restlet.ext.gson.GsonRepresentation
-
Constructor.
- GsonRepresentation(T) - Constructor for class org.restlet.ext.gson.GsonRepresentation
-
Constructor for the JSON media type.
- SaxRepresentation - Class in org.restlet.ext.xml
-
XML representation for SAX events processing.
- SaxRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(MediaType, InputSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(Representation) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- 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
).
- 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.gson.GsonConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.gson.GsonConverter
-
- 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(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(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.thymeleaf.ThymeleafConverter
-
- 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
-
- SDP_ANAT - Static variable in class org.restlet.ext.sip.OptionTag
-
Deprecated.
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
-
Deprecated.
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.
- SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
The server does not support, or refuses to support, the SIP protocol
version that was used in the request.
- ServerConnectionHelper - Class in org.restlet.ext.nio
-
Base server helper based on NIO non blocking sockets.
- ServerConnectionHelper(Server) - Constructor for class org.restlet.ext.nio.ServerConnectionHelper
-
Constructor.
- SERVICE - Static variable in class org.restlet.ext.atom.Relation
-
Signifies that the IRI in the value of the href attribute identifies a
resource that can be used to retrieve an Atom Publishing Protocol Service
Document as defined by RFC 5023.
- Service - Class in org.restlet.ext.atom
-
Represents an Atom introspection document.
- Service(Client) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Client, String) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Context, String) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Representation) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Restlet, String, Representation) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(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.
- setAlertInfo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the alternative ring tone for the UAS.
- setAlertInfo(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
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
-
Deprecated.
Sets the list of supported event packages.
- setAllowedEventTypes(List<EventType>) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the list of supported event packages.
- setApplications(Collection<Application>) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
-
Adds the given applications to the available applications.
- setAuthenticator(Authenticator) - Method in class org.restlet.ext.jaxrs.JaxRsApplication
-
- 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.
- setBuilder(GsonBuilder) - Method in class org.restlet.ext.gson.GsonRepresentation
-
Sets the Gson builder.
- setCalleeInfo(List<Address>) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the description of the current callee.
- setCallerInfo(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the description of the current caller.
- setCallId(String) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Sets the identifier of the call.
- setCallId(String) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the identifier of the call.
- setCallId(String) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the identifier of the call.
- setCategories(Categories) - Method in class org.restlet.ext.atom.Collection
-
Sets the categories.
- setClientDispatcher(Client) - Method in class org.restlet.ext.atom.Service
-
Sets the client HTTP dispatcher.
- setClientVersion(String) - Method in class org.restlet.ext.odata.Service
-
Sets the version of the OData protocol extensions defined in every
request issued by this service.
- setCoalescing(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser should be coalescing text.
- setCommandSequence(String) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Sets the identifier of the command.
- setCommandSequence(String) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the identifier of the command.
- setCommandSequence(String) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the identifier of the command.
- setComment(String) - Method in class org.restlet.ext.sip.Availability
-
Deprecated.
Sets additional information about the time of callback.
- setConfiguration(Configuration) - Method in class org.restlet.ext.jaas.JaasVerifier
-
Sets the optional JAAS login configuration.
- setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the data about the contacts.
- setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the data about the contact.
- 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
-
- setContext(IContext) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Sets the Thymeleaf context.
- 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.
- setCsvSchema(CsvSchema) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the Jackson CSV schema.
- setDataFormat(boolean) - Method in class org.restlet.ext.xml.XmlWriter
-
- setDataModel(Map<String, Object>) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Sets the template's data model.
- setDataModel(Request, Response) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Sets the template's data model from a request/response pair.
- setDataModel(Resolver<Object>) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Sets the template's data model from a resolver.
- setDatatypeRef(Reference) - Method in class org.restlet.ext.rdf.Literal
-
Sets the datatype reference.
- setDefaultLink(Link) - Method in class org.restlet.ext.rdf.Graph
-
Sets the default link that is used to complete new links.
- setDelay(int) - Method in class org.restlet.ext.sip.Availability
-
Deprecated.
Sets the time the service is expected to be unavailable.
- setDisplayName(String) - Method in class org.restlet.ext.sip.Address
-
Deprecated.
Sets the optional name displayed.
- setDocument(Document) - Method in class org.restlet.ext.xml.DomRepresentation
-
Sets the wrapped DOM document.
- 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
-
Deprecated.
Sets the time the service will be available.
- setEmail(String) - Method in class org.restlet.ext.atom.Person
-
Sets the email address.
- 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.
- setEphemeralPort(int) - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setEphemeralPort(ServerSocket) - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
Sets the ephemeral port in the attributes map if necessary.
- 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
-
Deprecated.
Sets the pointer to additional information about the error response.
- setEvent(Event) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the description of an event notification.
- setEvent(Event) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the description of an event notification.
- setEventTemplates(List<String>) - Method in class org.restlet.ext.sip.EventType
-
Deprecated.
Sets the list of event templates.
- 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
-
Deprecated.
Sets the delay of expiration.
- setExpires(long) - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
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.
- 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.
- setFrom(Address) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Sets the description of the request's initiator.
- setFrom(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the description of the request's initiator.
- setFrom(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
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.
- 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
-
- setHandled(boolean) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
Sets the event identifier.
- 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
-
Deprecated.
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.
- 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
-
Deprecated.
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.
- 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.
- 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.
- 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.
- 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.
- 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.
- setMimeVersion(String) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the version of the MIME protocol used to construct the message.
- setMimeVersion(String) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the version of the MIME protocol used to construct the message.
- setMinExpires(String) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the minimum refresh interval supported for soft-state elements.
- 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.
- 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.xml.XmlRepresentation
-
Sets the map of namespaces.
- setNextPage(Reference) - Method in class org.restlet.ext.odata.Query
-
Sets the reference to the next page (used in server-paging mode).
- setNoResMethodHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
-
Sets the Restlet that will handle the
Request
s, if no resource
method could be found.
- setNoResourceClHandler(Restlet) - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
-
Sets the Restlet that will handle the
Request
s, 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.gson.GsonRepresentation
-
Sets the object to format.
- setObject(T) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the object to format.
- setObjectClass(Class<T>) - Method in class org.restlet.ext.gson.GsonRepresentation
-
Sets the object class to instantiate.
- setObjectClass(Class<T>) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the object class to instantiate.
- setObjectFactory(ObjectFactory) - Method in class org.restlet.ext.jaxrs.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.JacksonRepresentation
-
Sets the Jackson object mapper.
- setObjectReader(ObjectReader) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the Jackson object reader.
- setObjectWriter(ObjectWriter) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the Jackson object writer.
- setOrganization(String) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
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.
- setPackage(String) - Method in class org.restlet.ext.sip.EventType
-
Deprecated.
Sets the package name.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Address
-
Deprecated.
Sets the list of generic parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Availability
-
Deprecated.
Sets the list of other parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Event
-
Deprecated.
Sets the event parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Deprecated.
Sets the list of recipient info parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Sets the subscription parameters.
- 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
-
Deprecated.
Sets the urgency of the request as perceived by the client.
- setProxyRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
Sets the quality/preference level.
- setQuery(String) - Method in class org.restlet.ext.odata.Query
-
Sets the query string of the request.
- setReason(String) - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Sets the subscription reason.
- setRecordedRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
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
-
Deprecated.
Sets the address reference.
- setReferTo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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.
- setReplyTo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets a logical return URI.
- setReplyTo(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets a logical return URI.
- setRequest(Request) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Sets the handled request.
- setRequest(Request) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
- setRequestCallId(String) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Sets the request's call ID.
- setRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the sensitive features that the server must support.
- setResponse(Response) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Sets the handled response.
- setResponse(Response) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
- setRetryAfter(long) - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Sets how long the service is expected to be unavailable.
- 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.
- setRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the set of proxies used to force routing for a request.
- 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.
- setServerKey(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the secret key known only by server.
- setService(Service) - Method in class org.restlet.ext.atom.Workspace
-
Sets the parent service.
- setSipIfMatch(Tag) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the identifier of the specific event state that the request is
refreshing.
- setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the intermediary recipients information.
- setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the intermediary recipients information.
- setSipRetryAfter(Availability) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the delay after which a request should be retried.
- setSipTag(Tag) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the tag of the returned representation.
- 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.
- setSslContext(SSLContext) - Method in class org.restlet.ext.nio.HttpsClientHelper
-
Sets the SSL context.
- setSslContext(SSLContext) - Method in class org.restlet.ext.nio.HttpsServerHelper
-
Sets the SSL context.
- setSubject(String) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the subject of the call.
- setSubscriptionState(Subscription) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
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
-
Deprecated.
Sets the extensions supported by the UAC.
- setSupported(List<OptionTag>) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
Sets the extensions supported by the UAS.
- setTag(String) - Method in class org.restlet.ext.sip.OptionTag
-
Deprecated.
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.
- setTemplateName(String) - Method in class org.restlet.ext.thymeleaf.TemplateRepresentation
-
Sets the template's name.
- setTerm(String) - Method in class org.restlet.ext.atom.Category
-
Sets the term.
- setThird(V) - Method in class org.restlet.ext.rdf.Triple
-
Sets the third object.
- 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.
- setTo(Address) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Sets the logical recipient of the request.
- setTo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Deprecated.
Sets the logical recipient of the request.
- setTo(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Deprecated.
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.
- setTransport(String) - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Deprecated.
Sets the transport protocol name.
- 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
-
Deprecated.
Sets the type of the event.
- 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
-
Deprecated.
Sets the extensions not supported by the UAS.
- setUpdated(Date) - Method in class org.restlet.ext.atom.Entry
-
Sets the most recent moment when the entry was modified in a significant
way.
- setUpdated(Date) - Method in class org.restlet.ext.atom.Feed
-
Sets the most recent moment when the feed was modified in a significant
way.
- setUpdated(Date) - Method in class org.restlet.ext.atom.Source
-
Sets the most recent moment when the entry was modified in a significant
way.
- setUri(Reference) - Method in class org.restlet.ext.atom.Generator
-
Sets the reference of the generating agent.
- setUri(Reference) - Method in class org.restlet.ext.atom.Person
-
Sets the IRI associated with the person.
- setUserPrincipalClassName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
-
Sets the user principal class name.
- 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.
- 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
-
Deprecated.
Sets the priority value.
- setValue(String) - Method in class org.restlet.ext.sip.Subscription
-
Deprecated.
Sets the subscription state value.
- 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.
- setWorkspace(Workspace) - Method in class org.restlet.ext.atom.Collection
-
Sets the parent workspace.
- setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the digest algorithm of secrets returned by the wrapped verifier.
- setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the digest algorithm of secrets returned by the wrapped verifier.
- setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Sets the secret verifier that will be wrapped by the real verifier
supporting all the HTTP AWS verifications.
- setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the secret verifier that will be wrapped by real verifier supporting
all the HTTP DIGEST verifications (nonce, domain URIs, etc.).
- setWrappedVerifier(T) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the wrapped secret verifier.
- setXIncludeAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates the desire for processing XInclude if found in this
type of XML representations.
- SipClientResource - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- SipClientResource(Context, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Context, Method, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Context, Method, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Context, Method, String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Context, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Context, SipRequest, SipResponse) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Context, String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Method, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Method, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Method, String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(SipClientResource) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(SipRequest, SipResponse) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipClientResource(String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Constructor.
- SipMethod - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- SipMethod() - Constructor for class org.restlet.ext.sip.SipMethod
-
Deprecated.
- SipRecipientInfo - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- SipRecipientInfo() - Constructor for class org.restlet.ext.sip.SipRecipientInfo
-
Deprecated.
Constructor.
- SipRecipientInfo(Protocol, String, String) - Constructor for class org.restlet.ext.sip.SipRecipientInfo
-
Deprecated.
Constructor.
- SipRecipientInfo(Protocol, String, String, String) - Constructor for class org.restlet.ext.sip.SipRecipientInfo
-
Deprecated.
Constructor.
- SipRequest - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- SipRequest() - Constructor for class org.restlet.ext.sip.SipRequest
-
Deprecated.
Constructor.
- SipRequest(Method, Reference) - Constructor for class org.restlet.ext.sip.SipRequest
-
Deprecated.
Constructor.
- SipRequest(Method, Reference, Representation) - Constructor for class org.restlet.ext.sip.SipRequest
-
Deprecated.
Constructor.
- SipRequest(Method, String) - Constructor for class org.restlet.ext.sip.SipRequest
-
Deprecated.
Constructor.
- SipRequest(Method, String, Representation) - Constructor for class org.restlet.ext.sip.SipRequest
-
Deprecated.
Constructor.
- SipRequest(SipRequest) - Constructor for class org.restlet.ext.sip.SipRequest
-
Deprecated.
Copy constructor.
- SipResponse - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- SipResponse(Request) - Constructor for class org.restlet.ext.sip.SipResponse
-
Deprecated.
Constructor.
- SipServerResource - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- SipServerResource() - Constructor for class org.restlet.ext.sip.SipServerResource
-
Deprecated.
- SipStatus - Class in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- SipStatus() - Constructor for class org.restlet.ext.sip.SipStatus
-
Deprecated.
- 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.
- 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.
- start() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
- start() - Method in class org.restlet.ext.jaxrs.JaxRsRestlet
-
- start() - Method in class org.restlet.ext.nio.BaseHelper
-
- start() - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
- start() - Method in class org.restlet.ext.nio.HttpsClientHelper
-
- start() - Method in class org.restlet.ext.nio.HttpsServerHelper
-
- start() - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
- 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_ACTIVE - Static variable in class org.restlet.ext.sip.Subscription
-
Deprecated.
The subscription has been accepted and (in general) has been authorized.
- STATE_PENDING - Static variable in class org.restlet.ext.sip.Subscription
-
Deprecated.
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
-
Deprecated.
The subscription has been terminated.
- stop() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Deprecated.
- stop() - Method in class org.restlet.ext.nio.BaseHelper
-
- stop() - Method in class org.restlet.ext.nio.ClientConnectionHelper
-
- stop() - Method in class org.restlet.ext.nio.ServerConnectionHelper
-
- subscribe() - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Requests current state and state updates from a remote node.
- subscribe(Representation) - Method in class org.restlet.ext.sip.SipClientResource
-
Deprecated.
Requests current state and state updates from a remote node.
- SUBSCRIBE - Static variable in class org.restlet.ext.sip.SipMethod
-
Deprecated.
Used to request current state and state updates from a remote node.
- Subscribe - Annotation Type in org.restlet.ext.sip
-
Deprecated.
Will be removed to focus on Web APIs.
- Subscription - Class in org.restlet.ext.sip
-
Deprecated.
Not enough in the Web API focus.
- Subscription(String) - Constructor for class org.restlet.ext.sip.Subscription
-
Deprecated.
Constructor.
- Subscription(String, String) - Constructor for class org.restlet.ext.sip.Subscription
-
Deprecated.
Constructor.
- Subscription(String, String, int) - Constructor for class org.restlet.ext.sip.Subscription
-
Deprecated.
Constructor.
- Subscription(String, String, int, int) - Constructor for class org.restlet.ext.sip.Subscription
-
Deprecated.
Constructor.
- SUCCESS_OK - Static variable in class org.restlet.ext.sip.SipStatus
-
Deprecated.
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.