- CACHE_MAX_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_MAX_STALE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_MIN_FRESH - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_MUST_REVALIDATE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_NO_CACHE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_NO_STORE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_NO_TRANSFORM - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_ONLY_IF_CACHED - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_PRIVATE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_PROXY_MUST_REVALIDATE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_PUBLIC - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_SHARED_MAX_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CacheDirective - Class in org.restlet.data
-
Directive for caching mechanisms along the call chain.
- CacheDirective(String) - Constructor for class org.restlet.data.CacheDirective
-
Constructor for directives with no value.
- CacheDirective(String, String) - Constructor for class org.restlet.data.CacheDirective
-
Constructor for directives with a value.
- CacheDirective(String, String, boolean) - Constructor for class org.restlet.data.CacheDirective
-
Constructor for directives with a value.
- CacheDirectiveReader - Class in org.restlet.engine.header
-
Cache directive header reader.
- CacheDirectiveReader(String) - Constructor for class org.restlet.engine.header.CacheDirectiveReader
-
Constructor.
- CacheDirectiveWriter - Class in org.restlet.engine.header
-
Cache directive header writer.
- CacheDirectiveWriter() - Constructor for class org.restlet.engine.header.CacheDirectiveWriter
-
- Call - Class in org.restlet.engine.adapter
-
Low-level call for the HTTP connectors.
- Call() - Constructor for class org.restlet.engine.adapter.Call
-
Constructor.
- CallResolver - Class in org.restlet.engine.util
-
Resolves variable values based on a request and a response.
- CallResolver(Request, Response) - Constructor for class org.restlet.engine.util.CallResolver
-
Constructor.
- callTarget(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
-
Requests the target resource.
- canAdd(T, List<T>) - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns true if the metadata can be added.
- canAdd(Encoding, Collection<Encoding>) - Method in class org.restlet.engine.header.EncodingReader
-
- canAdd(V, Collection<V>) - Method in class org.restlet.engine.header.HeaderReader
-
Indicates if the value can be added the the list.
- Cancel - Annotation Type in org.restlet.ext.sip
-
Cancels any pending request.
- cancel() - Method in class org.restlet.ext.sip.SipClientResource
-
Cancels a pending request with the same Call-ID, To, From and CSeq
(sequence number only) header field values.
- CANCEL - Static variable in class org.restlet.ext.sip.SipMethod
-
Cancels any pending request.
- canCompact() - Method in class org.restlet.engine.io.Buffer
-
Indicates if a compacting operation can be beneficial.
- canDecode(Representation) - Method in class org.restlet.engine.application.Decoder
-
Indicates if a representation can be decoded.
- canDescribe(String, Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
-
Indicates if the application and all its resources can be described using
WADL.
- canDescribe(Method) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Indicates if the given method exposes its WADL description.
- canDrain() - Method in class org.restlet.engine.io.Buffer
-
Indicates if more bytes can be drained.
- canEncode() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Indicates if the encoding can happen.
- canEncode(Representation) - Method in class org.restlet.service.EncoderService
-
Indicates if a representation can be encoded.
- canFill() - Method in class org.restlet.engine.io.Buffer
-
Indicates if more bytes can be filled in.
- canHandle(Connection<Server>, Response) - Method in class org.restlet.engine.connector.HttpServerHelper
-
- canHandle(Connection<Server>, Response) - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Indicates if the connection can handle the given response at this point
in time.
- canHandle(Connection<Server>, Response) - Method in class org.restlet.ext.sip.internal.SipServerHelper
-
- canLoop(Buffer, Object...) - Method in class org.restlet.engine.connector.Way
-
Indicates if the processing loop can continue.
- canLoop(Buffer, Object...) - Method in class org.restlet.engine.io.BufferedSelectionChannel
-
Indicates if the processing loop can continue.
- canLoop(Buffer, Object...) - Method in interface org.restlet.engine.io.BufferProcessor
-
Indicates if the processing loop can continue.
- canLoop(Buffer, Object...) - Method in class org.restlet.engine.io.NbChannelInputStream
-
Indicates if the processing loop can continue.
- canLoop(Buffer, Object...) - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
-
- canTransform(Representation) - Method in class org.restlet.ext.xml.Transformer
-
Indicates if the filter can transform the given message entity.
- canWrite(Encoding) - Method in class org.restlet.engine.header.EncodingWriter
-
- canWrite(V) - Method in class org.restlet.engine.header.HeaderWriter
-
Indicates if the value can be written to the header.
- capacity() - Method in class org.restlet.engine.io.Buffer
-
Returns the maximum capacity of this buffer.
- CaseInsensitiveHashSet - Class in org.restlet.engine.util
-
Set implementation that is case insensitive.
- CaseInsensitiveHashSet(Collection<? extends String>) - Constructor for class org.restlet.engine.util.CaseInsensitiveHashSet
-
Constructor initializing the set with the given collection.
- Categories - Class in org.restlet.ext.atom
-
- Categories(Client, String) - Constructor for class org.restlet.ext.atom.Categories
-
Constructor.
- Categories(Context, String) - Constructor for class org.restlet.ext.atom.Categories
-
Constructor.
- Categories(Representation) - Constructor for class org.restlet.ext.atom.Categories
-
Constructor.
- Categories(String) - Constructor for class org.restlet.ext.atom.Categories
-
Constructor.
- CategoriesContentReader - Class in org.restlet.ext.atom.internal
-
Content reader for categories.
- CategoriesContentReader(Categories) - Constructor for class org.restlet.ext.atom.internal.CategoriesContentReader
-
Constructor.
- Category - Class in org.restlet.ext.atom
-
Conveys information about a category associated with an entry or feed.
- Category() - Constructor for class org.restlet.ext.atom.Category
-
Constructor.
- Category(String, Reference, String) - Constructor for class org.restlet.ext.atom.Category
-
Constructor.
- CertificateAuthenticator - Class in org.restlet.ext.ssl
-
Authenticator based on the SSL client certificate.
- CertificateAuthenticator(Context) - Constructor for class org.restlet.ext.ssl.CertificateAuthenticator
-
- challenge(Response, boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
- challenge(Response, boolean) - Method in class org.restlet.security.ChallengeAuthenticator
-
- ChallengeAuthenticator - Class in org.restlet.security
-
Authenticator based on a challenge scheme.
- ChallengeAuthenticator(Context, boolean, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
-
Constructor using the context's default verifier.
- ChallengeAuthenticator(Context, boolean, ChallengeScheme, String, Verifier) - Constructor for class org.restlet.security.ChallengeAuthenticator
-
Constructor.
- ChallengeAuthenticator(Context, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
-
Constructor setting the optional property to false.
- ChallengeCallbackHandler - Class in org.restlet.ext.jaas
-
JAAS callback handler that automatically provides the identifier and secret
when asked by login modules.
- ChallengeCallbackHandler(Request, Response) - Constructor for class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Constructor.
- ChallengeMessage - Class in org.restlet.data
-
Base authentication challenge message exchanged between an origin server and
a client.
- ChallengeMessage(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, String, Series<Parameter>, String, String, String) - Constructor for class org.restlet.data.ChallengeMessage
-
Constructor.
- ChallengeRequest - Class in org.restlet.data
-
Authentication challenge sent by an origin server to a client.
- ChallengeRequest(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeRequest
-
Constructor.
- ChallengeRequest(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeRequest
-
Constructor.
- ChallengeRequestReader - Class in org.restlet.engine.header
-
Challenge request header reader.
- ChallengeRequestReader(String) - Constructor for class org.restlet.engine.header.ChallengeRequestReader
-
Constructor.
- ChallengeResponse - Class in org.restlet.data
-
Authentication response sent by client to an origin server.
- ChallengeResponse(ChallengeRequest, Response, String, char[]) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeRequest, Response, String, char[], String) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeRequest, Response, String, String) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor with no credentials.
- ChallengeResponse(ChallengeScheme, Series<Parameter>, String, char[], String, String, String, Reference, String, String, String, String, int, long) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, char[]) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, char[], Series<Parameter>) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, String) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeScheme - Class in org.restlet.data
-
Challenge scheme used to authenticate remote clients.
- ChallengeScheme(String, String) - Constructor for class org.restlet.data.ChallengeScheme
-
Constructor.
- ChallengeScheme(String, String, String) - Constructor for class org.restlet.data.ChallengeScheme
-
Constructor.
- ChallengeWriter - Class in org.restlet.engine.header
-
Authentication challenge header writer.
- ChallengeWriter() - Constructor for class org.restlet.engine.header.ChallengeWriter
-
Constructor.
- ChannelRepresentation - Class in org.restlet.representation
-
Representation based on a NIO byte channel.
- ChannelRepresentation(MediaType) - Constructor for class org.restlet.representation.ChannelRepresentation
-
Constructor.
- CharacterReadingListener - Class in org.restlet.util
-
Selection listener notifying new content as a
Reader
.
- CharacterReadingListener(Representation) - Constructor for class org.restlet.util.CharacterReadingListener
-
Default constructor.
- CharacterReadingListener(Representation, int) - Constructor for class org.restlet.util.CharacterReadingListener
-
Constructor.
- CharacterRepresentation - Class in org.restlet.representation
-
Representation based on a BIO character stream.
- CharacterRepresentation(MediaType) - Constructor for class org.restlet.representation.CharacterRepresentation
-
Constructor.
- characters(char[], int, int) - Method in class org.restlet.ext.atom.EntryReader
-
- characters(char[], int, int) - Method in class org.restlet.ext.atom.FeedReader
-
- characters(char[], int, int) - Method in class org.restlet.ext.atom.internal.EntryContentReader
-
- characters(char[], int, int) - Method in class org.restlet.ext.atom.internal.FeedContentReader
-
- characters(char[], int, int) - Method in class org.restlet.ext.atom.internal.ServiceContentReader
-
- characters(char[], int, int) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
- characters(char[], int, int) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
- characters(char[], int, int) - Method in class org.restlet.ext.xml.XmlWriter
-
Write character data.
- characters(String) - Method in class org.restlet.ext.xml.XmlWriter
-
Write a string of character data, with XML escaping.
- CharacterSet - Class in org.restlet.data
-
Metadata used to specify the character set of textual representations.
- CharacterSet(Charset) - Constructor for class org.restlet.data.CharacterSet
-
Constructor.
- CharacterSet(String) - Constructor for class org.restlet.data.CharacterSet
-
Constructor.
- CharacterSet(String, String) - Constructor for class org.restlet.data.CharacterSet
-
Constructor.
- checkContext(Restlet) - Method in class org.restlet.routing.VirtualHost
-
Checks the context and sets it if necessary.
- checkDigest() - Method in class org.restlet.representation.DigesterRepresentation
-
Check that the digest computed from the representation content and the
digest declared by the representation are the same.
Since this method relies on the
DigesterRepresentation.computeDigest(String)
method,
and since this method reads entirely the representation's stream, user
must take care of the content of the representation in case the latter is
transient.
- checkDigest(String) - Method in class org.restlet.representation.DigesterRepresentation
-
Check that the digest computed from the representation content and the
digest declared by the representation are the same.
- checkExtensionsConsistency(File) - Method in class org.restlet.engine.local.FileClientHelper
-
Check that all extensions of the file correspond to a known metadata.
- checkin(Connection<?>) - Method in class org.restlet.engine.connector.ConnectionHelper
-
Checks in the connection back into the pool.
- checkin(T) - Method in class org.restlet.engine.util.Pool
-
Checks in an object into the pool.
- checkout(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ConnectionHelper
-
Checks out a connection associated to the given socket from the pool.
- checkout() - Method in class org.restlet.engine.util.Pool
-
Checks out an object from the pool.
- ChildClientDispatcher - Class in org.restlet.engine.util
-
Client dispatcher for a component child.
- ChildClientDispatcher(ChildContext) - Constructor for class org.restlet.engine.util.ChildClientDispatcher
-
Constructor.
- ChildContext - Class in org.restlet.engine.util
-
Context based on a parent component's context but dedicated to a child
Restlet, typically to an application.
- ChildContext(Context) - Constructor for class org.restlet.engine.util.ChildContext
-
Constructor.
- ChunkedInputStream - Class in org.restlet.ext.xdb.internal
-
- ChunkedInputStream(Notifiable, InputStream) - Constructor for class org.restlet.ext.xdb.internal.ChunkedInputStream
-
Constructor.
- ChunkedOutputStream - Class in org.restlet.ext.xdb.internal
-
OutputStream to write data in the HTTP chunked encoding format to a
destination OutputStream.
- ChunkedOutputStream(OutputStream) - Constructor for class org.restlet.ext.xdb.internal.ChunkedOutputStream
-
Convenience constructor to use a default chunk size size of 2048.
- ChunkedOutputStream(OutputStream, int) - Constructor for class org.restlet.ext.xdb.internal.ChunkedOutputStream
-
- ChunkState - Enum in org.restlet.engine.io
-
Enumeration of the chunk decoding IO states.
- CLAP - Static variable in class org.restlet.data.Protocol
-
CLAP (ClassLoader Access Protocol) is a custom scheme to access to
representations via classloaders.
- CLAP_CLASS - Static variable in class org.restlet.data.LocalReference
-
The resources will be resolved from the classloader associated with the
local class.
- CLAP_DEFAULT - Static variable in class org.restlet.data.LocalReference
-
The resources will be resolved from the classloader associated with the
local class.
- CLAP_SYSTEM - Static variable in class org.restlet.data.LocalReference
-
The resources will be resolved from the system's classloader.
- CLAP_THREAD - Static variable in class org.restlet.data.LocalReference
-
The resources will be resolved from the current thread's classloader.
- ClapClientHelper - Class in org.restlet.engine.local
-
Connector to the resources accessed via class loaders.
- ClapClientHelper(Client) - Constructor for class org.restlet.engine.local.ClapClientHelper
-
Constructor.
- clear() - Method in class org.restlet.engine.CompositeHelper
-
Clears the chain.
- clear() - Method in class org.restlet.engine.connector.Connection
-
Clears the connection so it can be reused.
- clear(Connection<T>) - Method in class org.restlet.engine.connector.ConnectionPool
-
- clear() - Method in class org.restlet.engine.connector.HttpClientInboundWay
-
- clear() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
-
- clear() - Method in class org.restlet.engine.connector.HttpServerInboundWay
-
- clear() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
-
- clear() - Method in class org.restlet.engine.connector.InboundWay
-
- clear() - Method in class org.restlet.engine.connector.OutboundWay
-
- clear() - Method in class org.restlet.engine.connector.Way
-
Recycles the way so it can be reused.
- clear() - Static method in class org.restlet.engine.Engine
-
Clears the current Restlet Engine altogether.
- clear() - Method in class org.restlet.engine.io.Buffer
-
Recycles the buffer so it can be reused.
- clear() - Method in class org.restlet.engine.util.Pool
-
Clears the store of reusable objects.
- clear(T) - Method in class org.restlet.engine.util.Pool
-
Clears the given object when it is checked in the pool.
- clear() - Method in class org.restlet.util.SelectionRegistration
-
Clears the registration.
- clear() - Method in class org.restlet.util.WrapperList
-
Removes all of the elements from this list.
- clear() - Method in class org.restlet.util.WrapperMap
-
Removes all mappings from this Map.
- clearCache() - Static method in class org.restlet.engine.resource.AnnotationUtils
-
Clears the annotation descriptors cache.
- clearExtensions() - Method in class org.restlet.service.MetadataService
-
clears the mappings for all extensions.
- clearLineBuilder() - Method in class org.restlet.engine.connector.Way
-
Clears the line builder and adjust its state.
- clearLineBuilder() - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Clears the line builder and adjust its state.
- clearThreadLocalVariables() - Static method in class org.restlet.engine.Engine
-
Clears the thread local variables set by the Restlet API and engine.
- Client - Class in org.restlet
-
Connector acting as a generic client.
- Client(Context, List<Protocol>) - Constructor for class org.restlet.Client
-
Constructor.
- Client(Context, List<Protocol>, String) - Constructor for class org.restlet.Client
-
Constructor.
- Client(Context, Protocol) - Constructor for class org.restlet.Client
-
Constructor.
- Client(List<Protocol>) - Constructor for class org.restlet.Client
-
Constructor.
- Client(Protocol) - Constructor for class org.restlet.Client
-
Constructor.
- Client(String) - Constructor for class org.restlet.Client
-
Constructor.
- CLIENT_ERROR_ADDRESS_INCOMPLETE - Static variable in class org.restlet.ext.sip.SipStatus
-
The server received a request with a Request-URI that was incomplete.
- CLIENT_ERROR_AMBIGUOUS - Static variable in class org.restlet.ext.sip.SipStatus
-
The Request-URI was ambiguous.
- CLIENT_ERROR_BAD_EXTENSION - Static variable in class org.restlet.ext.sip.SipStatus
-
The server did not understand the protocol extension specified in a
Proxy-Require or Require header field.
- CLIENT_ERROR_BAD_REQUEST - Static variable in class org.restlet.data.Status
-
The request could not be understood by the server due to malformed
syntax.
- CLIENT_ERROR_BAD_REQUEST - Static variable in class org.restlet.ext.sip.SipStatus
-
The request could not be understood due to malformed syntax.
- CLIENT_ERROR_BUSY_HERE - Static variable in class org.restlet.ext.sip.SipStatus
-
The callee's end system was contacted successfully, but the callee is
currently not willing or able to take additional calls at this end
system.
- CLIENT_ERROR_CALL_DOESNT_EXIST - Static variable in class org.restlet.ext.sip.SipStatus
-
Indicates that the UAS received a request that does not match any
existing dialog or transaction.
- CLIENT_ERROR_CONFLICT - Static variable in class org.restlet.data.Status
-
The request could not be completed due to a conflict with the current
state of the resource (as experienced in a version control system).
- CLIENT_ERROR_EXPECTATION_FAILED - Static variable in class org.restlet.data.Status
-
The user agent expects some behavior of the server (given in an Expect
request-header field), but this expectation could not be met by this
server.
- CLIENT_ERROR_EXTENSION_REQUIRED - Static variable in class org.restlet.ext.sip.SipStatus
-
The UAS needs a particular extension to process the request, but this
extension is not listed in a Supported header field in the request.
- CLIENT_ERROR_FAILED_DEPENDENCY - Static variable in class org.restlet.data.Status
-
This status code means that the method could not be performed on the
resource because the requested action depended on another action and that
action failed.
- CLIENT_ERROR_FORBIDDEN - Static variable in class org.restlet.data.Status
-
The server understood the request, but is refusing to fulfill it as it
could be explained in the entity.
- CLIENT_ERROR_FORBIDDEN - Static variable in class org.restlet.ext.sip.SipStatus
-
The server understood the request, but is refusing to fulfill it.
- CLIENT_ERROR_GONE - Static variable in class org.restlet.data.Status
-
The requested resource is no longer available at the server and no
forwarding address is known.
- CLIENT_ERROR_GONE - Static variable in class org.restlet.ext.sip.SipStatus
-
The requested resource is no longer available at the server and no
forwarding address is known.
- CLIENT_ERROR_INTERVAL_TOO_BRIEF - Static variable in class org.restlet.ext.sip.SipStatus
-
The server is rejecting the request because the expiration time of the
resource refreshed by the request is too short.
- CLIENT_ERROR_LENGTH_REQUIRED - Static variable in class org.restlet.data.Status
-
The server refuses to accept the request without a defined
Content-Length.
- CLIENT_ERROR_LOCKED - Static variable in class org.restlet.data.Status
-
The source or destination resource of a method is locked (or temporarily
involved in another process).
- CLIENT_ERROR_LOOP_DETECTED - Static variable in class org.restlet.ext.sip.SipStatus
-
The server has detected a loop.
- CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class org.restlet.data.Status
-
The method specified in the Request-Line is not allowed for the resource
identified by the Request-URI.
- CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class org.restlet.ext.sip.SipStatus
-
The method specified in the Request-Line is understood, but not allowed
for the address identified by the Request-URI.
- CLIENT_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.data.Status
-
The resource identified by the request is only capable of generating
response entities whose content characteristics do not match the user's
requirements (in Accept* headers).
- CLIENT_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.ext.sip.SipStatus
-
The resource identified by the request is only capable of generating
response entities that have content characteristics not acceptable
according to the Accept header field sent in the request.
- CLIENT_ERROR_NOT_ACCEPTABLE_HERE - Static variable in class org.restlet.ext.sip.SipStatus
-
The response has the same meaning as 606 (Not Acceptable), but only
applies to the specific resource addressed by the Request-URI and the
request may succeed elsewhere.
- CLIENT_ERROR_NOT_FOUND - Static variable in class org.restlet.data.Status
-
The server has not found anything matching the Request-URI or the server
does not wish to reveal exactly why the request has been refused, or no
other response is applicable.
- CLIENT_ERROR_NOT_FOUND - Static variable in class org.restlet.ext.sip.SipStatus
-
The server has definitive information that the user does not exist at the
domain specified in the Request-URI.
- CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.data.Status
-
This code is reserved for future use.
- CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.ext.sip.SipStatus
-
Reserved for future use.
- CLIENT_ERROR_PRECONDITION_FAILED - Static variable in class org.restlet.data.Status
-
Sent by the server when the user agent asks the server to carry out a
request under certain conditions that are not met.
- CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.data.Status
-
This code is similar to 401 (Unauthorized), but indicates that the client
must first authenticate itself with the proxy.
- CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.ext.sip.SipStatus
-
This code is similar to 401 (Unauthorized), but indicates that the client
MUST first authenticate itself with the proxy.
- CLIENT_ERROR_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.restlet.data.Status
-
The server is refusing to process a request because the request entity is
larger than the server is willing or able to process.
- CLIENT_ERROR_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.restlet.ext.sip.SipStatus
-
The server is refusing to process a request because the request
entity-body is larger than the server is willing or able to process.
- CLIENT_ERROR_REQUEST_PENDING - Static variable in class org.restlet.ext.sip.SipStatus
-
The request was received by a UAS that had a pending request within the
same dialog.
- CLIENT_ERROR_REQUEST_TERMINATED - Static variable in class org.restlet.ext.sip.SipStatus
-
The request was terminated by a BYE or CANCEL request.
- CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class org.restlet.data.Status
-
Sent by the server when an HTTP client opens a connection, but has never
sent a request (or never sent the blank line that signals the end of the
request).
- CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class org.restlet.ext.sip.SipStatus
-
The server could not produce a response within a suitable amount of time,
for example, if it could not determine the location of the user in time.
- CLIENT_ERROR_REQUEST_UNDECIPHERABLE - Static variable in class org.restlet.ext.sip.SipStatus
-
The request was received by a UAS that contained an encrypted MIME body
for which the recipient does not possess or will not provide an
appropriate decryption key.
- CLIENT_ERROR_REQUEST_URI_TOO_LONG - Static variable in class org.restlet.data.Status
-
The server is refusing to service the request because the Request-URI is
longer than the server is willing to interpret.
- CLIENT_ERROR_REQUEST_URI_TOO_LONG - Static variable in class org.restlet.ext.sip.SipStatus
-
The server is refusing to service the request because the Request-URI is
longer than the server is willing to interpret.
- CLIENT_ERROR_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.restlet.data.Status
-
The request includes a Range request-header field and the selected
resource is too small for any of the byte-ranges to apply.
- CLIENT_ERROR_TEMPORARILY_UNAVAILABLE - Static variable in class org.restlet.ext.sip.SipStatus
-
The callee's end system was contacted successfully but the callee is
currently unavailable (for example, is not logged in, logged in but in a
state that precludes communication with the callee, or has activated the
"do not disturb" feature).
- CLIENT_ERROR_TOO_MANY_HOPS - Static variable in class org.restlet.ext.sip.SipStatus
-
The server received a request that contains a Max-Forwards header field
with the value zero.
- CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.data.Status
-
The request requires user authentication.
- CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.ext.sip.SipStatus
-
The request requires user authentication.
- CLIENT_ERROR_UNPROCESSABLE_ENTITY - Static variable in class org.restlet.data.Status
-
This status code means the server understands the content type of the
request entity (syntactically correct) but was unable to process the
contained instructions.
- CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.data.Status
-
The server is refusing to service the request because the entity of the
request is in a format not supported by the requested resource for the
requested method.
- CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.ext.sip.SipStatus
-
The server is refusing to service the request because the message body of
the request is in a format not supported by the server for the requested
method.
- CLIENT_ERROR_UNSUPPORTED_URI_SCHEME - Static variable in class org.restlet.ext.sip.SipStatus
-
The server cannot process the request because the scheme of the URI in
the Request-URI is unknown to the server.
- ClientAdapter - Class in org.restlet.engine.adapter
-
Converter of high-level uniform calls into low-level HTTP client calls.
- ClientAdapter(Context) - Constructor for class org.restlet.engine.adapter.ClientAdapter
-
Constructor.
- ClientCall - Class in org.restlet.engine.adapter
-
Low-level HTTP client call.
- ClientCall(HttpClientHelper, String, String) - Constructor for class org.restlet.engine.adapter.ClientCall
-
Constructor setting the request address to the local host.
- ClientConnectionHelper - Class in org.restlet.engine.connector
-
Base client helper based on NIO non blocking sockets.
- ClientConnectionHelper(Client) - Constructor for class org.restlet.engine.connector.ClientConnectionHelper
-
Constructor.
- ClientHelper - Class in org.restlet.engine
-
Client connector helper.
- ClientHelper(Client) - Constructor for class org.restlet.engine.ClientHelper
-
Constructor.
- ClientInboundWay - Class in org.restlet.engine.connector
-
Client-side inbound way.
- ClientInboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.ClientInboundWay
-
Constructor.
- ClientInfo - Class in org.restlet.data
-
Client specific data related to a call.
- ClientInfo() - Constructor for class org.restlet.data.ClientInfo
-
Constructor.
- ClientInfo(List<? extends Variant>) - Constructor for class org.restlet.data.ClientInfo
-
Constructor from a list of variants.
- ClientInfo(MediaType) - Constructor for class org.restlet.data.ClientInfo
-
Constructor from a media type.
- ClientInvocationHandler<T> - Class in org.restlet.engine.resource
-
- ClientInvocationHandler(ClientResource, Class<? extends T>) - Constructor for class org.restlet.engine.resource.ClientInvocationHandler
-
Constructor.
- ClientList - Class in org.restlet.util
-
Modifiable list of client connectors.
- ClientList(Context) - Constructor for class org.restlet.util.ClientList
-
Constructor.
- ClientOutboundWay - Class in org.restlet.engine.connector
-
Client-side outbound way.
- ClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.ClientOutboundWay
-
Constructor.
- ClientProxy - Interface in org.restlet.resource
-
Marker interface for RESTful resource proxies.
- ClientResource - Class in org.restlet.resource
-
Client-side resource.
- ClientResource() - Constructor for class org.restlet.resource.ClientResource
-
Empty constructor.
- ClientResource(ClientResource) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, URI) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, Method, URI) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, Method, Reference) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, Method, String) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, Reference) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, Request) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, Request, Response) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Context, String) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(URI) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Method, URI) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Method, Reference) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Method, String) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Reference) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Request) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(Request, Response) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientResource(String) - Constructor for class org.restlet.resource.ClientResource
-
Constructor.
- ClientRoute - Class in org.restlet.engine.component
-
Router scorer based on a target client connector.
- ClientRoute(Router, Client) - Constructor for class org.restlet.engine.component.ClientRoute
-
Constructor.
- ClientRouter - Class in org.restlet.engine.component
-
Router that collects calls from all applications and dispatches them to the
appropriate client connectors.
- ClientRouter(Component) - Constructor for class org.restlet.engine.component.ClientRouter
-
Constructor.
- clientSide - Variable in class org.restlet.engine.connector.BaseHelper
-
Indicates if it is helping a client connector.
- clone() - Method in class org.restlet.data.Reference
-
- clone() - Method in class org.restlet.engine.util.ImmutableDate
- clone() - Method in class org.restlet.ext.sip.Address
-
- clone() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
This class is likely to contain sensitive information; cloning is
therefore not allowed.
- clone() - Method in class org.restlet.ext.ssl.PkixSslContextFactory
-
This class is likely to contain sensitive information; cloning is
therefore not allowed.
- close(boolean) - Method in class org.restlet.engine.connector.Connection
-
Closes the connection.
- close() - Method in class org.restlet.engine.io.BufferedSelectionChannel
-
- close() - Method in class org.restlet.engine.io.InputStreamChannel
-
Closes the underlying input stream.
- close() - Method in class org.restlet.engine.io.ReaderInputStream
-
Closes the wrapped reader.
- close() - Method in class org.restlet.engine.io.UnclosableInputStream
-
- close() - Method in class org.restlet.engine.io.UnclosableOutputStream
-
- close() - Method in class org.restlet.engine.io.WrapperChannel
-
Delegates to the wrapped channel.
- close() - Method in class org.restlet.engine.io.WriterOutputStream
-
- close() - Method in class org.restlet.ext.xdb.internal.ChunkedInputStream
-
Closes this input stream but do not close the underlying stream.
- close() - Method in class org.restlet.ext.xdb.internal.ChunkedOutputStream
-
Closes this output stream for writing but does not close the wrapped
stream.
- close() - Method in class org.restlet.ext.xdb.internal.SizedInputStream
-
- closeDbResources(Statement, ResultSet) - Static method in class org.restlet.ext.xdb.XdbServerServlet
-
Closes JDBC resources
- closeEntry(Entry) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
Close the given entry, in case we really handle an entry (@see current
State
).
- closeLink() - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
Handles the end of a "link" element.
- closeLink() - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
Handle the end of a "link" element.
- closeTemplateSource(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
-
Close the template source.
- Collection - Class in org.restlet.ext.atom
-
Atom Protocol collection, part of a workspace.
- Collection(Workspace, String, String) - Constructor for class org.restlet.ext.atom.Collection
-
Constructor.
- commit(ClientCall, Request, Response) - Method in class org.restlet.engine.adapter.ClientAdapter
-
Commits the changes to a handled HTTP client call back into the original
uniform call.
- commit(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
-
Commits the changes to a handled uniform call back into the original HTTP
call.
- commit(Response) - Method in class org.restlet.engine.connector.Connection
-
Asks the server connector to immediately commit the given response
associated to this request, making it ready to be sent back to the
client.
- commit(Response) - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- commit(Response) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- commit(Response) - Method in class org.restlet.Request
-
Asks the server connector to immediately commit the given response
associated to this request, making it ready to be sent back to the
client.
- commit() - Method in class org.restlet.resource.ServerResource
-
Asks the response to immediately commit making it ready to be sent back
to the client.
- commit() - Method in class org.restlet.Response
-
Asks the server connector to immediately commit the given response,
making it ready to be sent back to the client.
- commit(Response) - Method in class org.restlet.util.WrapperRequest
-
- commit() - Method in class org.restlet.util.WrapperResponse
-
- compact() - Method in class org.restlet.engine.io.Buffer
-
Compacts the bytes to be drained at the beginning of the buffer.
- compare(Reference, Reference) - Method in class org.restlet.engine.util.AlphabeticalComparator
-
Compares two references.
- compare(String, String) - Method in class org.restlet.engine.util.AlphabeticalComparator
-
Compares two strings.
- compare(String, String) - Method in class org.restlet.engine.util.AlphaNumericComparator
-
- compare(char[], char[]) - Static method in class org.restlet.security.SecretVerifier
-
Compares that two secrets are equal and not null.
- compareTo(Method) - Method in class org.restlet.data.Method
-
Compares this method to another.
- compareTo(Parameter) - Method in class org.restlet.data.Parameter
-
- compareTo(ODataType) - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Compares this object with the specified object for order.
- complete() - Method in class org.restlet.engine.adapter.ServerCall
-
Complete the response
- CompletionListener - Interface in org.restlet.engine.io
-
Listener called back upon IO completion.
- ComplexProperty - Class in org.restlet.ext.odata.internal.edm
-
Represents a complex property of an EntityType.
- ComplexProperty(String) - Constructor for class org.restlet.ext.odata.internal.edm.ComplexProperty
-
Constructor.
- ComplexType - Class in org.restlet.ext.odata.internal.edm
-
Represents a kind of entity type, without "key", i.e.
- ComplexType(String) - Constructor for class org.restlet.ext.odata.internal.edm.ComplexType
-
Constructor.
- Component - Class in org.restlet
-
- Component() - Constructor for class org.restlet.Component
-
Constructor.
- Component(Reference) - Constructor for class org.restlet.Component
-
Constructor with the reference to the XML configuration file.
- Component(Representation) - Constructor for class org.restlet.Component
-
Constructor with the representation of the XML configuration file.
- Component(String) - Constructor for class org.restlet.Component
-
Constructor with the URI reference to the XML configuration file.
- ComponentClientDispatcher - Class in org.restlet.engine.component
-
Component client dispatcher.
- ComponentClientDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentClientDispatcher
-
Constructor.
- ComponentContext - Class in org.restlet.engine.component
-
Context allowing access to the component's connectors.
- ComponentContext(ComponentHelper) - Constructor for class org.restlet.engine.component.ComponentContext
-
Constructor.
- ComponentHelper - Class in org.restlet.engine.component
-
Component helper.
- ComponentHelper(Component) - Constructor for class org.restlet.engine.component.ComponentHelper
-
Constructor.
- ComponentServerDispatcher - Class in org.restlet.engine.component
-
Component server dispatcher.
- ComponentServerDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentServerDispatcher
-
Constructor.
- ComponentXmlParser - Class in org.restlet.engine.component
-
Parser for component XML configuration.
- ComponentXmlParser(Component, Representation) - Constructor for class org.restlet.engine.component.ComponentXmlParser
-
Constructor.
- CompositeHelper<T extends Restlet> - Class in org.restlet.engine
-
Chain helper serving as base class for Application and Component helpers.
- CompositeHelper(T) - Constructor for class org.restlet.engine.CompositeHelper
-
Constructor.
- COMPRESS - Static variable in class org.restlet.data.Encoding
-
The common Unix file compression.
- computeDigest() - Method in class org.restlet.representation.DigesterRepresentation
-
Compute the representation digest according to MD5 algorithm.
If case this algorithm is the same than the one provided at
instantiation, the computation operation is made with the current stored
computed value and does not require to exhaust entirely the
representation's stream.
- computeDigest(String) - Method in class org.restlet.representation.DigesterRepresentation
-
Compute the representation digest according to the given algorithm.
Since this method reads entirely the representation's stream, user must
take care of the content of the representation in case the latter is
transient.
- Conditions - Class in org.restlet.data
-
Set of conditions applying to a request.
- Conditions() - Constructor for class org.restlet.data.Conditions
-
Constructor.
- ConfidentialAuthorizer - Class in org.restlet.security
-
Authorizer allowing only confidential calls.
- ConfidentialAuthorizer() - Constructor for class org.restlet.security.ConfidentialAuthorizer
-
- config(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
Logs a configuration message.
- configure(Socket) - Method in class org.restlet.engine.connector.ConnectionHelper
-
Configures a given socket based on the helper parameters.
- configure(DefaultHttpClient) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Configures the HTTP client.
- configure(HttpParams) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Configures the various parameters of the connection manager and the HTTP
client.
- configure(SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Configures the scheme registry.
- configureLog() - Static method in class org.restlet.engine.Engine
-
Updates the global log configuration of the JVM programmatically.
- CONNECT - Static variable in class org.restlet.data.Method
-
Used with a proxy that can dynamically switch to being a tunnel.
- Connection<T extends Connector> - Class in org.restlet.engine.connector
-
A network connection though which messages are exchanged by connectors.
- Connection(ConnectionHelper<T>, SocketChannel, ConnectionController, InetSocketAddress, int, int) - Constructor for class org.restlet.engine.connector.Connection
-
Constructor.
- ConnectionController - Class in org.restlet.engine.connector
-
Controls the IO work of parent connector helper and manages its connections.
- ConnectionController(ConnectionHelper<?>) - Constructor for class org.restlet.engine.connector.ConnectionController
-
Constructor.
- ConnectionHelper<T extends Connector> - Class in org.restlet.engine.connector
-
Connector helper using network connections.
- ConnectionHelper(T, boolean) - Constructor for class org.restlet.engine.connector.ConnectionHelper
-
Constructor.
- ConnectionPool<T extends Connector> - Class in org.restlet.engine.connector
-
A connection pool to prevent to recreation of heavy byte buffers.
- ConnectionPool(ConnectionHelper<T>, int) - Constructor for class org.restlet.engine.connector.ConnectionPool
-
Constructor.
- ConnectionSource - Class in org.restlet.ext.jdbc.internal
-
Pooling data source which remembers its connection properties and URI.
- ConnectionSource(String, Properties) - Constructor for class org.restlet.ext.jdbc.internal.ConnectionSource
-
Constructor.
- ConnectionState - Enum in org.restlet.engine.connector
-
Enumeration of the states of a connection.
- Connector - Class in org.restlet
-
Restlet enabling communication between Components.
- Connector(Context) - Constructor for class org.restlet.Connector
-
Constructor.
- Connector(Context, List<Protocol>) - Constructor for class org.restlet.Connector
-
Constructor.
- CONNECTOR_ERROR_COMMUNICATION - Static variable in class org.restlet.data.Status
-
The client connector faced an error during the communication with the
remote server (interruption, timeout, etc.).
- CONNECTOR_ERROR_CONNECTION - Static variable in class org.restlet.data.Status
-
The client connector could not connect to the remote server.
- CONNECTOR_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
-
The client connector faced an internal error during the process of a
request to its server or the process of a response to its client.
- CONNECTOR_LATCH - Static variable in class org.restlet.engine.connector.ClientConnectionHelper
-
- ConnectorHelper<T extends Connector> - Class in org.restlet.engine
-
Base connector helper.
- ConnectorHelper(T) - Constructor for class org.restlet.engine.ConnectorHelper
-
Constructor.
- ConnectorService - Class in org.restlet.service
-
Application service declaring client and server connectors.
- ConnectorService() - Constructor for class org.restlet.service.ConnectorService
-
Constructor.
- Conneg - Class in org.restlet.engine.application
-
Content negotiation algorithm.
- Conneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.Conneg
-
Constructor.
- ConnegService - Class in org.restlet.service
-
Application service negotiating the preferred resource variants.
- ConnegService() - Constructor for class org.restlet.service.ConnegService
-
Constructor.
- ConnegService(boolean) - Constructor for class org.restlet.service.ConnegService
-
Constructor.
- consumeStatement() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Discard all read characters until the end of the statement is reached
(marked by a '.').
- consumeWhiteSpaces() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Discard all read characters.
- ContactInfo - Class in org.restlet.ext.sip
-
Information on a SIP contact.
- ContactInfo() - Constructor for class org.restlet.ext.sip.ContactInfo
-
Default constructor.
- ContactInfo(Reference) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Constructor.
- ContactInfo(Reference, String) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Constructor.
- ContactInfo(Reference, String, int) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Constructor.
- ContactInfo(Reference, String, String, int) - Constructor for class org.restlet.ext.sip.ContactInfo
-
Constructor.
- ContactInfoReader - Class in org.restlet.ext.sip.internal
-
Contact header reader.
- ContactInfoReader(String) - Constructor for class org.restlet.ext.sip.internal.ContactInfoReader
-
Constructor.
- ContactInfoWriter - Class in org.restlet.ext.sip.internal
-
Contact header writer.
- ContactInfoWriter() - Constructor for class org.restlet.ext.sip.internal.ContactInfoWriter
-
- contains(String) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
-
Verify containment by ignoring case.
- contains(Object) - Method in class org.restlet.util.WrapperList
-
Returns true if this list contains the specified element.
- containsAll(Collection<?>) - Method in class org.restlet.util.WrapperList
-
Returns true if this list contains all of the elements of the specified
collection.
- containsKey(Object) - Method in class org.restlet.util.WrapperMap
-
Returns true if this map contains a mapping for the specified key.
- containsValue(Object) - Method in class org.restlet.util.WrapperMap
-
Returns true if this map maps one or more keys to the specified value.
- Content - Class in org.restlet.ext.atom
-
Either contains or links to the content of the entry.
- Content() - Constructor for class org.restlet.ext.atom.Content
-
Constructor.
- ContentType - Class in org.restlet.engine.header
-
Association of a media type, a character set and modifiers.
- ContentType(MediaType, CharacterSet) - Constructor for class org.restlet.engine.header.ContentType
-
Constructor.
- ContentType(Representation) - Constructor for class org.restlet.engine.header.ContentType
-
Constructor.
- ContentType(String) - Constructor for class org.restlet.engine.header.ContentType
-
Constructor.
- ContentTypeReader - Class in org.restlet.engine.header
-
Content type header reader.
- ContentTypeReader(String) - Constructor for class org.restlet.engine.header.ContentTypeReader
-
Constructor.
- Context - Class in org.restlet
-
Contextual data and services provided to a set of Restlets.
- Context() - Constructor for class org.restlet.Context
-
Constructor.
- Context(Logger) - Constructor for class org.restlet.Context
-
Constructor.
- Context(String) - Constructor for class org.restlet.Context
-
Constructor.
- Context - Class in org.restlet.ext.rdf.internal.turtle
-
Contains essentials data updated during the parsing of a N3 document such as
the list of known namespaces, keywords.
- Context() - Constructor for class org.restlet.ext.rdf.internal.turtle.Context
-
Default constructor.
- ContextResolver - Class in org.restlet.ext.xml.internal
-
URI resolver based on a Restlet Context instance.
- ContextResolver(Context) - Constructor for class org.restlet.ext.xml.internal.ContextResolver
-
Constructor.
- ContextTemplateLoader - Class in org.restlet.ext.freemarker
-
FreeMarker template loader based on a Context's client dispatcher.
- ContextTemplateLoader(Context, Reference) - Constructor for class org.restlet.ext.freemarker.ContextTemplateLoader
-
Constructor.
- ContextTemplateLoader(Context, String) - Constructor for class org.restlet.ext.freemarker.ContextTemplateLoader
-
Constructor.
- CONTINUE - Static variable in class org.restlet.routing.Filter
-
Indicates that the request processing should continue normally.
- continueResponse() - Static method in class org.restlet.data.Expectation
-
Creates a "100-continue" expectation.
- control() - Method in class org.restlet.engine.connector.BaseHelper
-
Controls the helper for inbound or outbound messages to handle.
- control() - Method in class org.restlet.ext.sip.internal.SipClientHelper
-
- controlConnection(Connection<?>) - Method in class org.restlet.engine.connector.ConnectionController
-
Controls a given connection for messages to read or write.
- controlConnections() - Method in class org.restlet.engine.connector.ConnectionController
-
Controls all helper connections.
- controller - Variable in class org.restlet.engine.connector.BaseHelper
-
The controller task.
- Controller - Class in org.restlet.engine.connector
-
Controls the IO work of parent connector helper.
- Controller(ConnectionHelper<?>) - Constructor for class org.restlet.engine.connector.Controller
-
Constructor.
- ConverterHelper - Class in org.restlet.engine.converter
-
Converter between Representations and regular Java objects.
- ConverterHelper() - Constructor for class org.restlet.engine.converter.ConverterHelper
-
- ConverterService - Class in org.restlet.service
-
Application service converting between representation and regular Java
objects.
- ConverterService() - Constructor for class org.restlet.service.ConverterService
-
Constructor.
- ConverterService(boolean) - Constructor for class org.restlet.service.ConverterService
-
Constructor.
- ConverterUtils - Class in org.restlet.engine.converter
-
Utilities for the converter service.
- Cookie - Class in org.restlet.data
-
Cookie provided by a client.
- Cookie() - Constructor for class org.restlet.data.Cookie
-
Default constructor.
- Cookie(int, String, String) - Constructor for class org.restlet.data.Cookie
-
Constructor.
- Cookie(int, String, String, String, String) - Constructor for class org.restlet.data.Cookie
-
Constructor.
- Cookie(String, String) - Constructor for class org.restlet.data.Cookie
-
Constructor.
- CookieAuthenticator - Class in org.restlet.ext.crypto
-
Challenge authenticator based on browser cookies.
- CookieAuthenticator(Context, boolean, String, byte[]) - Constructor for class org.restlet.ext.crypto.CookieAuthenticator
-
Constructor.
- CookieAuthenticator(Context, String, byte[]) - Constructor for class org.restlet.ext.crypto.CookieAuthenticator
-
Constructor for mandatory cookie authenticators.
- CookieReader - Class in org.restlet.engine.header
-
Cookie header reader.
- CookieReader(String) - Constructor for class org.restlet.engine.header.CookieReader
-
Constructor.
- CookieSeries - Class in org.restlet.engine.util
-
- CookieSeries() - Constructor for class org.restlet.engine.util.CookieSeries
-
Deprecated.
Constructor.
- CookieSeries(List<Cookie>) - Constructor for class org.restlet.engine.util.CookieSeries
-
Deprecated.
Constructor.
- CookieSetting - Class in org.restlet.data
-
Cookie setting provided by a server.
- CookieSetting() - Constructor for class org.restlet.data.CookieSetting
-
Default constructor.
- CookieSetting(int, String, String) - Constructor for class org.restlet.data.CookieSetting
-
Constructor.
- CookieSetting(int, String, String, String, String) - Constructor for class org.restlet.data.CookieSetting
-
Constructor.
- CookieSetting(int, String, String, String, String, String, int, boolean) - Constructor for class org.restlet.data.CookieSetting
-
Constructor.
- CookieSetting(int, String, String, String, String, String, int, boolean, boolean) - Constructor for class org.restlet.data.CookieSetting
-
Constructor.
- CookieSetting(String, String) - Constructor for class org.restlet.data.CookieSetting
-
Preferred constructor.
- CookieSettingReader - Class in org.restlet.engine.header
-
Cookie setting header reader.
- CookieSettingReader(String) - Constructor for class org.restlet.engine.header.CookieSettingReader
-
Constructor.
- CookieSettingSeries - Class in org.restlet.engine.util
-
- CookieSettingSeries() - Constructor for class org.restlet.engine.util.CookieSettingSeries
-
Deprecated.
Constructor.
- CookieSettingSeries(List<CookieSetting>) - Constructor for class org.restlet.engine.util.CookieSettingSeries
-
Deprecated.
Constructor.
- CookieSettingWriter - Class in org.restlet.engine.header
-
Cookie setting header writer.
- CookieSettingWriter() - Constructor for class org.restlet.engine.header.CookieSettingWriter
-
- CookieWriter - Class in org.restlet.engine.header
-
Cookie header writer.
- CookieWriter() - Constructor for class org.restlet.engine.header.CookieWriter
-
- COPY - Static variable in class org.restlet.data.Method
-
Creates a duplicate of the source resource, identified by the
Request-URI, in the destination resource, identified by the URI in the
Destination header.
- copy(InputStream, OutputStream) - Static method in class org.restlet.engine.io.BioUtils
-
Copies an input stream to an output stream.
- copy(InputStream, RandomAccessFile) - Static method in class org.restlet.engine.io.BioUtils
-
Copies an input stream to a random access file.
- copy(Reader, Writer) - Static method in class org.restlet.engine.io.BioUtils
-
Copies characters from a reader to a writer.
- copy(ByteBuffer, ByteBuffer, long) - Static method in class org.restlet.engine.io.NioUtils
-
Writes the source buffer to the target buffer, up to a maximum number of
bytes.
- copy(FileChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
-
Writes the representation to a byte channel.
- copy(ReadableByteChannel, OutputStream) - Static method in class org.restlet.engine.io.NioUtils
-
Writes a NIO readable channel to a BIO output stream.
- copy(ReadableByteChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
-
Writes a readable channel to a writable channel.
- copyExtensionHeaders(Series<Header>, Response) - Static method in class org.restlet.engine.header.HeaderUtils
-
Copies extension headers into a response.
- copyResponseTransportHeaders(Series<Header>, Response) - Method in class org.restlet.engine.connector.ClientInboundWay
-
Copies headers into a response.
- copyResponseTransportHeaders(Series<Header>, Response) - Static method in class org.restlet.engine.header.HeaderUtils
-
Copies headers into a response.
- copyResponseTransportHeaders(Series<Header>, Response) - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
-
- copySubList(List<T>, int, int) - Static method in class org.restlet.engine.util.ListUtils
-
Unlike List.subList(), which returns a live view of a set of List
elements, this method returns a new copy of the list.
- copyTo(Map<String, Object>) - Method in class org.restlet.util.Series
-
Copies the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
- couldDrain(Buffer, Object...) - Method in class org.restlet.engine.connector.Way
-
Indicates if the buffer could be drained again.
- couldDrain() - Method in class org.restlet.engine.io.Buffer
-
Indicates if bytes could be drained by flipping the buffer.
- couldDrain(Buffer, Object...) - Method in class org.restlet.engine.io.ReadableBufferedChannel
-
Indicates if the buffer could be drained again.
- couldDrain(Buffer, Object...) - Method in class org.restlet.engine.io.WritableBufferedChannel
-
Indicates if the buffer could be drained again.
- couldFill(Buffer, Object...) - Method in class org.restlet.engine.connector.Way
-
Indicates if the buffer could be filled again.
- couldFill() - Method in class org.restlet.engine.io.Buffer
-
Indicates if more bytes could be filled in.
- couldFill(Buffer, Object...) - Method in interface org.restlet.engine.io.BufferProcessor
-
Indicates if the buffer could be filled again.
- couldFill(Buffer, Object...) - Method in class org.restlet.engine.io.NbChannelInputStream
-
Indicates if the buffer could be filled again.
- couldFill(Buffer, Object...) - Method in class org.restlet.engine.io.ReadableBufferedChannel
-
Indicates if the buffer could be filled again.
- couldFill(Buffer, Object...) - Method in class org.restlet.engine.io.WritableBufferedChannel
-
Indicates if the buffer could be filled again.
- couldFill(Buffer, Object...) - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
-
- Couple<T,U> - Class in org.restlet.ext.rdf
-
Relationship between two typed objects.
- Couple(T, U) - Constructor for class org.restlet.ext.rdf.Couple
-
Constructor.
- Couple<T,U> - Class in org.restlet.util
-
- Couple(T, U) - Constructor for class org.restlet.util.Couple
-
Deprecated.
Constructor.
- create(CharSequence, CharSequence) - Static method in class org.restlet.data.Parameter
-
Creates a parameter.
- create(Request) - Method in class org.restlet.engine.adapter.HttpClientHelper
-
Creates a low-level HTTP client call from a high-level request.
- create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.engine.util.FormUtils
-
Creates a parameter.
- create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Creates a form data.
- create(Request) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Creates a low-level HTTP client call from a high-level uniform call.
- create(MediaType, T) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- create(Representation, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- create(String, Representation) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
-
Creates an uniform call.
- create(Request) - Method in class org.restlet.ext.net.HttpClientHelper
-
Creates a low-level HTTP client call from a high-level uniform call.
- create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.ext.sip.SipClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- create(Reference, Class<? extends T>) - Static method in class org.restlet.ext.sip.SipClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- create(String, Class<? extends T>) - Static method in class org.restlet.ext.sip.SipClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- create() - Method in class org.restlet.ext.spring.SpringBeanFinder
-
- create() - Method in class org.restlet.ext.spring.SpringFinder
-
Creates a new instance of the
ServerResource
class designated by
the "targetClass" property.
- create(Class<? extends ServerResource>, Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
-
- create(Request, Response) - Method in class org.restlet.ext.spring.SpringFinder
-
- create(MediaType, T) - Method in class org.restlet.ext.xstream.XstreamConverter
-
- create(Representation, Class<T>) - Method in class org.restlet.ext.xstream.XstreamConverter
-
- create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- create(Reference, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- create(String, Class<? extends T>) - Static method in class org.restlet.resource.ClientResource
-
Creates a client resource that proxy calls to the given Java interface
into Restlet method calls.
- create(Class<? extends ServerResource>, Request, Response) - Method in class org.restlet.resource.Finder
-
- create(Request, Response) - Method in class org.restlet.resource.Finder
-
Creates a new instance of the
ServerResource
subclass designated
by the "targetClass" property.
- createApplication(Context) - Method in class org.restlet.ext.servlet.ServerServlet
-
Creates the single Application used by this Servlet.
- createApplication() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Creates an application descriptor that wraps this resource descriptor.
- createBlankRef(String) - Static method in class org.restlet.ext.rdf.Link
-
Creates a reference to a blank node.
- createBuilder(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
-
Returns an instance of a graph handler used when parsing the inner RDF
representation.
- createCall(Server, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
-
Creates a new Servlet call wrapping a Servlet request/response couple and
a Server connector.
- createCall(Server, HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.xdb.XdbServerServlet
-
- createCallbackHandler(Request, Response) - Method in class org.restlet.ext.jaas.JaasVerifier
-
Creates a callback handler for the given parameters.
- createChallengeRequest(boolean) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
- createChallengeRequest(boolean) - Method in class org.restlet.security.ChallengeAuthenticator
-
Creates a new challenge request.
- createChildContext() - Method in class org.restlet.Context
-
Creates a protected child context.
- createChildContext() - Method in class org.restlet.engine.component.ComponentContext
-
- createClapReference(Package) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createClapReference(int, Package) - Static method in class org.restlet.data.LocalReference
-
Constructor for CLAP URIs to a given package.
- createClapReference(String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createClapReference(int, String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createClassLoader() - Method in class org.restlet.engine.Engine
-
Creates a new class loader.
- createClientConnectionManager(HttpParams, SchemeRegistry) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Creates the connection manager.
- createClientInfo() - Method in class org.restlet.representation.Variant
-
Creates a
ClientInfo
instance with preferences matching exactly
the current variant.
- createComponent() - Method in class org.restlet.ext.servlet.ServerServlet
-
Creates the single Component used by this Servlet.
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ConnectionHelper
-
Creates a connection associated to the given socket.
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.ssl.HttpsClientHelper
-
- createConnection(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.ext.ssl.HttpsServerHelper
-
- createConnectionPool() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Creates the connection pool.
- createConnectionPool(String, Properties) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
-
Creates a connection pool for a given connection configuration.
- createController() - Method in class org.restlet.engine.connector.BaseHelper
-
Creates a new controller.
- createController() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
- createController() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
- createControllerService() - Method in class org.restlet.engine.connector.BaseHelper
-
Creates the connector controller service.
- createDataModel(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateFilter
-
Creates the FreeMarker data model for a given call.
- createEntity(Series<Header>) - Method in class org.restlet.engine.connector.InboundWay
-
Returns the message entity if available.
- createEntry(String, String) - Method in class org.restlet.data.Form
-
- createEntry(String, String) - Method in class org.restlet.util.Series
-
Creates a new entry.
- createExecutorService(int) - Method in class org.restlet.service.TaskService
-
Creates a new JDK executor service that will be wrapped.
- createFileReference(File) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createFileReference(String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createFileReference(String, String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createFinder(Class<? extends ServerResource>) - Method in class org.restlet.engine.component.InternalRouter
-
- createFinder(BeanFactory, String) - Method in class org.restlet.ext.spring.SpringBeanRouter
-
- createFinder(Router, String, ResourceInfo) - Method in class org.restlet.ext.wadl.WadlApplication
-
Creates a finder for the given resource info.
- createFinder(Class<? extends ServerResource>, Class<? extends Finder>, Context, Logger) - Static method in class org.restlet.resource.Finder
-
Creates a new finder instance based on the "targetClass" property.
- createFinder(Class<? extends ServerResource>) - Method in class org.restlet.Restlet
-
Creates a new finder instance based on the "targetClass" property.
- createFinder(Class<? extends ServerResource>) - Method in class org.restlet.routing.VirtualHost
-
Creates a new finder instance based on the "targetClass" property.
- createHelper(Client, String) - Method in class org.restlet.engine.Engine
-
Creates a new helper for a given client connector.
- createHelper(Server, String) - Method in class org.restlet.engine.Engine
-
Creates a new helper for a given server connector.
- createHtmlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlApplication
-
Creates a new HTML representation for a given
ApplicationInfo
instance describing an application.
- createHtmlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Creates a new HTML representation for a given
ApplicationInfo
instance describing an application.
- createInboundFilter(Context) - Method in class org.restlet.service.DecoderService
-
- createInboundFilter(Context) - Method in class org.restlet.service.EncoderService
-
- createInboundFilter(Context) - Method in class org.restlet.service.LogService
-
- createInboundFilter(Context) - Method in class org.restlet.service.RangeService
-
- createInboundFilter(Context) - Method in class org.restlet.service.Service
-
Create the filter that should be invoked for incoming calls.
- createInboundFilter(Context) - Method in class org.restlet.service.StatusService
-
- createInboundFilter(Context) - Method in class org.restlet.service.TunnelService
-
- createInboundRoot() - Method in class org.restlet.Application
-
Creates a inbound root Restlet that will receive all incoming calls.
- createInboundWay(Connection<T>, int) - Method in class org.restlet.engine.connector.ConnectionHelper
-
Creates an inbound way for the given connection.
- createInboundWay(Connection<Client>, int) - Method in class org.restlet.engine.connector.HttpClientHelper
-
- createInboundWay(Connection<Server>, int) - Method in class org.restlet.engine.connector.HttpServerHelper
-
- createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.sip.internal.SipClientHelper
-
- createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.sip.internal.SipServerHelper
-
- createInboundWay(Connection<Client>, int) - Method in class org.restlet.ext.ssl.HttpsClientHelper
-
- createInboundWay(Connection<Server>, int) - Method in class org.restlet.ext.ssl.HttpsServerHelper
-
- createJarReference(Reference, String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createMessage(Representation, Session) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
-
Creates a JavaMail message by parsing an XML representation.
- createNext() - Method in class org.restlet.resource.ClientResource
-
Creates a next Restlet is no one is set.
- createObject() - Method in class org.restlet.engine.connector.ConnectionPool
-
- createObject() - Method in class org.restlet.engine.util.Pool
-
Creates a new reusable object.
- createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonConverter
-
Creates a Jackson object mapper based on a media type.
- createObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Creates a Jackson object mapper based on a media type.
- createOutboundFilter(Context) - Method in class org.restlet.service.DecoderService
-
- createOutboundFilter(Context) - Method in class org.restlet.service.EncoderService
-
- createOutboundFilter(Context) - Method in class org.restlet.service.Service
-
Create the filter that should be invoked for outgoing calls.
- createOutboundRoot() - Method in class org.restlet.Application
-
Creates a outbound root Restlet that will receive all outgoing calls from
ClientResource.
- createOutboundWay(Connection<T>, int) - Method in class org.restlet.engine.connector.ConnectionHelper
-
Creates an outbound way for the given connection.
- createOutboundWay(Connection<Client>, int) - Method in class org.restlet.engine.connector.HttpClientHelper
-
- createOutboundWay(Connection<Server>, int) - Method in class org.restlet.engine.connector.HttpServerHelper
-
- createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.sip.internal.SipClientHelper
-
- createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.sip.internal.SipServerHelper
-
- createOutboundWay(Connection<Client>, int) - Method in class org.restlet.ext.ssl.HttpsClientHelper
-
- createOutboundWay(Connection<Server>, int) - Method in class org.restlet.ext.ssl.HttpsServerHelper
-
- createParameter(String) - Method in class org.restlet.engine.header.HeaderReader
-
Creates a new parameter with a null value.
- createParameter(String, String) - Method in class org.restlet.engine.header.HeaderReader
-
Creates a new parameter.
- createPreference(CharSequence, Series<Parameter>) - Method in class org.restlet.engine.header.PreferenceReader
-
Creates a new preference.
- createQuery(String, Class<T>) - Method in class org.restlet.ext.odata.Service
-
Creates a query to a specific entity hosted by this service.
- createReadableSelectionChannel() - Method in class org.restlet.engine.connector.Connection
-
Creates a new readable channel.
- createReadableSelectionChannel() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
- createReference(String, String, String, String) - Method in class org.restlet.engine.local.EntityClientHelper
-
Generate a Reference for a variant name (which is URL decoded) and handle
the translation between the incoming requested path (which is URL
encoded).
- createRepresentation(Message) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
-
Creates an XML representation based on a JavaMail message.
- createRepresentation(Message[], POP3Folder) - Method in class org.restlet.ext.javamail.JavaMailClientHelper
-
Creates an XML representation based on a list of JavaMail messages.
- createRequest() - Method in class org.restlet.engine.connector.BaseHelper
-
Creates the request object.
- createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.engine.connector.HttpServerHelper
-
- createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Creates a new request.
- createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.sip.internal.SipServerHelper
-
- createRequest(Request) - Method in class org.restlet.ext.sip.SipClientResource
-
- createRequest(Connection<Server>, String, String, String) - Method in class org.restlet.ext.ssl.HttpsServerHelper
-
- createRequest() - Method in class org.restlet.resource.ClientResource
-
Creates a new request by cloning the one wrapped by this class.
- createRequest(Request) - Method in class org.restlet.resource.ClientResource
-
- createResolver(Map<String, ?>) - Static method in class org.restlet.util.Resolver
-
Creates a resolver that is based on a given map.
- createResolver(Request, Response) - Static method in class org.restlet.util.Resolver
-
Creates a resolver that is based on a call (request, response couple).
- createResource(Reference) - Method in class org.restlet.ext.odata.Service
-
- createResource(String) - Method in class org.restlet.ext.odata.Service
-
Returns an instance of
ClientResource
given a path (relative to
the service reference).
- createResponse(Status) - Method in class org.restlet.engine.connector.ClientInboundWay
-
Creates a response object for the given status.
- createResponse(Status) - Method in class org.restlet.engine.connector.HttpClientInboundWay
-
- createResponse(Request) - Method in class org.restlet.engine.connector.HttpServerInboundWay
-
- createResponse(Request) - Method in class org.restlet.engine.connector.ServerInboundWay
-
Creates a response object for the given request.
- createResponse(Status) - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
-
- createResponse(Request) - Method in class org.restlet.ext.sip.internal.SipServerInboundWay
-
- createResponse(Request) - Method in class org.restlet.ext.sip.SipClientResource
-
- createResponse(Request) - Method in class org.restlet.resource.ClientResource
-
Creates a new response for the given request.
- createRiapReference(int, String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createRoute(String, Restlet, int) - Method in class org.restlet.engine.component.InternalRouter
-
- createRoute(String, Restlet) - Method in class org.restlet.routing.Router
-
Creates a new route for the given URI pattern and target.
- createRoute(String, Restlet, int) - Method in class org.restlet.routing.Router
-
Creates a new route for the given URI pattern, target and matching mode.
- createRoute(String, Restlet, int) - Method in class org.restlet.routing.VirtualHost
-
- createSelector() - Method in class org.restlet.engine.connector.ConnectionController
-
Creates a new NIO selector.
- createSeries(List<T>) - Method in class org.restlet.util.Series
-
- createServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
-
Creates the associated HTTP server handling calls.
- createServerSocket() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
- createServerSocket(int) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
- createServerSocket(int, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
- createServerSocket(int, int, InetAddress) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
- createServerSocketChannel() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Create a server socket channel and bind it to the given address
- createSocket() - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- createSocket(String, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- createSocketAddress() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Creates a socket address to listen on.
- createSocketChannel(boolean, InetSocketAddress) - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
Creates the socket that will be used to send the request and get the
response.
- createSocketChannel(boolean, String, int) - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
Creates the socket channel that will be used to send the request and get
the response.
- createSslContext() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Creates a configured and initialized SSLContext from the values set via
the various setters of this class.
- createSslContext() - Method in class org.restlet.ext.ssl.JsslutilsSslContextFactory
-
Creates a configured and initialised SSLContext by delegating the call to
the SSLContextFactory with which the target instance was built.
- createSslContext() - Method in class org.restlet.ext.ssl.PkixSslContextFactory
-
Creates a configured and initialised SSLContext by delegating the call to
the PKIXSSLContextFactory with has been initialised using 'init'.
- createSslContext() - Method in class org.restlet.ext.ssl.SslContextFactory
-
Creates a configured and initialized SSLContext.
- createStatus(int) - Method in class org.restlet.engine.connector.ClientInboundWay
-
Returns the status corresponding to a given status code.
- createStatus(int) - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
-
- createStore() - Method in class org.restlet.engine.util.Pool
-
Creates the store of reusable objects.
- createSubject(ClientInfo) - Static method in class org.restlet.ext.jaas.JaasUtils
-
Creates a JAAS subject based on a given
ClientInfo
.
- createTargetUri() - Method in class org.restlet.ext.odata.Query
-
Returns the complete target URI reference for this query.
- createThreadFactory() - Method in class org.restlet.service.TaskService
-
Creates a new thread factory that will properly name the Restlet created
threads with a "restlet-" prefix.
- createThreadWithLocalVariables(Runnable, String) - Static method in class org.restlet.engine.Engine
-
Creates a new standalone thread with local Restlet thread variable
properly set.
- createTransformer() - Method in class org.restlet.ext.xml.DomRepresentation
-
Creates a new JAXP Transformer object that will be used to serialize this
DOM.
- createUser(String, Request, Response) - Method in class org.restlet.security.SecretVerifier
-
Called back to create a new user when valid credentials are provided.
- createUser(String) - Method in class org.restlet.security.SecretVerifier
-
Deprecated.
- createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlApplication
-
Creates a new WADL representation for a given
ApplicationInfo
instance describing an application.
- createWadlRepresentation(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Creates a new WADL representation for a given
ApplicationInfo
instance describing an application.
- createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.servlet.ServerServlet
-
Creates a new client for the WAR protocol.
- createWarClient(Context, ServletConfig) - Method in class org.restlet.ext.xdb.XdbServerServlet
-
- createWorkerService() - Method in class org.restlet.engine.connector.BaseHelper
-
Creates the handler service.
- createWrapper(SSLContext) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
- createWritableSelectionChannel() - Method in class org.restlet.engine.connector.Connection
-
Creates a new writable channel.
- createWritableSelectionChannel() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
- createWriter(MediaType, Writer) - Method in class org.restlet.ext.rdf.RdfRepresentation
-
Returns an instance of a graph handler used when writing the inner set of
links.
- createXstream(MediaType) - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Creates an XStream object based on a media type.
- createZipReference(Reference, String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- CryptoUtils - Class in org.restlet.ext.crypto.internal
-
Simple usage of standard cipher features from JRE.
- CURRENT - Static variable in enum org.restlet.engine.Edition
-
The current engine edition.
- CURRENT - Static variable in class org.restlet.ext.atom.Relation
-
Signifies that the IRI returns a feed document containing the most recent
entries in the feed.
- CUSTOM - Static variable in class org.restlet.data.ChallengeScheme
-
Custom scheme based on IP address or cookies or query parameters, etc.
- generate(File) - Method in class org.restlet.ext.odata.Generator
-
Generates the client code to the given output directory.
- generate(String) - Method in class org.restlet.ext.odata.Generator
-
Generates the client code to the given output directory.
- generateLinks(List<LexicalUnit>) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
-
- generateLinks(List<LexicalUnit>) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
-
Loops over the given list of lexical units and generates the adequat
calls to link* methods.
- generateServerNonce() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Generates a server nonce.
- Generator - Class in org.restlet.ext.atom
-
Identifies the agent used to generate a feed, for debugging and other
purposes.
- Generator() - Constructor for class org.restlet.ext.atom.Generator
-
Constructor.
- Generator(String, Reference, String) - Constructor for class org.restlet.ext.atom.Generator
-
Constructor.
- Generator - Class in org.restlet.ext.odata
-
Code generator for accessing OData services.
- Generator(Reference) - Constructor for class org.restlet.ext.odata.Generator
-
Constructor.
- Generator(Reference, String) - Constructor for class org.restlet.ext.odata.Generator
-
Constructor.
- Generator(String) - Constructor for class org.restlet.ext.odata.Generator
-
Constructor.
- Generator(String, String) - Constructor for class org.restlet.ext.odata.Generator
-
Constructor.
- GET - Static variable in class org.restlet.data.Method
-
Retrieves whatever information (in the form of an entity) that is
identified by the request URI.
- get() - Method in class org.restlet.engine.local.DirectoryServerResource
-
- get(String) - Method in class org.restlet.ext.freemarker.internal.ResolverHashModel
-
Returns a scalar model based on the value returned by the resolver
according to the key.
- get(int) - Method in class org.restlet.ext.xml.NodeList
-
- get() - Method in class org.restlet.resource.ClientResource
-
Represents the resource using content negotiation to select the best
variant based on the client preferences.
- get(Class<T>) - Method in class org.restlet.resource.ClientResource
-
Represents the resource in the given object class.
- get(MediaType) - Method in class org.restlet.resource.ClientResource
-
Represents the resource using a given media type.
- Get - Annotation Type in org.restlet.resource
-
Annotation for methods that retrieve a resource representation.
- get() - Method in class org.restlet.resource.ServerResource
-
Returns a full representation.
- get(Variant) - Method in class org.restlet.resource.ServerResource
-
Returns a full representation for a given variant.
- get(Class<T>) - Method in class org.restlet.util.ServiceList
-
Returns a service matching a given service class.
- get(int) - Method in class org.restlet.util.WrapperList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class org.restlet.util.WrapperMap
-
Returns the value to which this map maps the specified key.
- getAccept() - Method in class org.restlet.ext.atom.Collection
-
Returns the accepted media types.
- getAcceptedCharacterSets() - Method in class org.restlet.data.ClientInfo
-
Returns the modifiable list of character set preferences.
- getAcceptedEncodings() - Method in class org.restlet.data.ClientInfo
-
Returns the modifiable list of encoding preferences.
- getAcceptedLanguages() - Method in class org.restlet.data.ClientInfo
-
Returns the modifiable list of language preferences.
- getAcceptedMediaTypes() - Method in class org.restlet.data.ClientInfo
-
Returns the modifiable list of media type preferences.
- getAcceptedMediaTypes() - Method in class org.restlet.service.EncoderService
-
Returns the media types that should be encoded.
- getActualMessage() - Method in class org.restlet.engine.connector.ClientInboundWay
-
- getActualMessage() - Method in class org.restlet.engine.connector.ClientOutboundWay
-
- getActualMessage() - Method in class org.restlet.engine.connector.ServerInboundWay
-
- getActualMessage() - Method in class org.restlet.engine.connector.ServerOutboundWay
-
- getActualMessage() - Method in class org.restlet.engine.connector.Way
-
Returns the actual message, request or response.
- getActualPort() - Method in class org.restlet.Server
-
Returns the actual server port after it has started.
- getAdapter() - Method in class org.restlet.engine.adapter.HttpClientHelper
-
Returns the adapter from uniform calls to HTTP calls.
- getAdapter() - Method in class org.restlet.engine.adapter.HttpServerHelper
-
Returns the adapter from HTTP calls to uniform calls.
- getAddress() - Method in class org.restlet.data.ClientInfo
-
Returns the immediate client's IP address.
- getAddress() - Method in class org.restlet.data.ServerInfo
-
Returns the IP address.
- getAddress() - Method in class org.restlet.engine.connector.Connection
-
Returns the socket IP address.
- getAddress() - Method in class org.restlet.Server
-
Returns the optional listening IP address (local host used if null).
- getAge() - Method in class org.restlet.Response
-
Returns the estimated amount of time since a response was generated or
revalidated by the origin server.
- getAge() - Method in class org.restlet.util.WrapperResponse
-
- getAgent() - Method in class org.restlet.data.ClientInfo
-
Returns the agent name (ex: "Restlet-Framework/2.0").
- getAgent() - Method in class org.restlet.data.ServerInfo
-
Returns the agent name (ex: "Restlet-Framework/2.0").
- getAgent() - Method in class org.restlet.data.Warning
-
Returns the agent.
- getAgentAttributes() - Method in class org.restlet.data.ClientInfo
-
Returns a list of attributes taken from the name of the user agent.
- getAgentName() - Method in class org.restlet.data.ClientInfo
-
Returns the name of the user agent.
- getAgentProducts() - Method in class org.restlet.data.ClientInfo
-
Returns the list of product tokens from the user agent name.
- getAgentVersion() - Method in class org.restlet.data.ClientInfo
-
Returns the version of the user agent.
- getAlertInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getAlertInfo() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the alternative ring tone for the UAS.
- getAlertInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the alternative ring tone for the UAC.
- getAlgorithm() - Method in class org.restlet.data.Digest
-
Returns the digest algorithm.
- getAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the digest algorithm of provided secrets.
- getAlias() - Method in class org.restlet.ext.odata.internal.edm.Namespace
-
Returns the short alias for this namespace.
- getAllCharacterSetExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to character set.
- getAllCharacterSets(String) - Method in class org.restlet.service.MetadataService
-
Returns all the character sets associated to this extension.
- getAllEncodingExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to encodings.
- getAllExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names.
- getAllLanguageExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to languages.
- getAllLanguages(String) - Method in class org.restlet.service.MetadataService
-
Returns all the languages associated to this extension.
- getAllMediaTypeExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to media types.
- getAllMediaTypes(String) - Method in class org.restlet.service.MetadataService
-
Returns all the media types associated to this extension.
- getAllMetadata(String) - Method in class org.restlet.service.MetadataService
-
Returns all the metadata associated to this extension.
- getAllowedEventTypes() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getAllowedEventTypes() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the list of supported event packages.
- getAllowedEventTypes() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the list of supported event packages.
- getAllowedMethods() - Method in class org.restlet.resource.Resource
-
Returns the set of methods allowed for the current client by the
resource.
- getAllowedMethods() - Method in class org.restlet.Response
-
Returns the modifiable set of methods allowed on the requested resource.
- getAllowedMethods() - Method in class org.restlet.util.WrapperResponse
-
Returns the set of methods allowed on the requested resource.
- getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the first annotation descriptor matching the given Java method.
- getAnnotation(List<AnnotationInfo>, Method, Form, Representation, MetadataService, ConverterService) - Static method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the first annotation descriptor matching the given Restlet
method.
- getAnnotationInfo() - Method in class org.restlet.engine.resource.VariantInfo
-
Returns the optional annotation descriptor.
- getAnnotations(Class<?>) - Static method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the annotation descriptors for the given resource class.
- getAnnotations(Class<?>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the annotation descriptors for the given resource class.
- getAnnotations() - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Returns the annotations of the resource interface.
- getAnonymousLogger() - Static method in class org.restlet.engine.Engine
-
Returns an anonymous logger.
- getAnonymousLogger() - Method in class org.restlet.engine.log.LoggerFacade
-
Returns an anonymous logger.
- getAnonymousLogger() - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
-
Returns an instance of
Slf4jLogger
, wrapping the result of
LoggerFactory.getLogger(String)
where the logger name is "".
- getAnonymousMethods() - Method in class org.restlet.security.MethodAuthorizer
-
Returns the modifiable list of methods authorized for anonymous users.
- getApplication() - Method in class org.restlet.ext.servlet.ServerServlet
-
Returns the application.
- getApplication() - Method in class org.restlet.ext.wadl.WadlRepresentation
-
Returns the root element of the WADL document.
- getApplication() - Method in class org.restlet.resource.Resource
-
Returns the parent application.
- getApplication() - Method in class org.restlet.Restlet
-
Returns the parent application if it exists, or null.
- getApplication() - Method in class org.restlet.util.WrapperRestlet
-
- getApplicationBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the suggested application buffer size.
- getApplicationContext() - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Returns the parent application context.
- getApplicationInfo(Request, Response) - Method in class org.restlet.ext.wadl.WadlApplication
-
Returns a WADL description of the current application.
- getAsciiBytes(String) - Static method in class org.restlet.engine.util.StringUtils
-
Encodes the given String into a sequence of bytes using the Ascii
character set.
- getAssociation() - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
-
Returns the referenced schema's association.
- getAssociation(EntityType, String) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the Association object that corresponds to the given property of
the given entity type.
- getAssociations() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Returns the list of associations.
- getAssociations() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns the list of associations.
- getAssociations() - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Returns the list of defined associations.
- getAttachments() - Method in class org.restlet.ext.spring.SpringBeanRouter
-
Returns supplemental explicit mappings
- getAttribute(String) - Method in class org.restlet.resource.ClientResource
-
Returns the attribute value by looking up the given name in the response
attributes maps.
- getAttribute(String) - Method in class org.restlet.resource.Resource
-
Returns the attribute value by looking up the given name in the request
or response attributes maps.
- getAttribute(String) - Method in class org.restlet.resource.ServerResource
-
Returns the attribute value by looking up the given name in the request
attributes maps.
- getAttributes() - Method in class org.restlet.Context
-
Returns a modifiable attributes map that can be used by developers to
save information relative to the context.
- getAttributes() - Method in class org.restlet.engine.RestletHelper
-
Returns the map of attributes exchanged between the API and the Engine
via this helper.
- getAttributes() - Method in class org.restlet.Message
-
Returns the modifiable map of attributes that can be used by developers
to save information relative to the message.
- getAttributes() - Method in class org.restlet.util.WrapperRequest
-
Returns a modifiable attributes map that can be used by developers to
save information relative to the message.
- getAttributes() - Method in class org.restlet.util.WrapperResponse
-
Returns a modifiable attributes map that can be used by developers to
save information relative to the message.
- getAuthenticatedMethods() - Method in class org.restlet.security.MethodAuthorizer
-
Returns the modifiable list of methods authorized for authenticated
users.
- getAuthenticationInfo() - Method in class org.restlet.Response
-
Returns information sent by an origin server related to an successful
authentication attempt.
- getAuthenticationInfo() - Method in class org.restlet.util.WrapperResponse
-
- getAuthor() - Method in class org.restlet.Restlet
-
Returns the author(s).
- getAuthor() - Method in class org.restlet.util.WrapperRestlet
-
- getAuthority() - Method in class org.restlet.data.Reference
-
Returns the authority component for hierarchical identifiers.
- getAuthority(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded authority component.
- getAuthorityName(int) - Static method in class org.restlet.data.LocalReference
-
Returns an authority name.
- getAuthorizedRoles() - Method in class org.restlet.security.RoleAuthorizer
-
Returns the modifiable list of authorized roles.
- getAuthors() - Method in class org.restlet.ext.atom.Entry
-
Returns the authors of the entry.
- getAuthors() - Method in class org.restlet.ext.atom.Feed
-
Returns the authors of the feed.
- getAuthors() - Method in class org.restlet.ext.atom.Source
-
Returns the authors of the entry.
- getAvailableSize() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Returns the available size in bytes of the encoded representation if
known, UNKNOWN_SIZE (-1) otherwise.
- getAvailableSize() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getAvailableSize(Representation) - Static method in class org.restlet.engine.io.BioUtils
-
Returns the size effectively available.
- getAvailableSize() - Method in class org.restlet.engine.io.BufferingRepresentation
-
- getAvailableSize() - Method in class org.restlet.engine.io.ReadableSizedChannel
-
Returns the remaining size that should be read from the source channel.
- getAvailableSize() - Method in class org.restlet.engine.io.ReadableSizedSelectionChannel
-
Returns the remaining size that should be read from the source channel.
- getAvailableSize() - Method in class org.restlet.representation.Representation
-
Returns the size effectively available.
- getAvailableSize() - Method in class org.restlet.util.WrapperRepresentation
-
- getBase() - Method in class org.restlet.ext.rdf.internal.turtle.Context
-
Returns the base reference.
- getBaseName() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the local base name of the file.
- getBaseName(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
-
Return the base name that is to say the longest part of a given name
without known extensions (beginning from the left).
- getBaseName() - Method in class org.restlet.engine.local.Entity
-
Return the base name of this entity that is to say the longest part of
the name without known extensions (beginning from the left).
- getBaseRef() - Method in class org.restlet.data.Reference
-
Returns the base reference for relative references.
- getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
-
Returns the base reference of new Restlet requests.
- getBaseRef() - Method in class org.restlet.ext.wadl.ResourcesInfo
-
Returns the base URI for each child resource identifier.
- getBaseRef() - Method in class org.restlet.ext.wadl.WadlApplication
-
Returns the WADL base reference.
- getBaseRef(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServletAdapter
-
Returns the base reference of new Restlet requests.
- getBaseReference() - Method in class org.restlet.ext.atom.Categories
-
Returns the base reference used to resolve relative references found
within the scope of the xml:base attribute.
- getBaseReference() - Method in class org.restlet.ext.atom.Collection
-
Returns the base reference used to resolve relative references found
within the scope of the xml:base attribute.
- getBaseReference() - Method in class org.restlet.ext.atom.Feed
-
Returns the base reference used to resolve relative references found
within the scope of the xml:base attribute.
- getBaseReference() - Method in class org.restlet.ext.atom.Service
-
Returns the base reference used to resolve relative references found
within the scope of the xml:base attribute.
- getBaseReference() - Method in class org.restlet.ext.atom.Workspace
-
Returns the base reference used to resolve relative references found
within the scope of the xml:base attribute.
- getBaseType() - Method in class org.restlet.ext.odata.internal.edm.ComplexType
-
Returns the parent type this type inherits from.
- getBaseType() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns the parent type this type inherits from.
- getBaseType() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the parent type this type inherits from.
- getBeanFactory() - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Returns the parent bean factory.
- getBeanName() - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Returns the bean name.
- getBest(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns the best route match for a given call.
- getBestClassName(Class<?>) - Static method in class org.restlet.engine.log.LogUtils
-
Return the best class name.
- getBestConnection(Request) - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
Tries to reuse an existing connection for the given request, or creates a
new one.
- getBestEncoding(ClientInfo) - Method in class org.restlet.engine.application.Encoder
-
Returns the best supported encoding for a given client.
- getBestHelper(Object, Variant, Resource) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the best converter helper matching the given parameters.
- getBestHelper(Representation, Class<T>, Resource) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the best converter helper matching the given parameters.
- getBlobValueEditRefProperty() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns the entity's member that stores the resource reference able to
update the blob value.
- getBlobValueRefProperty() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns the name of the entity property that stores the blob reference.
- getBoolean(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a boolean.
- getBuffer() - Method in class org.restlet.engine.connector.Way
-
Returns the IO buffer.
- getBuffer() - Method in class org.restlet.engine.io.BufferedSelectionChannel
-
Returns the source buffer.
- getBuffer() - Method in class org.restlet.engine.io.BufferingRepresentation
-
Returns the buffered content as an array of bytes.
- getBuffer() - Method in class org.restlet.engine.io.NbChannelInputStream
-
Returns the internal byte buffer.
- getBuilderIndex() - Method in class org.restlet.engine.connector.InboundWay
-
Returns the line builder index.
- getBytes() - Method in class org.restlet.engine.io.Buffer
-
Returns the byte buffer.
- getCacheDirectives() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getCacheDirectives() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- getCacheDirectives() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getCacheDirectives() - Method in class org.restlet.Message
-
Returns the cache directives.
Note that when used with HTTP connectors, this property maps to the
"Cache-Control" header.
- getCalendar() - Method in class org.restlet.engine.util.InternetDateFormat
-
Gets the Calendar object wrapped by this InternetDateFormat object.
- getCalleeInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the description of the current callee.
- getCallerInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getCallerInfo() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the description of the current caller.
- getCallId() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the identifier of the call.
- getCallId() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the identifier of the call.
- getCallId() - Method in class org.restlet.ext.sip.SipServerResource
-
Returns the request's call ID.
- getCanonicalizedAmzHeaders(Series<Header>) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the canonicalized AMZ headers.
- getCanonicalizedResourceName(Reference) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the canonicalized resource name.
- getCategories() - Method in class org.restlet.ext.atom.Collection
-
Returns the categories.
- getCategories() - Method in class org.restlet.ext.atom.Entry
-
Returns the categories associated with the entry.
- getCategories() - Method in class org.restlet.ext.atom.Feed
-
Returns the categories associated with the feed.
- getCategories() - Method in class org.restlet.ext.atom.Source
-
Returns the categories associated with the entry.
- getCertificates() - Method in class org.restlet.data.ClientInfo
-
Returns the client certificates.
- getCertificates() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the chain of client SSL certificates, if available and
accessible.
- getCertificates() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getCertificates() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getChallengeRequests() - Method in class org.restlet.resource.Resource
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeRequests() - Method in class org.restlet.Response
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeRequests() - Method in class org.restlet.util.WrapperResponse
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getChallengeResponse() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- getChallengeResponse() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getChallengeResponse() - Method in class org.restlet.Request
-
Returns the authentication response sent by a client to an origin server.
- getChallengeResponse() - Method in class org.restlet.resource.Resource
-
Returns the authentication response sent by a client to an origin server.
- getChallengeResponse() - Method in class org.restlet.util.WrapperRequest
-
Returns the authentication response sent by a client to an origin server.
- getChallengeScheme() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Returns the supported challenge scheme.
- getChannel() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Returns a readable byte channel.
- getChannel() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Returns a readable byte channel.
- getChannel() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getChannel() - Method in class org.restlet.engine.io.BufferingRepresentation
-
- getChannel(InputStream) - Static method in class org.restlet.engine.io.NioUtils
-
Returns a readable byte channel based on a given input stream.
- getChannel(OutputStream) - Static method in class org.restlet.engine.io.NioUtils
-
Returns a writable byte channel based on a given output stream.
- getChannel(Representation) - Static method in class org.restlet.engine.io.NioUtils
-
Returns a readable byte channel based on the given representation's
content and its write(WritableByteChannel) method.
- getChannel() - Method in class org.restlet.representation.CharacterRepresentation
-
- getChannel() - Method in class org.restlet.representation.DigesterRepresentation
-
- getChannel() - Method in class org.restlet.representation.EmptyRepresentation
-
- getChannel() - Method in class org.restlet.representation.FileRepresentation
-
Returns a readable byte channel.
- getChannel() - Method in class org.restlet.representation.OutputRepresentation
-
- getChannel() - Method in class org.restlet.representation.ReadableRepresentation
-
- getChannel() - Method in class org.restlet.representation.Representation
-
Returns a channel with the representation's content.
If it is supported by a file, a read-only instance of FileChannel is
returned.
This method is ensured to return a fresh channel for each invocation
unless it is a transient representation, in which case null is returned.
- getChannel() - Method in class org.restlet.representation.StreamRepresentation
-
- getChannel() - Method in class org.restlet.representation.WritableRepresentation
-
- getChannel() - Method in class org.restlet.util.WrapperRepresentation
-
- getChar() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Returns the current parsed character.
- getCharacterEncoding() - Method in class org.restlet.ext.fileupload.RepresentationContext
-
Returns the character encoding for the form.
- getCharacterSet() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the character set.
- getCharacterSet() - Method in class org.restlet.engine.header.ContentType
-
Returns the character set.
- getCharacterSet() - Method in class org.restlet.representation.Variant
-
Returns the character set or null if not applicable.
- getCharacterSet(String) - Method in class org.restlet.service.MetadataService
-
Returns the character set associated to this extension.
- getCharacterSet() - Method in class org.restlet.util.WrapperRepresentation
-
- getCharacterSetParameter() - Method in class org.restlet.service.TunnelService
-
Returns the character set parameter name.
- getCharacterSetPrefs() - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns the enriched list of character set preferences.
- getCharacterSetPrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of character set preferences.
- getChild() - Method in class org.restlet.engine.util.ChildContext
-
Returns the child.
- getChild(Reference) - Method in class org.restlet.resource.ClientResource
-
Returns the child resource defined by its URI relatively to the current
resource.
- getChild(Reference, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
-
Wraps the child client resource to proxy calls to the given Java
interface into Restlet method calls.
- getChild(String) - Method in class org.restlet.resource.ClientResource
-
Returns the child resource defined by its URI relatively to the current
resource.
- getChild(String, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
-
Wraps the child client resource to proxy calls to the given Java
interface into Restlet method calls.
- getChildren() - Method in class org.restlet.engine.local.Entity
-
Returns the list of contained entities if the current entity is a
directory, null otherwise.
- getChildren() - Method in class org.restlet.engine.local.FileEntity
-
- getChildren() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- getChildren() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
-
- getChildResources() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Returns the list of child resources.
- getChildRoles() - Method in class org.restlet.security.Role
-
Returns the modifiable list of child roles.
- getChunkLength() - Method in class org.restlet.ext.net.HttpClientHelper
-
Returns the chunk-length when using chunked encoding streaming mode for
response entities.
- getChunkState() - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Returns the chunk state.
- getCipherSuite() - Method in class org.restlet.data.ClientInfo
-
Returns the SSL Cipher Suite, if available and accessible.
- getCipherSuite() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL Cipher Suite, if available and accessible.
- getCipherSuite() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getCipherSuite() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getClapAuthorityType() - Method in class org.restlet.data.LocalReference
-
Returns the type of authority.
- getClassLoader() - Method in class org.restlet.engine.Engine
-
Returns the class loader.
- getClassLoader() - Method in class org.restlet.ext.jaxb.internal.Marshaller
-
Returns the JAXB classloader.
- getClassLoader() - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
-
Returns the JAXB classloader.
- getClassLoader() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the classloader to use for JAXB annotated classes.
- getClassName() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the Java class name related to this entity type.
- getClassName() - Method in class org.restlet.ext.odata.internal.edm.Type
-
Returns the name of the corresponding Java class or scalar type.
- getClient() - Method in class org.restlet.engine.component.ClientRoute
-
Returns the target client.
- getClientAddress() - Method in class org.restlet.engine.adapter.Call
-
Returns the client address.
Corresponds to the IP address of the requesting client.
- getClientAddress() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getClientDispatcher() - Method in class org.restlet.Context
-
Returns a request dispatcher to available client connectors.
- getClientDispatcher() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns a client dispatcher.
- getClientDispatcher() - Method in class org.restlet.ext.atom.Service
-
Returns the client HTTP dispatcher.
- getClientInfo() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.Request
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.resource.Resource
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.util.WrapperRequest
-
Returns the client-specific information.
- getClientNonce() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the client nonce.
- getClientNonce() - Method in class org.restlet.data.ChallengeResponse
-
Returns the client nonce.
- getClientPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the client port.
Corresponds to the TCP/IP port of the requesting client.
- getClientPort() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getClientProtocols() - Method in class org.restlet.service.ConnectorService
-
Returns the modifiable list of required client protocols.
- getClientResource() - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Returns the associated client resource.
- getClientResource() - Method in interface org.restlet.resource.ClientProxy
-
Returns the wrapped client resource.
- getClientRouter() - Method in class org.restlet.engine.component.ComponentHelper
-
Returns the internal client router.
- getClients() - Method in class org.restlet.Component
-
Returns a modifiable list of client connectors.
- getClientVersion() - Method in class org.restlet.ext.odata.Service
-
Returns the version of the OData protocol extensions defined in every
request issued by this service.
- getCode() - Method in class org.restlet.data.Status
-
Returns the corresponding code (HTTP or WebDAV or custom code).
- getCollections() - Method in class org.restlet.ext.atom.Workspace
-
Returns the list of collections.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipClientResource
-
Returns the request's command sequence.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the identifier of the command.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the identifier of the command.
- getCommandSequence() - Method in class org.restlet.ext.sip.SipServerResource
-
Returns the request's command sequence.
- getComment() - Method in class org.restlet.data.CookieSetting
-
Returns the comment for the user.
- getComment() - Method in class org.restlet.data.Product
-
Returns the facultative comment.
- getComment() - Method in class org.restlet.data.RecipientInfo
-
Returns the optional comment, typically the software agent name.
- getComment() - Method in class org.restlet.ext.sip.Availability
-
Returns additional information about the time of callback.
- getComparator() - Method in class org.restlet.resource.Directory
-
Returns the reference comparator used to sort index pages.
- getComplexProperties() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the list of complex properties.
- getComplexType() - Method in class org.restlet.ext.odata.internal.edm.ComplexProperty
-
Returns the type of the property.
- getComplexType(Class<?>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the complectType that corresponds to a given entity class.
- getComplexTypes() - Method in class org.restlet.ext.odata.internal.edm.ComplexType
-
Returns the list of complex types this type inherits from.
- getComplexTypes() - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Returns the list of defined complex types.
- getComponent() - Method in class org.restlet.ext.servlet.ServerServlet
-
Returns the component.
- getComponentHelper() - Method in class org.restlet.engine.component.ComponentContext
-
Returns the component helper.
- getComputedDigest() - Method in class org.restlet.representation.DigesterRepresentation
-
Returns the current computed digest value of the representation.
- getConditions() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the condition data applying to this call.
- getConditions() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
Returns the condition data applying to this call.
- getConditions() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Returns the condition data applying to this call.
- getConditions() - Method in class org.restlet.Request
-
Returns the modifiable conditions applying to this request.
- getConditions() - Method in class org.restlet.resource.Resource
-
Returns the modifiable conditions applying to this request.
- getConditions() - Method in class org.restlet.util.WrapperRequest
-
Returns the conditions applying to this call.
- getConfig() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClientHelper
-
Returns the Servlet Config.
- getConfiguration() - Method in class org.restlet.ext.freemarker.TemplateFilter
-
Returns the FreeMarker configuration.
- getConfiguration() - Method in class org.restlet.ext.jaas.JaasVerifier
-
Returns the optional JAAS login configuration.
- getConnection() - Method in class org.restlet.engine.connector.ClientInboundWay
-
- getConnection() - Method in class org.restlet.engine.connector.ClientOutboundWay
-
- getConnection() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
Returns the related connection.
- getConnection() - Method in interface org.restlet.engine.connector.InboundRequest
-
Returns the related connection.
- getConnection() - Method in class org.restlet.engine.connector.ServerInboundWay
-
- getConnection() - Method in class org.restlet.engine.connector.ServerOutboundWay
-
- getConnection() - Method in class org.restlet.engine.connector.Way
-
Returns the parent connection.
- getConnection(String, Properties, boolean) - Method in class org.restlet.ext.jdbc.JdbcClientHelper
-
Returns a JDBC connection.
- getConnection() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Returns the connection.
- getConnection() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Returns the related connection.
- getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsClientInboundWay
-
- getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsClientOutboundWay
-
- getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsInboundRequest
-
- getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsServerInboundWay
-
- getConnection() - Method in class org.restlet.ext.ssl.internal.HttpsServerOutboundWay
-
- getConnection() - Method in class org.restlet.ext.ssl.internal.ReadableSslChannel
-
Returns the parent SSL connection.
- getConnection() - Method in class org.restlet.ext.ssl.internal.WritableSslChannel
-
Returns the parent SSL connection.
- getConnection() - Static method in class org.restlet.ext.xdb.XdbServerServlet
-
Returns a JDBC connection.
- getConnectionPool() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the connection pool.
- getConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the set of active connections.
- getConnectorService() - Method in class org.restlet.Application
-
Returns the connector service.
- getConnectorService() - Static method in class org.restlet.engine.ConnectorHelper
-
Returns the connector service associated to a request.
- getConnectTimeout() - Method in class org.restlet.Client
-
- getConnegService() - Method in class org.restlet.Application
-
Returns the content negotiation service.
- getConnegService() - Method in class org.restlet.resource.Resource
-
Returns the application's content negotiation service or create a new
one.
- getContactEmail() - Method in class org.restlet.engine.application.StatusFilter
-
Returns the email address of the administrator to contact in case of
error.
- getContactEmail() - Method in class org.restlet.service.StatusService
-
Returns the email address to contact in case of error.
- getContacts() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getContacts() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the data about the contacts.
- getContacts() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the data about the contacts.
- getContainers() - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the list of entity containers.
- getContent() - Method in class org.restlet.ext.atom.Entry
-
Returns the content of the entry or links to it.
- getContent() - Method in class org.restlet.ext.atom.Link
-
Returns the content of the entry or links to it.
- getContent() - Method in class org.restlet.ext.atom.Text
-
Returns the content.
- getContentHandler() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Return the content handler.
- getContentKind() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the content type of the value of the mapped property.
- getContentLength() - Method in class org.restlet.engine.adapter.ClientCall
-
- getContentLength() - Method in class org.restlet.engine.adapter.ServerCall
-
- getContentLength(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
- getContentLength() - Method in class org.restlet.ext.fileupload.RepresentationContext
-
Returns the content length of the form.
- getContentReader() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
-
Returns the document's reader.
- getContentType() - Method in class org.restlet.ext.fileupload.RepresentationContext
-
Returns the content type of the form.
- getContext() - Method in class org.restlet.engine.adapter.Adapter
-
Returns the context.
- getContext() - Method in class org.restlet.engine.ConnectorHelper
-
Returns the helped Restlet context.
- getContext() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet context.
- getContext(String) - Static method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the JAXB context, if possible from the cached contexts.
- getContext(String, ClassLoader) - Static method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the JAXB context, if possible from the cached contexts.
- getContext() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the JAXB context.
- getContext() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
-
Returns the parsing context.
- getContext() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
-
Returns the current context.
- getContext() - Method in class org.restlet.ext.spring.SpringBeanFinder
-
- getContext() - Method in class org.restlet.resource.Resource
-
Returns the current context.
- getContext() - Method in class org.restlet.Restlet
-
Returns the context.
- getContext() - Method in class org.restlet.service.Service
-
Returns the context.
- getContext() - Method in class org.restlet.util.ClientList
-
Returns the context.
- getContext() - Method in class org.restlet.util.ServerList
-
Returns the context.
- getContext() - Method in class org.restlet.util.ServiceList
-
Returns the context.
- getContext() - Method in class org.restlet.util.WrapperRestlet
-
- getContextFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
-
Returns the parent SSL context factory.
- getContextFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
Returns the parent SSL context factory.
- getContextFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
Returns the parent SSL context factory.
- getContextPath() - Method in class org.restlet.ext.jaxb.internal.Marshaller
-
Returns the JAXB context path.
- getContextPath() - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
-
Returns the JAXB context path.
- getContextPath() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the list of Java package names that contain schema derived class
and/or Java to schema (JAXB-annotated) mapped classes
- getContextPath(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
-
Intercepter method need for subclasses such as XdbServerServlet.
- getContextPath(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServerServlet
-
- getContributors() - Method in class org.restlet.ext.atom.Entry
-
Returns the contributors to the entry.
- getContributors() - Method in class org.restlet.ext.atom.Feed
-
Returns the contributors to the feed.
- getContributors() - Method in class org.restlet.ext.atom.Source
-
Returns the contributors to the entry.
- getController() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the controller task.
- getController() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
- getControllerSleepTimeMs() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the time for the controller thread to sleep between each control.
- getConverterService() - Method in class org.restlet.Application
-
Returns the converter service.
- getConverterService() - Method in class org.restlet.resource.Resource
-
Returns the application's converter service or create a new one.
- getCookieName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the cookie name to use for the authentication credentials.
- getCookies() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the cookies provided by the client.
- getCookies() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
Returns the cookies provided by the client.
- getCookies(List<Cookie>, Map<String, Cookie>) - Static method in class org.restlet.engine.header.CookieWriter
-
Gets the cookies whose name is a key in the given map.
- getCookies() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Returns the cookies provided by the client.
- getCookies() - Method in class org.restlet.Request
-
Returns the modifiable series of cookies provided by the client.
- getCookies() - Method in class org.restlet.resource.Resource
-
Returns the modifiable series of cookies provided by the client.
- getCookies() - Method in class org.restlet.util.WrapperRequest
-
Returns the cookies provided by the client.
- getCookieSettings() - Method in class org.restlet.resource.Resource
-
Returns the modifiable series of cookie settings provided by the server.
- getCookieSettings() - Method in class org.restlet.Response
-
Returns the modifiable series of cookie settings provided by the server.
- getCookieSettings() - Method in class org.restlet.util.WrapperResponse
-
Returns the cookie settings provided by the server.
- getCorePoolSize() - Method in class org.restlet.service.TaskService
-
Returns the core pool size defining the maximum number of threads.
- getCount() - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
Returns the value of the "count" tag, that is to say the size of the
current entity set.
- getCount() - Method in class org.restlet.ext.odata.Query
-
Returns the total number of elements in the entity set, or -1 if it is
available.
- getCreation() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the creation time.
- getCredentials() - Method in class org.restlet.ext.odata.Service
-
Returns the credentials used to authenticate requests.
- getCredentialsCookie(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the credentials cookie setting.
- getCurrent() - Static method in class org.restlet.Application
-
This variable is stored internally as a thread local variable and updated
each time a call enters an application.
- getCurrent() - Static method in class org.restlet.Context
-
Returns the context associated to the current
Restlet
.
- getCurrent() - Static method in class org.restlet.Request
-
Returns the request associated to the current thread.
- getCurrent() - Static method in class org.restlet.Response
-
Returns the response associated to the current thread.
- getCurrent() - Static method in class org.restlet.routing.VirtualHost
-
Returns the virtual host code associated to the current thread.
- getCurrentLogger() - Static method in class org.restlet.Context
-
Returns the current context's logger.
- getCurrentToken() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Returns the current token.
- getCustom(Request, Response) - Method in class org.restlet.routing.Router
-
Returns the matched route according to a custom algorithm.
- getDataModel() - Method in class org.restlet.ext.freemarker.TemplateFilter
-
Returns the template data model common to all calls.
- getDataModel() - Method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Returns the template's data model.
- getDatatypeRef() - Method in class org.restlet.ext.rdf.Literal
-
Returns the optional datatype reference.
- getDate() - Method in class org.restlet.data.Warning
-
Returns the warning date.
- getDate() - Method in class org.restlet.engine.util.InternetDateFormat
-
Gets the value of this InternetDateFormat object as a Date object.
- getDate() - Method in class org.restlet.Message
-
Returns the date and time at which the message was originated.
- getDecoderService() - Method in class org.restlet.Application
-
Returns the decoder service.
- getDefaultAcceptedMediaTypes() - Static method in class org.restlet.service.EncoderService
-
Returns the list of default encoded media types.
- getDefaultCharacterSet() - Method in class org.restlet.service.MetadataService
-
Returns the default character set for textual representations.
- getDefaultCipherSuites() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
- getDefaultCipherSuites() - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- getDefaultEncoding() - Method in class org.restlet.service.MetadataService
-
Returns the default encoding for representations.
- getDefaultEnroler() - Method in class org.restlet.Context
-
Returns an enroler that can add the user roles based on authenticated
user principals.
- getDefaultHost() - Method in class org.restlet.Component
-
Returns the default virtual host.
- getDefaultIgnoredMediaTypes() - Static method in class org.restlet.service.EncoderService
-
Returns the list of default ignored media types.
- getDefaultLanguage() - Method in class org.restlet.engine.local.LocalClientHelper
-
Returns the default language.
- getDefaultLanguage() - Method in class org.restlet.service.MetadataService
-
Returns the default language for representations.
- getDefaultLink() - Method in class org.restlet.ext.rdf.Graph
-
Returns the default link that is used to complete new links.
- getDefaultMatchingMode() - Method in class org.restlet.routing.Router
-
Returns the default matching mode to use when selecting routes based on
URIs.
- getDefaultMatchingQuery() - Method in class org.restlet.routing.Router
-
Returns the default setting for whether the routing should be done on
URIs with or without taking into account query string.
- getDefaultMediaType() - Method in class org.restlet.service.MetadataService
-
Returns the default media type for representations.
- getDefaultPort() - Method in class org.restlet.data.Protocol
-
Returns the default port number.
- getDefaultRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
-
Returns a representation for the given status.
In order to customize the default representation, this method can be
overridden.
- getDefaultResponseLogMessage(Response, int) - Method in class org.restlet.service.LogService
-
Format a log entry using the default IIS log format.
- getDefaultRoute() - Method in class org.restlet.routing.Router
-
Returns the default route to test if no other one was available after
retrying the maximum number of attempts.
- getDefaultValue() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns the default value.
- getDefaultValue() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the default value of this parameter.
- getDefaultValue() - Method in class org.restlet.routing.Variable
-
Returns the default value to use if the key couldn't be found in the
model.
- getDefaultVariable() - Method in class org.restlet.routing.Template
-
Returns the default variable.
- getDefaultVerifier() - Method in class org.restlet.Context
-
Returns a verifier that can check the validity of the credentials
associated to a request.
- getDelay() - Method in class org.restlet.ext.sip.Availability
-
Returns the time the service is expected to be unavailable.
- getDelegate() - Method in class org.restlet.util.WrapperList
-
Returns the delegate list.
- getDelegate() - Method in class org.restlet.util.WrapperMap
-
Returns the delegate list.
- getDescription() - Method in class org.restlet.data.ChallengeScheme
-
Returns the description.
- getDescription() - Method in class org.restlet.data.CookieSetting
-
Returns the description of this REST element.
- getDescription() - Method in class org.restlet.data.Metadata
-
Returns the description.
- getDescription() - Method in class org.restlet.data.Method
-
Returns the description.
- getDescription() - Method in class org.restlet.data.Protocol
-
Returns the description.
- getDescription() - Method in class org.restlet.data.Status
-
Returns the description.
- getDescription() - Method in class org.restlet.ext.spring.SpringResource
-
Returns the description.
- getDescription() - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns the description of this documented resource.
- getDescription() - Method in class org.restlet.Restlet
-
Returns the description.
- getDescription() - Method in class org.restlet.security.Group
-
Returns the description.
- getDescription() - Method in class org.restlet.security.Role
-
Returns the description.
- getDescription() - Method in class org.restlet.util.WrapperRestlet
-
- getDigest() - Method in class org.restlet.representation.Representation
-
Returns the representation digest if any.
Note that when used with HTTP connectors, this property maps to the
"Content-MD5" header.
- getDigest() - Method in class org.restlet.util.WrapperRepresentation
-
- getDigestAlgorithm() - Method in class org.restlet.data.ChallengeMessage
-
Returns the digest algorithm.
- getDigestAuthenticator() - Method in class org.restlet.ext.crypto.internal.HttpDigestVerifier
-
Returns the associated digest authenticator.
- getDigestRef() - Method in class org.restlet.data.ChallengeResponse
-
- getDimensions() - Method in class org.restlet.resource.Resource
-
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
- getDimensions() - Method in class org.restlet.Response
-
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
- getDimensions() - Method in class org.restlet.util.WrapperResponse
-
Returns the set of selecting dimensions on which the response entity may
vary.
- getDirectory() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the parent directory handler.
- getDirectoryContent() - Method in class org.restlet.engine.local.DirectoryServerResource
-
If the resource is a directory, this returns its content.
- getDirectoryUri() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the context's directory URI (file, clap URI).
- getDisabledCipherSuites() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of disabled cipher suites.
- getDisabledProtocols() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of disabled SSL protocols.
- getDisplayName() - Method in class org.restlet.ext.sip.Address
-
Returns the optional name displayed.
- getDisposition() - Method in class org.restlet.ext.html.FormData
-
Returns the content disposition of the value representation.
- getDisposition() - Method in class org.restlet.representation.Representation
-
Returns the disposition characteristics of the representation.
- getDisposition() - Method in class org.restlet.util.WrapperRepresentation
-
- getDocument() - Method in class org.restlet.ext.xml.DomRepresentation
-
Returns the wrapped DOM document.
- getDocument() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the XML representation as a DOM document.
- getDocumentations() - Method in class org.restlet.ext.wadl.DocumentedInfo
-
Returns the list of documentation elements.
- getDocumentBuilder() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a document builder properly configured.
- getDomain() - Method in class org.restlet.data.Cookie
-
Returns the domain name.
- getDomainRefs() - Method in class org.restlet.data.ChallengeRequest
-
Returns the base URI references that collectively define the protected
domains for the digest authentication.
- getDomainRefs() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Returns the base URI references that collectively define the protected
domains for the digest authentication.
- getDomSource() - Method in class org.restlet.ext.xml.DomRepresentation
-
Returns a DOM source.
- getDomSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a DOM source.
- getDTDHandler() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Return the DTD handler.
- getDuration() - Method in class org.restlet.ext.sip.Availability
-
Returns the time the service will be available.
- getEmail() - Method in class org.restlet.ext.atom.Person
-
Returns the email address associated with the person.
- getEmail() - Method in class org.restlet.security.User
-
Returns the email.
- getEnabledCipherSuites() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of enabled cipher suites.
- getEnabledProtocols() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of enabled SSL protocols.
- getEncoderService() - Method in class org.restlet.Application
-
Returns the encoder service.
- getEncoderService() - Method in class org.restlet.engine.application.Encoder
-
Returns the parent encoder service.
- getEncoding() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the encoding.
- getEncoding(String) - Method in class org.restlet.service.MetadataService
-
Returns the encoding associated to this extension.
- getEncodingParameter() - Method in class org.restlet.service.TunnelService
-
Returns the name of the parameter containing the accepted encoding.
- getEncodingPrefs() - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns the enriched list of encoding preferences.
- getEncodingPrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of encoding preferences.
- getEncodings() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Returns the encodings applied to the entity.
- getEncodings() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Returns the applied encodings.
- getEncodings() - Method in class org.restlet.representation.Variant
-
Returns the modifiable list of encodings applied to the entity-body.
- getEncodings() - Method in class org.restlet.util.WrapperRepresentation
-
- getEncryptAlgorithm() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the algorithm used to encrypt the log info cookie
value.
- getEncryptSecretKey() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the secret key for the algorithm used to encrypt the log info
cookie value.
- getEnds() - Method in class org.restlet.ext.odata.internal.edm.Association
-
Returns the list of entities linked by this association.
- getEnds() - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
-
Returns the list of entities implied in this association.
- getEngine() - Method in class org.restlet.engine.util.EngineClassLoader
-
Returns the parent Restlet engine.
- getEngine() - Method in class org.restlet.ext.velocity.TemplateRepresentation
-
Returns the Velocity engine.
- getEnrichedPreferences(List<Preference<T>>, T, T) - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns an enriched list of preferences.
- getEnroler() - Method in class org.restlet.security.Authenticator
-
Returns the enroler invoked upon successful authentication to update the
subject with new principals.
- getEnroler() - Method in class org.restlet.security.Realm
-
Returns an enroler that can add the user roles based on user principals.
- getEntities() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Returns the list of entities.
- getEntities() - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
Returns the list of discovered entities.
- getEntity() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the representation provided by the client.
- getEntity(String) - Method in class org.restlet.engine.local.EntityClientHelper
-
Returns a local entity for the given path.
- getEntity(String) - Method in class org.restlet.engine.local.FileClientHelper
-
- getEntity() - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
- getEntity(String) - Method in class org.restlet.ext.servlet.internal.ServletWarClientHelper
-
- getEntity() - Method in class org.restlet.Message
-
Returns the entity representation.
- getEntity() - Method in class org.restlet.util.WrapperRequest
-
Returns the entity representation.
- getEntity() - Method in class org.restlet.util.WrapperResponse
-
Returns the entity representation.
- getEntityAsText() - Method in class org.restlet.Message
-
Returns the entity as text.
- getEntityChannel() - Method in class org.restlet.engine.connector.OutboundWay
-
Returns the entity as a NIO readable byte channel.
- getEntityChannelType() - Method in class org.restlet.engine.connector.OutboundWay
-
Returns the type of the entity channel.
- getEntityFileChannel() - Method in class org.restlet.engine.connector.OutboundWay
-
Returns the entity as a NIO file channel.
- getEntityInterestOps() - Method in class org.restlet.engine.connector.OutboundWay
-
Registers interest of this way for socket NIO operations.
- getEntityRegistration() - Method in class org.restlet.engine.connector.InboundWay
-
Returns the NIO selection registration of the entity.
- getEntityResolver() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Return the entity resolver.
- getEntityResolver() - Method in class org.restlet.ext.xml.XmlRepresentation
-
- getEntitySelectableChannel() - Method in class org.restlet.engine.connector.OutboundWay
-
Returns the entity as a NIO non-blocking selectable channel.
- getEntitySelectionKey() - Method in class org.restlet.engine.connector.OutboundWay
-
Returns the entity's NIO selection key holding the link between the
entity to be written and the way.
- getEntitySet() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the entity set returned by this function, if applicable.
- getEntitySetSubpath(EntityType) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the subpath of the entitySet of the given entity type.
- getEntityType(Class<?>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the entityType that corresponds to a given entity class.
- getEntityTypes() - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Returns the list of defined entity types.
- getEntries() - Method in class org.restlet.ext.atom.Categories
-
Returns the list of entries.
- getEntries() - Method in class org.restlet.ext.atom.Feed
-
Returns the individual entries, acting as a components for associated
metadata and data.
- getEntries() - Method in class org.restlet.ext.html.FormDataSet
-
Returns the modifiable series of form entries.
- getEntries(Representation, Map<String, Object>) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Reads the entries whose name is a key in the given map.
If a matching entry is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
- getEntries(String, Map<String, Object>, CharacterSet, char) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Reads the entries whose name is a key in the given map.
If a matching entry is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
- getEntry(Representation, String) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Reads the entries with the given name.
If multiple values are found, a list is returned created.
- getEntry(String, String, CharacterSet, char) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Reads the entries with the given name.
If multiple values are found, a list is returned created.
- getEntryClass(Feed) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Returns the Java class of a set of entries contained inside a Feed.
- getEphemeralPort() - Method in class org.restlet.Server
-
Returns the actual ephemeral port used when the listening port is set to
'0'.
- getErrorHandler() - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Return the error handler.
- getErrorHandler() - Method in class org.restlet.ext.xml.XmlRepresentation
-
- getErrorInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the pointer to additional information about the error response.
- getErrorListener() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the transformer's error listener.
- getEvent() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getEvent() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the description of an event notification.
- getEvent() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the description of an event notification.
- getEventTemplates() - Method in class org.restlet.ext.sip.EventType
-
Returns the list of event templates.
- getExpectations() - Method in class org.restlet.data.ClientInfo
-
Returns the client expectations.
- getExpirationDate() - Method in class org.restlet.representation.Representation
-
Returns the future date when this representation expire.
- getExpirationDate() - Method in class org.restlet.util.WrapperRepresentation
-
- getExpires() - Method in class org.restlet.ext.sip.ContactInfo
-
Returns the delay of expiration.
- getExpires() - Method in class org.restlet.ext.sip.Subscription
-
Returns the expiration delay in seconds.
- getExtended() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Returns the container this container inherits from.
- getExtension(Metadata) - Method in class org.restlet.service.MetadataService
-
Returns the first extension mapping to this metadata.
- getExtensions() - Method in class org.restlet.data.Reference
-
Returns the optional extensions for hierarchical identifiers.
- getExtensions(String, MetadataService) - Static method in class org.restlet.engine.local.Entity
-
Returns the list of known extensions taken from a given entity name.
- getExtensions(Variant, MetadataService) - Static method in class org.restlet.engine.local.Entity
-
Returns the list of known extensions taken from a given variant.
- getExtensions() - Method in class org.restlet.engine.local.Entity
-
Returns the list of known extensions.
- getExtensionsAsArray() - Method in class org.restlet.data.Reference
-
Returns the extensions as an array or null if no extension is found.
- getExternalRef() - Method in class org.restlet.ext.atom.Content
-
Returns the reference to the external representation.
- getExternalType() - Method in class org.restlet.ext.atom.Content
-
Returns the expected media type of the external content.
- getFeature(String) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Returns the feature by name.
- getFeed() - Method in class org.restlet.ext.atom.Collection
-
Returns the feed representation.
- getFeed() - Method in class org.restlet.ext.rome.SyndFeedRepresentation
-
The wrapped feed.
- getFile() - Method in class org.restlet.data.LocalReference
-
Gets the local file corresponding to the reference.
- getFile() - Method in class org.restlet.engine.local.FileEntity
-
Returns the underlying regular file.
- getFile() - Method in class org.restlet.representation.FileRepresentation
-
Returns the file handle.
- getFilename() - Method in class org.restlet.data.Disposition
-
Returns the value of the "filename" parameter.
- getFilename() - Method in class org.restlet.ext.html.FormData
-
Returns the file name of the value representation.
- getFinderClass() - Method in class org.restlet.Restlet
-
Returns the finder class used to instantiate resource classes.
- getFirst() - Method in class org.restlet.ext.rdf.Couple
-
Returns the first object.
- getFirst() - Method in class org.restlet.ext.rdf.Triple
-
Returns the first object.
- getFirst() - Method in class org.restlet.util.Couple
-
Deprecated.
Returns the first object.
- getFirst(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns the first route match for a given call.
- getFirst(String) - Method in class org.restlet.util.Series
-
Returns the first parameter found with the given name.
- getFirst(String, boolean) - Method in class org.restlet.util.Series
-
Returns the first parameter found with the given name.
- getFirst() - Method in class org.restlet.util.Triple
-
Deprecated.
Returns the first object.
- getFirstEntry(Representation, String) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Reads the first entry with the given name.
- getFirstEntry(String, String, CharacterSet, char) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Reads the first entry with the given name.
- getFirstInboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the first inbound filter.
- getFirstName() - Method in class org.restlet.security.User
-
Returns the first name.
- getFirstOutboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the first outbound filter.
- getFirstParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the first parameter with the given name.
- getFirstParameter(String, String, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the first parameter with the given name.
- getFirstValue(String) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, boolean) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, boolean, String) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, String) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- getFixed() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the fixed value for the parameter.
- getForbiddenRoles() - Method in class org.restlet.security.RoleAuthorizer
-
Returns the modifiable list of forbidden roles.
- getForwardedAddresses() - Method in class org.restlet.data.ClientInfo
-
Returns the list of forwarded IP addresses.
- getFragment() - Method in class org.restlet.data.Reference
-
Returns the fragment identifier.
Note that no URI decoding is done by this method.
- getFragment(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded fragment identifier.
- getFrom() - Method in class org.restlet.data.ClientInfo
-
Returns the email address of the human user controlling the user agent.
- getFrom() - Method in class org.restlet.ext.sip.SipClientResource
-
Returns the request initiator's address.
- getFrom() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the description of the request's initiator.
- getFrom() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the description of the request's initiator.
- getFrom() - Method in class org.restlet.ext.sip.SipServerResource
-
Returns the request initiator's address.
- getFromRole() - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
-
Returns the start entity of the association.
- getFullClassName() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the package name related to this entity type.
- getFullClassName(String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
-
Returns a correct full class name from the given name.
- getFullName() - Method in enum org.restlet.engine.Edition
-
Returns the full size name of the edition.
- getFunctionImports() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Returns the list of function imports.
- getGeneratedKeys() - Method in class org.restlet.ext.jdbc.JdbcResult
-
Returns the generated keys.
- getGenerator() - Method in class org.restlet.ext.atom.Feed
-
Returns the agent used to generate a feed.
- getGenerator() - Method in class org.restlet.ext.atom.Source
-
Returns the agent used to generate a feed.
- getGetterAccess() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns the access level modifier of the getter method.
- getGrammars() - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Returns the grammar elements.
- getGraph() - Method in class org.restlet.ext.rdf.RdfRepresentation
-
Returns the graph of links.
- getGraphHandler() - Method in class org.restlet.ext.rdf.internal.RdfReader
-
Returns the graph handler invoked when parsing.
- getHashedSecret(String, char[]) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Return the hashed secret.
- getHead(Handler) - Method in class org.restlet.engine.log.DefaultAccessLogFormatter
-
- getHeaderIndex() - Method in class org.restlet.engine.connector.OutboundWay
-
Returns the header index.
- getHeaders() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the HTTP headers.
- getHeaders() - Method in class org.restlet.engine.adapter.HttpResponse
-
Returns the HTTP headers.
- getHeaders() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- getHeaders() - Method in interface org.restlet.engine.connector.InboundRequest
-
Returns the headers.
- getHeaders() - Method in class org.restlet.engine.connector.Way
-
Returns the response headers.
- getHeaders() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Returns the HTTP headers.
- getHelped() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet.
- getHelpedParameters() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet parameters.
- getHelper() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the HTTP client helper.
- getHelper() - Method in class org.restlet.engine.connector.ClientInboundWay
-
- getHelper() - Method in class org.restlet.engine.connector.Connection
-
Returns the parent connector helper.
- getHelper() - Method in class org.restlet.engine.connector.Controller
-
Returns the parent connector helper.
- getHelper() - Method in class org.restlet.engine.connector.ServerConnectionController
-
Returns the parent server helper.
- getHelper() - Method in class org.restlet.engine.connector.ServerInboundWay
-
- getHelper() - Method in class org.restlet.engine.connector.Way
-
Returns the parent connector helper.
- getHelper() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Returns the HTTP client helper.
- getHelper() - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
-
- getHelper() - Method in class org.restlet.ext.sip.internal.SipClientOutboundWay
-
- getHierarchicalPart() - Method in class org.restlet.data.Reference
-
Returns the hierarchical part which is equivalent to the scheme specific
part less the query component.
Note that no URI decoding is done by this method.
- getHierarchicalPart(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded hierarchical part.
- getHmacSha1Signature(String, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the AWS authentication compatible signature for the given string
to sign and secret.
- getHmacSha256Signature(String, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the AWS authentication compatible signature for the given string
to sign and secret.
- getHomeRef() - Method in class org.restlet.engine.application.StatusFilter
-
Returns the home URI to propose in case of error.
- getHomeRef() - Method in class org.restlet.service.StatusService
-
Returns the home URI to propose in case of error.
- getHostDomain() - Method in class org.restlet.data.Reference
-
Returns the host domain name component for server based hierarchical
identifiers.
- getHostDomain(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded host domain name component.
- getHostDomain() - Method in class org.restlet.engine.adapter.Call
-
Returns the host domain.
- getHostDomain() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the host domain name.
- getHostDomain() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the server domain name.
- getHostDomain() - Method in class org.restlet.routing.VirtualHost
-
Returns the hostRef host domain to match.
- getHostIdentifier() - Method in class org.restlet.data.Reference
-
Returns the host identifier.
- getHostIdentifier(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded host identifier.
- getHostnameVerifier() - Method in class org.restlet.ext.net.HttpClientHelper
-
Returns the hostname verifier by looking up the "hostnameVerifier"
attribute of the client's context.
- getHostPort() - Method in class org.restlet.data.Reference
-
Returns the optional port number for server based hierarchical
identifiers.
- getHostPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the host port.
- getHostPort() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the host port.
- getHostPort() - Method in class org.restlet.routing.VirtualHost
-
Returns the hostRef host port to match.
- getHostRef() - Method in class org.restlet.Request
-
Returns the host reference.
- getHostRef() - Method in class org.restlet.resource.Resource
-
Returns the host reference.
- getHostRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the host reference.
- getHosts() - Method in class org.restlet.Component
-
Returns the modifiable list of virtual hosts.
- getHostScheme() - Method in class org.restlet.routing.VirtualHost
-
Returns the hostRef scheme to match.
- getHostType() - Method in class org.restlet.engine.log.IdentClient
-
Returns the remote host type.
- getHref() - Method in class org.restlet.ext.atom.Collection
-
Returns the hypertext reference.
- getHref() - Method in class org.restlet.ext.atom.Link
-
Returns the link's IRI.
- getHrefLang() - Method in class org.restlet.ext.atom.Link
-
Returns the language of the resource pointed to by the href attribute.
- getHtmlRepresentation() - Method in class org.restlet.ext.wadl.WadlRepresentation
-
Returns an HTML representation.
- getHttpCall() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the low-level HTTP call.
- getHttpCall() - Method in class org.restlet.engine.adapter.HttpResponse
-
Returns the low-level HTTP call.
- getHttpClient() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the wrapped Apache HTTP Client.
- getHttpRequest() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
Returns the HTTP request.
- getHttpResponse() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
Returns the HTTP response.
- getIcon() - Method in class org.restlet.ext.atom.Feed
-
Returns the image that provides iconic visual identification for a feed.
- getIcon() - Method in class org.restlet.ext.atom.Source
-
Returns the image that provides iconic visual identification for a feed.
- getId() - Method in class org.restlet.ext.atom.Entry
-
Returns the permanent, universally unique identifier for the entry.
- getId() - Method in class org.restlet.ext.atom.Feed
-
Returns the permanent, universally unique identifier for the feed.
- getId() - Method in class org.restlet.ext.atom.Source
-
Returns the permanent, universally unique identifier for the entry.
- getId() - Method in class org.restlet.ext.sip.Event
-
Returns the event identifier.
- getIdentifier() - Method in class org.restlet.data.ChallengeResponse
-
Returns the user identifier, such as a login name or an access key.
- getIdentifier() - Method in class org.restlet.data.Reference
-
Returns the absolute resource identifier, without the fragment.
Note that no URI decoding is done by this method.
- getIdentifier(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded absolute resource identifier.
- getIdentifier() - Method in class org.restlet.data.ReferenceList
-
Returns the list identifier.
- getIdentifier(Request, Response) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
-
Returns the user identifier portion of an Amazon S3 compatible
Authorization
header.
- getIdentifier() - Method in class org.restlet.ext.wadl.MethodInfo
-
Returns the identifier for the method.
- getIdentifier() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the identifier of this parameter element.
- getIdentifier() - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Returns the identifier for that element.
- getIdentifier() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Returns the identifier for that element.
- getIdentifier() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
-
Returns the identifier for that element.
- getIdentifier() - Method in class org.restlet.security.Authorizer
-
Returns the identifier unique within an application.
- getIdentifier(Request, Response) - Method in class org.restlet.security.SecretVerifier
-
Returns the user identifier.
- getIdentifier() - Method in class org.restlet.security.User
-
Returns the identifier.
- getIdentifierFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the HTML login form field containing the identifier.
- getIdleCheckInterval() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Time in milliseconds between two checks for idle and expired connections.
- getIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the time in ms beyond which idle connections are eligible for
reaping.
- getIgnoredMediaTypes() - Method in class org.restlet.service.EncoderService
-
Returns the media types that should be ignored.
- getImportedJavaClasses() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns the set of imported Java classes.
- getImportedJavaClasses() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the set of imported Java classes.
- getImportedJavaClasses() - Method in class org.restlet.ext.odata.internal.edm.Type
-
Returns the set of imported Java classes.
- getImportedTypes() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns the set of imported entity types.
- getImportedTypes() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the set of imported entity types.
- getInboundBufferSize() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the size of the content buffer for receiving messages.
- getInboundBufferSize() - Method in class org.restlet.engine.connector.Connection
-
Returns the size of the content buffer for receiving messages.
- getInboundBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
- getInboundMessages() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the queue of inbound messages pending for handling.
- getInboundNext() - Method in class org.restlet.engine.CompositeHelper
-
Returns the next Restlet in the inbound chain.
- getInboundRoot() - Method in class org.restlet.Application
-
Returns the inbound root Restlet.
- getInboundStream() - Method in class org.restlet.ext.xdb.internal.InputEntityStream
-
Returns the inbound stream.
- getInboundWay() - Method in class org.restlet.engine.connector.Connection
-
Returns the inbound way.
- getIncludes() - Method in class org.restlet.ext.wadl.GrammarsInfo
-
Returns the list of include elements.
- getIndentStep() - Method in class org.restlet.ext.xml.XmlWriter
-
Return the current indent step.
- getIndex() - Method in class org.restlet.data.Range
-
Returns the index from which to start the range.
- getIndexName() - Method in class org.restlet.resource.Directory
-
Returns the index name, without extensions.
- getIndexRepresentation(Variant, ReferenceList) - Method in class org.restlet.resource.Directory
-
Returns an actual index representation for a given variant.
- getIndexVariants(ReferenceList) - Method in class org.restlet.resource.Directory
-
Returns the variant representations of a directory index.
- getInfo() - Method in class org.restlet.resource.ServerResource
-
Returns information about the resource's representation.
- getInfo(Variant) - Method in class org.restlet.resource.ServerResource
-
Returns information about the resource's representation.
- getInitialConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the initial number of connections pre-created in the connections
pool.
- getInitParameter(String, String) - Method in class org.restlet.ext.servlet.ServerServlet
-
Returns the value of a given initialization parameter, first from the
Servlet configuration, then from the Web Application context.
- getInitParameter(String, String) - Method in class org.restlet.ext.xdb.XdbServerServlet
-
- getInlineContent() - Method in class org.restlet.ext.atom.Content
-
Returns the representation for inline content.
- getInput() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the input part of the annotation value.
- getInputScore() - Method in class org.restlet.engine.resource.VariantInfo
-
Returns the affinity between this variant and an incoming representation.
- getInputSource() - Method in class org.restlet.ext.xml.DomRepresentation
-
- getInputSource() - Method in class org.restlet.ext.xml.SaxRepresentation
-
- getInputSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the XML representation as a SAX input source.
- getInputStream() - Method in class org.restlet.engine.io.InputStreamChannel
-
Returns the underlying input stream.
- getInputStream() - Method in class org.restlet.engine.io.PipeStream
-
Returns a new input stream that can read from the pipe.
- getInputStream() - Method in class org.restlet.ext.fileupload.RepresentationContext
-
Returns the input stream.
- getInputStream() - Method in class org.restlet.ext.spring.SpringResource
-
This implementation throws IllegalStateException if attempting to read
the underlying stream multiple times.
- getInReplyTo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getInReplyTo() - Method in class org.restlet.ext.sip.SipRequest
-
Returns The list of references to call-ids.
- getInstance() - Static method in class org.restlet.engine.Engine
-
Returns the registered Restlet engine.
- getInterestOperations() - Method in class org.restlet.engine.connector.ClientInboundWay
-
- getInterestOperations() - Method in class org.restlet.engine.connector.InboundWay
-
- getInterestOperations() - Method in class org.restlet.engine.connector.OutboundWay
-
- getInterestOperations() - Method in class org.restlet.engine.connector.Way
-
Returns the operations of interest.
- getInterestOperations() - Method in class org.restlet.util.SelectionRegistration
-
Returns the IO operations interest.
- getInternalRouter() - Method in class org.restlet.Component
-
Returns the private internal router where Restlets like Applications can
be attached.
- getIoState() - Method in class org.restlet.engine.connector.Way
-
Returns the IO state.
- getIpAddress(String) - Static method in class org.restlet.routing.VirtualHost
-
Returns the IP address of a given domain name.
- getItemIterator(Representation) - Method in class org.restlet.ext.fileupload.RestletFileUpload
-
Processes an
RFC 1867
compliant
multipart/form-data
input representation.
- getJarEntryPath() - Method in class org.restlet.data.LocalReference
-
Returns the JAR entry path.
- getJarFileRef() - Method in class org.restlet.data.LocalReference
-
Returns the JAR file reference.
- getJavaClass() - Method in class org.restlet.ext.odata.internal.edm.Type
-
Returns the corresponding Java class.
- getJavaClass(EntityType) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
-
Returns the Java class that corresponds to the given type according to
the naming rules.
- getJavaInputTypes() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the input types of the Java method.
- getJavaMajorVersion() - Static method in class org.restlet.engine.util.SystemUtils
-
Parses the "java.version" system property and returns the first digit of
the version number of the Java Runtime Environment (e.g.
- getJavaMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the annotated Java method.
- getJavaMinorVersion() - Static method in class org.restlet.engine.util.SystemUtils
-
Parses the "java.version" system property and returns the second digit of
the version number of the Java Runtime Environment (e.g.
- getJavaOutputType() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the output type of the Java method.
- getJavaUpdateVersion() - Static method in class org.restlet.engine.util.SystemUtils
-
Parses the "java.version" system property and returns the update release
number of the Java Runtime Environment (e.g.
- getJaxbRepresentation() - Method in class org.restlet.ext.jaxb.internal.Marshaller
-
Returns the parent JAXB representation.
- getJaxbSource() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns a JAXB SAX source.
- getJdbcResult() - Method in class org.restlet.ext.jdbc.RowSetRepresentation
-
Returns the inner JdbcResult instance or null.
- getJsonDriverClass() - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Returns the XStream JSON driver class.
- getKeyManagerAlgorithm() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the name of the KeyManager algorithm.
- getKeys() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns the "keys" property.
- getKeyStoreKeyPassword() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the password for the key in the keystore (as a String).
- getKeyStorePassword() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the password for the keystore (as a String).
- getKeyStorePath() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the path to the KeyStore file.
- getKeyStoreProvider() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the name of the keystore provider.
- getKeyStoreType() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the keyStore type of the keystore.
- getKeyValue(EntityType, Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the String representation of the value of the key of the given
entity that should be used in all URIs.
- getKeyValue(Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the value of the key of the given entity that should be used in
all URIs.
- getKeywords() - Method in class org.restlet.ext.rdf.internal.turtle.Context
-
Returns the list of known keywords.
- getLabel() - Method in class org.restlet.ext.atom.Category
-
Returns the label.
- getLanguage() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the language.
- getLanguage() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
-
- getLanguage() - Method in class org.restlet.ext.rdf.Literal
-
Returns the optional language.
- getLanguage() - Method in class org.restlet.ext.wadl.DocumentationInfo
-
Returns the language of that documentation element.
- getLanguage(String) - Method in class org.restlet.service.MetadataService
-
Returns the language associated to this extension.
- getLanguageParameter() - Method in class org.restlet.service.TunnelService
-
Returns the name of the parameter containing the accepted language.
- getLanguagePrefs() - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns the enriched list of language preferences.
- getLanguagePrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of language preferences.
- getLanguages() - Method in class org.restlet.representation.Variant
-
Returns the modifiable list of languages.
- getLanguages() - Method in class org.restlet.util.WrapperRepresentation
-
- getLast(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns the last route match for a given call.
- getLastActivity() - Method in class org.restlet.engine.connector.Connection
-
Returns the timestamp of the last IO activity.
- getLastActivity() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the date of last activity on this transaction object.
- getLastInboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the last inbound filter.
- getLastModified(Object) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
-
Returns the modification time.
- getLastModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
-
- getLastName() - Method in class org.restlet.security.User
-
Returns the last name.
- getLastOutboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the last outbound filter.
- getLastSegment() - Method in class org.restlet.data.Reference
-
Returns the last segment of a hierarchical path.
For example the "/a/b/c" and "/a/b/c/" paths have the same segments: "a",
"b", "c.
Note that no URI decoding is done by this method.
- getLastSegment(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded last segment.
- getLastSegment(boolean, boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded last segment.
- getLatestRequest() - Method in class org.restlet.ext.odata.Service
-
Returns the latest request sent to the service.
- getLatestResponse() - Method in class org.restlet.ext.odata.Service
-
Returns the response to the latest request.
- getLatin1Bytes(String) - Static method in class org.restlet.engine.util.StringUtils
-
Encodes the given String into a sequence of bytes using the Latin1
character set.
- getLength() - Method in class org.restlet.ext.atom.Link
-
Returns the advisory length of the linked content in octets.
- getLength() - Method in class org.restlet.ext.xml.NodeList
- getLexicalUnits() - Method in class org.restlet.ext.rdf.internal.turtle.BlankNodeToken
-
- getLexicalUnits() - Method in class org.restlet.ext.rdf.internal.turtle.ListToken
-
- getLineBuilder() - Method in class org.restlet.engine.connector.Way
-
Returns the line builder.
- getLineBuilder() - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Returns the line builder to parse chunk size or trailer.
- getLineBuilderState() - Method in class org.restlet.engine.connector.Way
-
Returns the line builder state.
- getLineBuilderState() - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Returns the line builder state.
- getLink(Relation) - Method in class org.restlet.ext.atom.Entry
-
Returns the first available link with a given relation type.
- getLink() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the link element.
- getLinked() - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns all the linked resources, based on the RDF representation
exposed.
- getLinked(Collection<Reference>) - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns the linked resources, based on the RDF representation exposed.
- getLinked(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns the linked resources, based on the RDF representation exposed.
- getLinks() - Method in class org.restlet.ext.atom.Entry
-
Returns the references from the entry to Web resources.
- getLinks() - Method in class org.restlet.ext.atom.Feed
-
Returns the references from the entry to Web resources.
- getLinks() - Method in class org.restlet.ext.atom.Source
-
Returns the references from the entry to Web resources.
- getLinks() - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns the links exposed by this resource.
- getLiteralForm(String, String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
-
Returns the literal form of the given value.
- getLiterals() - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns all the linked literals, based on the RDF representation exposed.
- getLiterals(Reference) - Method in class org.restlet.ext.rdf.RdfClientResource
-
Returns the linked literals, based on the RDF representation exposed.
- getLoadScore() - Method in class org.restlet.engine.connector.Connection
-
Returns a score representing the connection load and that could be
compared with other connections of the same parent connector.
- getLoadScore() - Method in class org.restlet.engine.connector.HttpClientInboundWay
-
- getLoadScore() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
-
- getLoadScore() - Method in class org.restlet.engine.connector.HttpServerInboundWay
-
- getLoadScore() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
-
- getLoadScore() - Method in class org.restlet.engine.connector.Way
-
Returns a score representing the way load and that could be compared with
other ways of the same parent connection.
- getLocalAddr(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
-
Intercepter method need for subclasses such as XdbServerServlet.
- getLocalAddr(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServerServlet
-
- getLocalAddress() - Static method in class org.restlet.engine.adapter.ClientCall
-
Returns the local IP address or 127.0.0.1 if the resolution fails.
- getLocalHostAddress() - Static method in class org.restlet.routing.VirtualHost
-
Returns the local host IP address.
- getLocalHostName() - Static method in class org.restlet.routing.VirtualHost
-
Returns the local host name.
- getLocalPort(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
-
Intercepter method need for subclasses such as XdbServerServlet.
- getLocalPort(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServerServlet
-
- getLocalSecret(String) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
-
Returns the local secret associated to a given identifier.
- getLocalSecret(String) - Method in class org.restlet.security.LocalVerifier
-
Returns the local secret associated to a given identifier.
- getLocalSecret(String) - Method in class org.restlet.security.MapVerifier
-
- getLocalSecrets() - Method in class org.restlet.security.MapVerifier
-
Returns the map of local secrets.
- getLocationRef() - Method in class org.restlet.representation.Variant
-
Returns an optional location reference.
- getLocationRef() - Method in class org.restlet.resource.Resource
-
Returns the reference that the client should follow for redirections or
resource creations.
- getLocationRef() - Method in class org.restlet.Response
-
Returns the location reference.
- getLocationRef() - Method in class org.restlet.util.WrapperRepresentation
-
- getLocationRef() - Method in class org.restlet.util.WrapperResponse
-
Returns the reference that the client should follow for redirections or
resource creations.
- getLock() - Method in class org.restlet.engine.io.Buffer
-
Returns the lock on which multiple thread can synchronize to ensure safe
access to the underlying byte buffer which isn't thread safe.
- getLogFormat() - Method in class org.restlet.service.LogService
-
- getLogFormatter() - Static method in class org.restlet.engine.Engine
-
Returns the general log formatter.
- getLoggableTemplate() - Method in class org.restlet.service.LogService
-
Returns the URI template of loggable resource references.
- getLogger() - Method in class org.restlet.Context
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.adapter.Adapter
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.adapter.Call
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.connector.Connection
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.connector.Way
-
Returns the logger.
- getLogger(Class<?>) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the class name of the given object.
- getLogger(Class<?>, String) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the class name of the given object.
- getLogger(Object, String) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the class name of the given object.
- getLogger(String) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the given logger name.
- getLogger(Class<?>) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the class name of the given object.
- getLogger(Class<?>, String) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the class name of the given object.
- getLogger(Object, String) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the class name of the given object.
- getLogger(String) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the given logger name.
- getLogger() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet logger.
- getLogger() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Returns the context's logger.
- getLogger(String) - Method in class org.restlet.ext.slf4j.Slf4jLoggerFacade
-
Returns an instance of
Slf4jLogger
, wrapping the result of
LoggerFactory.getLogger(String)
with the logger name.
- getLogger() - Method in class org.restlet.resource.Resource
-
Returns the logger.
- getLogger() - Method in class org.restlet.Restlet
-
Returns the context's logger.
- getLogger() - Method in class org.restlet.routing.Template
-
Returns the logger to use.
- getLogger() - Method in class org.restlet.util.WrapperRestlet
-
- getLoggerFacade() - Method in class org.restlet.engine.Engine
-
Returns the logger facade to use.
- getLoggerName(String, Object) - Static method in class org.restlet.engine.log.LogUtils
-
Returns a non-null logger name.
- getLoggerName() - Method in class org.restlet.service.LogService
-
Returns the name of the JDK's logger to use when logging access calls.
- getLoginFormPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the URI path of the HTML login form to use to challenge the user.
- getLoginPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the login URI path to intercept.
- getLogLevel() - Static method in class org.restlet.engine.Engine
-
Returns the general log level.
- getLogo() - Method in class org.restlet.ext.atom.Feed
-
Returns the image that provides visual identification for a feed.
- getLogo() - Method in class org.restlet.ext.atom.Source
-
Returns the image that provides visual identification for a feed.
- getLogoutPath() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the logout URI path to intercept.
- getLogPropertiesRef() - Method in class org.restlet.service.LogService
-
Returns the URI reference of the log properties.
- getLogService() - Method in class org.restlet.Component
-
Returns the global log service.
- getLowThreads() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the number of threads for the overload state.
- getMail(String) - Method in class org.restlet.ext.javamail.TriggerResource
-
Get the mail representation according to its identifier.
- getMailboxChallengeScheme() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the scheme of the mailbox challenge.
- getMailboxLogin() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the login for the mailbox.
- getMailboxPassword() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the password for the mailbox.
- getMailboxUri() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the URI of the mailbox.
- getMailIdentifiers() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the list of identifiers for the mails in the inbox
- getMailRef(String) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the reference of a mail according to its identifier.
- getMailUriTemplate() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the template of the mail's URI.
- getMainAgentProduct() - Method in class org.restlet.data.ClientInfo
-
Returns a Product object based on the name of the user agent.
- getMainType() - Method in class org.restlet.data.MediaType
-
Returns the main type.
- getMappings() - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the list of declared property mappings.
- getMatch() - Method in class org.restlet.data.Conditions
-
Returns the modifiable list of tags that must be matched.
- getMatchingMode(Restlet) - Method in class org.restlet.routing.Router
-
Returns the matching mode for the target Restlet.
- getMatchingMode() - Method in class org.restlet.routing.Template
-
Returns the matching mode to use when parsing a formatted reference.
- getMatchingMode() - Method in class org.restlet.routing.TemplateRoute
-
Returns the matching mode to use on the template when parsing a formatted
reference.
- getMatrix() - Method in class org.restlet.data.Reference
-
Returns the optional matrix for hierarchical identifiers.
- getMatrix(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded matrix.
- getMatrix() - Method in class org.restlet.resource.Resource
-
Returns the resource reference's optional matrix.
- getMatrixAsForm() - Method in class org.restlet.data.Reference
-
Returns the optional matrix as a form.
- getMatrixAsForm(CharacterSet) - Method in class org.restlet.data.Reference
-
Returns the optional matrix as a form submission.
- getMatrixString() - Method in class org.restlet.data.Form
-
Formats the form as a matrix path string.
- getMatrixString(CharacterSet) - Method in class org.restlet.data.Form
-
Formats the form as a query string.
- getMatrixString() - Method in class org.restlet.ext.html.FormDataSet
-
Formats the form as a matrix path string.
- getMatrixValue(String) - Method in class org.restlet.resource.Resource
-
Returns the first value of the matrix parameter given its name if
existing, or null.
- getMaxAge() - Method in class org.restlet.data.CookieSetting
-
Returns the maximum age in seconds.
- getMaxAttempts() - Method in class org.restlet.routing.Router
-
Returns the maximum number of attempts if no attachment could be matched
on the first attempt.
- getMaxClientVersion() - Method in class org.restlet.ext.odata.Service
-
Returns the maximum version of the OData protocol extensions the client
can accept in a response.
- getMaxConnectionsPerHost() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the maximum concurrent connections per host (IP address).
- getMaxConnectionsPerHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the maximum number of connections that will be created for any
particular host.
- getMaxCookieAge() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the maximum age of the log info cookie.
- getMaxForwards() - Method in class org.restlet.Request
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.resource.Resource
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.util.WrapperRequest
-
- getMaxIdleTimeMs() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the timeout in milliseconds.
- getMaxIoIdleTimeMs() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the time for an idle IO connection or request to wait for an
operation before being closed.
- getMaxIoIdleTimeMs() - Method in class org.restlet.engine.connector.Connection
-
Returns the time for an idle IO connection to wait for an operation
before being closed.
- getMaxLength() - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Returns the maximum length of the parameter value.
- getMaxQueued() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the maximum number of calls that can be queued if there aren't
any worker thread available to service them.
- getMaxRedirects() - Method in class org.restlet.resource.ClientResource
-
Returns the maximum number of redirections that can be automatically
followed for a single call.
- getMaxRequestAge() - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Returns the maximum age of a request, in milliseconds, before it is
considered stale.
- getMaxRequestAge() - Method in class org.restlet.ext.crypto.internal.AwsVerifier
-
Returns the maximum age of a request, in milliseconds, before it is
considered stale.
- getMaxServerNonceAge() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Returns the number of milliseconds between each mandatory nonce refresh.
- getMaxThreadIdleTimeMs() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the time for an idle thread to wait for an operation before being
collected.
- getMaxThreads() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the maximum threads that will service requests.
- getMaxTotalConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the maximum number of concurrent connections allowed.
- getMaxTotalConnections() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the maximum number of active connections.
- getMediaType() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the media type.
- getMediaType() - Method in class org.restlet.engine.header.ContentType
-
Returns the media type.
- getMediaType() - Method in class org.restlet.ext.html.FormData
-
Returns the media type of the value representation.
- getMediaType() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns the media type stored in the content.
- getMediaType(String) - Static method in class org.restlet.ext.rome.SyndFeedRepresentation
-
Converts a feed type to a media type.
- getMediaType() - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Returns the media type of that element.
- getMediaType() - Method in class org.restlet.representation.Variant
-
Returns the media type.
Note that when used with HTTP connectors, this property maps to the
"Content-Type" header.
- getMediaType(String) - Method in class org.restlet.service.MetadataService
-
Returns the mediatype associated to this extension.
- getMediaType() - Method in class org.restlet.util.WrapperRepresentation
-
- getMediaTypeParameter() - Method in class org.restlet.service.TunnelService
-
Returns the name of the parameter containing the accepted media type.
- getMediaTypePrefs() - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns the enriched list of media type preferences.
- getMediaTypePrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of media type preferences.
- getMediumName() - Method in enum org.restlet.engine.Edition
-
Returns the medium size name of the edition.
- getMemberGroups() - Method in class org.restlet.security.Group
-
Returns the modifiable list of member groups.
- getMemberUsers() - Method in class org.restlet.security.Group
-
- getMessage() - Method in class org.restlet.engine.connector.Way
-
Returns the current message processed.
- getMessages() - Method in class org.restlet.engine.connector.HttpClientInboundWay
-
Returns the queue of messages.
- getMessages() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
-
Returns the queue of messages.
- getMessages() - Method in class org.restlet.engine.connector.HttpServerInboundWay
-
Returns the queue of messages.
- getMessages() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
-
Returns the queue of messages.
- getMessageState() - Method in class org.restlet.engine.connector.Way
-
Returns the message state.
- getMetadata() - Method in class org.restlet.data.Preference
-
Returns the metadata associated with this preference.
- getMetadata() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the metadata.
- getMetadata() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the metadata.
- getMetadata() - Method in class org.restlet.ext.odata.Service
-
Returns the metadata document related to the current service.
- getMetadata(String) - Method in class org.restlet.service.MetadataService
-
Returns the metadata associated to this extension.
- getMetadata(String, Class<T>) - Method in class org.restlet.service.MetadataService
-
Returns the metadata associated to this extension.
- getMetadataRef() - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the URI of the metadata resource.
- getMetadataService() - Method in class org.restlet.Application
-
Returns the metadata service.
- getMetadataService() - Method in class org.restlet.engine.application.TunnelFilter
-
Returns the metadata service of the parent application.
- getMetadataService() - Method in class org.restlet.engine.local.Entity
-
Returns the metadata service to use.
- getMetadataService() - Method in class org.restlet.engine.RestletHelper
-
Returns the metadata service.
- getMetadataService() - Method in class org.restlet.resource.Resource
-
Returns the application's metadata service or create a new one.
- getMethod() - Method in class org.restlet.engine.adapter.Call
-
Returns the request method.
- getMethod() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the method used to invoke this function.
- getMethod() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the request method.
- getMethod() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getMethod() - Method in class org.restlet.Request
-
Returns the method.
- getMethod() - Method in class org.restlet.resource.Resource
-
Returns the method.
- getMethod() - Method in class org.restlet.util.WrapperRequest
-
Returns the method.
- getMethodAccess() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the method access of this function (defined in the CSDL, but not
described).
- getMethodHeader() - Method in class org.restlet.service.TunnelService
-
Returns the name of the header containing the method name.
- getMethodParameter() - Method in class org.restlet.service.TunnelService
-
Returns the method parameter name.
- getMethods() - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Returns the list of method elements.
- getMethods() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Returns the list of supported methods.
- getMethods() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
-
Returns the list of supported methods.
- getMimeVersion() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the version of the MIME protocol used to construct the message.
- getMimeVersion() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the version of the MIME protocol used to construct the message.
- getMinExpires() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the minimum refresh interval supported for soft-state elements.
- getMinimumSize() - Method in class org.restlet.service.EncoderService
-
Returns the minimum size a representation must have before compression is
done.
- getMinThreads() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the minimum threads waiting to service requests.
- getMixedContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
-
Returns the mixed content of that element.
- getMode() - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Returns the mode of the parameter among "In", "Out", and "InOut".
- getMode() - Method in class org.restlet.ext.xml.Transformer
-
Returns the transformation mode.
- getMode() - Method in class org.restlet.routing.Redirector
-
Returns the redirection mode.
- getModificationDate() - Method in class org.restlet.representation.RepresentationInfo
-
Returns the last date when this representation was modified.
- getModificationDate() - Method in class org.restlet.util.WrapperRepresentation
-
- getModifiedSince() - Method in class org.restlet.data.Conditions
-
Returns the condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Modified-Since" header.
- getMostSpecific(MediaType...) - Static method in class org.restlet.data.MediaType
-
Returns the first of the most specific media type of the given array of
MediaType
s.
- getMultipartBoundary() - Method in class org.restlet.ext.html.FormDataSet
-
Returns the boundary separating multipart entries.
- getMultiplicity() - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
-
Returns the cardinality of the relation.
- getName() - Method in class org.restlet.data.CacheDirective
-
Returns the name.
- getName() - Method in class org.restlet.data.ChallengeScheme
-
Returns the name.
- getName() - Method in class org.restlet.data.Cookie
-
Returns the name.
- getName() - Method in class org.restlet.data.Expectation
-
Returns the name.
- getName() - Method in class org.restlet.data.Metadata
-
Returns the name (ex: "text/html" or "compress" or "iso-8851-1").
- getName() - Method in class org.restlet.data.Method
-
Returns the name.
- getName() - Method in class org.restlet.data.Parameter
-
- getName() - Method in class org.restlet.data.Product
-
Returns the product name.
- getName() - Method in class org.restlet.data.Protocol
-
Returns the name.
- getName() - Method in class org.restlet.data.RecipientInfo
-
Returns the host name and port number or a pseudonym.
- getName() - Method in class org.restlet.data.Status
-
- getName() - Method in class org.restlet.data.Tag
-
Returns the name, corresponding to an HTTP opaque tag value.
- getName() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the extension name.
- getName() - Method in class org.restlet.engine.header.Header
-
Returns the name.
- getName() - Method in class org.restlet.engine.local.Entity
-
Returns the name.
- getName() - Method in class org.restlet.engine.local.FileEntity
-
- getName() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- getName() - Method in class org.restlet.ext.atom.Generator
-
Returns the human-readable name for the generating agent.
- getName() - Method in class org.restlet.ext.atom.Person
-
Returns the human-readable name.
- getName() - Method in class org.restlet.ext.atom.Relation
-
Returns the name of the relation.
- getName() - Method in class org.restlet.ext.html.FormData
-
Returns the name of the associated form control.
- getName() - Method in class org.restlet.ext.jaas.JaasVerifier
-
Returns the JAAS login context name.
- getName() - Method in class org.restlet.ext.odata.internal.edm.NamedObject
-
Returns the name.
- getName() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
-
- getName() - Method in class org.restlet.ext.wadl.MethodInfo
-
Returns the name of the method.
- getName() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the name of this element.
- getName() - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns the name of this documented resource.
- getName() - Method in class org.restlet.Restlet
-
Returns the display name.
- getName() - Method in class org.restlet.security.Group
-
Returns the display name.
- getName() - Method in class org.restlet.security.Realm
-
Returns the name.
- getName() - Method in class org.restlet.security.Role
-
Returns the name.
- getName() - Method in class org.restlet.security.User
-
Returns the user identifier.
- getName() - Method in interface org.restlet.util.NamedValue
-
Returns the name of this parameter.
- getName(int) - Static method in class org.restlet.util.SelectionRegistration
-
Returns the name of the given IO operation.
- getName() - Method in class org.restlet.util.WrapperRestlet
-
- getNames() - Method in class org.restlet.util.Series
-
Returns the set of parameter names (case sensitive).
- getNamespace() - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Returns the namespace of this schema.
- getNamespaces() - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Returns the map of namespaces used in the WADL document.
- getNamespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns the map of namespaces.
- getNamespaceURI(String) - Method in class org.restlet.ext.xml.XmlRepresentation
- getNewRegistrations() - Method in class org.restlet.engine.connector.ConnectionController
-
Returns the queue of new selection registrations.
- getNext(Request, Response) - Method in class org.restlet.engine.component.ClientRouter
-
- getNext() - Method in class org.restlet.ext.servlet.ServletAdapter
-
Returns the next Restlet.
- getNext() - Method in class org.restlet.resource.ClientResource
-
Returns the next Restlet.
- getNext() - Method in class org.restlet.routing.Filter
-
Returns the next Restlet.
- getNext(Request, Response) - Method in class org.restlet.routing.Router
-
Returns the next Restlet if available.
- getNext() - Method in class org.restlet.Server
-
Returns the next Restlet.
- getNext(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns a next route match in a round robin mode for a given call.
- getNext() - Method in class org.restlet.util.ServerList
-
Returns the next Restlet.
- getNextServerNonce() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the next server nonce.
- getNode(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a DOM Node.
- getNodes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a DOM NodeList.
- getNoNamespaceSchemaLocation() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the "xsi:noNamespaceSchemaLocation" attribute in the generated
XML data.
- getNonceCount() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the nonce-count value.
- getNoneMatch() - Method in class org.restlet.data.Conditions
-
Returns the modifiable list of tags that mustn't match.
- getNormalizedName() - Method in class org.restlet.ext.odata.internal.edm.NamedObject
-
Returns the name following the the java naming rules.
- getNsPrefix() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the namespace prefix of the feed's XML element that stores the
value.
- getNsUri() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the namespace URI of the feed's XML element that stores the
value.
- getNumber(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a number.
- getObject() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the wrapped object, deserializing the representation with Jackson
if necessary.
- getObject() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the wrapped Java object.
- getObject() - Method in class org.restlet.ext.jibx.JibxRepresentation
-
Returns the wrapped Java object.
- getObject() - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Returns the wrapped object, deserializing the representation with XStream
if necessary.
- getObject() - Method in class org.restlet.representation.ObjectRepresentation
-
Returns the represented object.
- getObjectClass() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the object class to instantiate.
- getObjectClasses(Variant) - Method in class org.restlet.engine.converter.ConverterHelper
-
Returns the list of object classes that can be converted from a given
variant.
- getObjectClasses(Variant) - Method in class org.restlet.engine.converter.DefaultConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.atom.AtomConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.html.HtmlConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.javamail.JavaMailConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.jaxb.JaxbConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.jdbc.JdbcConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.jibx.JibxConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.rdf.RdfConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.rome.RomeConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.velocity.VelocityConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.wadl.WadlConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.xml.XmlConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.ext.xstream.XstreamConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.service.ConverterService
-
Returns the list of object classes that can be converted from a given
variant.
- getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonConverter
-
Returns the modifiable Jackson object mapper.
- getObjectMapper() - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Returns the modifiable Jackson object mapper.
- getOnError() - Method in class org.restlet.Message
-
Returns the callback invoked when an error occurs when sending the
message.
- getOnResponse() - Method in class org.restlet.Request
-
Returns the callback invoked on response reception.
- getOnResponse() - Method in class org.restlet.resource.ClientResource
-
Returns the callback invoked on response reception.
- getOnResponse() - Method in class org.restlet.util.WrapperRequest
-
- getOnSent() - Method in class org.restlet.Message
-
Returns the callback invoked after sending the message.
- getOnSent() - Method in class org.restlet.resource.ClientResource
-
Returns the callback invoked after sending the request.
- getOnSent() - Method in class org.restlet.resource.ServerResource
-
Returns the callback invoked after sending the response.
- getOpaque() - Method in class org.restlet.data.ChallengeMessage
-
Returns an opaque string of data which should be returned by the client
unchanged.
- getOptions() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the list of option elements for that element.
- getOrganization() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the name of the organization to which the SIP element issuing the
message belongs.
- getOrganization() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the name of the organization to which the SIP element issuing the
message belongs.
- getOriginalRef() - Method in class org.restlet.Request
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.resource.Resource
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.util.WrapperRequest
-
- getOutboundBufferSize() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the size of the content buffer for sending responses.
- getOutboundBufferSize() - Method in class org.restlet.engine.connector.Connection
-
Returns the size of the content buffer for sending responses.
- getOutboundBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
- getOutboundMessages() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the queue of outbound messages pending for handling.
- getOutboundNext() - Method in class org.restlet.engine.CompositeHelper
-
Returns the next Restlet in the outbound chain.
- getOutboundRoot() - Method in class org.restlet.Application
-
Returns the outbound root Restlet.
- getOutboundWay() - Method in class org.restlet.engine.connector.Connection
-
Returns the outbound way.
- getOutput() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the output part of the annotation value.
- getOutputProperties() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the modifiable map of JAXP transformer output properties.
- getOutputStream() - Method in class org.restlet.engine.io.PipeStream
-
Returns a new output stream that can write into the pipe.
- getOwner() - Method in class org.restlet.Restlet
-
Returns the owner(s).
- getOwner() - Method in class org.restlet.util.WrapperRestlet
-
- getPackage() - Method in class org.restlet.ext.sip.EventType
-
Returns the package name.
- getPackageName() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the package name related to this entity type.
- getPackageName() - Method in class org.restlet.ext.odata.internal.edm.Type
-
Returns the class name of the corresponding Java class.
- getPackageName(Schema) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
-
Returns the package name related to the given schema.
- getPackageName(String) - Static method in class org.restlet.ext.odata.internal.edm.TypeUtils
-
Returns a correct package name from the given name.
- getPacketBufferSize() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the suggested SSL packet buffer size.
- getParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
- getParameter(String, String, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
- getParameter(String) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns the first parameter found in the current context (entity, query,
headers, etc) with the given name.
- getParameters() - Method in class org.restlet.Context
-
Returns the modifiable series of parameters.
- getParameters() - Method in class org.restlet.data.ChallengeMessage
-
Returns the modifiable series of scheme parameters.
- getParameters() - Method in class org.restlet.data.Disposition
-
Returns the list of disposition parameters.
- getParameters() - Method in class org.restlet.data.Expectation
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.data.MediaType
-
Returns the unmodifiable list of parameters corresponding to subtype
modifiers.
- getParameters() - Method in class org.restlet.data.Preference
-
Returns the modifiable list of parameters.
- getParameters(Representation, Map<String, Object>) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
- getParameters(String, Map<String, Object>, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
- getParameters() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.ext.sip.Address
-
Returns the list of generic parameters.
- getParameters() - Method in class org.restlet.ext.sip.Availability
-
Returns the list of other parameters.
- getParameters() - Method in class org.restlet.ext.sip.Event
-
Returns the event parameters.
- getParameters() - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Returns the list of recipient info parameters.
- getParameters() - Method in class org.restlet.ext.sip.Subscription
-
Returns the subscription parameters.
- getParameters() - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.ext.wadl.RequestInfo
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.ext.wadl.ResourceTypeInfo
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.ext.wadl.ResponseInfo
-
Returns the list of parameters.
- getParameters(String) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns a collection of parameters found in the current context (entity,
query, headers, etc) given a parameter name.
- getParameters() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the modifiable map of JAXP transformer parameters.
- getParameters() - Method in class org.restlet.security.Realm
-
Returns the modifiable series of parameters.
- getParent() - Method in class org.restlet.data.CharacterSet
-
- getParent() - Method in class org.restlet.data.Encoding
-
- getParent() - Method in class org.restlet.data.Language
-
- getParent() - Method in class org.restlet.data.MediaType
-
Returns the parent metadata if available or null.
- getParent() - Method in class org.restlet.data.Metadata
-
Returns the parent metadata if available or null.
- getParent() - Method in class org.restlet.engine.local.Entity
-
Returns the parent directory (if any).
- getParent() - Method in class org.restlet.engine.local.FileEntity
-
- getParent() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- getParent() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
-
- getParent() - Method in class org.restlet.resource.ClientResource
-
Returns the parent resource.
- getParent(Class<? extends T>) - Method in class org.restlet.resource.ClientResource
-
Wraps the parent client resource to proxy calls to the given Java
interface into Restlet method calls.
- getParentContext() - Method in class org.restlet.engine.util.ChildContext
-
Returns the parent context.
- getParentRef() - Method in class org.restlet.data.Reference
-
Returns the parent reference of a hierarchical reference.
- getParsingMessage() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Returns a message describing the current state of the parsing process.
- getParsingMessage(char[], int, int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Returns a message describing the current state of the parsing process.
- getPath() - Method in class org.restlet.data.Cookie
-
Returns the validity path.
- getPath() - Method in class org.restlet.data.Reference
-
Returns the path component for hierarchical identifiers.
- getPath(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded path component.
- getPath() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the path to the value of this parameter (within a parent
representation).
- getPath() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Returns the URI template for the identifier of the resource.
- getPattern() - Method in class org.restlet.routing.Template
-
Returns the pattern to use for formatting or parsing.
- getPeerAddress() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the peer address.
- getPort() - Method in class org.restlet.data.ClientInfo
-
Returns the port number which sent the call.
- getPort() - Method in class org.restlet.data.ServerInfo
-
Returns the port number which received the call.
- getPort() - Method in class org.restlet.engine.connector.Connection
-
Returns the socket port.
- getPort() - Method in class org.restlet.Server
-
Returns the listening port if specified.
- getPrecision() - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Returns the precision of the parameter value.
- getPreferredCharacterSet(List<CharacterSet>) - Method in class org.restlet.data.ClientInfo
-
Returns the preferred character set among a list of supported ones, based
on the client preferences.
- getPreferredEncoding(List<Encoding>) - Method in class org.restlet.data.ClientInfo
-
Returns the preferred encoding among a list of supported ones, based on
the client preferences.
- getPreferredLanguage(List<Language>) - Method in class org.restlet.data.ClientInfo
-
Returns the preferred language among a list of supported ones, based on
the client preferences.
- getPreferredMediaType(List<MediaType>) - Method in class org.restlet.data.ClientInfo
-
Returns the preferred media type among a list of supported ones, based on
the client preferences.
- getPreferredMetadata(List<T>, List<Preference<T>>) - Static method in class org.restlet.data.ClientInfo
-
Returns the preferred metadata taking into account both metadata
supported by the server and client preferences.
- getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.data.ClientInfo
-
- getPreferredVariant(List<? extends Variant>, MetadataService) - Method in class org.restlet.data.ClientInfo
-
- getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.engine.application.Conneg
-
Returns the best variant representation for a given resource according
the the client preferences.
A default language is provided in case the variants don't match the
client preferences.
- getPreferredVariant(List<Variant>) - Method in class org.restlet.resource.ServerResource
-
Returns the preferred variant among a list of available variants.
- getPreferredVariant(List<? extends Variant>, Request, MetadataService) - Method in class org.restlet.service.ConnegService
-
Returns the best variant representation for a given resource according
the the client preferences.
A default language is provided in case the variants don't match the
client preferences.
- getPreferredWadlVariant(Request) - Method in class org.restlet.ext.wadl.WadlApplication
-
Returns the preferred WADL variant according to the client preferences
specified in the request.
- getPreferredWadlVariant() - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns the preferred WADL variant according to the client preferences
specified in the request.
- getPrefix(String) - Method in class org.restlet.ext.xml.XmlRepresentation
- getPrefix(String) - Method in class org.restlet.ext.xml.XmlWriter
-
Get the current or preferred prefix for a Namespace URI.
- getPrefixes() - Method in class org.restlet.ext.rdf.internal.turtle.Context
-
Returns the list of known prefixes.
- getPrefixes(String) - Method in class org.restlet.ext.xml.XmlRepresentation
- getPrimaryTag() - Method in class org.restlet.data.Language
-
Returns the primary tag.
- getPrincipal() - Method in class org.restlet.data.ChallengeResponse
-
Gets the principal associated to the identifier property.
- getPrincipals() - Method in class org.restlet.data.ClientInfo
-
Returns the additional client principals.
- getPrincipals(List<Certificate>) - Method in class org.restlet.ext.ssl.CertificateAuthenticator
-
Extracts the Principal of the subject to use from a chain of certificate.
- getPriority() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getPriority() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the urgency of the request as perceived by the client.
- getProfiles() - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Returns the list of locations of one or more meta data profiles.
- getProperties() - Method in class org.restlet.ext.jdbc.internal.ConnectionSource
-
Returns the connection properties.
- getProperties() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the list of properties.
- getProperty(Object, String) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the EDM type of the given property of the given entity.
- getProperty(String) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Returns the property by name.
- getPropertyConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
-
Returns the modifiable list of configuration URIs for beans definitions
via property representations.
- getPropertyName() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns the property name used as a class member.
- getPropertyPath() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the path of the property to update.
- getProtocol() - Method in class org.restlet.data.RecipientInfo
-
Returns the protocol used to communicate with the recipient.
- getProtocol() - Method in class org.restlet.engine.adapter.Call
-
Returns the exact protocol (HTTP or HTTPS).
- getProtocol() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the server protocol.
- getProtocol() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the secure socket protocol name, "TLS" by default.
- getProtocol() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getProtocol() - Method in class org.restlet.Request
-
Returns the protocol used or to be used, if known.
- getProtocol() - Method in class org.restlet.resource.Resource
-
Returns the protocol by first returning the resourceRef.schemeProtocol
property if it is set, or the baseRef.schemeProtocol property otherwise.
- getProtocol() - Method in class org.restlet.util.WrapperRequest
-
Returns the protocol by first returning the baseRef.schemeProtocol
property if it is set, or the resourceRef.schemeProtocol property
otherwise.
- getProtocols() - Method in class org.restlet.Connector
-
Returns the modifiable list of protocols simultaneously supported.
- getProtocols() - Method in class org.restlet.engine.ConnectorHelper
-
Returns the protocols simultaneously supported.
- getProxyChallengeRequests() - Method in class org.restlet.resource.Resource
-
Returns the list of proxy authentication requests sent by an origin
server to a client.
- getProxyChallengeRequests() - Method in class org.restlet.Response
-
Returns the list of authentication requests sent by an origin server to a
client.
- getProxyChallengeRequests() - Method in class org.restlet.util.WrapperResponse
-
Returns the list of authentication requests sent by a proxy to a client.
- getProxyChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getProxyChallengeResponse() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- getProxyChallengeResponse() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getProxyChallengeResponse() - Method in class org.restlet.Request
-
Returns the authentication response sent by a client to a proxy.
- getProxyChallengeResponse() - Method in class org.restlet.resource.Resource
-
Returns the proxy authentication response sent by a client to an origin
server.
- getProxyChallengeResponse() - Method in class org.restlet.util.WrapperRequest
-
Returns the authentication response sent by a client to a proxy.
- getProxyHost() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
Returns the host name of the HTTP proxy, if specified.
- getProxyHost() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the host name of the HTTP proxy, if specified.
- getProxyPort() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
- getProxyPort() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
- getProxyRequires() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getProxyRequires() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the proxy-sensitive features that the proxy must support.
- getPublished() - Method in class org.restlet.ext.atom.Entry
-
Returns the moment associated with an event early in the life cycle of
the entry.
- getQuality() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the quality of protection.
- getQuality() - Method in class org.restlet.data.ChallengeResponse
-
Returns the chosen quality of protection.
- getQuality() - Method in class org.restlet.data.Preference
-
Returns the quality/preference level.
- getQuality() - Method in class org.restlet.ext.sip.ContactInfo
-
Returns the quality/preference level.
- getQualityOptions() - Method in class org.restlet.data.ChallengeRequest
-
Returns the available options for quality of protection.
- getQuery() - Method in class org.restlet.data.Reference
-
Returns the optional query component for hierarchical identifiers.
Note that no URI decoding is done by this method.
- getQuery(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded query component.
- getQuery() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the optional query part of the annotation value.
- getQuery() - Method in class org.restlet.resource.Resource
-
Returns the resource reference's optional query.
- getQueryAsForm() - Method in class org.restlet.data.Reference
-
Returns the optional query component as a form.
- getQueryAsForm(boolean) - Method in class org.restlet.data.Reference
-
Returns the optional query component as a form.
- getQueryAsForm(CharacterSet) - Method in class org.restlet.data.Reference
-
Returns the optional query component as a form submission.
- getQuerySignature(Method, Reference, List<Parameter>, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the AWS SimpleDB authentication compatible signature for the
given request and secret.
- getQueryString() - Method in class org.restlet.data.Form
-
Formats the form as a query string.
- getQueryString(CharacterSet) - Method in class org.restlet.data.Form
-
Formats the form as a query string.
- getQueryString() - Method in class org.restlet.ext.html.FormDataSet
-
Formats the form as a query string.
- getQueryStringToSign(Method, Reference, List<Parameter>) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the SimpleDB string to sign.
- getQueryType() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Returns the media type for the query component of the resource URI.
- getQueryValue(String) - Method in class org.restlet.resource.Resource
-
Returns the first value of the query parameter given its name if
existing, or null.
- getRandom(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns a random route match for a given call.
- getRange() - Method in class org.restlet.engine.application.RangeRepresentation
-
Returns the range specific to this wrapper.
- getRange() - Method in class org.restlet.representation.Representation
-
Returns the range where in the full content the partial content available
should be applied.
Note that when used with HTTP connectors, this property maps to the
"Content-Range" header.
- getRange() - Method in class org.restlet.util.WrapperRepresentation
-
- getRangeDate() - Method in class org.restlet.data.Conditions
-
Returns the range condition based on the modification date of the
requested variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- getRanges() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getRanges() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- getRanges() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getRanges() - Method in class org.restlet.Request
-
Returns the ranges to return from the target resource's representation.
- getRanges() - Method in class org.restlet.resource.Resource
-
Returns the ranges to return from the target resource's representation.
- getRanges() - Method in class org.restlet.util.WrapperRequest
-
- getRangeService() - Method in class org.restlet.Application
-
Returns the range service.
- getRangeService() - Method in class org.restlet.engine.application.RangeFilter
-
Returns the Range service of the parent application.
- getRangeStatus(RepresentationInfo) - Method in class org.restlet.data.Conditions
-
Returns the range conditional status of an entity.
- getRangeStatus(Tag, Date) - Method in class org.restlet.data.Conditions
-
Returns the range conditional status of an entity.
- getRangeTag() - Method in class org.restlet.data.Conditions
-
Returns the range condition based on the entity tag of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- getRawValue() - Method in class org.restlet.data.ChallengeMessage
-
Returns the raw challenge value.
- getRdfN3Representation() - Method in class org.restlet.ext.rdf.Graph
-
Returns a representation in the RDF/n3 format.
- getRdfNTriplesRepresentation() - Method in class org.restlet.ext.rdf.Graph
-
Returns a representation in the RDF/N-Triples format.
- getRdfRepresentation() - Method in class org.restlet.ext.rdf.internal.RdfReader
-
Returns the representation to read.
- getRdfTurtleRepresentation() - Method in class org.restlet.ext.rdf.Graph
-
Returns a representation in the RDF/Turtle format.
- getRdfXmlRepresentation() - Method in class org.restlet.ext.rdf.Graph
-
Returns a representation in the RDF/XML format.
- getReadableSelectionChannel() - Method in class org.restlet.engine.connector.Connection
-
Returns the underlying socket channel as a readable selection channel.
- getReader() - Method in class org.restlet.engine.application.DecodeRepresentation
-
- getReader() - Method in class org.restlet.engine.application.EncodeRepresentation
-
- getReader() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getReader(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
-
Returns a reader from an input stream and a character set.
- getReader(WriterRepresentation) - Static method in class org.restlet.engine.io.BioUtils
-
Returns a reader from a writer representation.Internally, it uses a
writer thread and a pipe stream.
- getReader() - Method in class org.restlet.engine.io.BufferingRepresentation
-
- getReader(Object, String) - Method in class org.restlet.ext.freemarker.ContextTemplateLoader
-
Returns the reader for the template source.
- getReader() - Method in class org.restlet.representation.ChannelRepresentation
-
- getReader() - Method in class org.restlet.representation.DigesterRepresentation
-
- getReader() - Method in class org.restlet.representation.EmptyRepresentation
-
- getReader() - Method in class org.restlet.representation.FileRepresentation
-
- getReader() - Method in class org.restlet.representation.ReaderRepresentation
-
- getReader() - Method in class org.restlet.representation.Representation
-
Returns a characters reader with the representation's content.
- getReader() - Method in class org.restlet.representation.StreamRepresentation
-
- getReader() - Method in class org.restlet.representation.StringRepresentation
-
- getReader() - Method in class org.restlet.representation.WriterRepresentation
-
- getReader() - Method in class org.restlet.util.WrapperRepresentation
-
- getReadTimeout() - Method in class org.restlet.ext.net.FtpClientHelper
-
Returns the read timeout value.
- getReadTimeout() - Method in class org.restlet.ext.net.HttpClientHelper
-
Returns the read timeout value.
- getReadyOperations() - Method in class org.restlet.util.SelectionRegistration
-
Returns the IO operations ready.
- getRealm(String) - Method in class org.restlet.Component
-
Finds the realm with the given name.
- getRealm() - Method in class org.restlet.data.ChallengeMessage
-
Returns the realm name.
- getRealm() - Method in class org.restlet.security.ChallengeAuthenticator
-
Returns the authentication realm.
- getRealms() - Method in class org.restlet.Component
-
Returns the modifiable list of security realms.
- getReason() - Method in class org.restlet.ext.sip.Subscription
-
Returns the subscription reason.
- getReasonPhrase() - Method in class org.restlet.data.Status
-
Returns the reason phrase of this status.
- getReasonPhrase() - Method in class org.restlet.engine.adapter.Call
-
Returns the reason phrase.
- getReasonPhrase() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
Returns the response reason phrase.
- getReasonPhrase() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Returns the response reason phrase.
- getRecipientsInfo() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getRecipientsInfo() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- getRecipientsInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getRecipientsInfo() - Method in class org.restlet.Message
-
Returns the intermediary recipient information.
Note that when used with HTTP connectors, this property maps to the "Via"
headers.
- getRecordedRoutes() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getRecordedRoutes() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the list of routes completed by proxies to force future requests
to go through the proxy.
- getRecordedRoutes() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the list of routes completed by proxies to force future requests
to go through the proxy.
- getRedirectQueryName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the query parameter containing the URI to redirect
the browser to after login or logout.
- getReencodedVariantEntityName(String, String) - Method in class org.restlet.engine.local.EntityClientHelper
-
Percent-encodes the given percent-decoded variant name of a resource
whose percent-encoded name is given.
- getReference() - Method in class org.restlet.ext.atom.Service
-
Returns the hypertext reference.
- getReference() - Method in class org.restlet.ext.sip.Address
-
Returns the address reference.
- getReference() - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Returns the reference to an representation identifier.
- getReference() - Method in class org.restlet.resource.Resource
-
Returns the URI reference.
- getReferencedNamespaces() - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Returns the list of referenced namespaces.
- getReferrerRef() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.Request
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.resource.Resource
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the referrer reference if available.
- getReferTo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getReferTo() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the reference that the recipient of a
SipMethod.REFER
method should contact.
- getRegisteredAuthenticators() - Method in class org.restlet.engine.Engine
-
Returns the list of available authentication helpers.
- getRegisteredClients() - Method in class org.restlet.engine.Engine
-
Returns the list of available client connectors.
- getRegisteredConverters() - Method in class org.restlet.engine.Engine
-
Returns the list of available converters.
- getRegisteredProtocols() - Method in class org.restlet.engine.Engine
-
Returns the list of available protocol connectors.
- getRegisteredServers() - Method in class org.restlet.engine.Engine
-
Returns the list of available server connectors.
- getRegistration() - Method in class org.restlet.engine.connector.Connection
-
- getRegistration() - Method in class org.restlet.engine.connector.Way
-
Returns the socket's NIO registration holding the link between the
channel and the connection.
- getRegistration() - Method in interface org.restlet.engine.io.SelectionChannel
-
Returns the NIO registration.
- getRegistration() - Method in class org.restlet.engine.io.WrapperSelectionChannel
-
Returns the NIO registration.
- getRegistration() - Method in class org.restlet.engine.io.WrapperSocketChannel
-
Returns the NIO registration.
- getRegistration() - Method in class org.restlet.representation.Representation
-
Returns the NIO registration of the related channel with its selector.
- getRegistration() - Method in class org.restlet.util.WrapperRepresentation
-
- getRel() - Method in class org.restlet.ext.atom.Link
-
Returns the link's relation type.
- getRelationship() - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
-
Returns the association.
- getRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
-
Returns the relationship attribute value.
- getRelativePart() - Method in class org.restlet.data.Reference
-
Returns the relative part of relative references, without the query and
fragment.
- getRelativePart(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded relative part.
- getRelativeRef() - Method in class org.restlet.data.Reference
-
Returns the current reference as a relative reference to the current base
reference.
- getRelativeRef(Reference) - Method in class org.restlet.data.Reference
-
Returns the current reference relatively to a base reference.
- getRemainingChunkSize() - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Returns the remaining chunk size that should be read from the source
channel.
- getRemainingPart() - Method in class org.restlet.data.Reference
-
Returns the part of the resource identifier remaining after the base
reference.
- getRemainingPart(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally decoded remaining part.
- getRemainingPart(boolean, boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally decoded remaining part with or without the query
part of the reference.
- getReplyTo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getReplyTo() - Method in class org.restlet.ext.sip.SipRequest
-
Returns a logical return URI.
- getReplyTo() - Method in class org.restlet.ext.sip.SipResponse
-
Returns a logical return URI.
- getRepresentation(InputStream) - Method in class org.restlet.engine.adapter.Call
-
Returns the representation wrapping the given stream.
- getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.adapter.Call
-
Returns the representation wrapping the given channel.
- getRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
-
Returns a representation for the given status.
In order to customize the default representation, this method can be
overridden.
- getRepresentation(String, MediaType) - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns a representation of the resource at the target URI.
- getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.Entity
-
Returns a representation of this local entity.
- getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.FileEntity
-
- getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.ZipEntryEntity
-
- getRepresentation(InputStream) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
- getRepresentation(MediaType, int) - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
-
- getRepresentation(Status, Request, Response) - Method in class org.restlet.service.StatusService
-
Returns a representation for the given status.
In order to customize the default representation, this method can be
overridden.
- getRepresentationMessageClass() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
-
Returns the full name of the class used for generating JavaMail Message
instances from an XML representation and a JavaMail Session.
- getRepresentations() - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Returns the list of representation elements.
- getRepresentations() - Method in class org.restlet.ext.wadl.RequestInfo
-
Returns the list of supported input representations.
- getRepresentations() - Method in class org.restlet.ext.wadl.ResponseInfo
-
Returns the list of representations
- getRequest() - Method in class org.restlet.engine.application.Conneg
-
Returns the request including client preferences.
- getRequest(Response) - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the parent request of this response.
- getRequest() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Returns the handled request.
- getRequest() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the HTTP Servlet request.
- getRequest(Request) - Static method in class org.restlet.ext.servlet.ServletUtils
-
Returns the Servlet request that was used to generate the given Restlet
request.
- getRequest(Response) - Method in class org.restlet.ext.sip.internal.SipClientHelper
-
- getRequest() - Method in class org.restlet.ext.sip.SipClientResource
-
- getRequest() - Method in class org.restlet.ext.sip.SipServerResource
-
- getRequest() - Method in class org.restlet.ext.wadl.MethodInfo
-
Returns the input to the method.
- getRequest() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
Returns the HTTP Servlet request.
- getRequest() - Method in class org.restlet.resource.Resource
-
Returns the handled request.
- getRequest() - Method in class org.restlet.Response
-
Returns the associated request
- getRequest() - Method in class org.restlet.util.WrapperResponse
-
Returns the associated request
- getRequestAttributes() - Method in class org.restlet.resource.Resource
-
Returns the request attributes.
- getRequestCacheDirectives() - Method in class org.restlet.resource.Resource
-
Returns the request cache directives.
Note that when used with HTTP connectors, this property maps to the
"Cache-Control" header.
- getRequestCallId() - Method in class org.restlet.ext.sip.SipClientResource
-
Returns the request's call ID.
- getRequestEntity() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request entity if available.
- getRequestEntity() - Method in class org.restlet.resource.Resource
-
Returns the request entity representation.
- getRequestEntityChannel() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the request entity channel if it exists.
- getRequestEntityChannel() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
- getRequestEntityChannel() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
- getRequestEntityStream() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream(long) - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
- getRequestEntityStream() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
- getRequestEntityStream(long) - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getRequestEntityStream(long) - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getRequestHeaders() - Method in class org.restlet.engine.adapter.Call
-
Returns the modifiable list of request headers.
- getRequestHeaders() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the list of request headers.
- getRequestHeaders() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getRequestHeadStream() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the request head stream if it exists.
- getRequestHeadStream() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request head stream if it exists.
- getRequestHeadStream() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
- getRequestHeadStream() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
- getRequestHeadStream() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getRequestHeadStream() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getRequests() - Method in class org.restlet.ext.sip.internal.SipClientHelper
-
Returns the map of managed transactions represented by their initial
request.
- getRequestStream() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Returns the request entity stream if it exists.
- getRequestUri() - Method in class org.restlet.engine.adapter.Call
-
Returns the URI on the request line (most like a relative reference, but
not necessarily).
- getRequestUri() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the full request URI.
- getRequestUri() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
Returns the full request URI.
- getRequestVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns a list of request variants based on the annotation value.
- getRequiredScore() - Method in class org.restlet.routing.Router
-
Returns the minimum score required to have a match.
- getRequires() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getRequires() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the sensitive features that the server must support.
- getResolver() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the resolver based on a mail.
- getResolver(String, Representation) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns a new resolver based on a mail.
- getResource(String) - Static method in class org.restlet.engine.Engine
-
Returns the classloader resource for a given name/path.
- getResource(String) - Method in class org.restlet.ext.atom.Service
-
Retrieves a resource representation.
- getResourceClass() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the resource interface value.
- getResourceDomain() - Method in class org.restlet.routing.VirtualHost
-
Returns the resourceRef host domain to match.
- getResourceInfo(ApplicationInfo) - Method in interface org.restlet.ext.wadl.WadlDescribable
-
- getResourceInfo() - Method in class org.restlet.ext.wadl.WadlWrapper
-
Returns the description of the wrapped Restlet.
- getResourcePath() - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns the resource's relative path.
- getResourcePort() - Method in class org.restlet.routing.VirtualHost
-
Returns the resourceRef host port to match.
- getResourceRef() - Method in class org.restlet.Request
-
Returns the reference of the target resource.
- getResourceRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the reference of the target resource.
- getResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
-
- getResources() - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Returns the resources root element.
- getResources() - Method in class org.restlet.ext.wadl.ResourcesInfo
-
Returns the list of child resources.
- getResourcesBase() - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns the application resources base URI.
- getResourceScheme() - Method in class org.restlet.routing.VirtualHost
-
Returns the resourceRef scheme to match.
- getResourceStream(String) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
-
- getResourceType() - Method in class org.restlet.ext.wadl.LinkInfo
-
Returns the reference to the resource type of the linked resource.
- getResourceTypes() - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Returns the list of resource type elements.
- getResponse() - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Returns the handled response.
- getResponse() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the HTTP Servlet response.
- getResponse(Response) - Static method in class org.restlet.ext.servlet.ServletUtils
-
Returns the Servlet response that was used to generate the given Restlet
response.
- getResponse() - Method in class org.restlet.ext.sip.SipClientResource
-
- getResponse() - Method in class org.restlet.ext.sip.SipServerResource
-
- getResponse() - Method in class org.restlet.ext.wadl.MethodInfo
-
Returns the last added response of the method.
- getResponse() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
Returns the HTTP Servlet response.
- getResponse() - Method in class org.restlet.resource.Resource
-
Returns the handled response.
- getResponseAttributes() - Method in class org.restlet.resource.Resource
-
Returns the response attributes.
- getResponseCacheDirectives() - Method in class org.restlet.resource.Resource
-
Returns the response cache directives.
Note that when used with HTTP connectors, this property maps to the
"Cache-Control" header.
- getResponseCallId() - Method in class org.restlet.ext.sip.SipClientResource
-
Returns the response's call ID.
- getResponseDigest() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the optional response digest for mutual authentication.
- getResponseEntity(Response) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response entity if available.
- getResponseEntity() - Method in class org.restlet.resource.Resource
-
Returns the response entity representation.
- getResponseEntityChannel(long) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response channel if it exists.
- getResponseEntityChannel(long) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
- getResponseEntityChannel(long) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
- getResponseEntityStream(long) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream(long) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
- getResponseEntityStream(long) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
- getResponseEntityStream() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the response stream if it exists, null otherwise.
- getResponseEntityStream() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getResponseHeaders() - Method in class org.restlet.engine.adapter.Call
-
Returns the modifiable list of server headers.
- getResponseHeaders() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
Returns the modifiable list of response headers.
- getResponseHeaders() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Returns the modifiable list of response headers.
- getResponseLogFormat() - Method in class org.restlet.service.LogService
-
Returns the format used when logging responses.
- getResponseLogMessage(Response, int) - Method in class org.restlet.service.LogService
-
Format an access log entry.
- getResponseRepresentation(List<String>, Map<String, String>) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the response's representation according to the list of
successfull and unsuccessfull mails.
- getResponses() - Method in class org.restlet.ext.wadl.MethodInfo
-
Returns the output of the method.
- getResponseStatus(List<String>, Map<String, String>) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the response's status according to the list of successfull and
unsuccessfull mails.
- getResponseVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns a list of response variants based on the annotation value.
- getRestletContext() - Method in class org.restlet.ext.spring.SpringContext
-
Returns the parent Restlet context.
- getRestletLogLevel() - Static method in class org.restlet.engine.Engine
-
Returns the Restlet log level.
- getRestletMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the matching Restlet method.
- getResultCharacterSet() - Method in class org.restlet.ext.xml.Transformer
-
Returns the character set of the result representation.
- getResultEncodings() - Method in class org.restlet.ext.xml.Transformer
-
Returns the modifiable list of encodings of the result representation.
- getResultLanguages() - Method in class org.restlet.ext.xml.Transformer
-
Returns the modifiable list of languages of the result representation.
- getResultMediaType() - Method in class org.restlet.ext.xml.Transformer
-
Returns the media type of the result representation.
- getResultSet() - Method in class org.restlet.ext.jdbc.JdbcResult
-
Returns the result set.
- getRetryAfter() - Method in class org.restlet.ext.sip.Subscription
-
Returns how long the service is expected to be unavailable.
- getRetryAfter() - Method in class org.restlet.Response
-
Indicates how long the service is expected to be unavailable to the
requesting client.
- getRetryAfter() - Method in class org.restlet.util.WrapperResponse
-
- getRetryAttempts() - Method in class org.restlet.resource.ClientResource
-
Returns the number of retry attempts before reporting an error.
- getRetryDelay() - Method in class org.restlet.resource.ClientResource
-
Returns the delay in milliseconds between two retry attempts.
- getRetryDelay() - Method in class org.restlet.routing.Router
-
Returns the delay in milliseconds before a new attempt is made.
- getRetryHandler() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the class name of the retry handler to use instead of HTTP Client
default behavior.
- getReturnType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the return type of this function.
- getReturnTypeAsComplexType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the return type as complex type, or null if it is not.
- getReturnTypeAsEntityType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the return type as complex type, or null if it is not.
- getReverseRelationship() - Method in class org.restlet.ext.wadl.LinkInfo
-
Returns the reverse relationship attribute value.
- getRiapAuthorityType() - Method in class org.restlet.data.LocalReference
-
Returns the type of authority.
- getRights() - Method in class org.restlet.ext.atom.Entry
-
Returns the information about rights held in and over an entry.
- getRights() - Method in class org.restlet.ext.atom.Feed
-
Returns the information about rights held in and over an feed.
- getRights() - Method in class org.restlet.ext.atom.Source
-
Returns the information about rights held in and over an entry.
- getRole(String) - Method in class org.restlet.Application
-
Returns the role associated to the given name.
- getRole() - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
-
Returns the role of this entity relatively to this association.
- getRole() - Method in class org.restlet.ext.odata.internal.edm.AssociationSetEnd
-
Returns the role of this entity relatively to this association.
- getRoles() - Method in class org.restlet.Application
-
Returns the modifiable list of roles.
- getRoles() - Method in class org.restlet.data.ClientInfo
-
Returns the authenticated user roles.
- getRootGroups() - Method in class org.restlet.security.MemoryRealm
-
Returns the modifiable list of root groups.
- getRootRef(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServletAdapter
-
Returns the root reference of new Restlet requests.
- getRootRef(HttpServletRequest) - Method in class org.restlet.ext.xdb.XdbServletAdapter
-
Returns the root reference of new Restlet requests.
- getRootRef() - Method in class org.restlet.Request
-
Returns the application root reference.
- getRootRef() - Method in class org.restlet.resource.Directory
-
Returns the root URI from which the relative resource URIs will be looked
up.
- getRootRef() - Method in class org.restlet.resource.Resource
-
Returns the application root reference.
- getRootRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the application root reference.
- getRouter() - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Returns the associated router.
- getRouter() - Method in class org.restlet.ext.wadl.WadlApplication
-
Returns the router where the
ServerResource
classes created from
the WADL description document are attached.
- getRouter() - Method in class org.restlet.routing.Route
-
Returns the parent router.
- getRoutes() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getRoutes() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the set of proxies used to force routing for a request.
- getRoutes() - Method in class org.restlet.routing.Router
-
Returns the modifiable list of routes.
- getRoutingMode() - Method in class org.restlet.routing.Router
-
Returns the routing mode.
- getS3Signature(Request, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the AWS S3 authentication compatible signature for the given
request and secret.
- getS3Signature(Request, Series<Header>, char[]) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the AWS S3 authentication compatible signature for the given
request and secret.
- getS3StringToSign(Request) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the string to sign.
- getS3StringToSign(Request, Series<Header>) - Static method in class org.restlet.ext.crypto.internal.AwsUtils
-
Returns the S3 string to sign.
- getSaxSource() - Method in class org.restlet.ext.xml.SaxRepresentation
-
- getSaxSource() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the SAX source associated to the source representation.
- getSaxSource(Representation) - Static method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a SAX source.
- getSaxSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a SAX source.
- getScale() - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Returns the scale of the parameter value.
- getSchema() - Method in class org.restlet.ext.odata.internal.edm.Association
-
Returns the schema.
- getSchema() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Returns the schema.
- getSchema() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns the schema.
- getSchema() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Return the possibly null
Schema
to use for
this type of XML representations.
- getSchemaLocation() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the "xsi:schemaLocation" attribute in the generated XML data.
- getSchemas() - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Returns the data service schema.
- getScheme() - Method in class org.restlet.data.ChallengeMessage
-
Returns the scheme used.
- getScheme() - Method in class org.restlet.data.Reference
-
Returns the scheme component.
Note that no URI decoding is done by this method.
- getScheme(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded scheme component.
- getScheme() - Method in class org.restlet.ext.atom.Categories
-
Returns the scheme.
- getScheme() - Method in class org.restlet.ext.atom.Category
-
Returns the scheme.
- getScheme() - Method in class org.restlet.security.ChallengeAuthenticator
-
Returns the authentication challenge scheme.
- getSchemeName() - Method in class org.restlet.data.Protocol
-
Returns the URI scheme name.
- getSchemeProtocol() - Method in class org.restlet.data.Reference
-
Returns the protocol associated with the scheme component.
- getSchemeSpecificPart() - Method in class org.restlet.data.Reference
-
Returns the scheme specific part.
Note that no URI decoding is done by this method.
- getSchemeSpecificPart(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded scheme specific part.
- getSecond() - Method in class org.restlet.ext.rdf.Couple
-
Returns the second object.
- getSecond() - Method in class org.restlet.ext.rdf.Triple
-
Returns the second object.
- getSecond() - Method in class org.restlet.util.Couple
-
Deprecated.
Returns the second object.
- getSecond() - Method in class org.restlet.util.Triple
-
Deprecated.
Returns the second object.
- getSecret() - Method in class org.restlet.data.ChallengeResponse
-
Returns the user secret, such as a password or a secret key.
- getSecret(Request, Response) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
-
Returns the signature portion of an Amazon S3 compatible
Authorization
header.
- getSecret(Request, Response) - Method in class org.restlet.security.SecretVerifier
-
Returns the secret provided by the user.
- getSecret() - Method in class org.restlet.security.User
-
Returns the secret.
- getSecretAlgorithm() - Method in class org.restlet.data.ChallengeResponse
-
Returns the digest algorithm name optionally applied on the user secret.
- getSecretFormName() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Returns the name of the HTML login form field containing the secret.
- getSecureRandomAlgorithm() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the name of the SecureRandom algorithm.
- getSegments() - Method in class org.restlet.data.Reference
-
Returns the list of segments in a hierarchical path.
A new list is created for each call.
Note that no URI decoding is done by this method.
- getSegments(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded list of segments.
- getSelectableChannel() - Method in class org.restlet.util.SelectionRegistration
-
Returns the parent selectable channel.
- getSelectedCipherSuites(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the selected cipher suites.
- getSelectedSslProtocols(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the selected SSL protocols.
- getSelectionListener() - Method in class org.restlet.util.SelectionRegistration
-
Returns the selection listener that will be notified.
- getSelector() - Method in class org.restlet.engine.connector.ConnectionController
-
Returns the NIO selector.
- getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
-
Get an exclusive Selector
.
- getServer(HttpServletRequest) - Method in class org.restlet.ext.servlet.ServerServlet
-
Returns the associated HTTP server handling calls.
- getServerAddress() - Method in class org.restlet.engine.adapter.Call
-
Returns the response address.
Corresponds to the IP address of the responding server.
- getServerAddress() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
Returns the response address.
Corresponds to the IP address of the responding server.
- getServerAddress() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Returns the response address.
Corresponds to the IP address of the responding server.
- getServerAddress() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the response address.
Corresponds to the IP address of the responding server.
- getServerAddress() - Method in class org.restlet.routing.VirtualHost
-
Returns the listening server address.
- getServerDispatcher() - Method in class org.restlet.Context
-
Returns a request dispatcher to component's virtual hosts.
- getServerInfo() - Method in class org.restlet.engine.adapter.HttpResponse
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.resource.Resource
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.Response
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.util.WrapperResponse
-
Returns the server-specific information.
- getServerKey() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Returns the secret key known only by server.
- getServerNonce() - Method in class org.restlet.data.ChallengeMessage
-
Returns the server nonce.
- getServerNounceCount() - Method in class org.restlet.data.ChallengeResponse
-
Returns the server nonce count.
- getServerNounceCountAsHex() - Method in class org.restlet.data.ChallengeResponse
-
Returns the server nonce count as an hexadecimal string of eight
characters.
- getServerPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the server port.
- getServerPort() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Returns the server port.
- getServerPort() - Method in class org.restlet.routing.VirtualHost
-
Returns the listening server port.
- getServerProtocols() - Method in class org.restlet.service.ConnectorService
-
Returns the modifiable list of required server protocols.
- getServerRouter() - Method in class org.restlet.engine.component.ComponentHelper
-
Returns the internal host router.
- getServers() - Method in class org.restlet.Component
-
Returns the modifiable list of server connectors.
- getServerSocketChannel() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Returns the server socket channel.
- getServerVersion() - Method in class org.restlet.ext.odata.Service
-
Returns the version of the OData protocol extensions supported by the
remote service.
- getService() - Method in class org.restlet.ext.atom.Workspace
-
Returns the parent service.
- getService() - Method in class org.restlet.ext.odata.Query
-
Returns the parent client service.
- getServiceRef() - Method in class org.restlet.ext.odata.Service
-
Returns the reference to the WCF service.
- getServices() - Method in class org.restlet.Application
-
Returns the modifiable list of services.
- getServices() - Method in class org.restlet.Component
-
Returns the modifiable list of services.
- getServletContext() - Method in class org.restlet.ext.servlet.internal.ServletWarClientHelper
-
Returns the Servlet context.
- getServletContext() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
-
Returns the Servlet context to use.
- getSetterAccess() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns the access level modifier of the setter method.
- getShortName() - Method in enum org.restlet.engine.Edition
-
Returns the short size name of the edition.
- getSimpleClass(Object, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Returns the class of this entity's attribute, or if it is a Collection
(array, generic list, set), it returns the generic type.
- getSimpleReturnType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns the name of the return type, or if it's a collection, returns its
element's type.
- getSipIfMatch() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getSipIfMatch() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the identifier of the specific event state that the request is
refreshing.
- getSipRecipientsInfo() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getSipRecipientsInfo() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the intermediary recipients information.
- getSipRecipientsInfo() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the intermediary recipients information.
- getSipRequestRecipientsInfo() - Method in class org.restlet.ext.sip.SipClientResource
-
Returns the request's list of Via entries.
- getSipResponseRecipientsInfo() - Method in class org.restlet.ext.sip.SipClientResource
-
Returns the response's list of Via entries.
- getSipRetryAfter() - Method in class org.restlet.ext.sip.SipResponse
-
- getSipTag() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the tag of the returned representation.
- getSize() - Method in class org.restlet.data.Range
-
Returns the size of the range in number of bytes.
- getSize() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Returns the size in bytes of the decoded representation if known,
UNKNOWN_SIZE (-1) otherwise.
- getSize() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Returns the size in bytes of the encoded representation if known,
UNKNOWN_SIZE (-1) otherwise.
- getSize() - Method in class org.restlet.engine.io.BufferingRepresentation
-
- getSize() - Method in class org.restlet.representation.FileRepresentation
-
- getSize() - Method in class org.restlet.representation.Representation
-
Returns the total size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
- getSize() - Method in class org.restlet.util.WrapperRepresentation
-
- getSlf4jLogger() - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
Returns the wrapped SLF4J logger.
- getSocket() - Method in class org.restlet.engine.connector.Connection
-
Returns the underlying socket.
- getSocketAddress(Request) - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
Returns an IP socket address representing the target host domain and port
for a given request.
- getSocketAddress() - Method in class org.restlet.engine.connector.Connection
-
Returns the socket address.
- getSocketChannel() - Method in class org.restlet.engine.connector.Connection
-
Returns the underlying NIO socket channel.
- getSocketConnectTimeoutMs() - Method in class org.restlet.engine.ClientHelper
-
Returns the connection timeout.
- getSocketConnectTimeoutMs() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
Returns the socket connection timeout.
- getSocketLingerTimeMs() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the time to block when a socket close is requested or -1 to not
block at all.
- getSocketReceiveBufferSize() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the hinted size of the underlying TCP buffers used by the
platform for inbound network I/O.
- getSocketSendBufferSize() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the hinted size of the underlying TCP buffers used by the
platform for outbound network I/O.
- getSocketTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the socket timeout value.
- getSocketTrafficClass() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Returns the type of service to set in IP packets.
- getSource() - Method in class org.restlet.engine.security.RoleMapping
-
- getSource() - Method in class org.restlet.ext.atom.Entry
-
Returns the source feed's metadata if the entry was copied from another
feed.
- getSource() - Method in class org.restlet.ext.rdf.Link
-
Returns the source which can be either a reference or a link or a graph
or null.
- getSourceAsGraph() - Method in class org.restlet.ext.rdf.Link
-
Returns the source graph.
- getSourceAsLink() - Method in class org.restlet.ext.rdf.Link
-
Returns the source link.
- getSourceAsReference() - Method in class org.restlet.ext.rdf.Link
-
Returns the source resource reference.
- getSourceRepresentation() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the source representation to transform.
- getSslCipherSuite() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the SSL cipher suite.
- getSslClientCertificates() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the list of client SSL certificates.
- getSslContext() - Method in class org.restlet.ext.ssl.HttpsClientHelper
-
Returns the SSL context.
- getSslContext() - Method in class org.restlet.ext.ssl.HttpsServerHelper
-
Returns the SSL context.
- getSslContextFactory(RestletHelper<?>) - Static method in class org.restlet.ext.ssl.internal.SslUtils
-
Returns the SSL context factory.
- getSslContextFactory() - Method in class org.restlet.ext.ssl.JsslutilsSslContextFactory
-
Returns the wrapped SSLContextFactory with which this instance was built.
- getSslEngine() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the engine to use for wrapping and unwrapping.
- getSslEngineResult() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the engine result.
- getSslEngineStatus() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the latest SSL engine status, or
SSLEngineResult.Status#OK
otherwise.
- getSslHandshakeStatus() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the SSL handshake status, either from the latest engine result or
from the SSL engine.
- getSslKeySize() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL key size, if available and accessible.
- getSslKeySize() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getSslKeySize() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the SSL key size, if available and accessible.
- getSslKeySize() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getSslSession() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Returns the current SSL session or null.
- getSslSessionId() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL session ID, in hexadecimal encoding, if available and
accessible.
- getSslSessionId() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getSslSessionId() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getSslSessionIdBytes() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL session ID, as a byte array, if available and accessible
in that format (to be used by getSslSessionId).
- getState() - Method in class org.restlet.engine.connector.Connection
-
Returns the state of the connection.
- getState() - Method in class org.restlet.engine.io.Buffer
-
Returns the byte buffer IO state.
- getStatus(Method, boolean, Tag, Date) - Method in class org.restlet.data.Conditions
-
Returns the conditional status of a variant using a given method.
- getStatus(Method, RepresentationInfo) - Method in class org.restlet.data.Conditions
-
Returns the conditional status of a variant using a given method.
- getStatus() - Method in class org.restlet.data.Warning
-
Returns the special status.
- getStatus(Throwable, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
-
Returns a status for a given exception or error.
- getStatus() - Method in class org.restlet.resource.Resource
-
Returns the status.
- getStatus() - Method in exception org.restlet.resource.ResourceException
-
Returns the status associated to this exception.
- getStatus() - Method in class org.restlet.Response
-
Returns the status.
- getStatus(Throwable, Request, Response) - Method in class org.restlet.service.StatusService
-
Returns a status for a given exception or error.
- getStatus(Throwable, Resource) - Method in class org.restlet.service.StatusService
-
Returns a status for a given exception or error.
- getStatus() - Method in class org.restlet.util.WrapperResponse
-
Returns the status.
- getStatusCode() - Method in class org.restlet.engine.adapter.Call
-
Returns the status code.
- getStatusCode() - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
Returns the response status code.
- getStatusCode() - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Returns the response status code.
- getStatuses() - Method in class org.restlet.ext.wadl.ResponseInfo
-
Returns the list of statuses associated with this response
representation.
- getStatusInfo(Status) - Method in class org.restlet.engine.application.StatusFilter
-
Returns the status information to display in the default representation.
- getStatusService() - Method in class org.restlet.Application
-
Returns the status service.
- getStatusService() - Method in class org.restlet.Component
-
Returns the status service, enabled by default.
- getStatusService() - Method in class org.restlet.engine.application.StatusFilter
-
Returns the helped status service.
- getStatusService() - Method in class org.restlet.resource.Resource
-
Returns the application's status service or create a new one.
- getStopIdleTimeout() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Returns the minimum idle time, in milliseconds, for connections to be
closed when stopping the connector.
- getStore() - Method in class org.restlet.engine.util.Pool
-
Returns the store containing the reusable objects.
- getStore() - Static method in class org.restlet.ext.velocity.RepresentationResourceLoader
-
Returns the cache of template representations.
- getStream() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.engine.application.EncodeRepresentation
-
- getStream() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getStream(Writer, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
-
Returns an output stream based on a given writer.
- getStream(Reader, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
-
Returns an input stream based on a given character reader.
- getStream(Representation) - Static method in class org.restlet.engine.io.BioUtils
-
Returns an input stream based on the given representation's content and
its write(OutputStream) method.
- getStream() - Method in class org.restlet.engine.io.BufferingRepresentation
-
- getStream(ReadableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
-
Returns an input stream based on a given readable byte channel.
- getStream(WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
-
Returns an output stream based on a given writable byte channel.
- getStream() - Method in class org.restlet.engine.local.ZipEntryRepresentation
-
- getStream() - Method in class org.restlet.representation.ChannelRepresentation
-
- getStream() - Method in class org.restlet.representation.CharacterRepresentation
-
- getStream() - Method in class org.restlet.representation.DigesterRepresentation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.representation.EmptyRepresentation
-
- getStream() - Method in class org.restlet.representation.FileRepresentation
-
- getStream() - Method in class org.restlet.representation.InputRepresentation
-
- getStream() - Method in class org.restlet.representation.OutputRepresentation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.representation.Representation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.representation.StringRepresentation
-
- getStream() - Method in class org.restlet.util.WrapperRepresentation
-
- getStreamSource() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Returns a stream of XML markup.
- getStyle() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the parameter style.
- getSubject() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the subject of the call.
- getSubpath(Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
According to the metadata of the service, returns the path of the given
entity relatively to the current WCF service.
- getSubpath(Object, String) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
According to the metadata of the service, returns the path of the given
entity's property relatively to the current WCF service.
- getSubpath(Object, String, Object) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
According to the metadata of the service, returns the relative path of
the given target entity linked to the source entity via the source
property.
- getSubpath() - Method in class org.restlet.ext.odata.Query
-
Returns the path of the targeted entity relatively to the data service
URI.
- getSubscriptionState() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getSubscriptionState() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the state of the subscription.
- getSubTags() - Method in class org.restlet.data.Language
-
Returns the unmodifiable list of subtags.
- getSubtitle() - Method in class org.restlet.ext.atom.Feed
-
Returns the short summary, abstract, or excerpt of an feed.
- getSubtitle() - Method in class org.restlet.ext.atom.Source
-
Returns the short summary, abstract, or excerpt of an entry.
- getSubType() - Method in class org.restlet.data.MediaType
-
Returns the sub-type.
- getSummary() - Method in class org.restlet.ext.atom.Entry
-
Returns the short summary, abstract, or excerpt of the entry.
- getSupported() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getSupported() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the extensions supported by the UAC.
- getSupported() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the extensions supported by the UAS.
- getSupportedCipherSuites() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
- getSupportedCipherSuites() - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
- getSupportedEncodings() - Static method in class org.restlet.engine.application.DecodeRepresentation
-
Returns the list of supported encodings.
- getSupportedEncodings() - Method in class org.restlet.engine.application.Encoder
-
Returns the list of supported encodings.
- getSupportedEncodings() - Static method in class org.restlet.engine.application.EncodeRepresentation
-
Returns the list of supported encodings.
- getTag() - Method in class org.restlet.ext.sip.OptionTag
-
Returns the tag value.
- getTag() - Method in class org.restlet.representation.RepresentationInfo
-
Returns the tag.
Note that when used with HTTP connectors, this property maps to the
"ETag" header.
- getTag() - Method in class org.restlet.util.WrapperRepresentation
-
- getTarget() - Method in class org.restlet.engine.security.RoleMapping
-
- getTarget() - Method in class org.restlet.ext.rdf.Link
-
Returns the target which can be either a literal or a reference or is
null.
- getTarget() - Method in class org.restlet.ext.xdb.XdbServletAdapter
-
Returns the target Restlet.
- getTargetAsGraph() - Method in class org.restlet.ext.rdf.Link
-
Returns the target graph.
- getTargetAsLink() - Method in class org.restlet.ext.rdf.Link
-
Returns the target link.
- getTargetAsLiteral() - Method in class org.restlet.ext.rdf.Link
-
Returns the target literal.
- getTargetAsReference() - Method in class org.restlet.ext.rdf.Link
-
Returns the target resource reference.
- getTargetChallengeResponse(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the authentication data sent by client to the target according to
the a list of properties.
- getTargetClass() - Method in class org.restlet.resource.Finder
-
Returns the target resource class which must be either a subclass of
ServerResource
.
- getTargetEntity(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the entity sent to the target.
- getTargetMethod() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the default target method.
- getTargetMethod(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the target method according to a list of properties.
- getTargetRef() - Method in class org.restlet.data.Reference
-
Returns the target reference.
- getTargetRef(Resolver<String>) - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the reference of the target according to the a list of
properties.
- getTargetRef() - Method in class org.restlet.ext.wadl.IncludeInfo
-
Returns the URI of the referenced definition.
- getTargetRef() - Method in class org.restlet.ext.wadl.MethodInfo
-
Returns the reference to a method definition element.
- getTargetRef(Request, Response) - Method in class org.restlet.routing.Redirector
-
Returns the target reference to redirect to by automatically resolving
URI template variables found using the
Template
class using the
request and response as data models.
- getTargetTemplate() - Method in class org.restlet.routing.Redirector
-
Returns the target URI pattern.
- getTargetUri() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the context's target URI (file, clap URI).
- getTargetUri() - Method in class org.restlet.ext.javamail.TriggerResource
-
Returns the target URI template.
- getTaskService() - Method in class org.restlet.Application
-
Returns a task service to run concurrent tasks.
- getTcpNoDelay() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Indicates if the protocol will use Nagle's algorithm
- getTechnicalName() - Method in class org.restlet.data.ChallengeScheme
-
Returns the technical name (ex: BASIC).
- getTechnicalName() - Method in class org.restlet.data.Protocol
-
Returns the technical name that appears on the wire.
- getTemplate(Configuration, Representation) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Returns a FreeMarker template from a representation and a configuration.
- getTemplate(Configuration, String) - Static method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Returns a FreeMarker template from its name and a configuration.
- getTemplate() - Method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Returns the FreeMarker template.
- getTemplate() - Method in class org.restlet.ext.velocity.TemplateRepresentation
-
Returns the Velocity template.
- getTemplate() - Method in class org.restlet.routing.TemplateRoute
-
Returns the reference template to match.
- getTemplates() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the templates to be used and reused.
- getTemporaryExtension() - Method in class org.restlet.engine.local.FileClientHelper
-
Returns the name of the extension to use to store the temporary content
while uploading content via the PUT method.
- getTerm() - Method in class org.restlet.ext.atom.Category
-
Returns the term.
- getText() - Method in class org.restlet.data.Warning
-
Returns the warning text.
- getText() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Converts the representation to a string value.
- getText() - Method in class org.restlet.engine.application.EncodeRepresentation
-
- getText() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getText(Representation) - Static method in class org.restlet.engine.io.BioUtils
-
Converts the representation to a string value.
- getText() - Method in class org.restlet.engine.io.BufferingRepresentation
-
- getText(String) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Evaluates an XPath expression as a string.
- getText() - Method in class org.restlet.representation.AppendableRepresentation
-
- getText() - Method in class org.restlet.representation.DigesterRepresentation
-
- getText() - Method in class org.restlet.representation.EmptyRepresentation
-
- getText() - Method in class org.restlet.representation.FileRepresentation
-
- getText() - Method in class org.restlet.representation.InputRepresentation
-
- getText() - Method in class org.restlet.representation.ReaderRepresentation
-
- getText() - Method in class org.restlet.representation.Representation
-
Converts the representation to a string value.
- getText() - Method in class org.restlet.representation.StringRepresentation
-
- getText() - Method in class org.restlet.util.WrapperRepresentation
-
- getTextContent() - Method in class org.restlet.ext.wadl.DocumentationInfo
-
Returns the language of that documentation element.
- getTextRepresentation() - Method in class org.restlet.data.ReferenceList
-
Returns a representation of the list in the "text/uri-list" format.
- getThird() - Method in class org.restlet.ext.rdf.Triple
-
Returns the third object.
- getThird() - Method in class org.restlet.util.Triple
-
Deprecated.
Returns the third object.
- getThrottleTimeMs() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the time to wait between socket write operations in milliseconds.
- getThrowable() - Method in class org.restlet.data.Status
-
Returns the related error or exception.
- getTime() - Method in class org.restlet.engine.util.InternetDateFormat
-
Gets the value of this InternetDateFormat object as millisecond time
value.
- getTimeIssued() - Method in class org.restlet.data.ChallengeResponse
-
- getTimeToLive() - Method in class org.restlet.engine.local.LocalClientHelper
-
Returns the time to live for a file representation before it expires (in
seconds).
- getTitle() - Method in class org.restlet.ext.atom.Collection
-
Returns the title.
- getTitle() - Method in class org.restlet.ext.atom.Entry
-
Returns the human-readable title for the entry.
- getTitle() - Method in class org.restlet.ext.atom.Feed
-
Returns the human-readable title for the feed.
- getTitle() - Method in class org.restlet.ext.atom.Link
-
Returns the human-readable information about the link.
- getTitle() - Method in class org.restlet.ext.atom.Source
-
Returns the human-readable title for the entry.
- getTitle() - Method in class org.restlet.ext.atom.Workspace
-
Returns the title.
- getTitle() - Method in class org.restlet.ext.wadl.DocumentationInfo
-
Returns the title of that documentation element.
- getTo() - Method in class org.restlet.ext.sip.SipClientResource
-
Returns the request recipient's address.
- getTo() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the logical recipient of the request.
- getTo() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the logical recipient of the request.
- getTo() - Method in class org.restlet.ext.sip.SipServerResource
-
Returns the request recipient's address.
- getToRole() - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
-
Returns the target entity of the association.
- getTraceStream() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the trace output stream to use if tracing is enabled.
- getTraceStream() - Method in class org.restlet.engine.io.TraceChannel
-
Returns the trace output stream to use if tracing is enabled.
- getTransaction() - Method in class org.restlet.ext.sip.SipRequest
-
Returns the transaction identifier.
- getTransactionId() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the transaction identifier.
- getTransformer() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns a new transformer to be used.
- getTransformerHandler() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the SAX transformer handler associated to the transform sheet.
- getTransformSheet() - Method in class org.restlet.ext.xml.Transformer
-
Returns the XSLT transform sheet to apply to message entities.
- getTransformSheet() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the XSLT transform sheet to apply to the source representation.
- getTransport() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the transport protocol.
- getTransport() - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Returns the transport protocol name.
- getTrustManagerAlgorithm() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the name of the TrustManager algorithm.
- getTrustStorePassword() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the password for the trust store keystore.
- getTrustStorePath() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the path to the trust store (keystore) file.
- getTrustStoreProvider() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the name of the trust store (keystore) provider.
- getTrustStoreType() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Returns the KeyStore type of the trust store.
- getTunnelService() - Method in class org.restlet.Application
-
Returns the tunnel service.
- getTunnelService() - Method in class org.restlet.engine.application.TunnelFilter
-
Returns the tunnel service of the parent application.
- getType() - Method in class org.restlet.data.Disposition
-
Returns the disposition type.
- getType() - Method in class org.restlet.ext.atom.Link
-
Returns the advisoty media type.
- getType() - Method in class org.restlet.ext.atom.Text
-
Returns the content type.
- getType() - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
-
Returns the type of this entity.
- getType() - Method in class org.restlet.ext.odata.internal.edm.AssociationSetEnd
-
Returns the type of this entity.
- getType() - Method in class org.restlet.ext.odata.internal.edm.EntitySet
-
Returns the type of contained entities.
- getType() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the type of the entity to update.
- getType() - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Returns the type of the parameter.
- getType() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns the type of the property.
- getType() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
-
- getType() - Method in class org.restlet.ext.sip.Event
-
Returns the type of the event.
- getType() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns the parameter type.
- getType() - Method in class org.restlet.ext.wadl.ResourceInfo
-
Returns the list of references to resource type elements.
- getType() - Method in class org.restlet.routing.Variable
-
Returns the type of variable.
- getTypeRef() - Method in class org.restlet.ext.rdf.Link
-
Returns the type reference.
- getUnmodifiedSince() - Method in class org.restlet.data.Conditions
-
Returns the condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Unmodified-Since" header.
- getUnsupported() - Method in class org.restlet.ext.sip.SipResponse
-
Returns the extensions not supported by the UAS.
- getUpdateCount() - Method in class org.restlet.ext.jdbc.JdbcResult
-
Returns the update count.
- getUpdated() - Method in class org.restlet.ext.atom.Entry
-
Returns the most recent moment when the entry was modified in a
significant way.
- getUpdated() - Method in class org.restlet.ext.atom.Feed
-
Returns the most recent moment when the entry was modified in a
significant way.
- getUpdated() - Method in class org.restlet.ext.atom.Source
-
Returns the most recent moment when the entry was modified in a
significant way.
- getUpdatedRegistrations() - Method in class org.restlet.engine.connector.ConnectionController
-
Returns the queue of updated selection registrations.
- getUpstreamAddress() - Method in class org.restlet.data.ClientInfo
-
Returns the IP address of the upstream client component.
- getUri() - Method in class org.restlet.data.Method
-
Returns the URI of the specification describing the method.
- getUri() - Method in class org.restlet.data.Status
-
Returns the URI of the specification describing the status.
- getUri() - Method in class org.restlet.ext.atom.Generator
-
Returns the reference of the generating agent.
- getUri() - Method in class org.restlet.ext.atom.Person
-
Returns the IRI associated with the person.
- getUri() - Method in class org.restlet.ext.jdbc.internal.ConnectionSource
-
Returns the connection URI.
- getUriResolver() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the URI resolver.
- getUser() - Method in class org.restlet.data.ClientInfo
-
Returns the authenticated user.
- getUser(Principal) - Method in class org.restlet.ext.ssl.CertificateAuthenticator
-
Creates a new User based on the subject's X500Principal.
- getUserClassLoader() - Method in class org.restlet.engine.Engine
-
Returns the class loader specified by the user and that should be used in
priority.
- getUserIdentifier() - Method in class org.restlet.engine.log.IdentClient
-
Returns the user identifier.
- getUserInfo() - Method in class org.restlet.data.Reference
-
Returns the user info component for server based hierarchical
identifiers.
Note that no URI decoding is done by this method.
- getUserInfo(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded user info component.
- getUserPrincipal() - Method in class org.restlet.engine.adapter.Call
-
Returns the user principal.
- getUserPrincipal() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
Returns the associated user principal.
- getUserPrincipal() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getUserPrincipal() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Returns the associated user principal.
- getUserPrincipalClassName() - Method in class org.restlet.ext.jaas.JaasVerifier
-
Gets the user principal class name.
- getUsers() - Method in class org.restlet.security.MemoryRealm
-
Returns the modifiable list of users.
- getValidationEventHandler() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Returns the optional validation event handler.
- getValue() - Method in class org.restlet.data.CacheDirective
-
Returns the value.
- getValue() - Method in class org.restlet.data.Cookie
-
Returns the value.
- getValue() - Method in class org.restlet.data.Digest
-
Returns the digest value.
- getValue() - Method in class org.restlet.data.Expectation
-
Returns the value.
- getValue() - Method in class org.restlet.data.Parameter
-
- getValue() - Method in class org.restlet.engine.header.Header
-
Returns the value.
- getValue() - Method in class org.restlet.ext.html.FormData
-
Returns the textual value of the associated form control.
- getValue(Object) - Method in class org.restlet.ext.odata.Service
-
Returns the binary representation of the given media resource.
- getValue(Object, List<Preference<MediaType>>) - Method in class org.restlet.ext.odata.Service
-
Returns the binary representation of the given media resource.
- getValue(Object, MediaType) - Method in class org.restlet.ext.odata.Service
-
Returns the binary representation of the given media resource.
- getValue() - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
-
Returns the current value.
- getValue() - Method in class org.restlet.ext.rdf.internal.turtle.ListToken
-
- getValue() - Method in class org.restlet.ext.rdf.Literal
-
Returns the value.
- getValue() - Method in class org.restlet.ext.sip.Priority
-
Returns the priority value.
- getValue() - Method in class org.restlet.ext.sip.Subscription
-
Returns the subscription value.
- getValue() - Method in class org.restlet.ext.wadl.OptionInfo
-
Returns the value of this option element.
- getValue() - Method in interface org.restlet.util.NamedValue
-
Returns the value.
- getValueAttributeName() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the name of the attribute that stores the value to set, if
pertinent, and null otherwise.
- getValueNodePath() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the name of the attribute that stores the value to set, if
pertinent, and null otherwise.
- getValuePath() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns the path of the XML element of the feed that stores the value to
set.
- getValueRef(Object) - Method in class org.restlet.ext.odata.Service
-
Returns the reference of the binary representation of the given entity,
if this is a media resource.
- getValueRepresentation() - Method in class org.restlet.ext.html.FormData
-
Returns the value of the associated form control, either textual or
binary.
- getValues(String) - Method in class org.restlet.util.Series
-
Returns the values of the parameters with a given name.
- getValues(String, String, boolean) - Method in class org.restlet.util.Series
-
Returns the parameter values with a given name.
- getValuesArray(String) - Method in class org.restlet.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesArray(String, boolean) - Method in class org.restlet.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesArray(String, boolean, String) - Method in class org.restlet.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesArray(String, String) - Method in class org.restlet.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesMap() - Method in class org.restlet.util.Series
-
Returns a map of name, value pairs.
- getVariableNames() - Method in class org.restlet.routing.Template
-
Returns the list of variable names in the template.
- getVariables() - Method in class org.restlet.routing.Template
-
Returns the modifiable map of variable descriptors.
- getVariant() - Method in class org.restlet.engine.local.Entity
-
Returns a variant corresponding to the extensions of this entity.
- getVariants(Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
-
Returns the list of variants that can be converted from a given object
class.
- getVariants(Class<?>, Variant) - Method in class org.restlet.engine.converter.ConverterHelper
-
Returns the list of variants that can be converted from a given object
class by a specific converter helper.
- getVariants(Class<?>, Variant) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the list of variants that can be converted from a given object
class.
- getVariants(Class<?>) - Method in class org.restlet.engine.converter.DefaultConverter
-
- getVariants() - Method in class org.restlet.engine.local.DirectoryServerResource
-
- getVariants(Method) - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the list of variants for the given method.
- getVariants(Class<?>) - Method in class org.restlet.ext.atom.AtomConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.html.HtmlConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.javamail.JavaMailConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.jaxb.JaxbConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.jdbc.JdbcConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.jibx.JibxConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.rdf.RdfConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.rome.RomeConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.velocity.VelocityConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.wadl.WadlConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.xml.XmlConverter
-
- getVariants(Class<?>) - Method in class org.restlet.ext.xstream.XstreamConverter
-
- getVariants() - Method in class org.restlet.resource.ServerResource
-
Returns a modifiable list of exposed variants for the current request
method.
- getVariants(Method) - Method in class org.restlet.resource.ServerResource
-
Returns a modifiable list of exposed variants for the given method.
- getVariants(Class<?>, Variant) - Method in class org.restlet.service.ConverterService
-
Returns the list of variants that can be converted from a given object
class.
- getVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
- getVerifier() - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
- getVerifier() - Method in class org.restlet.security.ChallengeAuthenticator
-
Returns the credentials verifier.
- getVerifier() - Method in class org.restlet.security.Realm
-
Returns a verifier that can check the validity of the credentials
associated to a request.
- getVersion() - Method in class org.restlet.data.Cookie
-
Returns the cookie specification version.
- getVersion() - Method in class org.restlet.data.Product
-
Returns the version of the product.
- getVersion() - Method in class org.restlet.data.Protocol
-
Returns the version.
- getVersion() - Method in class org.restlet.engine.adapter.Call
-
Returns the protocol version used.
- getVersion(Request) - Static method in class org.restlet.engine.connector.OutboundWay
-
Returns the protocol version.
- getVersion() - Method in class org.restlet.ext.atom.Generator
-
Returns the version of the generating agent.
- getVersion() - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
-
Returns '0' as version.
- getVersion() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
- getVersion() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- getVersionHeader() - Method in class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
-
Returns a null version header.
- getVirtualHost() - Method in class org.restlet.engine.component.HostRoute
-
Returns the target virtual host.
- getWadlVariants() - Method in class org.restlet.ext.wadl.WadlApplication
-
Returns the available WADL variants.
- getWadlVariants() - Method in class org.restlet.ext.wadl.WadlServerResource
-
Returns the available WADL variants.
- getWakeupListener() - Method in class org.restlet.util.SelectionRegistration
-
Returns the wakeup listener that will be notified.
- getWarnings() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getWarnings() - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- getWarnings() - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- getWarnings() - Method in class org.restlet.Message
-
Returns the additional warnings information.
Note that when used with HTTP connectors, this property maps to the
"Warning" headers.
- getWebRepresentation() - Method in class org.restlet.data.Form
-
Returns the form as a Web representation
(MediaType.APPLICATION_WWW_FORM).
- getWebRepresentation(CharacterSet) - Method in class org.restlet.data.Form
-
Returns the form as a Web representation
(MediaType.APPLICATION_WWW_FORM).
- getWebRepresentation() - Method in class org.restlet.data.ReferenceList
-
Returns a representation of the list in "text/html" format.
- getWebRowSet() - Method in class org.restlet.ext.jdbc.RowSetRepresentation
-
Returns the inner WebRowSet instance.
- getWorkerService() - Method in class org.restlet.engine.connector.BaseHelper
-
Returns the connection handler service.
- getWorkerService() - Method in class org.restlet.engine.connector.Controller
-
Returns the helper's worker service.
- getWorkspace() - Method in class org.restlet.ext.atom.Collection
-
Returns the parent workspace.
- getWorkspaces() - Method in class org.restlet.ext.atom.Service
-
Returns the list of workspaces.
- getWrappedAlgorithm() - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the digest algorithm of secrets returned by the wrapped verifier.
- getWrappedChannel() - Method in class org.restlet.engine.io.WrapperChannel
-
Returns the wrapped channel.
- getWrappedContext() - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
-
Returns the wrapped SSL context.
- getWrappedRepresentation() - Method in class org.restlet.util.WrapperRepresentation
-
Returns the wrapped representation.
- getWrappedRequest() - Method in class org.restlet.util.WrapperRequest
-
Returns the wrapped request.
- getWrappedResponse() - Method in class org.restlet.util.WrapperResponse
-
Returns the wrapped response.
- getWrappedSecret(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the wrapped secret associated to a given identifier.
- getWrappedSecretDigest(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the digest of the wrapped secret associated to a given
identifier.
- getWrappedSocketFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
Returns the wrapped SSL server socket factory.
- getWrappedSocketFactory() - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
Returns the wrapped SSL socket factory.
- getWrappedVerifier() - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Returns the secret verifier that will be wrapped by the real verifier
supporting all the HTTP AWS verifications.
- getWrappedVerifier() - Method in class org.restlet.ext.crypto.DigestVerifier
-
Returns the wrapped secret verifier.
- getWrappedVerifier() - Method in class org.restlet.ext.crypto.internal.AwsVerifier
-
Returns the wrapped local secret verifier.
- getWritableSelectionChannel() - Method in class org.restlet.engine.connector.Connection
-
Returns the underlying socket channel as a writable selection channel.
- getWriter(OutputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
-
Returns a writer to the given output stream, using the given character
set for encoding to bytes.
- getWriter() - Method in class org.restlet.ext.xml.XmlWriter
-
Returns the underlying writer.
- getXmlConfigRefs() - Method in class org.restlet.ext.spring.SpringContext
-
Returns the modifiable list of configuration URIs for beans definitions
via XML representations.
- getXmlDriverClass() - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Returns the XStream XML driver class.
- getXmlElement() - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Returns the qualified name of the root element for this XML-based
representation.
- getXmlFilter() - Method in class org.restlet.ext.xml.TransformRepresentation
-
Returns the SAX XML filter applying the transform sheet to its input.
- getXstream() - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Returns the modifiable XStream object.
- GLOBAL_ERROR_BUSY_EVERYWHERE - Static variable in class org.restlet.ext.sip.SipStatus
-
The callee's end system was contacted successfully but the callee is busy
and does not wish to take the call at this time.
- GLOBAL_ERROR_DECLINE - Static variable in class org.restlet.ext.sip.SipStatus
-
The callee's machine was successfully contacted but the user explicitly
does not wish to or cannot participate.
- GLOBAL_ERROR_DOESNT_EXIST_ANYWHERE - Static variable in class org.restlet.ext.sip.SipStatus
-
The server has authoritative information that the user indicated in the
Request-URI does not exist anywhere.
- GLOBAL_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.ext.sip.SipStatus
-
The user's agent was contacted successfully but some aspects of the
session description such as the requested media, bandwidth, or addressing
style were not acceptable.
- GrammarsInfo - Class in org.restlet.ext.wadl
-
Describes the grammars used by representation descriptions.
- GrammarsInfo() - Constructor for class org.restlet.ext.wadl.GrammarsInfo
-
Constructor.
- GrammarsInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
-
Constructor with a single documentation element.
- GrammarsInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
-
Constructor with a list of documentation elements.
- GrammarsInfo(String) - Constructor for class org.restlet.ext.wadl.GrammarsInfo
-
Constructor with a single documentation element.
- Graph - Class in org.restlet.ext.rdf
-
Graph composed of links.
- Graph() - Constructor for class org.restlet.ext.rdf.Graph
-
Default constructor.
- Graph(Link) - Constructor for class org.restlet.ext.rdf.Graph
-
Constructor with a default link.
- GraphBuilder - Class in org.restlet.ext.rdf
-
Graph handler used when parsing an RDF representation.
- GraphBuilder(Graph) - Constructor for class org.restlet.ext.rdf.GraphBuilder
-
- GraphHandler - Class in org.restlet.ext.rdf
-
Handler for the content of a
Graph
.
- GraphHandler() - Constructor for class org.restlet.ext.rdf.GraphHandler
-
- Group - Class in org.restlet.security
-
Group that contains member groups and users.
- Group() - Constructor for class org.restlet.security.Group
-
Default constructor.
- Group(String, String) - Constructor for class org.restlet.security.Group
-
Constructor.
- Group(String, String, boolean) - Constructor for class org.restlet.security.Group
-
Constructor.
- GRUU - Static variable in class org.restlet.ext.sip.OptionTag
-
Used to identify the Globally Routable User Agent URI (GRUU) extension.
- GZIP - Static variable in class org.restlet.data.Encoding
-
The GNU Zip encoding.
- ICE - Static variable in class org.restlet.ext.sip.OptionTag
-
Used to identify the Interactive Connectivity Establishment (ICE)
extension.
- IdentClient - Class in org.restlet.engine.log
-
Simple IDENT client.
- IdentClient(String, int, int) - Constructor for class org.restlet.engine.log.IdentClient
-
Constructor.
- IDENTITY - Static variable in class org.restlet.data.Encoding
-
The default (identity) encoding.
- ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.atom.EntryReader
-
- ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.atom.FeedReader
-
- ignorableWhitespace(char[], int, int) - Method in class org.restlet.ext.xml.XmlWriter
-
Write ignorable whitespace.
- IgnoreCookieSpec - Class in org.restlet.ext.httpclient.internal
-
Cookie specifications that ignore all cookies.
- IgnoreCookieSpec() - Constructor for class org.restlet.ext.httpclient.internal.IgnoreCookieSpec
-
- IgnoreCookieSpecFactory - Class in org.restlet.ext.httpclient.internal
-
- IgnoreCookieSpecFactory() - Constructor for class org.restlet.ext.httpclient.internal.IgnoreCookieSpecFactory
-
- IMAGE_ALL - Static variable in class org.restlet.data.MediaType
-
- IMAGE_BMP - Static variable in class org.restlet.data.MediaType
-
- IMAGE_GIF - Static variable in class org.restlet.data.MediaType
-
- IMAGE_ICON - Static variable in class org.restlet.data.MediaType
-
- IMAGE_JPEG - Static variable in class org.restlet.data.MediaType
-
- IMAGE_PNG - Static variable in class org.restlet.data.MediaType
-
- IMAGE_SVG - Static variable in class org.restlet.data.MediaType
-
- IMAGE_TIFF - Static variable in class org.restlet.data.MediaType
-
- ImmutableDate - Class in org.restlet.engine.util
-
Class acting as an immutable date class based on the
Date
class.
- ImmutableDate(Date) - Constructor for class org.restlet.engine.util.ImmutableDate
-
Private constructor.
- inboundMessages - Variable in class org.restlet.engine.connector.BaseHelper
-
The queue of inbound messages.
- InboundRequest - Interface in org.restlet.engine.connector
-
Marker interface for inbound requests.
- inboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
-
Redirects a given call to a target reference.
- InboundWay - Class in org.restlet.engine.connector
-
A network connection way though which messages are received.
- InboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.InboundWay
-
Constructor.
- IncludeInfo - Class in org.restlet.ext.wadl
-
Allows inclusion of grammars by reference.
- IncludeInfo() - Constructor for class org.restlet.ext.wadl.IncludeInfo
-
Constructor.
- IncludeInfo(DocumentationInfo) - Constructor for class org.restlet.ext.wadl.IncludeInfo
-
Constructor with a single documentation element.
- IncludeInfo(List<DocumentationInfo>) - Constructor for class org.restlet.ext.wadl.IncludeInfo
-
Constructor with a list of documentation elements.
- IncludeInfo(String) - Constructor for class org.restlet.ext.wadl.IncludeInfo
-
Constructor with a single documentation element.
- includes(Metadata) - Method in class org.restlet.data.CharacterSet
-
Indicates if a given character set is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.Encoding
-
Indicates if a given encoding is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.Language
-
Indicates if a given language is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.MediaType
-
- includes(Metadata, boolean) - Method in class org.restlet.data.MediaType
-
- includes(Metadata) - Method in class org.restlet.data.Metadata
-
Indicates if a given metadata is included in the current one.
- includes(Variant) - Method in class org.restlet.representation.Variant
-
Indicates if the current variant includes the given variant.
- INDEX_FIRST - Static variable in class org.restlet.data.Range
-
Index for the first byte of an entity.
- INDEX_LAST - Static variable in class org.restlet.data.Range
-
Index for the last byte of an entity.
- indexOf(Object) - Method in class org.restlet.util.WrapperList
-
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- Info - Annotation Type in org.restlet.ext.sip
-
Allow for the carrying of session related control information that is
generated during a session.
- info() - Method in class org.restlet.ext.sip.SipClientResource
-
Communicating mid-session signaling information along the signaling path
for the call.
- info(Representation) - Method in class org.restlet.ext.sip.SipClientResource
-
Communicating mid-session signaling information along the signaling path
for the call.
- INFO - Static variable in class org.restlet.ext.sip.SipMethod
-
Allow for the carrying of session related control information that is
generated during a session.
- info(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
Logs an info message.
- INFO_CALL_IS_BEING_FORWARDED - Static variable in class org.restlet.ext.sip.SipStatus
-
A server MAY use this status code to indicate that the call is being
forwarded to a different set of destinations.
- INFO_CONTINUE - Static variable in class org.restlet.data.Status
-
This interim response (the client has to wait for the final response) is
used to inform the client that the initial part of the request has been
received and has not yet been rejected or completed by the server.
- INFO_DISCONNECTED_OPERATION - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that it is
intentionally disconnected from the rest of the network for a period of
time.
- INFO_HEURISTIC_EXPIRATION - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that it
heuristically chose a freshness lifetime greater than 24 hours and the
response's age is greater than 24 hours.
- INFO_MISC_WARNING - Static variable in class org.restlet.data.Status
-
Warning status code, optionally including arbitrary information to be
presented to a human user, typically returned by a cache.
- INFO_PROCESSING - Static variable in class org.restlet.data.Status
-
This interim response is used to inform the client that the server has
accepted the complete request, but has not yet completed it since the
server has a reasonable expectation that the request will take
significant time to complete.
- INFO_QUEUED - Static variable in class org.restlet.ext.sip.SipStatus
-
The called party is temporarily unavailable, but the server has decided
to queue the call rather than reject it.
- INFO_REVALIDATION_FAILED - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that the
response is stale because an attempt to revalidate the response failed,
due to an inability to reach the server.
- INFO_RINGING - Static variable in class org.restlet.ext.sip.SipStatus
-
The UA receiving the INVITE is trying to alert the user.
- INFO_SESSION_PROGRESS - Static variable in class org.restlet.ext.sip.SipStatus
-
Used to convey information about the progress of the call that is not
otherwise classified.
- INFO_STALE_RESPONSE - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that the
response is stale.
- INFO_SWITCHING_PROTOCOL - Static variable in class org.restlet.data.Status
-
The server understands and is willing to comply with the client's
request, via the Upgrade message header field, for a change in the
application protocol being used on this connection.
- INFO_TRYING - Static variable in class org.restlet.ext.sip.SipStatus
-
This response indicates that the request has been received by the
next-hop server and that some unspecified action is being taken on behalf
of this call.
- init(SocketChannel, ConnectionController, InetSocketAddress) - Method in class org.restlet.engine.connector.Connection
-
Initializes the connection and associates it to the given socket.
- init() - Method in class org.restlet.engine.log.AccessLogFileHandler
-
Initialization code common to all constructors.
- init() - Method in class org.restlet.ext.servlet.ServerServlet
-
- init(Application) - Method in class org.restlet.ext.servlet.ServerServlet
-
Initialize a application.
- init(Component) - Method in class org.restlet.ext.servlet.ServerServlet
-
Initialize a component.
- init(Context, Request, Response) - Method in class org.restlet.ext.sip.SipServerResource
-
- init(Series<Parameter>) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the following options according to parameters that may have been set
up directly in the HttpsClientHelper or HttpsServerHelper parameters.
- init(Series<Parameter>) - Method in class org.restlet.ext.ssl.JsslutilsSslContextFactory
-
- init(Series<Parameter>) - Method in class org.restlet.ext.ssl.PkixSslContextFactory
-
Sets the following options according to parameters that may have been set
up directly in the HttpsServerHelper parameters.
- init(Series<Parameter>) - Method in class org.restlet.ext.ssl.SslContextFactory
-
Initialize the factory with the given connector parameters.
- init(ExtendedProperties) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
-
- init() - Method in class org.restlet.ext.xdb.XdbServerServlet
-
- init(Context, Request, Response) - Method in class org.restlet.resource.Resource
-
Initialization method setting the environment of the current resource
instance.
- initEngine(SSLEngine) - Method in class org.restlet.ext.ssl.internal.WrapperSslContextSpi
-
Initializes the SSL engine with additional parameters from the SSL
context factory.
- initSslEngine() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Initializes the SSL engine with the current SSL context and socket
address.
- initSslServerSocket(SSLServerSocket) - Method in class org.restlet.ext.ssl.internal.WrapperSslServerSocketFactory
-
Initializes the SSL server socket.
- initSslSocket(SSLSocket) - Method in class org.restlet.ext.ssl.internal.WrapperSslSocketFactory
-
Initializes the SSL socket.
- inlineCount(boolean) - Method in class org.restlet.ext.odata.Query
-
Creates a new Query with the $inlinecount option set in the URI
generated by the returned query.
- InputEntityStream - Class in org.restlet.ext.xdb.internal
-
Input stream that synchronizes the state of a connection instance and an
input stream.
- InputEntityStream(Notifiable, InputStream) - Constructor for class org.restlet.ext.xdb.internal.InputEntityStream
-
Constructor.
- InputRepresentation - Class in org.restlet.representation
-
Transient representation based on a BIO input stream.
- InputRepresentation(InputStream) - Constructor for class org.restlet.representation.InputRepresentation
-
Constructor.
- InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.representation.InputRepresentation
-
Constructor.
- InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.representation.InputRepresentation
-
Constructor.
- InputStreamChannel - Class in org.restlet.engine.io
-
Readable byte channel wrapping an input stream.
- InputStreamChannel(InputStream) - Constructor for class org.restlet.engine.io.InputStreamChannel
-
Constructor.
- instance - Static variable in class org.restlet.engine.local.RiapServerHelper
-
The unique registered helper.
- InternalRouter - Class in org.restlet.engine.component
-
Provides the behavior of the internal router of a Component.
- InternalRouter(Context) - Constructor for class org.restlet.engine.component.InternalRouter
-
Constructor.
- InternetDateFormat - Class in org.restlet.engine.util
-
This class handles Internet date/time strings in accordance with RFC 3339.
- InternetDateFormat() - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object set to the current time using the
UTC (Z) time zone.
- InternetDateFormat(Calendar) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Calendar
object.
- InternetDateFormat(Date) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Date object
using the UTC (Z) time zone.
- InternetDateFormat(Date, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Date object
using the specified time zone.
- InternetDateFormat(long) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a millisecond
time value using the UTC (Z) time zone.
- InternetDateFormat(long, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a millisecond
time value using the specified time zone.
- InternetDateFormat(String) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time
string.
- InternetDateFormat(TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object set to the current time using the
specified time zone.
- Invite - Annotation Type in org.restlet.ext.sip
-
Indicates a client is being invited to participate in a call session.
- invite() - Method in class org.restlet.ext.sip.SipClientResource
-
Indicates that the user or service is being invited to participate in a
session.
- invite(Representation) - Method in class org.restlet.ext.sip.SipClientResource
-
Indicates that the user or service is being invited to participate in a
session.
- INVITE - Static variable in class org.restlet.ext.sip.SipMethod
-
Indicates a client is being invited to participate in a call session.
- invoke(Object, Method, Object[]) - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Effectively invokes a Java method on the given proxy object.
- invokeAll(Collection) - Method in class org.restlet.service.TaskService
-
Executes the given tasks, returning a list of Futures holding their
status and results when all complete.
Due to a breaking change between Java SE versions 5 and 6, and in order
to maintain compatibility both at the source and binary level, we have
removed the generic information from this method.
- invokeAll(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Executes the given tasks, returning a list of Futures holding their
status and results when all complete or the timeout expires, whichever
happens first.
- invokeAny(Collection) - Method in class org.restlet.service.TaskService
-
Executes the given tasks, returning the result of one that has completed
successfully (i.e., without throwing an exception), if any do.
- invokeAny(Collection, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Executes the given tasks, returning the result of one that has completed
successfully (i.e., without throwing an exception), if any do before the
given timeout elapses.
- invokeComplex(String, Series<Parameter>) - Method in class org.restlet.ext.odata.Service
-
Invokes a service operation and return the raw representation sent back
by the service.
- invokeGetter(Object, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Returns the value of a property on an entity based on its name.
- invokeSetter(Object, String, Object) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Sets a property on an entity based on its name.
- invokeSetter(Object, String, String, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Sets a property on an entity based on its name.
- invokeSimple(String, Series<Parameter>) - Method in class org.restlet.ext.odata.Service
-
Invokes a service operation and return the String value sent back by the
service.
- IoState - Enum in org.restlet.engine.io
-
Enumeration of the connection IO states.
- IoUtils - Class in org.restlet.engine.io
-
IO manipulation utilities.
- isAbsolute() - Method in class org.restlet.data.Reference
-
Indicates if the reference is absolute.
- isAbstractType() - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Returns true if this type is abstract.
- isAcceptingRanges() - Method in class org.restlet.data.ServerInfo
-
Return true if the server accepts range requests for a resource, with the
"byte" range unit.
- isAccessRestricted() - Method in class org.restlet.data.CookieSetting
-
Indicates if cookie access is restricted for untrusted parties.
- isAllowUserInteraction() - Method in class org.restlet.ext.net.FtpClientHelper
-
Indicates if this URL is being examined in a context in which it makes
sense to allow user interactions such as popping up an authentication
dialog.
- isAllowUserInteraction() - Method in class org.restlet.ext.net.HttpClientHelper
-
Indicates if this URL is being examined in a context in which it makes
sense to allow user interactions such as popping up an authentication
dialog.
- isAlpha(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is alphabetical (a-z or A-Z).
- isAlphaNum(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Returns true if the given character is alphanumeric.
- isAnnotated() - Method in class org.restlet.resource.ServerResource
-
Indicates if annotations are supported.
- isAsciiChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is in ASCII range.
- isAsynchronous() - Method in class org.restlet.Request
-
Indicates if the request is asynchronous.
- isAsynchronous() - Method in class org.restlet.util.WrapperRequest
-
- isAttributeValue() - Method in class org.restlet.ext.odata.internal.edm.Mapping
-
Returns true if the value is taken from an attribute.
- isAuthenticated() - Method in class org.restlet.data.ClientInfo
-
Indicates if the identifier or principal has been authenticated.
- isAutoCommitting() - Method in class org.restlet.resource.ServerResource
-
Indicates if the response should be automatically committed.
- isAutoCommitting() - Method in class org.restlet.Response
-
Indicates if the response should be automatically committed.
- isAutoCommitting() - Method in class org.restlet.util.WrapperResponse
-
- isAutoDeleting() - Method in class org.restlet.representation.FileRepresentation
-
Indicates if this file should be automatically deleted on release of the
representation.
- isAutoDescribing() - Method in class org.restlet.ext.wadl.WadlApplication
-
Indicates if the application should be automatically described via WADL
when an OPTIONS request handles a "*" target URI.
- isAutoDescribing() - Method in class org.restlet.ext.wadl.WadlServerResource
-
Indicates if the resource should be automatically described via WADL when
an OPTIONS request is handled.
- isAvailable() - Method in class org.restlet.Client
-
Indicates the underlying connector helper is available.
- isAvailable() - Method in class org.restlet.Connector
-
Indicates the underlying connector helper is available.
- isAvailable() - Method in class org.restlet.engine.connector.Connection
-
Indicates if the connection is available to handle new messages.
- isAvailable() - Method in class org.restlet.engine.connector.HttpServerInboundWay
-
- isAvailable() - Method in class org.restlet.engine.connector.Way
-
Indicates if the way is available to handle new messages.
- isAvailable() - Method in class org.restlet.engine.io.BufferingRepresentation
-
- isAvailable() - Method in class org.restlet.representation.Representation
-
Indicates if some fresh content is potentially available, without having
to actually call one of the content manipulation method like getStream()
that would actually consume it.
- isAvailable() - Method in class org.restlet.Server
-
Indicates the underlying connector helper is available.
- isAvailable() - Method in class org.restlet.util.WrapperRepresentation
-
- isBlankRef(Reference) - Static method in class org.restlet.ext.rdf.Link
-
Indicates if a reference is identifying a blank node.
- isBlob() - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Returns true if this type a blob, that is to say it represents binary
data.
- isBlocking() - Method in interface org.restlet.engine.io.BlockableChannel
-
Indicates if the channel is likely to block upon IO operations.
- isBlocking() - Method in class org.restlet.engine.io.InputStreamChannel
-
True if the underlying input stream is able to indicate available bytes
upfront.
- isBlocking(Channel) - Static method in class org.restlet.engine.io.NioUtils
-
Indicates if the channel is in blocking mode.
- isBlocking() - Method in class org.restlet.engine.io.WrapperSelectionChannel
-
Indicates if the wrapped channel is blocking.
- isBlocking() - Method in class org.restlet.engine.io.WrapperSocketChannel
-
Indicates if the channel is blocking.
- isBroken(Throwable) - Static method in class org.restlet.engine.adapter.Call
-
Returns true if the given exception is caused by a broken connection.
- isBuffered() - Method in class org.restlet.engine.io.BufferingRepresentation
-
Indicates if the wrapped entity has been already buffered.
- isCanceling() - Method in class org.restlet.util.SelectionRegistration
-
Indicates if a canceling of the registration has been requested.
- isCarriageReturn(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a carriage return.
- isChunkedEncoding(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the entity is chunked.
- isClientError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isClientError() - Method in class org.restlet.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isClientKeepAlive() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the client wants a persistent connection.
- isClientKeepAlive() - Method in class org.restlet.engine.adapter.ClientCall
-
- isClientKeepAlive() - Method in class org.restlet.engine.adapter.ServerCall
-
- isClientSide() - Method in class org.restlet.engine.connector.BaseHelper
-
Indicates if it is helping a client connector.
- isClientSide() - Method in class org.restlet.engine.connector.Connection
-
Indicates if it is a client-side connection.
- isClientSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if client side authentication is supported.
- isCoalescing() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser should be coalescing text.
- isComma(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a comma, the character used as header
value separator.
- isCommentText(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a comment text.
- isCommitted() - Method in class org.restlet.resource.ServerResource
-
Indicates if the response has already been committed.
- isCommitted() - Method in class org.restlet.Response
-
Indicates if the response has already been committed.
- isCommitted() - Method in class org.restlet.util.WrapperResponse
-
- isCompatible(Metadata) - Method in class org.restlet.data.Metadata
-
Checks if this metadata is compatible with the given metadata.
- isCompatible(Method, Form, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
-
Indicates if the annotated method described is compatible with the given
parameters.
- isCompatible(Variant) - Method in class org.restlet.representation.Variant
-
Indicates if the current variant is compatible with the given variant.
- isCompatibleRequestEntity(Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
-
Indicates if the given request entity is compatible with the annotated
method described.
- isConcrete() - Method in class org.restlet.data.MediaType
-
Checks if the current media type is concrete.
- isConcurrent() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns true if this property should be used for optimistic concurrency
checks.
- isConditional() - Method in class org.restlet.resource.ServerResource
-
Indicates if conditional handling is enabled.
- isConfidential() - Method in class org.restlet.data.Protocol
-
Indicates if the protocol guarantees the confidentially of the messages
exchanged, for example via a SSL-secured connection.
- isConfidential() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the confidentiality of the call is ensured (ex: via SSL).
- isConfidential() - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Indicates if the request was made using a confidential mean.
- isConfidential() - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
- isConfidential() - Method in class org.restlet.Message
-
Indicates if the message was or will be exchanged confidentially, for
example via a SSL-secured connection.
- isConfidential() - Method in class org.restlet.Request
-
- isConfidential() - Method in class org.restlet.resource.Resource
-
Indicates if the message was or will be exchanged confidentially, for
example via a SSL-secured connection.
- isConfidential() - Method in class org.restlet.Response
-
- isConfidential() - Method in class org.restlet.util.WrapperRequest
-
Indicates if the call came over a confidential channel such as an
SSL-secured connection.
- isConfidential() - Method in class org.restlet.util.WrapperResponse
-
Indicates if the call came over a confidential channel such as an
SSL-secured connection.
- isConnectable() - Method in class org.restlet.util.SelectionRegistration
-
Indicates if the NIO channel is connectable.
- isConnectionBroken(Throwable) - Method in class org.restlet.engine.adapter.Call
-
Returns true if the given exception is caused by a broken connection.
- isConnectionClose(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the connection must be closed.
- isConnectorError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a connector error status, meaning "The
connector failed to send or receive an apparently valid message".
- isConnectorError() - Method in class org.restlet.data.Status
-
Indicates if the status is a connector error status, meaning "The
connector failed to send or receive an apparently valid message".
- isControlChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a control character.
- isControllerDaemon() - Method in class org.restlet.engine.connector.BaseHelper
-
Indicates if the controller thread should be a daemon (not blocking JVM
exit).
- isControllerDaemon() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
- isControllerDaemon() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
- isDataFormat() - Method in class org.restlet.ext.xml.XmlWriter
-
- isDebug() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
-
Indicates if the connector should generate JavaMail debug messages.
- isDebugging() - Method in class org.restlet.service.LogService
-
Indicates if the debugging mode is enabled.
- isDecoding() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Indicates if the decoding can happen.
- isDecodingOnParse() - Method in class org.restlet.routing.Variable
-
Indicates if the parsed value must be decoded.
- isDecodingRequest() - Method in class org.restlet.engine.application.Decoder
-
Indicates if the request entity should be decoded.
- isDecodingResponse() - Method in class org.restlet.engine.application.Decoder
-
Indicates if the response entity should be decoded.
- isDeeplyAccessible() - Method in class org.restlet.resource.Directory
-
Indicates if the sub-directories are deeply accessible (true by default).
- isDefaultEntityContainer() - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Return true if this container is the default one for a WCF data service.
- isDelimiter(int) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
-
- isDelimiter(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Returns true if the given character is a delimiter.
- isDelimiter(int) - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleReader
-
Returns true if the given character is a delimiter.
- isDigit() - Method in class org.restlet.data.CacheDirective
-
Returns true if the directive contains a digit value.
- isDigit(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a digit (0-9).
- isDirectBuffers() - Method in class org.restlet.engine.connector.BaseHelper
-
Indicates if direct NIO buffers should be used.
- isDirectory() - Method in class org.restlet.engine.local.Entity
-
Indicates if the entity is a directory.
- isDirectory() - Method in class org.restlet.engine.local.FileEntity
-
- isDirectory() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- isDirectory() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
-
- isDirectoryTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Indicates if the target resource is a directory.
- isDoubleQuote(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a double quote.
- isDraining() - Method in class org.restlet.engine.io.Buffer
-
- isEmpty() - Method in class org.restlet.engine.connector.Connection
-
Indicates if the connection is empty of messages and bytes.
- isEmpty() - Method in class org.restlet.engine.connector.HttpClientInboundWay
-
- isEmpty() - Method in class org.restlet.engine.connector.HttpClientOutboundWay
-
- isEmpty() - Method in class org.restlet.engine.connector.HttpServerInboundWay
-
- isEmpty() - Method in class org.restlet.engine.connector.HttpServerOutboundWay
-
- isEmpty() - Method in class org.restlet.engine.connector.Way
-
Indicates if the way is empty.
- isEmpty() - Method in class org.restlet.engine.io.Buffer
-
Indicates if the buffer is empty in either filling or draining state.
- isEmpty() - Method in class org.restlet.ext.freemarker.internal.ResolverHashModel
-
Returns false.
- isEmpty() - Method in class org.restlet.ext.sip.internal.SipClientInboundWay
-
- isEmpty() - Method in class org.restlet.ext.sip.internal.SipClientOutboundWay
-
- isEmpty() - Method in class org.restlet.ext.sip.internal.SipServerInboundWay
-
- isEmpty() - Method in class org.restlet.ext.sip.internal.SipServerOutboundWay
-
- isEmpty() - Method in class org.restlet.representation.Representation
-
Indicates if the representation is empty.
- isEmpty() - Method in class org.restlet.util.WrapperList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class org.restlet.util.WrapperMap
-
Returns true if this map contains no key-value mappings.
- isEnabled() - Method in class org.restlet.service.Service
-
Indicates if the service should be enabled.
- isEncodingOnFormat() - Method in class org.restlet.routing.Variable
-
Indicates if the formatted value must be encoded.
- isEncodingRequest() - Method in class org.restlet.engine.application.Encoder
-
Indicates if the request entity should be encoded.
- isEncodingResponse() - Method in class org.restlet.engine.application.Encoder
-
Indicates if the response entity should be encoded.
- isEncodingVariables() - Method in class org.restlet.routing.Template
-
Indicates if the variables must be encoded when formatting the template.
- isEndDetected() - Method in class org.restlet.engine.io.ReadableSizedChannel
-
Indicates if the end of the channel has been detected.
- isEndOfFile(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
- isEndReached() - Method in class org.restlet.engine.io.ReadableBufferedChannel
-
Indicates if the end of the channel has been reached.
- isEntityAvailable() - Method in class org.restlet.Message
-
Indicates if a content is available and can be sent or received.
- isEntityAvailable() - Method in class org.restlet.Request
-
Indicates if a content is available and can be sent.
- isEntityAvailable() - Method in class org.restlet.util.WrapperRequest
-
Indicates if a content is available and can be sent.
- isEntityAvailable() - Method in class org.restlet.util.WrapperResponse
-
Indicates if a content is available and can be sent.
- isEntryFound(FormData, MediaType) - Static method in class org.restlet.ext.html.internal.FormUtils
-
Indicates if the searched entry is specified in the given media range.
- isEquivalentTo(Reference) - Method in class org.restlet.data.Reference
-
Returns true if both reference are equivalent, meaning that they resolve
to the same target reference.
- isError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is an error (client or server) status.
- isError() - Method in class org.restlet.data.Status
-
Indicates if the status is an error (client or server) status.
- isExisting() - Method in class org.restlet.resource.ServerResource
-
Indicates if the identified resource exists.
- isExpandingEntityRefs() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates if the parser will expand entity reference nodes.
- isExpandingEntityRefs() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will expand entity reference nodes.
- isExpectingResponse() - Method in class org.restlet.Request
-
Indicates if an associated response is expected.
- isExpectingResponse() - Method in class org.restlet.util.WrapperRequest
-
- isExtensionsTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled via the extensions.
- isExternal() - Method in class org.restlet.ext.atom.Content
-
Indicates if the content is available externally.
- isFileTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Indicates if the target resource is a file.
- isFilling() - Method in class org.restlet.engine.io.Buffer
-
- isFinal() - Method in class org.restlet.Response
-
Indicates if the response is final or provisional.
- isFindingInAncestors() - Method in class org.restlet.ext.spring.SpringBeanRouter
-
Returns true if bean names will be searched for higher up in the
BeanFactory hierarchy.
- isFirstChallengeParameter() - Method in class org.restlet.engine.header.ChallengeWriter
-
Indicates if the first comma-separated value is written.
- isFixed() - Method in class org.restlet.ext.atom.Categories
-
Indicates if the list is fixed.
- isFixed() - Method in class org.restlet.routing.Variable
-
Returns true if the value is fixed, in which case the "defaultValue"
property is always used.
- isFollowingRedirects() - Method in class org.restlet.resource.ClientResource
-
Indicates if redirections are followed.
- isFollowRedirects() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Indicates if the protocol will automatically follow redirects.
- isFollowRedirects() - Method in class org.restlet.ext.net.HttpClientHelper
-
Indicates if the protocol will automatically follow redirects.
- isFormattedOutput() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates if the resulting XML data should be formatted with line breaks
and indentation.
- isFragment() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates whether or not document level events will be generated by the
Marshaller.
- isGenericDelimiter(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is a generic URI component delimiter
character.
- isGlobalError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isGlobalError() - Method in class org.restlet.data.Status
-
Indicates if the status is a global error status, meaning "The server has
definitive information about a particular user".
- isHandled() - Method in class org.restlet.ext.sip.SipRequest
-
Indicates that the request has been handled, typically after receiving a
final response.
- isHeadersTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the method can be tunneled via the header.
- isHierarchical() - Method in class org.restlet.data.Reference
-
Indicates if the identifier is hierarchical.
- isHorizontalTab(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is an horizontal tab.
- isIdempotent() - Method in class org.restlet.data.Method
-
Indicates if the side-effects of several requests is the same as a single
request.
- isIdentityCheck() - Method in class org.restlet.service.LogService
-
Indicates if the identity check (as specified by RFC1413) is enabled.
- isIgnoringComments() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will ignore comments.
- isIgnoringExtraWhitespaces() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will ignore extra white spaces in element
content.
- isIncluded(long, long) - Method in class org.restlet.data.Range
-
Indicates if the given index is included in the range.
- isIndenting() - Method in class org.restlet.ext.xml.DomRepresentation
-
Indicates if the XML serialization should be indented.
- isInformational(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is an information status, meaning "request
received, continuing process".
- isInformational() - Method in class org.restlet.data.Status
-
Indicates if the status is an information status, meaning "request
received, continuing process".
- isInheritingRoles() - Method in class org.restlet.security.Group
-
Indicates if the roles of the parent group should be inherited.
- isInline() - Method in class org.restlet.ext.atom.Content
-
Indicates if the content is available inline.
- isInRole(String) - Method in class org.restlet.resource.ServerResource
-
Indicates if the authenticated client user associated to the current
request is in the given role name.
- isInterceptingLogin() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the login requests should be intercepted.
- isInterceptingLogout() - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the logout requests should be intercepted.
- isInterestReady() - Method in class org.restlet.util.SelectionRegistration
-
Indicates if the operations of interest are ready.
- isKeepAlive() - Method in class org.restlet.engine.adapter.Call
-
Indicates if both the client and the server want a persistent connection.
- isLatin1Char(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is in ISO Latin 1 (8859-1) range.
- isLinearWhiteSpace(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a value separator.
- isLineFeed(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a line feed.
- isLineReadable() - Method in class org.restlet.engine.connector.InboundWay
-
Indicates if the next message line is readable.
- isListingAllowed() - Method in class org.restlet.resource.Directory
-
Indicates if the display of directory listings is allowed when no index
file is found.
- isLoggable(Level) - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
- isLoggable() - Method in class org.restlet.Request
-
Indicates if the call is loggable
- isLoggable() - Method in class org.restlet.resource.Resource
-
Indicates if the call is loggable
- isLoggable(Request) - Method in class org.restlet.service.LogService
-
Indicates if the call should be logged during the processing chain.
- isLoggingIn(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the request is an attempt to log in and should be
intercepted.
- isLoggingOut(Request, Response) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the request is an attempt to log out and should be
intercepted.
- isLowerCase(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is lower case (a-z).
- isMatchingQuery() - Method in class org.restlet.routing.TemplateRoute
-
Indicates whether the query part should be taken into account when
matching a reference with the template.
- isMethodTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the method name can be tunneled.
- isModifiable() - Method in class org.restlet.resource.Directory
-
Indicates if modifications to local resources (most likely files) are
allowed.
- isMultiAuthenticating() - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator should attempt to authenticate an already
authenticated client.
- isMultiLines() - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
-
Returns true if this string of characters contains at least one newline
character.
- isMultipart() - Method in class org.restlet.ext.html.FormDataSet
-
Indicates if the form is multipart encoded.
- isNamespaceAware() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if processing is namespace aware.
- isNeedClientAuthentication() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Indicates if we require client certificate authentication.
- isNegotiated() - Method in class org.restlet.resource.ServerResource
-
Indicates if content negotiation of response entities is enabled.
- isNegotiatingContent() - Method in class org.restlet.resource.Directory
-
Indicates if the best content is automatically negotiated.
- isNonceValid(String, String, long) - Static method in class org.restlet.ext.crypto.internal.HttpDigestHelper
-
Checks whether the specified nonce is valid with respect to the specified
secretKey, and further confirms that the nonce was generated less than
lifespanMillis milliseconds ago
- isNormal() - Method in class org.restlet.engine.local.Entity
-
Indicates if the entity is a normal entity, especially if it is not a
directory.
- isNormal() - Method in class org.restlet.engine.local.FileEntity
-
- isNormal() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- isNormal() - Method in class org.restlet.ext.servlet.internal.ServletWarEntity
-
- isNotDigit(char) - Method in class org.restlet.engine.util.AlphaNumericComparator
-
Indicates if the character is a digit.
- isNullable() - Method in class org.restlet.ext.odata.internal.edm.Property
-
Returns true if this property is not mandatory.
- ISO_8859_1 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-1 (Latin 1) character set.
- ISO_8859_10 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-10 (Latin 6) character set.
- ISO_8859_2 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-2 (Latin 2) character set.
- ISO_8859_3 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-3 (Latin 3) character set.
- ISO_8859_4 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-4 (Latin 4) character set.
- ISO_8859_5 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-5 (Cyrillic) character set.
- ISO_8859_6 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-6 (Arabic) character set.
- ISO_8859_7 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-7 (Greek) character set.
- ISO_8859_8 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-8 (Hebrew) character set.
- ISO_8859_9 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-9 (Latin 5) character set.
- isOpaque() - Method in class org.restlet.data.Reference
-
Indicates if the identifier is opaque.
- isOpen() - Method in class org.restlet.engine.io.InputStreamChannel
-
Indicates if the channel and its underlying stream are open.
- isOpen() - Method in class org.restlet.engine.io.WrapperChannel
-
Delegates to the wrapped channel.
- isOpen() - Method in class org.restlet.ext.spring.SpringResource
-
This implementation always returns true
.
- isOptional() - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator is not required to succeed.
- isOverloaded() - Method in class org.restlet.engine.connector.Controller
-
Indicates if the controller is overloaded.
- isOverwriting() - Method in class org.restlet.engine.application.StatusFilter
-
Indicates if existing representations should be overwritten.
- isOverwriting() - Method in class org.restlet.service.StatusService
-
Indicates if an existing entity should be overwritten.
- isParameterFound(Parameter, MediaType) - Static method in class org.restlet.engine.util.FormUtils
-
Indicates if the searched parameter is specified in the given media
range.
- isParent(Reference) - Method in class org.restlet.data.Reference
-
Indicates if the reference is a parent of the hierarchical child
reference.
- isPath(LexicalUnit) - Method in class org.restlet.ext.rdf.internal.n3.RdfN3Reader
-
Returns true if the given lexical unit is a "path" shorthand.
- isPersistent() - Method in class org.restlet.engine.connector.Connection
-
Indicates if the connection should be persisted across calls.
- isPersistingConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Indicates if persistent connections should be used if possible.
- isPipelining() - Method in class org.restlet.engine.connector.Connection
-
Indicates if idempotent sequences of requests can be pipelined.
- isPipeliningConnections() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Indicates if pipelining connections are supported.
- isPipeliningConnections() - Method in class org.restlet.ext.sip.internal.SipServerHelper
-
- isPlain() - Method in class org.restlet.ext.rdf.Literal
-
Indicates if the literal is plain.
- isPooledConnection() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Indicates if the connection objects should be pooled to save
instantiation time.
- isPreferencesTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled via the query
parameters or via file extensions.
- isProvisional() - Method in class org.restlet.Response
-
Indicates if the response is provisional or final.
- isProxying() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
- isProxying() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Indicates if the helper is going through a client proxy or is a server
proxy.
- isProxying() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
- isQName(String) - Method in class org.restlet.ext.rdf.internal.turtle.Context
-
Returns true if the given value is a qualified name.
- isQueryTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the method and client preferences can be tunneled via query
parameters or file extensions.
- isQuoteCharacter(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character marks the start of a quoted pair.
- isQuotedText(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a quoted text.
- isReadable() - Method in class org.restlet.util.SelectionRegistration
-
Indicates if the NIO channel is readable.
- isReady() - Method in class org.restlet.engine.connector.Connection
-
- isRechallenging() - Method in class org.restlet.security.ChallengeAuthenticator
-
Indicates if a new challenge should be sent when invalid credentials are
received (true by default to conform to HTTP recommendations).
- isRecoverableError() - Method in class org.restlet.data.Status
-
Indicates if an error is recoverable, meaning that simply retrying after
a delay could result in a success.
- isRedirection(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a redirection status, meaning "Further action
must be taken in order to complete the request".
- isRedirection() - Method in class org.restlet.data.Status
-
Indicates if the status is a redirection status, meaning "Further action
must be taken in order to complete the request".
- isRelative() - Method in class org.restlet.data.Reference
-
Indicates if the reference is relative.
- isRepeating() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Returns true if the parameter is single valued or may have multiple
values, false otherwise.
- isReplying() - Method in class org.restlet.data.Method
-
Indicates if the method replies with a response.
- isRequestChunked() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the request entity is chunked.
- isRequestEntityBuffering() - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be
buffered after being received.
- isRequired() - Method in class org.restlet.ext.wadl.ParameterInfo
-
Indicates whether the parameter is required.
- isRequired() - Method in class org.restlet.routing.Variable
-
Returns true if the variable is required or optional.
- isReserved(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is a reserved URI character.
- isReservedWord(String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Returns true if the given name is a Java reserved word.
- isResponseChunked() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the response entity is chunked.
- isResponseEntityBuffering() - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be
buffered after being received.
- isResumeUpload() - Method in class org.restlet.engine.local.FileClientHelper
-
Indicates if a failed upload can be resumed.
- isRetryOnError() - Method in class org.restlet.resource.ClientResource
-
Indicates if idempotent requests should be retried on error.
- isReturningCollection() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns true if the result of the invocation of the service is a
collection.
- isReturningComplexType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns true if the result of the invocation of the service is a complex
type.
- isReturningEdmSimpleType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns true if the result of the invocation of the service is an EDM
simple type.
- isReturningEntityType() - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Returns true if the result of the invocation of the service is an entity
type.
- isReuseAddress() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Indicates if the controller thread should be a daemon (not blocking JVM
exit).
- isRunning() - Method in class org.restlet.engine.connector.Controller
-
Indicates if the task is running.
- isSafe() - Method in class org.restlet.data.Method
-
Indicates if it should have the significance of taking an action other
than retrieval.
- isSecure() - Method in class org.restlet.data.CookieSetting
-
Indicates if cookie should only be transmitted by secure means.
- isSecureProcessing() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates if it limits potential XML overflow attacks.
- isSecureProcessing() - Method in class org.restlet.ext.xml.SaxRepresentation
-
Indicates if it limits potential XML overflow attacks.
- isSelectable() - Method in class org.restlet.representation.Representation
-
Indicates if the representation content supports NIO selection.
- isSelectable() - Method in class org.restlet.util.WrapperRepresentation
-
- isSemiColon(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a semicolon, the character used as
header parameter separator.
- isSeparator(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a separator.
- isServerError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a server error status, meaning "The server
failed to fulfill an apparently valid request".
- isServerError() - Method in class org.restlet.data.Status
-
Indicates if the status is a server error status, meaning "The server
failed to fulfill an apparently valid request".
- isServerKeepAlive() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the server wants a persistent connection.
- isServerKeepAlive() - Method in class org.restlet.engine.adapter.ClientCall
-
- isServerKeepAlive() - Method in class org.restlet.engine.adapter.ServerCall
-
- isServerSide() - Method in class org.restlet.engine.connector.BaseHelper
-
Indicates if it is helping a server connector.
- isServerSide() - Method in class org.restlet.engine.connector.Connection
-
Indicates if it is a server-side connection.
- isServerSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if server side authentication is supported.
- isShutdown() - Method in class org.restlet.service.TaskService
-
Returns true if this executor has been shut down.
- isShutdownAllowed() - Method in class org.restlet.service.TaskService
-
- isSocketKeepAlive() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Indicates if a TCP connection should be automatically kept alive after 2
hours of inactivity.
- isSocketNoDelay() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Enables Nagle's algorithm if set to false, preventing sending of small
TCP packets.
- isSocketOobInline() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Indicates if urgent TCP data received on the socket will be received
through the socket input stream.
- isSocketReuseAddress() - Method in class org.restlet.engine.connector.ConnectionHelper
-
Indicates if sockets can be reused right away even if they are busy (in
TIME_WAIT or 2MSL wait state).
- isSourceModified(Resource) - Method in class org.restlet.ext.velocity.RepresentationResourceLoader
-
- isSpace(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a space.
- isSslHandshaking() - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Indicates if the SSL handshake is going on.
- isStale() - Method in class org.restlet.data.ChallengeRequest
-
Indicates if the previous request from the client was stale.
- isStarted() - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
-
Returns true
if the reaper is started.
- isStarted() - Method in class org.restlet.Restlet
-
Indicates if the Restlet is started.
- isStarted() - Method in class org.restlet.security.Realm
-
Indicates if the realm is started.
- isStarted() - Method in class org.restlet.service.Service
-
Indicates if the service is started.
- isStarted() - Method in class org.restlet.util.WrapperRestlet
-
- isStartTls() - Method in class org.restlet.ext.javamail.JavaMailClientHelper
-
Indicates if the SMTP protocol should attempt to start a TLS tunnel.
- isStopped() - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
-
Returns true
if the reaper is stopped.
- isStopped() - Method in class org.restlet.Restlet
-
Indicates if the Restlet is stopped.
- isStopped() - Method in class org.restlet.security.Realm
-
Indicates if the realm is stopped.
- isStopped() - Method in class org.restlet.service.Service
-
Indicates if the service is stopped.
- isStopped() - Method in class org.restlet.util.WrapperRestlet
-
- isStrict() - Method in class org.restlet.service.ConnegService
-
Indicates if the conneg algorithm should strictly respect client
preferences or be more flexible.
- isSubDelimiter(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is an URI subcomponent delimiter
character.
- isSuccess(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a success status, meaning "The action was
successfully received, understood, and accepted".
- isSuccess() - Method in class org.restlet.data.Status
-
Indicates if the status is a success status, meaning "The action was
successfully received, understood, and accepted".
- isSynchronous() - Method in class org.restlet.Request
-
Indicates if the request is synchronous.
- isSynchronous() - Method in class org.restlet.util.WrapperRequest
-
- isTargetEntityEnabled() - Method in class org.restlet.ext.javamail.TriggerResource
-
Indicate whether or not the target supports entity in the request.
- isTerminated() - Method in class org.restlet.service.TaskService
-
Returns true if all tasks have completed following shut down.
- isText(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is textual (ISO Latin 1 and not a
control character).
- isToEncode() - Method in class org.restlet.ext.atom.Content
-
Returns true if the content is to be encoded.
- isToken(CharSequence) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the token is valid.
Only contains valid token characters.
- isTokenChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a token character (text and not a
separator).
- isToMany() - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
-
Returns true if the cardinality says that this is a one to many or many
to many relation.
- isTracing() - Method in class org.restlet.engine.connector.BaseHelper
-
Indicates if console tracing is enabled.
- isTransient() - Method in class org.restlet.representation.Representation
-
Indicates if the representation's content is transient, which means that
it can be obtained only once.
- isTransient() - Method in class org.restlet.util.WrapperRepresentation
-
- isTyped() - Method in class org.restlet.ext.rdf.Literal
-
Indicates if the literal is types.
- isUnreserved(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is an unreserved URI character.
- isUpperCase(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is upper case (A-Z).
- isUseCaches() - Method in class org.restlet.ext.net.FtpClientHelper
-
Indicates if the protocol is allowed to use caching whenever it can.
- isUseCaches() - Method in class org.restlet.ext.net.HttpClientHelper
-
Indicates if the protocol is allowed to use caching whenever it can.
- isUserAgentTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled according to the user
agent.
- isValid(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is a valid URI character.
- isValidatingDtd() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates the desire for validating this type of XML representations
against an XML schema if one is referenced within the contents.
- isValidatingDtd() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates the desire for validating this type of XML representations
against an XML schema if one is referenced within the contents.
- isValidQuality(float) - Static method in class org.restlet.engine.header.PreferenceWriter
-
Indicates if the quality value is valid.
- isWantClientAuthentication() - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Indicates if we would like client certificate authentication.
- isWeak() - Method in class org.restlet.data.Tag
-
Indicates if the tag is weak.
- isWhiteSpace(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Returns true if the given character is a whitespace.
- isWindows() - Static method in class org.restlet.engine.util.SystemUtils
-
Indicates if the current operating system is in the Windows family.
- isWorkerServiceOverloaded() - Method in class org.restlet.engine.connector.BaseHelper
-
Indicates if the worker service is busy.
- isWritable() - Method in class org.restlet.util.SelectionRegistration
-
Indicates if the NIO channel is writable.
- isXIncludeAware() - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates the desire for processing XInclude if found in this
type of XML representations.
- isXIncludeAware() - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates the desire for processing XInclude if found in this
type of XML representations.
- item(int) - Method in class org.restlet.ext.xml.NodeList
- iterator() - Method in class org.restlet.ext.odata.Query
-
Returns an iterator over a set of elements of type T.
- iterator() - Method in class org.restlet.util.WrapperList
-
Returns an iterator over the elements in this list in proper sequence.
- SaxRepresentation - Class in org.restlet.ext.xml
-
XML representation for SAX events processing.
- SaxRepresentation() - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Default constructor.
- SaxRepresentation(MediaType) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(MediaType, Document) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(MediaType, InputSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(MediaType, SAXSource) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- SaxRepresentation(Representation) - Constructor for class org.restlet.ext.xml.SaxRepresentation
-
Constructor.
- schedule(Callable<V>, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a ScheduledFuture that becomes enabled after the
given delay.
- schedule(Runnable, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a one-shot action that becomes enabled after the
given delay.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a periodic action that becomes enabled first after
the given initial delay, and subsequently with the given period; that is
executions will commence after initialDelay then
initialDelay+period, then initialDelay + 2 * period,
and so on.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a periodic action that becomes enabled first after
the given initial delay, and subsequently with the given delay between
the termination of one execution and the commencement of the next.
- Schema - Class in org.restlet.ext.odata.internal.edm
-
Defines a set of entity types and associations.
- Schema() - Constructor for class org.restlet.ext.odata.internal.edm.Schema
-
- score(Request, Response) - Method in class org.restlet.engine.component.ClientRoute
-
Returns the score for a given call (between 0 and 1.0).
- score(Request, Response) - Method in class org.restlet.engine.component.HostRoute
-
Returns the score for a given call (between 0 and 1.0).
- score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
-
Scores the affinity of this helper with the source class.
- score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
-
Scores the affinity of this helper with the source class.
- score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.atom.AtomConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.atom.AtomConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.freemarker.FreemarkerConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.html.HtmlConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.html.HtmlConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.javamail.JavaMailConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.javamail.JavaMailConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jaxb.JaxbConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jdbc.JdbcConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.jdbc.JdbcConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.jibx.JibxConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.rdf.RdfConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.rome.RomeConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.rome.RomeConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.velocity.VelocityConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.wadl.WadlConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.xml.XmlConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xml.XmlConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.ext.xstream.XstreamConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.ext.xstream.XstreamConverter
-
- score(Request, Response) - Method in class org.restlet.routing.Route
-
Returns the score for a given call (between 0 and 1.0).
- score(Request, Response) - Method in class org.restlet.routing.TemplateRoute
-
Returns the score for a given call (between 0 and 1.0).
- scoreAnnotation(AnnotationInfo) - Method in class org.restlet.engine.application.StrictConneg
-
Scores the annotation descriptor.
- scoreCharacterSet(CharacterSet) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a character set relatively to enriched client preferences.
- scoreEncodings(List<Encoding>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores encodings relatively to enriched client preferences.
- scoreLanguages(List<Language>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores languages relatively to enriched client preferences.
- scoreMediaType(MediaType) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a media type relatively to enriched client preferences.
- scoreMetadata(List<T>, List<Preference<T>>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a list of metadata relatively to enriched client preferences.
- scoreMetadata(T, List<Preference<T>>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a metadata relatively to enriched client preferences.
- scoreVariant(Variant) - Method in class org.restlet.engine.application.Conneg
-
Scores a variant relatively to enriched client preferences.
- scoreVariant(Variant) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a variant relatively to enriched client preferences.
- SDC - Static variable in class org.restlet.data.ChallengeScheme
-
Secure Data Connector scheme.
- SDC - Static variable in class org.restlet.data.Protocol
-
SDC (Secure Data Connector) protocol.
- SDP_ANAT - Static variable in class org.restlet.ext.sip.OptionTag
-
When used in a Supported header field it indicates the support of the
ANAT semantics.
- SEC_AGREE - Static variable in class org.restlet.ext.sip.OptionTag
-
Indicates support for the Security Agreement mechanism.
- SecretVerifier - Class in org.restlet.security
-
Verifier of identifier/secret couples.
- SecretVerifier() - Constructor for class org.restlet.security.SecretVerifier
-
- select(String) - Method in class org.restlet.ext.odata.Query
-
Creates a new Query with the $select option set in the URI generated
by the returned query.
- SelectionChannel - Interface in org.restlet.engine.io
-
NIO channel that is based on a selectable channel.
- SelectionListener - Interface in org.restlet.util
-
Callback interface when a NIO selection occurs on the selectable object.
- SelectionRegistration - Class in org.restlet.util
-
Represents a unique registration between a NIO selector and a selectable
channel.
- SelectionRegistration(int, SelectionListener, WakeupListener) - Constructor for class org.restlet.util.SelectionRegistration
-
Constructor.
- SelectionRegistration(SelectableChannel, int, SelectionListener, WakeupListener) - Constructor for class org.restlet.util.SelectionRegistration
-
Constructor.
- selectKeys(long) - Method in class org.restlet.engine.connector.ConnectionController
-
Selects the keys ready for IO operations.
- SelectorFactory - Class in org.restlet.engine.io
-
Factory used to dispatch/share Selector
.
- SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
-
- SELF - Static variable in class org.restlet.ext.atom.Relation
-
Signifies that the IRI in the value of the href attribute identifies a
resource equivalent to the containing element.
- sendRequest(Request) - Method in class org.restlet.engine.adapter.ClientCall
-
Sends the request to the client.
- sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.adapter.ClientCall
-
Sends the request to the client.
- sendRequest(Request) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
Sends the request to the client.
- sendRequest(Request, Response, Uniform) - Method in class org.restlet.ext.httpclient.internal.HttpMethodCall
-
- sendRequest(Request) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
Sends the request to the client.
- sendRequest(Request, Response, Uniform) - Method in class org.restlet.ext.net.internal.HttpUrlConnectionCall
-
- sendResponse(Response) - Method in class org.restlet.engine.adapter.ServerCall
-
Sends the response back to the client.
- sendResponse(Response) - Method in class org.restlet.ext.servlet.internal.ServletCall
-
Sends the response back to the client.
- sendResponse(Response) - Method in class org.restlet.ext.xdb.internal.XdbServletCall
-
Sends the response back to the client.
- Series<T extends NamedValue<String>> - Class in org.restlet.util
-
Modifiable list of entries with many helper methods.
- Series(Class<T>) - Constructor for class org.restlet.util.Series
-
Constructor.
- Series(Class<T>, int) - Constructor for class org.restlet.util.Series
-
Constructor.
- Series(Class<T>, List<T>) - Constructor for class org.restlet.util.Series
-
Constructor.
- Server - Class in org.restlet
-
Connector acting as a generic server.
- Server(Context, List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, List<Protocol>, String, int, Restlet, String) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, Restlet) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Context, Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, int) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, int, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, Restlet) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, String) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, String, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, String, int) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, String, Restlet) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.data.Status
-
The server, while acting as a gateway or proxy, received an invalid
response from the upstream server it accessed in attempting to fulfill
the request.
- SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.ext.sip.SipStatus
-
The server, while acting as a gateway or proxy, received an invalid
response from the downstream server it accessed in attempting to fulfill
the request.
- SERVER_ERROR_GATEWAY_TIMEOUT - Static variable in class org.restlet.data.Status
-
The server, while acting as a gateway or proxy, could not connect to the
upstream server.
- SERVER_ERROR_INSUFFICIENT_STORAGE - Static variable in class org.restlet.data.Status
-
This status code means the method could not be performed on the resource
because the server is unable to store the representation needed to
successfully complete the request.
- SERVER_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
-
The server encountered an unexpected condition which prevented it from
fulfilling the request.
- SERVER_ERROR_INTERNAL - Static variable in class org.restlet.ext.sip.SipStatus
-
The server encountered an unexpected condition that prevented it from
fulfilling the request.
- SERVER_ERROR_MESSAGE_TOO_LARGE - Static variable in class org.restlet.ext.sip.SipStatus
-
The server was unable to process the request since the message length
exceeded its capabilities.
- SERVER_ERROR_NOT_IMPLEMENTED - Static variable in class org.restlet.data.Status
-
The server does not support the functionality required to fulfill the
request.
- SERVER_ERROR_NOT_IMPLEMENTED - Static variable in class org.restlet.ext.sip.SipStatus
-
The server does not support the functionality required to fulfill the
request.
- SERVER_ERROR_SERVER_TIMEOUT - Static variable in class org.restlet.ext.sip.SipStatus
-
The server did not receive a timely response from an external server it
accessed in attempting to process the request.
- SERVER_ERROR_SERVICE_UNAVAILABLE - Static variable in class org.restlet.data.Status
-
The server is currently unable to handle the request due to a temporary
overloading or maintenance of the server.
- SERVER_ERROR_SERVICE_UNAVAILABLE - Static variable in class org.restlet.ext.sip.SipStatus
-
The server is temporarily unable to process the request due to a
temporary overloading or maintenance of the server.
- SERVER_ERROR_VERSION_NOT_SUPPORTED - Static variable in class org.restlet.data.Status
-
The server does not support, or refuses to support, the HTTP protocol
version that was used in the request message.
- SERVER_ERROR_VERSION_NOT_SUPPORTED - Static variable in class org.restlet.ext.sip.SipStatus
-
The server does not support, or refuses to support, the SIP protocol
version that was used in the request.
- ServerAdapter - Class in org.restlet.engine.adapter
-
Converter of low-level HTTP server calls into high-level uniform calls.
- ServerAdapter(Context) - Constructor for class org.restlet.engine.adapter.ServerAdapter
-
Constructor.
- ServerCall - Class in org.restlet.engine.adapter
-
Abstract HTTP server connector call.
- ServerCall(Server) - Constructor for class org.restlet.engine.adapter.ServerCall
-
Constructor.
- ServerCall(String, int) - Constructor for class org.restlet.engine.adapter.ServerCall
-
Constructor.
- ServerConnectionController - Class in org.restlet.engine.connector
-
Controls the IO work of parent server helper and manages its connections.
- ServerConnectionController(ServerConnectionHelper) - Constructor for class org.restlet.engine.connector.ServerConnectionController
-
Constructor.
- ServerConnectionHelper - Class in org.restlet.engine.connector
-
Base server helper based on NIO non blocking sockets.
- ServerConnectionHelper(Server) - Constructor for class org.restlet.engine.connector.ServerConnectionHelper
-
Constructor.
- ServerHelper - Class in org.restlet.engine
-
Server connector helper.
- ServerHelper(Server) - Constructor for class org.restlet.engine.ServerHelper
-
Constructor.
- ServerInboundWay - Class in org.restlet.engine.connector
-
Server-side inbound way.
- ServerInboundWay(Connection<?>, int) - Constructor for class org.restlet.engine.connector.ServerInboundWay
-
Constructor.
- ServerInfo - Class in org.restlet.data
-
Server specific data related to a call.
- ServerInfo() - Constructor for class org.restlet.data.ServerInfo
-
Constructor.
- ServerList - Class in org.restlet.util
-
Modifiable list of server connectors.
- ServerList(Context, Restlet) - Constructor for class org.restlet.util.ServerList
-
Constructor.
- ServerOutboundWay - Class in org.restlet.engine.connector
-
Server-side outbound way.
- ServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.engine.connector.ServerOutboundWay
-
Constructor.
- serverRedirect(Restlet, Reference, Request, Response) - Method in class org.restlet.routing.Redirector
-
Redirects a given call on the server-side to a next Restlet with a given
target reference.
- ServerResource - Class in org.restlet.resource
-
Base class for server-side resources.
- ServerResource() - Constructor for class org.restlet.resource.ServerResource
-
Default constructor.
- ServerRouter - Class in org.restlet.engine.component
-
Router that collects calls from all server connectors and dispatches them to
the appropriate host routers.
- ServerRouter(Component) - Constructor for class org.restlet.engine.component.ServerRouter
-
Constructor.
- ServerServlet - Class in org.restlet.ext.servlet
-
Servlet acting like an HTTP server connector.
- ServerServlet() - Constructor for class org.restlet.ext.servlet.ServerServlet
-
Constructor.
- SERVICE - Static variable in class org.restlet.ext.atom.Relation
-
Signifies that the IRI in the value of the href attribute identifies a
resource that can be used to retrieve an Atom Publishing Protocol Service
Document as defined by RFC 5023.
- Service - Class in org.restlet.ext.atom
-
Represents an Atom introspection document.
- Service(Client) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Client, String) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Restlet, String, Representation) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Context, String) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(Representation) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(String) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service(String, Representation) - Constructor for class org.restlet.ext.atom.Service
-
Constructor.
- Service - Class in org.restlet.ext.odata
-
Acts as a manager for a specific remote OData service.
- Service(Reference) - Constructor for class org.restlet.ext.odata.Service
-
Constructor.
- Service(String) - Constructor for class org.restlet.ext.odata.Service
-
Constructor.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServerServlet
-
Services a HTTP Servlet request as an uniform call.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.servlet.ServletAdapter
-
Services a HTTP Servlet request as a Restlet request handled by the
"target" Restlet.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.restlet.ext.xdb.XdbServletAdapter
-
Services a HTTP Servlet request as a Restlet request handled by the
"target" Restlet.
- Service - Class in org.restlet.service
-
Generic service associated to a component or an application.
- Service() - Constructor for class org.restlet.service.Service
-
Constructor.
- Service(boolean) - Constructor for class org.restlet.service.Service
-
Constructor.
- ServiceContentReader - Class in org.restlet.ext.atom.internal
-
Content reader for services.
- ServiceContentReader(Service) - Constructor for class org.restlet.ext.atom.internal.ServiceContentReader
-
Constructor.
- ServiceList - Class in org.restlet.util
-
Modifiable list of services.
- ServiceList(Context) - Constructor for class org.restlet.util.ServiceList
-
Constructor.
- ServletAdapter - Class in org.restlet.ext.servlet
-
HTTP adapter from Servlet calls to Restlet calls.
- ServletAdapter(ServletContext) - Constructor for class org.restlet.ext.servlet.ServletAdapter
-
Constructor.
- ServletAdapter(ServletContext, Restlet) - Constructor for class org.restlet.ext.servlet.ServletAdapter
-
Constructor.
- ServletCall - Class in org.restlet.ext.servlet.internal
-
Call that is used by the Servlet HTTP server connector.
- ServletCall(Server, HttpServletRequest, HttpServletResponse) - Constructor for class org.restlet.ext.servlet.internal.ServletCall
-
Constructor.
- ServletCall(String, int, HttpServletRequest, HttpServletResponse) - Constructor for class org.restlet.ext.servlet.internal.ServletCall
-
Constructor.
- ServletLogger - Class in org.restlet.ext.servlet.internal
-
Logger that wraps the logging methods of javax.servlet.ServletContext.
- ServletLogger(ServletContext) - Constructor for class org.restlet.ext.servlet.internal.ServletLogger
-
Constructor.
- ServletUtils - Class in org.restlet.ext.servlet
-
Servlet related utilities.
- ServletUtils() - Constructor for class org.restlet.ext.servlet.ServletUtils
-
- ServletWarClient - Class in org.restlet.ext.servlet.internal
-
Connector acting as a WAR client for a Servlet Application.
- ServletWarClient(Context, ServletContext) - Constructor for class org.restlet.ext.servlet.internal.ServletWarClient
-
Constructor.
- ServletWarClientHelper - Class in org.restlet.ext.servlet.internal
-
Client connector based on a Servlet context (JEE Web application context).
- ServletWarClientHelper(Client, ServletContext) - Constructor for class org.restlet.ext.servlet.internal.ServletWarClientHelper
-
Constructor.
- ServletWarEntity - Class in org.restlet.ext.servlet.internal
-
Local entity based on a Servlet context's resource file.
- ServletWarEntity(ServletContext, String, MetadataService) - Constructor for class org.restlet.ext.servlet.internal.ServletWarEntity
-
Constructor.
- set(String, String) - Method in class org.restlet.util.Series
-
Replaces the value of the first parameter with the given name and removes
all other parameters with the same name.
- set(String, String, boolean) - Method in class org.restlet.util.Series
-
Replaces the value of the first parameter with the given name and removes
all other parameters with the same name.
- set(List<Service>) - Method in class org.restlet.util.ServiceList
-
Sets the list of services.
- set(Service) - Method in class org.restlet.util.ServiceList
-
Replaces or adds a service.
- set(int, E) - Method in class org.restlet.util.WrapperList
-
Replaces the element at the specified position in this list with the
specified element.
- setAbstractType(boolean) - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Indicates if this type is abstract
- setAccept(List<MediaType>) - Method in class org.restlet.ext.atom.Collection
-
Sets the accepted media types.
- setAcceptedCharacterSets(List<Preference<CharacterSet>>) - Method in class org.restlet.data.ClientInfo
-
Sets the character set preferences.
- setAcceptedEncodings(List<Preference<Encoding>>) - Method in class org.restlet.data.ClientInfo
-
Sets the encoding preferences.
- setAcceptedLanguages(List<Preference<Language>>) - Method in class org.restlet.data.ClientInfo
-
Sets the language preferences.
- setAcceptedMediaTypes(List<Preference<MediaType>>) - Method in class org.restlet.data.ClientInfo
-
Sets the media type preferences.
- setAcceptingRanges(boolean) - Method in class org.restlet.data.ServerInfo
-
Indicates if the server accepts range requests for a resource, with the
"byte" range unit.
- setAccessRestricted(boolean) - Method in class org.restlet.data.CookieSetting
-
Indicates whether to restrict cookie access to untrusted parties.
- setAdapter(ClientAdapter) - Method in class org.restlet.engine.adapter.HttpClientHelper
-
Sets the adapter from uniform calls to HTTP calls.
- setAdapter(ServerAdapter) - Method in class org.restlet.engine.adapter.HttpServerHelper
-
Sets the adapter from HTTP calls to uniform calls.
- setAddress(String) - Method in class org.restlet.data.ClientInfo
-
Sets the client's IP address.
- setAddress(String) - Method in class org.restlet.data.ServerInfo
-
Sets the IP address which received the call.
- setAddress(String) - Method in class org.restlet.Server
-
Sets the optional listening IP address (local host used if null).
- setAge(int) - Method in class org.restlet.Response
-
Sets the estimated amount of time since a response was generated or
revalidated by the origin server.
- setAge(int) - Method in class org.restlet.util.WrapperResponse
-
- setAgent(String) - Method in class org.restlet.data.ClientInfo
-
Sets the agent name (ex: "Restlet-Framework/2.0").
- setAgent(String) - Method in class org.restlet.data.ServerInfo
-
Sets the agent name (ex: "Restlet-Framework/2.0").
- setAgent(String) - Method in class org.restlet.data.Warning
-
Sets the agent.
- setAgentAttributes(Map<String, String>) - Method in class org.restlet.data.ClientInfo
-
Sets a list of attributes taken from the name of the user agent.
- setAgentProducts(List<Product>) - Method in class org.restlet.data.ClientInfo
-
Sets the list of product tokens from the user agent name.
- setAlertInfo(Address) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setAlertInfo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the alternative ring tone for the UAS.
- setAlertInfo(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the alternative ring tone for the UAC.
- setAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the digest algorithm of provided secrets.
- setAlias(String) - Method in class org.restlet.ext.odata.internal.edm.Namespace
-
Sets the short alias for this namespace.
- setAllowedEventTypes(List<EventType>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setAllowedEventTypes(List<EventType>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the list of supported event packages.
- setAllowedEventTypes(List<EventType>) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the list of supported event packages.
- setAllowedMethods(Set<Method>) - Method in class org.restlet.resource.ServerResource
-
Sets the set of methods allowed on the requested resource.
- setAllowedMethods(Set<Method>) - Method in class org.restlet.Response
-
Sets the set of methods allowed on the requested resource.
- setAllowedMethods(Set<Method>) - Method in class org.restlet.util.WrapperResponse
-
- setAlphaComparator() - Method in class org.restlet.resource.Directory
-
- setAlphaNumComparator() - Method in class org.restlet.resource.Directory
-
- setAnnotated(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if annotations are supported.
- setAnonymousMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
-
Sets the modifiable list of methods authorized for anonymous users.
- setApplication(ApplicationInfo) - Method in class org.restlet.ext.wadl.WadlRepresentation
-
Sets the root element of the WADL document.
- setApplication(Application) - Method in class org.restlet.resource.Resource
-
Sets the parent application.
- setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Sets the parent application context
- setApplicationContext(ApplicationContext) - Method in class org.restlet.ext.spring.SpringBeanRouter
-
Sets the Spring application context.
- setAssociation(Association) - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
-
Sets the referenced schema's association.
- setAssociations(List<AssociationSet>) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Sets the list of associations.
- setAssociations(List<NavigationProperty>) - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Sets the list of associations.
- setAssociations(List<Association>) - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Sets the list of defined associations.
- setAttachment(String, Object) - Method in class org.restlet.ext.spring.SpringHost
-
Sets a route to attach.
- setAttachment(Router, String, Object) - Static method in class org.restlet.ext.spring.SpringRouter
-
Attach a single route.
- setAttachments(Map<String, String>) - Method in class org.restlet.ext.spring.SpringBeanRouter
-
Sets an explicit mapping of URI templates to bean IDs to use in addition
to the usual bean name mapping behavior.
- setAttachments(Map<String, Object>) - Method in class org.restlet.ext.spring.SpringHost
-
Sets the map of routes to attach.
- setAttachments(Router, Map<String, Object>) - Static method in class org.restlet.ext.spring.SpringRouter
-
Sets the map of routes to attach.
- setAttachments(Map<String, Object>) - Method in class org.restlet.ext.spring.SpringRouter
-
Sets the map of routes to attach.
- setAttribute(String, Object) - Method in class org.restlet.resource.ClientResource
-
Sets the request attribute value.
- setAttribute(String, Object) - Method in class org.restlet.resource.Resource
-
Sets the request or response attribute value.
- setAttribute(String, Object) - Method in class org.restlet.resource.ServerResource
-
Sets the response attribute value.
- setAttributes(Map<String, Object>) - Method in class org.restlet.Context
-
Sets the modifiable map of attributes.
- setAttributes(Map<String, Object>) - Method in class org.restlet.Message
-
Sets the modifiable map of attributes.
- setAuthenticated(boolean) - Method in class org.restlet.data.ClientInfo
-
Indicates if the identifier or principal has been authenticated.
- setAuthenticatedMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
-
Sets the modifiable list of methods authorized for authenticated users.
- setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.Response
-
Sets the authentication information sent by an origin server to a client
after a successful authentication attempt.
Note that when used with HTTP connectors, this property maps to the
"Authentication-Info" header.
- setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.util.WrapperResponse
-
- setAuthor(String) - Method in class org.restlet.Restlet
-
Sets the author(s).
- setAuthor(String) - Method in class org.restlet.util.WrapperRestlet
-
- setAuthority(String) - Method in class org.restlet.data.Reference
-
Sets the authority component for hierarchical identifiers.
- setAuthorizedRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
-
Sets the modifiable list of authorized roles.
- setAutoCommitting(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if the response should be automatically committed.
- setAutoCommitting(boolean) - Method in class org.restlet.Response
-
Indicates if the response should be automatically committed.
- setAutoCommitting(boolean) - Method in class org.restlet.util.WrapperResponse
-
- setAutoDeleting(boolean) - Method in class org.restlet.representation.FileRepresentation
-
Indicates if this file should be automatically deleted on release of the
representation.
- setAutoDescribing(boolean) - Method in class org.restlet.ext.wadl.WadlApplication
-
Indicates if the application should be automatically described via WADL
when an OPTIONS request handles a "*" target URI.
- setAutoDescribing(boolean) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Indicates if the resource should be automatically described via WADL when
an OPTIONS request is handled.
- setAvailable(boolean) - Method in class org.restlet.representation.Representation
-
Indicates if some fresh content is available.
- setAvailable(boolean) - Method in class org.restlet.util.WrapperRepresentation
-
- setAvailableSize(long) - Method in class org.restlet.engine.io.ReadableSizedChannel
-
Sets the remaining size that should be read from the source channel.
- setAvailableSize(long) - Method in class org.restlet.engine.io.ReadableSizedSelectionChannel
-
Sets the remaining size that should be read from the source channel.
- setBase(Reference) - Method in class org.restlet.ext.rdf.internal.turtle.Context
-
Sets the base reference.
- setBaseRef(Reference) - Method in class org.restlet.data.Reference
-
Sets the base reference for relative references.
- setBaseRef(String) - Method in class org.restlet.data.Reference
-
Sets the base reference for relative references.
- setBaseRef(Reference) - Method in class org.restlet.ext.wadl.ResourcesInfo
-
Sets the base URI for each child resource identifier.
- setBaseRef(Reference) - Method in class org.restlet.ext.wadl.WadlApplication
-
Sets the WADL base reference.
- setBaseReference(Reference) - Method in class org.restlet.ext.atom.Categories
-
Sets the base reference used to resolve relative references found within
the scope of the xml:base attribute.
- setBaseReference(Reference) - Method in class org.restlet.ext.atom.Collection
-
Sets the base reference used to resolve relative references found within
the scope of the xml:base attribute.
- setBaseReference(Reference) - Method in class org.restlet.ext.atom.Feed
-
Sets the base reference used to resolve relative references found within
the scope of the xml:base attribute.
- setBaseReference(String) - Method in class org.restlet.ext.atom.Feed
-
Sets the base URI used to resolve relative references found within the
scope of the xml:base attribute.
- setBaseReference(Reference) - Method in class org.restlet.ext.atom.Service
-
Sets the base reference used to resolve relative references found within
the scope of the xml:base attribute.
- setBaseReference(Reference) - Method in class org.restlet.ext.atom.Workspace
-
Sets the base reference used to resolve relative references found within
the scope of the xml:base attribute.
- setBaseType(ODataType) - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Sets the parent type this type inherits from.
- setBeanFactory(BeanFactory) - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Sets the parent bean factory.
- setBeanName(String) - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Sets the bean name.
- setBlob(boolean) - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Indicates if this type a blob, that is to say it represents binary data.
- setBlobValueEditRefProperty(Property) - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Sets the entity's member that stores the resource reference able to
update the blob value.
- setBlobValueRefProperty(Property) - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Sets the name of the entity property that stores the blob reference.
- setBuffer(byte[]) - Method in class org.restlet.engine.io.BufferingRepresentation
-
Sets the buffered content as an array of bytes.
- setBuffered(boolean) - Method in class org.restlet.engine.io.BufferingRepresentation
-
Indicates if the wrapped entity has been already buffered.
- setBuilderIndex(int) - Method in class org.restlet.engine.connector.InboundWay
-
Sets the line builder index.
- setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.Message
-
Sets the cache directives.
- setCalleeInfo(List<Address>) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the description of the current callee.
- setCallerInfo(List<Address>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setCallerInfo(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the description of the current caller.
- setCallId(String) - Method in class org.restlet.ext.sip.SipClientResource
-
Sets the identifier of the call.
- setCallId(String) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the identifier of the call.
- setCallId(String) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the identifier of the call.
- setCanceling(boolean) - Method in class org.restlet.util.SelectionRegistration
-
Sets interest in canceling the registration.
- setCategories(Categories) - Method in class org.restlet.ext.atom.Collection
-
Sets the categories.
- setCertificates(List<Certificate>) - Method in class org.restlet.data.ClientInfo
-
Sets the new client certificates.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.resource.ServerResource
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
-
Sets the authentication response sent by a client to an origin server.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.resource.ClientResource
-
Sets the authentication response sent by a client to an origin server.
- setChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.resource.ClientResource
-
Sets the authentication response sent by a client to an origin server
given a scheme, identifier and secret.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
-
Sets the authentication response sent by a client to an origin server.
- setChallengeScheme(ChallengeScheme) - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Sets the supported challenge scheme.
- setChannel(ReadableByteChannel) - Method in class org.restlet.representation.ReadableRepresentation
-
Sets the readable channel.
- setCharacterSet(CharacterSet) - Method in class org.restlet.representation.StringRepresentation
-
- setCharacterSet(CharacterSet) - Method in class org.restlet.representation.Variant
-
Sets the character set or null if not applicable.
Note that when used with HTTP connectors, this property maps to the
"Content-Type" header.
- setCharacterSet(CharacterSet) - Method in class org.restlet.util.WrapperRepresentation
-
- setCharacterSetParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the character set parameter name.
- setChild(Restlet) - Method in class org.restlet.engine.util.ChildContext
-
Sets the child.
- setChildResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
-
Sets the list of child resources.
- setChildRoles(List<Role>) - Method in class org.restlet.security.Role
-
Sets the modifiable list of child roles.
- setChunkState(ChunkState) - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Sets the chunk state.
- setCipherSuite(String) - Method in class org.restlet.data.ClientInfo
-
Sets the SSL Cipher Suite, if available and accessible.
- setClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
-
Sets the engine class loader.
- setClassLoader(ClassLoader) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Sets the classloader to use for JAXB annotated classes.
- setClient(Object) - Method in class org.restlet.ext.spring.SpringComponent
-
Adds a client to the list of connectors.
- setClientAddress(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the client address.
- setClientDispatcher(Restlet) - Method in class org.restlet.Context
-
Sets the client dispatcher.
- setClientDispatcher(Client) - Method in class org.restlet.ext.atom.Service
-
Sets the client HTTP dispatcher.
- setClientInfo(ClientInfo) - Method in class org.restlet.Request
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.resource.ClientResource
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.util.WrapperRequest
-
- setClientNonce(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the client nonce.
- setClientNonce(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the client nonce.
- setClientPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the client port.
- setClientProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
-
Sets the modifiable list of required client protocols.
- setClientRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
-
- setClients(ClientList) - Method in class org.restlet.Component
-
Sets the modifiable list of client connectors.
- setClientSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if client side authentication is supported.
- setClientsList(List<Object>) - Method in class org.restlet.ext.spring.SpringComponent
-
Sets the list of clients, either as protocol names, Protocol instances or
Client instances.
- setClientVersion(String) - Method in class org.restlet.ext.odata.Service
-
Sets the version of the OData protocol extensions defined in every
request issued by this service.
- setCoalescing(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser should be coalescing text.
- setCommandSequence(String) - Method in class org.restlet.ext.sip.SipClientResource
-
Sets the identifier of the command.
- setCommandSequence(String) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the identifier of the command.
- setCommandSequence(String) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the identifier of the command.
- setComment(String) - Method in class org.restlet.data.CookieSetting
-
Sets the comment for the user.
- setComment(String) - Method in class org.restlet.data.Product
-
Sets the facultative comment.
- setComment(String) - Method in class org.restlet.data.RecipientInfo
-
Sets the optional comment, typically the software agent name.
- setComment(String) - Method in class org.restlet.ext.sip.Availability
-
Sets additional information about the time of callback.
- setCommitted(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if the response has already been committed.
- setCommitted(boolean) - Method in class org.restlet.Response
-
Indicates if the response has already been committed.
- setCommitted(boolean) - Method in class org.restlet.util.WrapperResponse
-
- setComparator(Comparator<Reference>) - Method in class org.restlet.resource.Directory
-
Sets the reference comparator used to sort index pages.
- setComplexProperties(List<ComplexProperty>) - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Sets the list of complex properties.
- setComplexType(ComplexType) - Method in class org.restlet.ext.odata.internal.edm.ComplexProperty
-
Sets the type of the property.
- setComplexTypes(List<ComplexType>) - Method in class org.restlet.ext.odata.internal.edm.ComplexType
-
Sets the list of complex types this type inherits from.
- setComplexTypes(List<ComplexType>) - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Sets the list of defined complex types.
- setComponentHelper(ComponentHelper) - Method in class org.restlet.engine.component.ComponentContext
-
Sets the component helper.
- setConcurrent(boolean) - Method in class org.restlet.ext.odata.internal.edm.Property
-
Indicates if this property should be used for optimistic concurrency
checks.
- setConditional(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if conditional handling is enabled.
- setConditions(Conditions) - Method in class org.restlet.Request
-
Sets the conditions applying to this request.
- setConditions(Conditions) - Method in class org.restlet.resource.ClientResource
-
Sets the conditions applying to this request.
- setConditions(Conditions) - Method in class org.restlet.util.WrapperRequest
-
- setConfidential(boolean) - Method in class org.restlet.engine.adapter.Call
-
Indicates if the confidentiality of the call is ensured (ex: via SSL).
- setConfiguration(Configuration) - Method in class org.restlet.ext.freemarker.TemplateFilter
-
Sets the FreeMarker configuration.
- setConfiguration(Configuration) - Method in class org.restlet.ext.jaas.JaasVerifier
-
Sets the optional JAAS login configuration.
- setConnectorService(ConnectorService) - Method in class org.restlet.Application
-
Sets the connector service.
- setConnectTimeout(int) - Method in class org.restlet.Client
-
- setConnegService(ConnegService) - Method in class org.restlet.Application
-
Sets the content negotiation service.
- setContactEmail(String) - Method in class org.restlet.engine.application.StatusFilter
-
Sets the email address of the administrator to contact in case of error.
- setContactEmail(String) - Method in class org.restlet.service.StatusService
-
Sets the email address to contact in case of error.
- setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the data about the contacts.
- setContacts(List<ContactInfo>) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the data about the contact.
- setContainers(List<EntityContainer>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Sets the list of entity containers.
- setContent(Content) - Method in class org.restlet.ext.atom.Entry
-
Sets the content of the entry or links to it.
- setContent(Content) - Method in class org.restlet.ext.atom.Link
-
Sets the content of the entry or links to it.
- setContent(String) - Method in class org.restlet.ext.atom.Text
-
Sets the content.
- setContentHandler(ContentHandler) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Sets the content handler.
- setContext(Context) - Method in class org.restlet.Application
-
- setContext(Context) - Method in class org.restlet.Component
-
- setContext(Context) - Method in class org.restlet.engine.application.ApplicationHelper
-
Sets the context.
- setContext(Context) - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
-
Sets the parsing context.
- setContext(Context) - Method in class org.restlet.Restlet
-
Sets the context.
- setContext(Context) - Method in class org.restlet.routing.VirtualHost
-
- setContext(Context) - Method in class org.restlet.service.Service
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.ClientList
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.ServerList
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.ServiceList
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.WrapperRestlet
-
- setContextPath(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Sets the list of Java package names that contain schema derived class
and/or Java to schema (JAXB-annotated) mapped classes.
- setConverterService(ConverterService) - Method in class org.restlet.Application
-
Sets the converter service.
- setCookieName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the cookie name to use for the authentication credentials.
- setCookies(Series<Cookie>) - Method in class org.restlet.Request
-
Sets the modifiable series of cookies provided by the client.
- setCookies(Series<Cookie>) - Method in class org.restlet.resource.ClientResource
-
Sets the cookies provided by the client.
- setCookies(Series<Cookie>) - Method in class org.restlet.util.WrapperRequest
-
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.resource.ServerResource
-
Sets the cookie settings provided by the server.
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.Response
-
Sets the modifiable series of cookie settings provided by the server.
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.util.WrapperResponse
-
- setCorePoolSize(int) - Method in class org.restlet.service.TaskService
-
Sets the core pool size defining the maximum number of threads.
- setCreationDate(Date) - Method in class org.restlet.data.Disposition
-
Sets the creation date parameter.
- setCredentials(ChallengeResponse) - Method in class org.restlet.ext.odata.Service
-
Sets the credentials used to authenticate requests.
- setCurrent(Application) - Static method in class org.restlet.Application
-
Sets the context to associated with the current thread.
- setCurrent(Context) - Static method in class org.restlet.Context
-
Sets the context to associated with the current thread.
- setCurrent(Response) - Static method in class org.restlet.Response
-
Sets the response associated with the current thread.
- setCurrent(Integer) - Static method in class org.restlet.routing.VirtualHost
-
Sets the virtual host code associated with the current thread.
- setDataFormat(boolean) - Method in class org.restlet.ext.xml.XmlWriter
-
- setDataModel(Object) - Method in class org.restlet.ext.freemarker.TemplateFilter
-
Sets the template data model common to all calls.
- setDataModel(Object) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Sets the template's data model.
- setDataModel(Request, Response) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Sets the template's data model from a request/response pair.
- setDataModel(Resolver<Object>) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Sets the template's data model from a resolver.
- setDataModel(Map<String, Object>) - Method in class org.restlet.ext.velocity.TemplateRepresentation
-
Sets the template's data model.
- setDataModel(Request, Response) - Method in class org.restlet.ext.velocity.TemplateRepresentation
-
Sets the template's data model from a request/response pair.
- setDataModel(Resolver<Object>) - Method in class org.restlet.ext.velocity.TemplateRepresentation
-
Sets the template's data model from a resolver.
- setDatatypeRef(Reference) - Method in class org.restlet.ext.rdf.Literal
-
Sets the datatype reference.
- setDate(String, Date) - Method in class org.restlet.data.Disposition
-
Sets a Date parameter.
- setDate(Date) - Method in class org.restlet.data.Warning
-
Sets the warning date.
- setDate(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setDate(Date) - Method in class org.restlet.Message
-
Sets the date and time at which the message was originated.
- setDebugging(boolean) - Method in class org.restlet.service.LogService
-
Indicates if the debugging mode is enabled.
- setDecoderService(DecoderService) - Method in class org.restlet.Application
-
Sets the decoder service.
- setDecodingOnParse(boolean) - Method in class org.restlet.routing.Variable
-
Indicates if the parsed value must be decoded.
- setDeeplyAccessible(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if the sub-directories are deeply accessible (true by default).
- setDefaultAttachment(Object) - Method in class org.restlet.ext.spring.SpringHost
-
Sets the default route to attach.
- setDefaultAttachment(Object) - Method in class org.restlet.ext.spring.SpringRouter
-
Sets the default route to attach.
- setDefaultCharacterSet(CharacterSet) - Method in class org.restlet.service.MetadataService
-
Sets the default character set for local representations.
- setDefaultEncoding(Encoding) - Method in class org.restlet.service.MetadataService
-
Sets the default encoding for local representations.
- setDefaultEnroler(Enroler) - Method in class org.restlet.Context
-
Sets an enroler that can add the user roles based on authenticated user
principals.
- setDefaultEntityContainer(boolean) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Indicates if this container is the default one for a WCF data service.
- setDefaultHost(VirtualHost) - Method in class org.restlet.Component
-
Sets the default virtual host.
- setDefaultLanguage(Language) - Method in class org.restlet.service.MetadataService
-
Sets the default language for local representations.
- setDefaultLink(Link) - Method in class org.restlet.ext.rdf.Graph
-
Sets the default link that is used to complete new links.
- setDefaultMatchingMode(int) - Method in class org.restlet.routing.Router
-
Sets the default matching mode to use when selecting routes based on
URIs.
- setDefaultMatchingQuery(boolean) - Method in class org.restlet.routing.Router
-
Sets the default setting for whether the routing should be done on URIs
with or without taking into account query string.
- setDefaultMediaType(MediaType) - Method in class org.restlet.service.MetadataService
-
Sets the default media type for local representations.
- setDefaultRoute(Route) - Method in class org.restlet.routing.Router
-
Sets the default route tested if no other one was available.
- setDefaultTarget(Restlet) - Method in class org.restlet.ext.spring.SpringComponent
-
Attaches a target Restlet to the default host.
- setDefaultValue(String) - Method in class org.restlet.ext.odata.internal.edm.Property
-
Sets the default value.
- setDefaultValue(String) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the default value of this parameter.
- setDefaultValue(String) - Method in class org.restlet.routing.Variable
-
Sets the default value to use if the key couldn't be found in the model.
- setDefaultVariable(Variable) - Method in class org.restlet.routing.Template
-
Sets the variable to use, if no variable is given.
- setDefaultVerifier(Verifier) - Method in class org.restlet.Context
-
Sets a local verifier that can check the validity of user/secret couples
based on Restlet default authorization model.
- setDelay(int) - Method in class org.restlet.ext.sip.Availability
-
Sets the time the service is expected to be unavailable.
- setDescription(String) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Sets the description of this documented resource.
- setDescription(String) - Method in class org.restlet.Restlet
-
Sets the description.
- setDescription(String) - Method in class org.restlet.security.Group
-
Sets the description.
- setDescription(String) - Method in class org.restlet.security.Role
-
Sets the description.
- setDescription(String) - Method in class org.restlet.util.WrapperRestlet
-
- setDigest(Digest) - Method in class org.restlet.representation.Representation
-
Sets the representation digest.
Note that when used with HTTP connectors, this property maps to the
"Content-MD5" header.
- setDigest(Digest) - Method in class org.restlet.util.WrapperRepresentation
-
- setDigestAlgorithm(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets the digest algorithm.
- setDigestAuthenticator(DigestAuthenticator) - Method in class org.restlet.ext.crypto.internal.HttpDigestVerifier
-
Sets the associated digest authenticator.
- setDigestRef(Reference) - Method in class org.restlet.data.ChallengeResponse
-
Sets the digest URI reference.
- setDigit(boolean) - Method in class org.restlet.data.CacheDirective
-
Indicates if the directive is a digit value.
- setDimensions(Set<Dimension>) - Method in class org.restlet.resource.ServerResource
-
Sets the set of dimensions on which the response entity may vary.
- setDimensions(Set<Dimension>) - Method in class org.restlet.Response
-
Sets the set of dimensions on which the response entity may vary.
- setDimensions(Set<Dimension>) - Method in class org.restlet.util.WrapperResponse
-
- setDisabledCipherSuites(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the whitespace-separated list of disabled cipher suites.
- setDisabledProtocols(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the whitespace-separated list of disabled SSL protocols.
- setDisplayName(String) - Method in class org.restlet.ext.sip.Address
-
Sets the optional name displayed.
- setDisposition(Disposition) - Method in class org.restlet.representation.Representation
-
Sets the disposition characteristics of the representation.
- setDisposition(Disposition) - Method in class org.restlet.util.WrapperRepresentation
-
- setDocument(Document) - Method in class org.restlet.ext.xml.DomRepresentation
-
Sets the wrapped DOM document.
- setDocumentation(DocumentationInfo) - Method in class org.restlet.ext.wadl.DocumentedInfo
-
Set the list of documentation elements with a single element.
- setDocumentation(String) - Method in class org.restlet.ext.wadl.DocumentedInfo
-
Set the list of documentation elements with a single element.
- setDocumentations(List<DocumentationInfo>) - Method in class org.restlet.ext.wadl.DocumentedInfo
-
Sets the list of documentation elements.
- setDocumentLocator(Locator) - Method in class org.restlet.ext.atom.EntryReader
-
- setDocumentLocator(Locator) - Method in class org.restlet.ext.atom.FeedReader
-
- setDomain(String) - Method in class org.restlet.data.Cookie
-
Sets the domain name.
- setDomainRefs(List<Reference>) - Method in class org.restlet.data.ChallengeRequest
-
Sets the URI references that define the protection domains for the digest
authentication.
- setDomainRefs(List<Reference>) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the URI references that define the protection domains for the digest
authentication.
- setDomainUris(Collection<String>) - Method in class org.restlet.data.ChallengeRequest
-
Sets the URI references that define the protection domains for the digest
authentication.
- setDTDHandler(DTDHandler) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Sets the DTD handler.
- setDuration(int) - Method in class org.restlet.ext.sip.Availability
-
Sets the time the service will be available.
- setEmail(String) - Method in class org.restlet.ext.atom.Person
-
Sets the email address.
- setEmail(String) - Method in class org.restlet.security.User
-
Sets the email.
- setEnabled(boolean) - Method in class org.restlet.service.Service
-
Indicates if the service should be enabled.
- setEnabledCipherSuites(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the whitespace-separated list of enabled cipher suites.
- setEnabledProtocols(String[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the standard name of the protocols to use when creating the SSL
sockets or engines.
- setEncoderService(EncoderService) - Method in class org.restlet.Application
-
Sets the encoder service.
- setEncodingOnFormat(boolean) - Method in class org.restlet.routing.Variable
-
Indicates if the formatted value must be encoded.
- setEncodingParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the name of the parameter containing the accepted encoding.
- setEncodings(List<Encoding>) - Method in class org.restlet.representation.Variant
-
Sets the list of encodings applied to the entity-body.
Note that when used with HTTP connectors, this property maps to the
"Content-Encoding" header.
- setEncodings(List<Encoding>) - Method in class org.restlet.util.WrapperRepresentation
-
- setEncodingVariables(boolean) - Method in class org.restlet.routing.Template
-
Indicates if the variables must be encoded when formatting the template.
- setEncryptAlgorithm(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the algorithm used to encrypt the log info cookie value.
- setEncryptSecretKey(byte[]) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the secret key for the algorithm used to encrypt the log info cookie
value.
- setEndDetected(boolean) - Method in class org.restlet.engine.io.ReadableSizedChannel
-
Indicates if the end of the channel has been detected.
- setEndReached(boolean) - Method in class org.restlet.engine.io.ReadableBufferedChannel
-
Indicates if the end of the channel has been reached.
- setEnds(List<AssociationEnd>) - Method in class org.restlet.ext.odata.internal.edm.Association
-
Sets the list of entities linked by this association.
- setEnds(List<AssociationSetEnd>) - Method in class org.restlet.ext.odata.internal.edm.AssociationSet
-
Sets the list of entities implied in this association.
- setEnroler(Enroler) - Method in class org.restlet.security.Authenticator
-
Sets the enroler invoked upon successful authentication.
- setEnroler(Enroler) - Method in class org.restlet.security.Realm
-
Sets an enroler that can add the user roles based on user principals.
- setEntities(List<EntitySet>) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Sets the list of entities.
- setEntity(Representation) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setEntity(Representation) - Method in class org.restlet.Message
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.Message
-
Sets a textual entity.
- setEntity(Representation) - Method in class org.restlet.util.WrapperRequest
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.util.WrapperRequest
-
Sets a textual entity.
- setEntity(Representation) - Method in class org.restlet.util.WrapperResponse
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.util.WrapperResponse
-
Sets a textual entity.
- setEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if transient entities should be buffered after being received
or before being sent.
- setEntityChannel(ReadableByteChannel) - Method in class org.restlet.engine.connector.OutboundWay
-
Sets the entity as a NIO readable byte channel.
- setEntityChannelType(EntityType) - Method in class org.restlet.engine.connector.OutboundWay
-
Sets the type of the entity channel.
- setEntityRegistration(SelectionRegistration) - Method in class org.restlet.engine.connector.InboundWay
-
Sets the NIO selection registration of the entity.
- setEntityResolver(EntityResolver) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Sets the entity resolver.
- setEntityResolver(EntityResolver) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set the
EntityResolver
to use when resolving external entity
references encountered in this type of XML representations.
- setEntitySelectionKey(SelectionKey) - Method in class org.restlet.engine.connector.OutboundWay
-
Sets the entity's NIO selection key holding the link between the entity
to be written and the way.
- setEntitySet(EntitySet) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Sets the entity set returned by this function, if applicable.
- setEntityTypes(List<EntityType>) - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Sets the list of defined entity types.
- setEntries(List<Category>) - Method in class org.restlet.ext.atom.Categories
-
Sets the list of entries.
- setEphemeralPort(int) - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setEphemeralPort(int) - Method in class org.restlet.engine.ServerHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.ServerHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setErrorHandler(ErrorHandler) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Sets the error handler.
- setErrorHandler(ErrorHandler) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set the
ErrorHandler
to use when signaling SAX event exceptions.
- setErrorInfo(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the pointer to additional information about the error response.
- setErrorListener(ErrorListener) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the transformer's error listener.
- setEvent(Event) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setEvent(Event) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the description of an event notification.
- setEvent(Event) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the description of an event notification.
- setEventHandler(ValidationEventHandler) - Method in class org.restlet.ext.jaxb.internal.Unmarshaller
-
Sets the validation handler for this unmarshaller.
- setEventTemplates(List<String>) - Method in class org.restlet.ext.sip.EventType
-
Sets the list of event templates.
- setExisting(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if the identified resource exists.
- setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates if the parser will expand entity reference nodes.
- setExpandingEntityRefs(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will expand entity reference nodes.
- setExpectations(List<Expectation>) - Method in class org.restlet.data.ClientInfo
-
Sets the client expectations.
- setExpirationDate(Date) - Method in class org.restlet.representation.Representation
-
Sets the future date when this representation expire.
- setExpirationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
-
- setExpires(String) - Method in class org.restlet.ext.sip.ContactInfo
-
Sets the delay of expiration.
- setExpires(long) - Method in class org.restlet.ext.sip.Subscription
-
Sets the expiration delay in seconds.
- setExtended(EntityContainer) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Sets the container this container inherits from.
- setExtensions(String) - Method in class org.restlet.data.Reference
-
Sets the extensions for hierarchical identifiers.
- setExtensions(String[]) - Method in class org.restlet.data.Reference
-
Sets the extensions based on an array of extension tokens (without dots).
- setExtensionsTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled via the extensions.
- setExternalRef(Reference) - Method in class org.restlet.ext.atom.Content
-
Sets the reference to the external representation.
- setExternalType(MediaType) - Method in class org.restlet.ext.atom.Content
-
Sets the expected media type of the external content.
- setFeature(String, boolean) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Sets a feature.
- setFile(File) - Method in class org.restlet.representation.FileRepresentation
-
Sets the file handle.
- setFilename(String) - Method in class org.restlet.data.Disposition
-
Sets the value of the "filename" parameter.
- setFinderClass(Class<? extends Finder>) - Method in class org.restlet.Restlet
-
Sets the finder class to instantiate.
- setFindingInAncestors(boolean) - Method in class org.restlet.ext.spring.SpringBeanRouter
-
Sets if bean names will be searched for higher up in the BeanFactory
hierarchy.
- setFirst(T) - Method in class org.restlet.ext.rdf.Couple
-
Sets the first object.
- setFirst(T) - Method in class org.restlet.ext.rdf.Triple
-
Sets the first object.
- setFirst(T) - Method in class org.restlet.util.Couple
-
Deprecated.
Sets the first object.
- setFirst(T) - Method in class org.restlet.util.Triple
-
Deprecated.
Sets the first object.
- setFirstChallengeParameter(boolean) - Method in class org.restlet.engine.header.ChallengeWriter
-
Indicates if the first comma-separated value is written.
- setFirstInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the first inbound filter.
- setFirstName(String) - Method in class org.restlet.security.User
-
Sets the first name.
- setFirstOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the first outbound filter.
- setFixed(boolean) - Method in class org.restlet.ext.atom.Categories
-
Indicates if the list is fixed.
- setFixed(String) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the fixed value for the parameter.
- setFixed(boolean) - Method in class org.restlet.routing.Variable
-
Indicates if the value is fixed
- setFollowingRedirects(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if redirections are followed.
- setForbiddenRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
-
Sets the modifiable list of forbidden roles.
- setFormattedOutput(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates if the resulting XML data should be formatted with line breaks
and indentation.
- setForwardedAddresses(List<String>) - Method in class org.restlet.data.ClientInfo
-
Sets the list of forwarded IP addresses.
- setFragment(String) - Method in class org.restlet.data.Reference
-
Sets the fragment identifier.
- setFragment(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates whether or not document level events will be generated by the
Marshaller.
- setFrom(String) - Method in class org.restlet.data.ClientInfo
-
Sets the email address of the human user controlling the user agent.
- setFrom(Address) - Method in class org.restlet.ext.sip.SipClientResource
-
Sets the description of the request's initiator.
- setFrom(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the description of the request's initiator.
- setFrom(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the description of the request's initiator.
- setFromRole(AssociationEnd) - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
-
Sets the start entity of the association.
- setFunctionImports(List<FunctionImport>) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Sets the list of function imports.
- setGenerator(Generator) - Method in class org.restlet.ext.atom.Feed
-
Sets the agent used to generate a feed.
- setGenerator(Generator) - Method in class org.restlet.ext.atom.Source
-
Sets the agent used to generate a feed.
- setGetterAccess(String) - Method in class org.restlet.ext.odata.internal.edm.Property
-
Sets the access level modifier of the getter method.
- setGrammars(GrammarsInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Sets the grammars element.
- setGraph(Graph) - Method in class org.restlet.ext.rdf.RdfRepresentation
-
Sets the graph of links.
- setHandled(boolean) - Method in class org.restlet.ext.sip.SipRequest
-
Indicates that the request has been handled, typically after receiving a
final response.
- setHeaderIndex(int) - Method in class org.restlet.engine.connector.OutboundWay
-
Sets the header index.
- setHeaders(Series<Header>) - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- setHeaders(Series<Header>) - Method in interface org.restlet.engine.connector.InboundRequest
-
Put the headers in the request's attributes map.
- setHeaders(Series<Header>) - Method in class org.restlet.engine.connector.Way
-
Sets the response headers to be written.
- setHeaders(Series<Header>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
Put the headers in the request's attributes map.
- setHeadersTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the method can be tunneled via the header.
- setHeaderTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
- setHelped(T) - Method in class org.restlet.engine.RestletHelper
-
Sets the helped Restlet.
- setHomeRef(Reference) - Method in class org.restlet.engine.application.StatusFilter
-
Sets the home URI to propose in case of error.
- setHomeRef(Reference) - Method in class org.restlet.service.StatusService
-
Sets the home URI to propose in case of error.
- setHostDomain(String) - Method in class org.restlet.data.Reference
-
Sets the host domain component for server based hierarchical identifiers.
- setHostDomain(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the host domain name.
- setHostDomain(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the hostRef host domain to match.
- setHostPort(Integer) - Method in class org.restlet.data.Reference
-
Sets the optional port number for server based hierarchical identifiers.
- setHostPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the host port.
- setHostPort(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the hostRef host port to match.
- setHostRef(Reference) - Method in class org.restlet.Request
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.Request
-
Sets the host reference using an URI string.
- setHostRef(Reference) - Method in class org.restlet.resource.ClientResource
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.resource.ClientResource
-
Sets the host reference using an URI string.
- setHostRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.util.WrapperRequest
-
Sets the host reference using an URI string.
- setHosts(List<VirtualHost>) - Method in class org.restlet.Component
-
Sets the modifiable list of virtual hosts.
- setHostScheme(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the hostRef scheme to match.
- setHours(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setHref(Reference) - Method in class org.restlet.ext.atom.Collection
-
Sets the hypertext reference.
- setHref(Reference) - Method in class org.restlet.ext.atom.Link
-
Sets the link's IRI.
- setHrefLang(Language) - Method in class org.restlet.ext.atom.Link
-
Sets the language of the resource pointed to by the href attribute.
- setIcon(Reference) - Method in class org.restlet.ext.atom.Feed
-
Sets the image that provides iconic visual identification for a feed.
- setIcon(Reference) - Method in class org.restlet.ext.atom.Source
-
Sets the image that provides iconic visual identification for a feed.
- setId(String) - Method in class org.restlet.ext.atom.Entry
-
Sets the permanent, universally unique identifier for the entry.
- setId(String) - Method in class org.restlet.ext.atom.Feed
-
Sets the permanent, universally unique identifier for the feed.
- setId(String) - Method in class org.restlet.ext.atom.Source
-
Sets the permanent, universally unique identifier for the entry.
- setId(String) - Method in class org.restlet.ext.sip.Event
-
Sets the event identifier.
- setIdentifier(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the user identifier, such as a login name or an access key.
- setIdentifier(String) - Method in class org.restlet.data.Reference
-
Sets the absolute resource identifier.
- setIdentifier(Reference) - Method in class org.restlet.data.ReferenceList
-
Sets the list reference.
- setIdentifier(String) - Method in class org.restlet.data.ReferenceList
-
Sets the list reference.
- setIdentifier(String) - Method in class org.restlet.ext.wadl.MethodInfo
-
Sets the identifier for the method.
- setIdentifier(String) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the identifier of this parameter element.
- setIdentifier(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Sets the identifier for that element.
- setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceInfo
-
Sets the identifier for that element.
- setIdentifier(String) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
-
Sets the identifier for that element.
- setIdentifier(String) - Method in class org.restlet.security.Authorizer
-
Sets the identifier unique within an application.
- setIdentifier(String) - Method in class org.restlet.security.User
-
Sets the identifier.
- setIdentifierFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the HTML login form field containing the identifier.
- setIdentityCheck(boolean) - Method in class org.restlet.service.LogService
-
Indicates if the identity check (as specified by RFC1413) is enabled.
- setIdleConnectionReaper(HttpIdleConnectionReaper) - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
Sets the idle connections reaper.
- setIgnoringComments(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will ignore comments.
- setIgnoringExtraWhitespaces(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if the parser will ignore extra white spaces in element
content.
- setInboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
-
Sets the next Restlet after the inbound chain.
- setInboundRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
-
Sets the inbound root Resource class.
- setInboundRoot(Restlet) - Method in class org.restlet.Application
-
Sets the inbound root Restlet.
- setIncludes(List<IncludeInfo>) - Method in class org.restlet.ext.wadl.GrammarsInfo
-
Sets the list of include elements.
- setIndenting(boolean) - Method in class org.restlet.ext.xml.DomRepresentation
-
Indicates if the XML serialization should be indented.
- setIndentStep(int) - Method in class org.restlet.ext.xml.XmlWriter
-
Set the current indent step.
- setIndex(long) - Method in class org.restlet.data.Range
-
Sets the index from which to start the range.
- setIndexName(String) - Method in class org.restlet.resource.Directory
-
Sets the index name, without extensions.
- setInheritingRoles(boolean) - Method in class org.restlet.security.Group
-
Indicates if the roles of the parent group should be inherited.
- setInlineContent(Representation) - Method in class org.restlet.ext.atom.Content
-
Sets the representation for inline content.
- setInputScore(float) - Method in class org.restlet.engine.resource.VariantInfo
-
Sets the affinity between this variant and an incoming representation.
- setInReplyTo(List<String>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setInReplyTo(List<String>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the list of references to call-ids.
- setInstance(Engine) - Static method in class org.restlet.engine.Engine
-
- setInterceptingLogin(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the login requests should be intercepted.
- setInterceptingLogout(boolean) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Indicates if the logout requests should be intercepted.
- setInterestOperations(int) - Method in class org.restlet.util.SelectionRegistration
-
Sets the IO operations interest.
- setInternalRouter(Router) - Method in class org.restlet.Component
-
Sets the private internal router were Restlets like Applications can be
attached.
- setIoState(IoState) - Method in class org.restlet.engine.connector.Way
-
Sets the IO state.
- setJsonDriverClass(Class<? extends HierarchicalStreamDriver>) - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Sets the XStream JSON driver class.
- setKeyManagerAlgorithm(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the KeyManager algorithm.
- setKeys(List<Property>) - Method in class org.restlet.ext.odata.internal.edm.EntityType
-
Sets the "keys" property.
- setKeyStoreKeyPassword(char[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the password of the key in the keystore.
- setKeyStoreKeyPassword(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the password of the key in the keystore.
- setKeyStorePassword(char[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the keystore password.
- setKeyStorePassword(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the keystore password.
- setKeyStorePath(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the path to the keystore file.
- setKeyStoreProvider(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the name of the keystore provider.
- setKeyStoreType(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the KeyStore type of the keystore.
- setLabel(String) - Method in class org.restlet.ext.atom.Category
-
Sets the label.
- setLanguage(String) - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
-
- setLanguage(Language) - Method in class org.restlet.ext.rdf.Literal
-
Sets the language.
- setLanguage(Language) - Method in class org.restlet.ext.wadl.DocumentationInfo
-
The language of that documentation element.
- setLanguageParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the name of the parameter containing the accepted language.
- setLanguages(List<Language>) - Method in class org.restlet.representation.Variant
-
Sets the list of languages.
Note that when used with HTTP connectors, this property maps to the
"Content-Language" header.
- setLanguages(List<Language>) - Method in class org.restlet.util.WrapperRepresentation
-
- setLastInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the last inbound filter.
- setLastName(String) - Method in class org.restlet.security.User
-
Sets the last name.
- setLastOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the last outbound filter.
- setLastSegment(String) - Method in class org.restlet.data.Reference
-
Sets the last segment of the path.
- setLatestRequest(Request) - Method in class org.restlet.ext.odata.Service
-
Sets the latest request sent to the service.
- setLatestResponse(Response) - Method in class org.restlet.ext.odata.Service
-
Sets the response to the latest request.
- setLength(long) - Method in class org.restlet.ext.atom.Link
-
Sets the advisory length of the linked content in octets.
- setLineBuilderState(BufferState) - Method in class org.restlet.engine.connector.Way
-
Sets the line builder state.
- setLineBuilderState(BufferState) - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Sets the line builder state.
- setLink(Object, String, Object) - Method in class org.restlet.ext.odata.Service
-
Sets the association between the source and the target entity via the
given property name.
- setLink(LinkInfo) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the link element.
- setListener(ReadingListener) - Method in class org.restlet.representation.Representation
-
Sets a listener for NIO read events.
- setListingAllowed(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if the display of directory listings is allowed when no index
file is found.
- setLocalSecrets(Map<String, char[]>) - Method in class org.restlet.security.MapVerifier
-
Sets the modifiable map of local secrets.
- setLocationRef(Reference) - Method in class org.restlet.representation.Variant
-
Sets the optional identifier.
- setLocationRef(String) - Method in class org.restlet.representation.Variant
-
Sets the identifier from a URI string.
Note that when used with HTTP connectors, this property maps to the
"Content-Location" header.
- setLocationRef(Reference) - Method in class org.restlet.resource.ServerResource
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(String) - Method in class org.restlet.resource.ServerResource
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(Reference) - Method in class org.restlet.Response
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(String) - Method in class org.restlet.Response
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(Reference) - Method in class org.restlet.util.WrapperRepresentation
-
- setLocationRef(String) - Method in class org.restlet.util.WrapperRepresentation
-
- setLocationRef(Reference) - Method in class org.restlet.util.WrapperResponse
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(String) - Method in class org.restlet.util.WrapperResponse
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLogFormat(String) - Method in class org.restlet.service.LogService
-
- setLogFormatter(Class<? extends Formatter>) - Static method in class org.restlet.engine.Engine
-
Sets the general log formatter.
- setLoggable(boolean) - Method in class org.restlet.Request
-
Indicates if the call is loggable
- setLoggable(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if the call is loggable
- setLoggableTemplate(String) - Method in class org.restlet.service.LogService
-
Sets the URI template of loggable resource references.
- setLoggableTemplate(Template) - Method in class org.restlet.service.LogService
-
Sets the URI template of loggable resource references.
- setLogger(Logger) - Method in class org.restlet.Context
-
Sets the logger.
- setLogger(String) - Method in class org.restlet.Context
-
Sets the logger.
- setLogger(Logger) - Method in class org.restlet.routing.Template
-
Sets the logger to use.
- setLoggerFacade(LoggerFacade) - Method in class org.restlet.engine.Engine
-
Sets the logger facade to use.
- setLoggerName(String) - Method in class org.restlet.service.LogService
-
Sets the name of the JDK's logger to use when logging access calls.
- setLoginFormPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the URI path of the HTML login form to use to challenge the user.
- setLoginPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the login URI path to intercept.
- setLogLevel(Level) - Static method in class org.restlet.engine.Engine
-
Sets the general log level.
- setLogo(Reference) - Method in class org.restlet.ext.atom.Feed
-
Sets the image that provides visual identification for a feed.
- setLogo(Reference) - Method in class org.restlet.ext.atom.Source
-
Sets the image that provides visual identification for a feed.
- setLogoutPath(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the logout URI path to intercept.
- setLogPropertiesRef(Reference) - Method in class org.restlet.service.LogService
-
Sets the URI reference of the log properties.
- setLogPropertiesRef(String) - Method in class org.restlet.service.LogService
-
Sets the URI reference of the log properties.
- setLogService(LogService) - Method in class org.restlet.Component
-
Sets the global log service.
- setMailboxChallengeScheme(ChallengeScheme) - Method in class org.restlet.ext.javamail.TriggerResource
-
Sets the scheme of the mailbox challenge.
- setMailboxLogin(String) - Method in class org.restlet.ext.javamail.TriggerResource
-
Sets the login for the mailbox access.
- setMailboxPassword(String) - Method in class org.restlet.ext.javamail.TriggerResource
-
Sets the password for the mailbox access.
- setMailboxUri(String) - Method in class org.restlet.ext.javamail.TriggerResource
-
Sets the URI of the mailbox.
- setMailUriTemplate(String) - Method in class org.restlet.ext.javamail.TriggerResource
-
Sets the URI template for the target.
- setMatch(List<Tag>) - Method in class org.restlet.data.Conditions
-
Sets the modifiable list of tags that must be matched.
Note that when used with HTTP connectors, this property maps to the
"If-Match" header.
- setMatchingMode(int) - Method in class org.restlet.routing.Template
-
Sets the matching mode to use when parsing a formatted reference.
- setMatchingMode(int) - Method in class org.restlet.routing.TemplateRoute
-
Sets the matching mode to use on the template when parsing a formatted
reference.
- setMatchingQuery(boolean) - Method in class org.restlet.routing.TemplateRoute
-
Sets whether the matching should be done on the URI with or without query
string.
- setMaxAge(int) - Method in class org.restlet.data.CookieSetting
-
Sets the maximum age in seconds.
- setMaxAttempts(int) - Method in class org.restlet.routing.Router
-
Sets the maximum number of attempts if no attachment could be matched on
the first attempt.
- setMaxClientVersion(String) - Method in class org.restlet.ext.odata.Service
-
Sets the maximum version of the OData protocol extensions the client can
accept in a response.
- setMaxCookieAge(int) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the maximum age of the log info cookie.
- setMaxForwards(int) - Method in class org.restlet.Request
-
Sets the maximum number of intermediaries.
- setMaxForwards(int) - Method in class org.restlet.util.WrapperRequest
-
- setMaxLength(int) - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Sets the maximum length of the parameter value.
- setMaxRedirects(int) - Method in class org.restlet.resource.ClientResource
-
Sets the maximum number of redirections that can be automatically
followed for a single call.
- setMaxRequestAge(long) - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Sets the maximum age of a request, in milliseconds, before it is
considered stale.
- setMaxRequestAge(long) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
-
Sets the maximum age of a request, in milliseconds, before it is
considered stale.
- setMaxServerNonceAge(long) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the number of milliseconds between each mandatory nonce refresh.
- setMediaType(MediaType) - Method in class org.restlet.ext.odata.internal.edm.Property
-
Sets the media type stored in the content.
- setMediaType(MediaType) - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Sets the media type of that element.
- setMediaType(MediaType) - Method in class org.restlet.representation.Variant
-
Sets the media type.
Note that when used with HTTP connectors, this property maps to the
"Content-Type" header.
- setMediaType(MediaType) - Method in class org.restlet.util.WrapperRepresentation
-
- setMediaTypeParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the name of the parameter containing the accepted media type.
- setMemberGroups(List<Group>) - Method in class org.restlet.security.Group
-
Sets the modifiable list of member groups.
- setMemberUsers(List<User>) - Method in class org.restlet.security.Group
-
Sets the modifiable list of member user references.
- setMessage(Response) - Method in class org.restlet.engine.connector.Way
-
Sets the current message processed.
- setMessageState(MessageState) - Method in class org.restlet.engine.connector.Way
-
Sets the message state.
- setMetadata(T) - Method in class org.restlet.data.Preference
-
Sets the metadata associated with this preference.
- setMetadata(Metadata) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Sets the metadata.
- setMetadataService(MetadataService) - Method in class org.restlet.Application
-
Sets the metadata service.
- setMethod(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the request method.
- setMethod(Method) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Sets the method used to invoke this function.
- setMethod(Method) - Method in class org.restlet.Request
-
Sets the method called.
- setMethod(Method) - Method in class org.restlet.resource.ClientResource
-
Sets the method called.
- setMethod(Method) - Method in class org.restlet.util.WrapperRequest
-
Sets the method called.
- setMethodAccess(String) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Sets the method access of this function (defined in the CSDL, but not
described).
- setMethodHeader(String) - Method in class org.restlet.service.TunnelService
-
Sets the name of the header containing the method name.
- setMethodParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the method parameter name.
- setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Sets the list of documentation elements.
- setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
-
Sets the list of supported methods.
- setMethods(List<MethodInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
-
Sets the list of supported methods.
- setMethodTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the method name can be tunneled.
- setMimeVersion(String) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the version of the MIME protocol used to construct the message.
- setMimeVersion(String) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the version of the MIME protocol used to construct the message.
- setMinExpires(String) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the minimum refresh interval supported for soft-state elements.
- setMinimumSize(long) - Method in class org.restlet.service.EncoderService
-
Sets the minimum size a representation must have before compression is
done.
- setMinutes(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setMixedContent(Node) - Method in class org.restlet.ext.wadl.DocumentationInfo
-
Sets the mixed content of that element.
- setMode(String) - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Sets the mode of the parameter.
- setMode(int) - Method in class org.restlet.ext.xml.Transformer
-
Sets the transformation mode.
- setMode(int) - Method in class org.restlet.routing.Redirector
-
Sets the redirection mode.
- setModifiable(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if modifications to local resources are allowed.
- setModificationDate(Date) - Method in class org.restlet.data.Disposition
-
Sets the modification date parameter.
- setModificationDate(Date) - Method in class org.restlet.representation.RepresentationInfo
-
Sets the last date when this representation was modified.
- setModificationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
-
- setModifiedSince(Date) - Method in class org.restlet.data.Conditions
-
Sets the condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Modified-Since" header.
- setMonth(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setMultiAuthenticating(boolean) - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator should attempt to authenticate an already
authenticated client.
- setMultiLines(boolean) - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
-
- setMultipart(boolean) - Method in class org.restlet.ext.html.FormDataSet
-
Indicates if the form is multipart encoded.
- setMultipartBoundary(String) - Method in class org.restlet.ext.html.FormDataSet
-
Sets the boundary separating multipart entries.
- setMultiplicity(String) - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
-
Sets the cardinality of the relation.
- setName(String) - Method in class org.restlet.data.CacheDirective
-
Sets the name.
- setName(String) - Method in class org.restlet.data.Cookie
-
Sets the name.
- setName(String) - Method in class org.restlet.data.Expectation
-
Sets the name.
- setName(String) - Method in class org.restlet.data.Parameter
-
- setName(String) - Method in class org.restlet.data.Product
-
Sets the product name.
- setName(String) - Method in class org.restlet.data.RecipientInfo
-
Sets the host name and port number or a pseudonym.
- setName(String) - Method in class org.restlet.engine.header.Header
-
Sets the name.
- setName(String) - Method in class org.restlet.ext.atom.Generator
-
Sets the human-readable name for the generating agent.
- setName(String) - Method in class org.restlet.ext.atom.Person
-
Sets the human-readable name.
- setName(String) - Method in class org.restlet.ext.html.FormData
-
Sets the name of the associated form control.
- setName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
-
Sets the JAAS login context name.
- setName(Method) - Method in class org.restlet.ext.wadl.MethodInfo
-
Sets the name of the method.
- setName(String) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the name of this element.
- setName(String) - Method in class org.restlet.ext.wadl.WadlServerResource
-
Sets the name of this documented resource.
- setName(String) - Method in class org.restlet.Restlet
-
Sets the display name.
- setName(String) - Method in class org.restlet.security.Group
-
Sets the display name.
- setName(String) - Method in class org.restlet.security.Realm
-
Sets the name.
- setName(String) - Method in class org.restlet.security.Role
-
Sets the name.
- setName(String) - Method in class org.restlet.util.WrapperRestlet
-
- setNamespace(Namespace) - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Sets the namespace of this schema.
- setNamespaceAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates if processing is namespace aware.
- setNamespaces(Map<String, String>) - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Sets the map of namespaces used in the WADL document.
- setNamespaces(Map<String, String>) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Sets the map of namespaces.
- setNeedClientAuthentication(boolean) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Indicates if we require client certificate authentication.
- setNegotiated(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if content negotiation of response entities is enabled.
- setNegotiatingContent(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if the best content is automatically negotiated.
- setNext(Client) - Method in class org.restlet.engine.component.ClientRoute
-
Sets the next client.
- setNext(VirtualHost) - Method in class org.restlet.engine.component.HostRoute
-
Sets the next virtual host.
- setNext(Restlet) - Method in class org.restlet.ext.servlet.ServletAdapter
-
Sets the next Restlet.
- setNext(Uniform) - Method in class org.restlet.resource.ClientResource
-
Sets the next handler such as a Restlet or a Filter.
- setNext(Class<? extends ServerResource>) - Method in class org.restlet.routing.Filter
-
- setNext(Restlet) - Method in class org.restlet.routing.Filter
-
Sets the next Restlet.
- setNext(Class<? extends ServerResource>) - Method in class org.restlet.Server
-
Sets the next Restlet as a Finder for a given resource class.
- setNext(Restlet) - Method in class org.restlet.Server
-
Sets the next Restlet.
- setNext(Class<? extends ServerResource>) - Method in class org.restlet.util.ServerList
-
- setNext(Restlet) - Method in class org.restlet.util.ServerList
-
Sets the next Restlet.
- setNextServerNonce(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the next server nonce.
- setNoInterest() - Method in class org.restlet.util.SelectionRegistration
-
Sets interest in no IO operations.
- setNoNamespaceSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Sets the "xsi:noNamespaceSchemaLocation" attribute in the generated XML
data.
- setNonceCount(int) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the nonce-count value.
- setNoneMatch(List<Tag>) - Method in class org.restlet.data.Conditions
-
Sets the modifiable list of tags that mustn't match.
- setNullable(boolean) - Method in class org.restlet.ext.odata.internal.edm.Property
-
Sets true if this property is not mandatory.
- setObject(T) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the object to format.
- setObject(T) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Sets the wrapped Java object.
- setObject(T) - Method in class org.restlet.ext.jibx.JibxRepresentation
-
Sets the wrapped Java object.
- setObject(T) - Method in class org.restlet.representation.ObjectRepresentation
-
Sets the represented object.
- setObjectClass(Class<T>) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the object class to instantiate.
- setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonConverter
-
Sets the Jackson object mapper.
- setObjectMapper(ObjectMapper) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the Jackson object mapper.
- setOnError(Uniform) - Method in class org.restlet.Message
-
Sets the callback invoked when an error occurs when sending the message.
- setOnResponse(Uniform) - Method in class org.restlet.Request
-
Sets the callback invoked on response reception.
- setOnResponse(Uniform) - Method in class org.restlet.resource.ClientResource
-
Sets the callback invoked on response reception.
- setOnResponse(Uniform) - Method in class org.restlet.util.WrapperRequest
-
- setOnSent(Uniform) - Method in class org.restlet.Message
-
Sets the callback invoked after sending the message.
- setOnSent(Uniform) - Method in class org.restlet.resource.ClientResource
-
Sets the callback invoked after sending the request.
- setOnSent(Uniform) - Method in class org.restlet.resource.ServerResource
-
Sets the callback invoked after sending the response.
- setOpaque(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets an opaque string of data which should be returned by the client
unchanged.
- setOptional(boolean) - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator is not required to succeed.
- setOptions(List<OptionInfo>) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the list of option elements for that element.
- setOrganization(String) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the name of the organization to which the SIP element issuing the
message belongs.
- setOrganization(String) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the name of the organization to which the SIP element issuing the
message belongs.
- setOriginalRef(Reference) - Method in class org.restlet.Request
-
Sets the original reference requested by the client.
- setOriginalRef(Reference) - Method in class org.restlet.resource.ClientResource
-
Sets the original reference requested by the client.
- setOriginalRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
- setOutboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
-
Sets the next Restlet after the outbound chain.
- setOutboundRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
-
Sets the outbound root Resource class.
- setOutboundRoot(Restlet) - Method in class org.restlet.Application
-
Sets the outbound root Restlet.
- setOutput(Writer) - Method in class org.restlet.ext.xml.XmlWriter
-
Set a new output destination for the document.
- setOutputProperties(Map<String, String>) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the modifiable map of JAXP transformer output properties.
- setOverloaded(boolean) - Method in class org.restlet.engine.connector.Controller
-
Indicates if the controller is overloaded.
- setOverwriting(boolean) - Method in class org.restlet.engine.application.StatusFilter
-
Indicates if existing representations should be overwritten.
- setOverwriting(boolean) - Method in class org.restlet.service.StatusService
-
Indicates if an existing entity should be overwritten.
- setOwner(String) - Method in class org.restlet.Restlet
-
Sets the owner(s).
- setOwner(String) - Method in class org.restlet.util.WrapperRestlet
-
- setPackage(String) - Method in class org.restlet.ext.sip.EventType
-
Sets the package name.
- setParameters(Series<Parameter>) - Method in class org.restlet.Context
-
Sets the modifiable series of parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.data.ChallengeMessage
-
Sets the parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.data.Disposition
-
Sets the list of disposition parameters.
- setParameters(List<Parameter>) - Method in class org.restlet.data.Expectation
-
Sets the list of parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.data.Preference
-
Sets the modifiable list of parameters.
- setParameters(List<Parameter>) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Sets the list of parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Address
-
Sets the list of generic parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Availability
-
Sets the list of other parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Event
-
Sets the event parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Sets the list of recipient info parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.ext.sip.Subscription
-
Sets the subscription parameters.
- setParameters(Properties) - Method in class org.restlet.ext.spring.SpringServer
-
Sets parameters on the server.
- setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Sets the list of parameters.
- setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
-
Sets the list of parameters.
- setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceInfo
-
Sets the list of parameters.
- setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResourceTypeInfo
-
Sets the list of parameters.
- setParameters(List<ParameterInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
-
Sets the list of parameters.
- setParameters(Map<String, Object>) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the JAXP transformer parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.security.Realm
-
Sets the modifiable series of parameters.
- setPath(String) - Method in class org.restlet.data.Cookie
-
Sets the validity path.
- setPath(String) - Method in class org.restlet.data.Reference
-
Sets the path component for hierarchical identifiers.
- setPath(String) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the path to the value of this parameter (within a parent
representation).
- setPath(String) - Method in class org.restlet.ext.wadl.ResourceInfo
-
Sets the URI template for the identifier of the resource.
- setPattern(String) - Method in class org.restlet.routing.Template
-
Sets the pattern to use for formatting or parsing.
- setPeerAddress(InetSocketAddress) - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Sets the peer address.
- setPersistent(boolean) - Method in class org.restlet.engine.connector.Connection
-
Indicates if the connection should be persisted across calls.
- setPipelining(boolean) - Method in class org.restlet.engine.connector.Connection
-
Indicates if idempotent sequences of requests can be pipelined.
- setPort(int) - Method in class org.restlet.data.ClientInfo
-
Sets the port number which sent the call.
- setPort(int) - Method in class org.restlet.data.ServerInfo
-
Sets the port number which received the call.
- setPort(int) - Method in class org.restlet.Server
-
Sets the listening port if specified.
- setPrecision(int) - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Sets the precision of the parameter value.
- setPreferencesTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled via the query
parameters.
- setPrefix(String, String) - Method in class org.restlet.ext.xml.XmlWriter
-
Specify a preferred prefix for a Namespace URI.
- setPrincipals(List<Principal>) - Method in class org.restlet.data.ClientInfo
-
Sets the additional client principals.
- setPriority(Priority) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setPriority(Priority) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the urgency of the request as perceived by the client.
- setProfiles(List<Reference>) - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Sets the list of locations of one or more meta data profiles.
- setProperties(List<Property>) - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Sets the list of properties.
- setProperty(Object, Property, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Sets a property on an entity based on its name.
- setProperty(Object, String, boolean, Iterator<?>, Class<?>) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Sets a property on an entity based on its name.
- setProperty(Object, String, String) - Static method in class org.restlet.ext.odata.internal.reflect.ReflectUtils
-
Sets a property on an entity based on its name.
- setProperty(String, Object) - Method in class org.restlet.ext.xml.internal.AbstractXmlReader
-
Sets a property.
- setProtocol(Protocol) - Method in class org.restlet.data.RecipientInfo
-
Sets the protocol used to communicate with the recipient.
- setProtocol(Protocol) - Method in class org.restlet.data.Reference
-
Sets the scheme component based on this protocol.
- setProtocol(Protocol) - Method in class org.restlet.engine.adapter.Call
-
Sets the exact protocol used (HTTP or HTTPS).
- setProtocol(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the secure socket protocol name, "TLS" by default.
- setProtocol(Protocol) - Method in class org.restlet.Request
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.resource.ClientResource
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.util.WrapperRequest
-
- setProtocols(List<Protocol>) - Method in class org.restlet.Connector
-
Sets the list of protocols simultaneously supported.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.resource.ServerResource
-
Sets the list of proxy authentication requests sent by an origin server
to a client.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
-
Sets the modifiable list of authentication requests sent by a proxy to a
client.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
-
Sets the list of authentication requests sent by a proxy to a client.
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
-
Sets the authentication response sent by a client to a proxy.
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.resource.ClientResource
-
Sets the proxy authentication response sent by a client to an origin
server.
- setProxyChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.resource.ClientResource
-
Sets the proxy authentication response sent by a client to an origin
server given a scheme, identifier and secret.
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
-
Sets the authentication response sent by a client to a proxy.
- setProxyRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setProxyRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the proxy-sensitive features that the proxy must support.
- setPublished(Date) - Method in class org.restlet.ext.atom.Entry
-
Sets the moment associated with an event early in the life cycle of the
entry.
- setQuality(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the quality of protection.
- setQuality(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the chosen quality of protection.
- setQuality(float) - Method in class org.restlet.data.Preference
-
Sets the quality/preference level.
- setQuality(float) - Method in class org.restlet.ext.sip.ContactInfo
-
Sets the quality/preference level.
- setQualityOptions(List<String>) - Method in class org.restlet.data.ChallengeRequest
-
Sets the available options for quality of protection.
- setQuery(String) - Method in class org.restlet.data.Reference
-
Sets the query component for hierarchical identifiers.
- setQuery(String) - Method in class org.restlet.ext.odata.Query
-
Sets the query string of the request.
- setQueryTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the method and client preferences can be tunneled via query
parameters.
- setQueryType(MediaType) - Method in class org.restlet.ext.wadl.ResourceInfo
-
Sets the media type for the query component of the resource URI.
- setQueryValue(String, String) - Method in class org.restlet.resource.Resource
-
Sets the query value for the named parameter.
- setRange(Range) - Method in class org.restlet.engine.application.RangeRepresentation
-
Sets the range specific to this wrapper.
- setRange(Range) - Method in class org.restlet.representation.Representation
-
Sets the range where in the full content the partial content available
should be applied.
Note that when used with HTTP connectors, this property maps to the
"Content-Range" header.
- setRange(Range) - Method in class org.restlet.util.WrapperRepresentation
-
- setRangeDate(Date) - Method in class org.restlet.data.Conditions
-
Sets the range condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- setRanges(List<Range>) - Method in class org.restlet.Request
-
Sets the modifiable list of ranges to return from the target resource's
representation.
- setRanges(List<Range>) - Method in class org.restlet.resource.ClientResource
-
Sets the ranges to return from the target resource's representation.
- setRanges(List<Range>) - Method in class org.restlet.util.WrapperRequest
-
- setRangeService(RangeService) - Method in class org.restlet.Application
-
Sets the range service.
- setRangeTag(Tag) - Method in class org.restlet.data.Conditions
-
Sets the range condition based on the entity tag of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- setRawValue(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets the raw value.
- setReadDate(Date) - Method in class org.restlet.data.Disposition
-
Sets the read date parameter.
- setReader(Reader) - Method in class org.restlet.representation.ReaderRepresentation
-
Sets the reader to use.
- setReadInterest() - Method in class org.restlet.util.SelectionRegistration
-
Sets interest in IO read operations.
- setReadyOperations(int) - Method in class org.restlet.util.SelectionRegistration
-
Sets the IO operations ready.
- setRealm(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets the realm name.
- setRealm(String) - Method in class org.restlet.security.ChallengeAuthenticator
-
Sets the authentication realm.
- setRealms(List<Realm>) - Method in class org.restlet.Component
-
Sets the list of realms.
- setReason(String) - Method in class org.restlet.ext.sip.Subscription
-
Sets the subscription reason.
- setReasonPhrase(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the reason phrase.
- setRechallenging(boolean) - Method in class org.restlet.security.ChallengeAuthenticator
-
Indicates if a new challenge should be sent when invalid credentials are
received.
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.Message
-
Sets the modifiable list of intermediary recipients.
- setRecordedRoutes(List<Address>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setRecordedRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the list of routes completed by proxies to force future requests to
go through the proxy.
- setRecordedRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the list of routes completed by proxies to force future requests to
go through the proxy.
- setRedirectQueryName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the query parameter containing the URI to redirect the
browser to after login or logout.
- setReference(Reference) - Method in class org.restlet.ext.atom.Service
-
Sets the hypertext reference.
- setReference(Reference) - Method in class org.restlet.ext.sip.Address
-
Sets the address reference.
- setReference(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Sets the reference to an representation identifier.
- setReference(Reference) - Method in class org.restlet.resource.ClientResource
-
Sets the resource's reference.
- setReference(String) - Method in class org.restlet.resource.ClientResource
-
Sets the resource's reference using an URI string.
- setReferencedNamespaces(List<Namespace>) - Method in class org.restlet.ext.odata.internal.edm.Schema
-
Sets the list of referenced namespaces.
- setReferrerRef(Reference) - Method in class org.restlet.Request
-
Sets the referrer reference if available.
- setReferrerRef(String) - Method in class org.restlet.Request
-
Sets the referrer reference if available using an URI string.
- setReferrerRef(Reference) - Method in class org.restlet.resource.ClientResource
-
Sets the referrer reference if available.
- setReferrerRef(String) - Method in class org.restlet.resource.ClientResource
-
Sets the referrer reference if available using an URI string.
- setReferrerRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
Sets the referrer reference if available.
- setReferrerRef(String) - Method in class org.restlet.util.WrapperRequest
-
Sets the referrer reference if available using an URI string.
- setReferTo(Address) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setReferTo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the reference that the recipient of a
SipMethod.REFER
method
should contact.
- setRegisteredAuthenticators(List<AuthenticatorHelper>) - Method in class org.restlet.engine.Engine
-
Sets the list of available authentication helpers.
- setRegisteredClients(List<ConnectorHelper<Client>>) - Method in class org.restlet.engine.Engine
-
Sets the list of available client helpers.
- setRegisteredConverters(List<ConverterHelper>) - Method in class org.restlet.engine.Engine
-
Sets the list of available converter helpers.
- setRegisteredProtocols(List<ProtocolHelper>) - Method in class org.restlet.engine.Engine
-
Sets the list of available protocol helpers.
- setRegisteredServers(List<ConnectorHelper<Server>>) - Method in class org.restlet.engine.Engine
-
Sets the list of available server helpers.
- setRegistration(SelectionRegistration) - Method in class org.restlet.engine.connector.Connection
-
Sets the socket's NIO registration holding the link between the channel
and the way.
- setRegistration(SelectionRegistration) - Method in class org.restlet.engine.connector.Way
-
Sets the NIO selection registration holding the link between the
connection and the way.
- setRegistration(SelectionRegistration) - Method in class org.restlet.engine.io.WrapperSelectionChannel
-
Sets the NIO registration.
- setRel(Relation) - Method in class org.restlet.ext.atom.Link
-
Sets the link's relation type.
- setRelationship(Association) - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
-
Sets the association.
- setRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
-
Sets the relationship attribute value.
- setRelativePart(String) - Method in class org.restlet.data.Reference
-
Sets the relative part for relative references only.
- setRemainingChunkSize(int) - Method in class org.restlet.engine.io.ReadableChunkedChannel
-
Sets the remaining chunk size that should be read from the source
channel.
- setRepeating(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Indicates whether the parameter is single valued or may have multiple
values.
- setReplyTo(Address) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setReplyTo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Sets a logical return URI.
- setReplyTo(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Sets a logical return URI.
- setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Sets the list of representation elements.
- setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.RequestInfo
-
Sets the list of supported input representations.
- setRepresentations(List<RepresentationInfo>) - Method in class org.restlet.ext.wadl.ResponseInfo
-
Sets the list of representations
- setRequest(Request) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Sets the handled request.
- setRequest(Request) - Method in class org.restlet.ext.sip.SipClientResource
-
- setRequest(RequestInfo) - Method in class org.restlet.ext.wadl.MethodInfo
-
Sets the input to the method.
- setRequest(Request) - Method in class org.restlet.resource.Resource
-
Sets the handled request.
- setRequest(Request) - Method in class org.restlet.Response
-
Sets the associated request.
- setRequest(Request) - Method in class org.restlet.util.WrapperResponse
-
Sets the associated request.
- setRequest(WrapperRequest) - Method in class org.restlet.util.WrapperResponse
-
Sets the associated request.
- setRequestCallId(String) - Method in class org.restlet.ext.sip.SipClientResource
-
Sets the request's call ID.
- setRequestEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be
buffered after being received.
- setRequestUri(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the full request URI.
- setRequired(boolean) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Indicates whether the parameter is required.
- setRequired(boolean) - Method in class org.restlet.routing.Variable
-
Indicates if the variable is required or optional.
- setRequiredScore(float) - Method in class org.restlet.routing.Router
-
Sets the score required to have a match.
- setRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setRequires(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the sensitive features that the server must support.
- setResourceDomain(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the resourceRef host domain to match.
- setResourceInfo(ResourceInfo) - Method in class org.restlet.ext.wadl.WadlWrapper
-
Sets the description of the wrapped Restlet.
- setResourcePort(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the resourceRef host port to match.
- setResourceRef(Reference) - Method in class org.restlet.Request
-
Sets the target resource reference.
- setResourceRef(String) - Method in class org.restlet.Request
-
Sets the target resource reference using an URI string.
- setResourceRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
Sets the target resource reference.
- setResourceRef(String) - Method in class org.restlet.util.WrapperRequest
-
Sets the target resource reference using an URI string.
- setResources(ResourcesInfo) - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Sets the list of resource elements.
- setResources(List<ResourceInfo>) - Method in class org.restlet.ext.wadl.ResourcesInfo
-
Sets the list of child resources.
- setResourceScheme(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the resourceRef scheme to match.
- setResourceType(Reference) - Method in class org.restlet.ext.wadl.LinkInfo
-
Sets the reference to the resource type of the linked resource.
- setResourceTypes(List<ResourceTypeInfo>) - Method in class org.restlet.ext.wadl.ApplicationInfo
-
Sets the list of resource type elements.
- setResponse(Response) - Method in class org.restlet.ext.jaas.ChallengeCallbackHandler
-
Sets the handled response.
- setResponse(Response) - Method in class org.restlet.ext.sip.SipClientResource
-
- setResponse(Response) - Method in class org.restlet.resource.Resource
-
Sets the handled response.
- setResponseDigest(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the optional response digest for mutual authentication.
- setResponseEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be
buffered after being received.
- setResponseLogFormat(String) - Method in class org.restlet.service.LogService
-
Sets the format to use when logging responses.
- setResponses(List<ResponseInfo>) - Method in class org.restlet.ext.wadl.MethodInfo
-
Sets the output of the method.
- setRestletLogLevel(Level) - Static method in class org.restlet.engine.Engine
-
Sets the Restlet log level.
- setResultCharacterSet(CharacterSet) - Method in class org.restlet.ext.xml.Transformer
-
Sets the character set of the result representation.
- setResultEncodings(List<Encoding>) - Method in class org.restlet.ext.xml.Transformer
-
Sets the encodings of the result representation.
- setResultLanguages(List<Language>) - Method in class org.restlet.ext.xml.Transformer
-
Sets the languages of the result representation.
- setResultMediaType(MediaType) - Method in class org.restlet.ext.xml.Transformer
-
Sets the media type of the result representation.
- setRetryAfter(long) - Method in class org.restlet.ext.sip.Subscription
-
Sets how long the service is expected to be unavailable.
- setRetryAfter(Date) - Method in class org.restlet.Response
-
Indicates how long the service is expected to be unavailable to the
requesting client.
- setRetryAfter(Date) - Method in class org.restlet.util.WrapperResponse
-
- setRetryAttempts(int) - Method in class org.restlet.resource.ClientResource
-
Sets the number of retry attempts before reporting an error.
- setRetryDelay(long) - Method in class org.restlet.resource.ClientResource
-
Sets the delay in milliseconds between two retry attempts.
- setRetryDelay(long) - Method in class org.restlet.routing.Router
-
Sets the delay in milliseconds before a new attempt is made.
- setRetryOnError(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if idempotent requests should be retried on error.
- setReturnType(String) - Method in class org.restlet.ext.odata.internal.edm.FunctionImport
-
Sets the return type of this function.
- setReverseRelationship(String) - Method in class org.restlet.ext.wadl.LinkInfo
-
Sets the reverse relationship attribute value.
- setRights(Text) - Method in class org.restlet.ext.atom.Entry
-
Sets the information about rights held in and over an entry.
- setRights(String) - Method in class org.restlet.ext.atom.Feed
-
Sets the information about rights held in and over an feed.
- setRights(Text) - Method in class org.restlet.ext.atom.Feed
-
Sets the information about rights held in and over an feed.
- setRights(Text) - Method in class org.restlet.ext.atom.Source
-
Sets the information about rights held in and over an entry.
- setRoles(List<Role>) - Method in class org.restlet.Application
-
Sets the modifiable list of roles.
- setRoles(List<Role>) - Method in class org.restlet.data.ClientInfo
-
Sets the authenticated user roles.
- setRootGroups(List<Group>) - Method in class org.restlet.security.MemoryRealm
-
Sets the modifiable list of root groups.
- setRootRef(Reference) - Method in class org.restlet.Request
-
Sets the application root reference.
- setRootRef(Reference) - Method in class org.restlet.resource.Directory
-
Sets the root URI from which the relative resource URIs will be lookep
up.
- setRootRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
Sets the application root reference.
- setRouter(Router) - Method in class org.restlet.ext.spring.SpringBeanFinder
-
Sets the associated router.
- setRouter(Router) - Method in class org.restlet.routing.Route
-
Sets the parent router.
- setRoutes(List<Address>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setRoutes(List<Address>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the set of proxies used to force routing for a request.
- setRoutes(RouteList) - Method in class org.restlet.routing.Router
-
Sets the modifiable list of routes.
- setRoutingMode(int) - Method in class org.restlet.routing.Router
-
Sets the routing mode.
- setSaxSource(SAXSource) - Method in class org.restlet.ext.xml.SaxRepresentation
-
- setScale(int) - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Sets the scale of the parameter value.
- setSchema(Schema) - Method in class org.restlet.ext.odata.internal.edm.Association
-
Sets the schema.
- setSchema(Schema) - Method in class org.restlet.ext.odata.internal.edm.EntityContainer
-
Sets the schema.
- setSchema(Schema) - Method in class org.restlet.ext.odata.internal.edm.ODataType
-
Sets the schema.
- setSchema(Schema) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set a (compiled)
Schema
to use when parsing
and validating this type of XML representations.
- setSchema(Representation) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Set a schema representation to be compiled and used when parsing and
validating this type of XML representations.
- setSchemaLocation(String) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Sets the "xsi:schemaLocation" attribute in the generated XML data.
- setSchemas(List<Schema>) - Method in class org.restlet.ext.odata.internal.edm.Metadata
-
Sets the data service schemas
- setScheme(ChallengeScheme) - Method in class org.restlet.data.ChallengeMessage
-
Sets the scheme used.
- setScheme(String) - Method in class org.restlet.data.Reference
-
Sets the scheme component.
- setScheme(Reference) - Method in class org.restlet.ext.atom.Categories
-
Sets the scheme.
- setScheme(Reference) - Method in class org.restlet.ext.atom.Category
-
Sets the scheme.
- setSchemeSpecificPart(String) - Method in class org.restlet.data.Reference
-
Sets the scheme specific part.
- setSecond(U) - Method in class org.restlet.ext.rdf.Couple
-
Sets the second object.
- setSecond(U) - Method in class org.restlet.ext.rdf.Triple
-
Sets the second object.
- setSecond(U) - Method in class org.restlet.util.Couple
-
Deprecated.
Sets the second object.
- setSecond(U) - Method in class org.restlet.util.Triple
-
Deprecated.
Sets the second object.
- setSeconds(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setSecret(char[]) - Method in class org.restlet.data.ChallengeResponse
-
Sets the user secret, such as a password or a secret key.
- setSecret(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the user secret, such as a password or a secret key.
- setSecret(char[]) - Method in class org.restlet.security.User
-
Sets the secret.
- setSecretAlgorithm(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the digest algorithm name optionally applied on the user secret.
- setSecretFormName(String) - Method in class org.restlet.ext.crypto.CookieAuthenticator
-
Sets the name of the HTML login form field containing the secret.
- setSecure(boolean) - Method in class org.restlet.data.CookieSetting
-
Indicates if cookie should only be transmitted by secure means.
- setSecureProcessing(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates if it limits potential XML overflow attacks.
- setSecureProcessing(boolean) - Method in class org.restlet.ext.xml.SaxRepresentation
-
Indicates if it limits potential XML overflow attacks.
- setSecureRandomAlgorithm(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the SecureRandom algorithm.
- setSegments(List<String>) - Method in class org.restlet.data.Reference
-
Sets the segments of a hierarchical path.
A new absolute path will replace any existing one.
- setSelectionListener(SelectionListener) - Method in class org.restlet.util.SelectionRegistration
-
Sets the selection listener that will be notified.
- setServer(Object) - Method in class org.restlet.ext.spring.SpringComponent
-
Adds a server to the list of connectors.
- setServerAddress(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the response address.
Corresponds to the IP address of the responding server.
- setServerAddress(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the listening server address.
- setServerDispatcher(Restlet) - Method in class org.restlet.Context
-
Sets the server dispatcher.
- setServerInfo(ServerInfo) - Method in class org.restlet.resource.ServerResource
-
Sets the server-specific information.
- setServerInfo(ServerInfo) - Method in class org.restlet.Response
-
Sets the server-specific information.
- setServerInfo(ServerInfo) - Method in class org.restlet.util.WrapperResponse
-
- setServerKey(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the secret key known only by server.
- setServerNonce(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets the server nonce.
- setServerNounceCount(int) - Method in class org.restlet.data.ChallengeResponse
-
Sets the server nonce count.
- setServerPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the server port.
- setServerPort(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the listening server port.
- setServerProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
-
Sets the modifiable list of required server protocols.
- setServerRouter(ServerRouter) - Method in class org.restlet.engine.component.ComponentHelper
-
Sets the internal server router.
- setServers(ServerList) - Method in class org.restlet.Component
-
Sets the modifiable list of server connectors.
- setServerSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if server side authentication is supported.
- setServersList(List<Object>) - Method in class org.restlet.ext.spring.SpringComponent
-
Sets the list of servers, either as protocol names, Protocol instances or
Server instances.
- setService(Service) - Method in class org.restlet.ext.atom.Workspace
-
Sets the parent service.
- setSetterAccess(String) - Method in class org.restlet.ext.odata.internal.edm.Property
-
Sets the access level modifier of the setter method.
- setShutdownAllowed(boolean) - Method in class org.restlet.service.TaskService
-
- setSipIfMatch(Tag) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setSipIfMatch(Tag) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the identifier of the specific event state that the request is
refreshing.
- setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the intermediary recipients information.
- setSipRecipientsInfo(List<SipRecipientInfo>) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the intermediary recipients information.
- setSipRetryAfter(Availability) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the delay after which a request should be retried.
- setSipTag(Tag) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the tag of the returned representation.
- setSize(long) - Method in class org.restlet.data.Disposition
-
Sets the value of the "size" parameter.
- setSize(long) - Method in class org.restlet.data.Range
-
Sets the size of the range in number of bytes.
- setSize(long) - Method in class org.restlet.representation.Representation
-
Sets the expected size in bytes if known, -1 otherwise.
- setSize(long) - Method in class org.restlet.util.WrapperRepresentation
-
- setSlf4jLogger(Logger) - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
Sets the wrapped SLF4J logger.
- setSource(Object) - Method in class org.restlet.engine.security.RoleMapping
-
- setSource(Source) - Method in class org.restlet.ext.atom.Entry
-
Sets the source feed's metadata if the entry was copied from another
feed.
- setSource(Graph) - Method in class org.restlet.ext.rdf.Link
-
Sets the source as a graph.
- setSource(Link) - Method in class org.restlet.ext.rdf.Link
-
Sets the source as a link.
- setSource(Reference) - Method in class org.restlet.ext.rdf.Link
-
Sets the source resource reference.
- setSourceRepresentation(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the source representation to transform.
- setSslContext(SSLContext) - Method in class org.restlet.ext.ssl.HttpsClientHelper
-
Sets the SSL context.
- setSslContext(SSLContext) - Method in class org.restlet.ext.ssl.HttpsServerHelper
-
Sets the SSL context.
- setSslEngine(SSLEngine) - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Sets the engine to use for wrapping and unwrapping.
- setSslEngineResult(SSLEngineResult) - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Sets the engine result.
- setSslResult(SSLEngineResult) - Method in class org.restlet.ext.ssl.internal.SslConnection
-
Saves the result of a previous SSL engine processing.
- setStale(boolean) - Method in class org.restlet.data.ChallengeRequest
-
Indicates if the previous request from the client was stale.
- setState(ConnectionState) - Method in class org.restlet.engine.connector.Connection
-
Sets the state of the connection.
- setState(BufferState) - Method in class org.restlet.engine.io.Buffer
-
Sets the byte buffer IO state.
- setStatus(Status) - Method in class org.restlet.data.Warning
-
Sets the special status.
- setStatus(Status) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status, Throwable, String) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status, Throwable, String) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status) - Method in class org.restlet.util.WrapperResponse
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.util.WrapperResponse
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.util.WrapperResponse
-
- setStatus(Status, Throwable, String) - Method in class org.restlet.util.WrapperResponse
-
- setStatusCode(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the status code.
- setStatuses(List<Status>) - Method in class org.restlet.ext.wadl.ResponseInfo
-
Sets the list of statuses associated with this response representation.
- setStatusService(StatusService) - Method in class org.restlet.Application
-
Sets the status service.
- setStatusService(StatusService) - Method in class org.restlet.Component
-
Sets the status service.
- setStatusService(StatusService) - Method in class org.restlet.engine.application.StatusFilter
-
Sets the helped status service.
- setStream(InputStream) - Method in class org.restlet.representation.InputRepresentation
-
Sets the input stream to use.
- setStrict(boolean) - Method in class org.restlet.service.ConnegService
-
Indicates if the conneg algorithm should strictly respect client
preferences or be more flexible.
- setStyle(ParameterStyle) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the parameter style.
- setSubject(String) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the subject of the call.
- setSubscriptionState(Subscription) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setSubscriptionState(Subscription) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the state of the subscription.
- setSubtitle(String) - Method in class org.restlet.ext.atom.Feed
-
Sets the short summary, abstract, or excerpt of an feed.
- setSubtitle(Text) - Method in class org.restlet.ext.atom.Feed
-
Sets the short summary, abstract, or excerpt of an feed.
- setSubtitle(Text) - Method in class org.restlet.ext.atom.Source
-
Sets the short summary, abstract, or excerpt of an entry.
- setSummary(String) - Method in class org.restlet.ext.atom.Entry
-
Sets the short summary, abstract, or excerpt of the entry.
- setSupported(List<OptionTag>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setSupported(List<OptionTag>) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the extensions supported by the UAC.
- setSupported(List<OptionTag>) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the extensions supported by the UAS.
- setTag(String) - Method in class org.restlet.ext.sip.OptionTag
-
Sets the tag value.
- setTag(Tag) - Method in class org.restlet.representation.RepresentationInfo
-
Sets the tag.
Note that when used with HTTP connectors, this property maps to the
"ETag" header.
- setTag(Tag) - Method in class org.restlet.util.WrapperRepresentation
-
- setTarget(Role) - Method in class org.restlet.engine.security.RoleMapping
-
- setTarget(Graph) - Method in class org.restlet.ext.rdf.Link
-
Sets the target as a graph.
- setTarget(Link) - Method in class org.restlet.ext.rdf.Link
-
Sets the target as a link.
- setTarget(Literal) - Method in class org.restlet.ext.rdf.Link
-
Sets the target literal.
- setTarget(Reference) - Method in class org.restlet.ext.rdf.Link
-
Sets the target as a resource reference.
- setTarget(Restlet) - Method in class org.restlet.ext.xdb.XdbServletAdapter
-
Sets the target Restlet.
- setTargetClass(Class<? extends ServerResource>) - Method in class org.restlet.resource.Finder
-
Sets the target resource class which must be a subclass of
ServerResource
.
- setTargetEntityEnabled(boolean) - Method in class org.restlet.ext.javamail.TriggerResource
-
Indicate whether or not the target supports entity in the request.
- setTargetMethod(Method) - Method in class org.restlet.ext.javamail.TriggerResource
-
Sets the default target method.
- setTargetRef(Reference) - Method in class org.restlet.ext.wadl.IncludeInfo
-
Sets the URI of the referenced definition.
- setTargetRef(Reference) - Method in class org.restlet.ext.wadl.MethodInfo
-
Sets the reference to a method definition element.
- setTargetTemplate(String) - Method in class org.restlet.routing.Redirector
-
Sets the target URI pattern.
- setTargetUri(String) - Method in class org.restlet.engine.local.DirectoryServerResource
-
Sets the context's target URI (file, clap URI).
- setTargetUri(String) - Method in class org.restlet.ext.javamail.TriggerResource
-
Sets the target URI template.
- setTaskService(TaskService) - Method in class org.restlet.Application
-
Sets the task service.
- setTemplate(Template) - Method in class org.restlet.ext.freemarker.TemplateRepresentation
-
Sets the FreeMarker template.
- setTemplate(Template) - Method in class org.restlet.routing.TemplateRoute
-
Sets the reference template to match.
- setTemplates(Templates) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the templates to be used and reused.
- setTerm(String) - Method in class org.restlet.ext.atom.Category
-
Sets the term.
- setText(String) - Method in class org.restlet.data.Warning
-
Sets the warning text.
- setText(CharSequence) - Method in class org.restlet.representation.AppendableRepresentation
-
- setText(CharSequence) - Method in class org.restlet.representation.StringRepresentation
-
Sets the string value.
- setText(String) - Method in class org.restlet.representation.StringRepresentation
-
Sets the string value.
- setTextContent(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
-
Sets the content of that element as text.
- setThird(V) - Method in class org.restlet.ext.rdf.Triple
-
Sets the third object.
- setThird(V) - Method in class org.restlet.util.Triple
-
Deprecated.
Sets the third object.
- setTime(long) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setTimeIssued(long) - Method in class org.restlet.data.ChallengeResponse
-
- setTitle(String) - Method in class org.restlet.ext.atom.Collection
-
Sets the title.
- setTitle(String) - Method in class org.restlet.ext.atom.Entry
-
Sets the human-readable title for the entry.
- setTitle(Text) - Method in class org.restlet.ext.atom.Entry
-
Sets the human-readable title for the entry.
- setTitle(String) - Method in class org.restlet.ext.atom.Feed
-
Sets the human-readable title for the feed.
- setTitle(Text) - Method in class org.restlet.ext.atom.Feed
-
Sets the human-readable title for the feed.
- setTitle(String) - Method in class org.restlet.ext.atom.Link
-
Sets the human-readable information about the link.
- setTitle(Text) - Method in class org.restlet.ext.atom.Source
-
Sets the human-readable title for the entry.
- setTitle(String) - Method in class org.restlet.ext.atom.Workspace
-
Sets the title.
- setTitle(String) - Method in class org.restlet.ext.wadl.DocumentationInfo
-
Sets the title of that documentation element.
- setTo(Address) - Method in class org.restlet.ext.sip.SipClientResource
-
Sets the logical recipient of the request.
- setTo(Address) - Method in class org.restlet.ext.sip.SipRequest
-
Sets the logical recipient of the request.
- setTo(Address) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the logical recipient of the request.
- setToEncode(boolean) - Method in class org.restlet.ext.atom.Content
-
Indicates if the content is to be encoded.
- setToRole(AssociationEnd) - Method in class org.restlet.ext.odata.internal.edm.NavigationProperty
-
Sets the target entity of the association.
- setTransformSheet(Representation) - Method in class org.restlet.ext.xml.Transformer
-
Sets the XSLT transform sheet to apply to message entities.
- setTransformSheet(Representation) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the XSLT transform sheet to apply to message entities.
- setTransient(boolean) - Method in class org.restlet.representation.Representation
-
Indicates if the representation's content is transient.
- setTransient(boolean) - Method in class org.restlet.util.WrapperRepresentation
-
- setTransport(String) - Method in class org.restlet.ext.sip.SipRecipientInfo
-
Sets the transport protocol name.
- setTrustManagerAlgorithm(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the TrustManager algorithm.
- setTrustStorePassword(char[]) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the password of the trust store KeyStore.
- setTrustStorePassword(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the password of the trust store KeyStore.
- setTrustStorePath(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the path to the trust store KeyStore.
- setTrustStoreProvider(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the name of the trust store provider.
- setTrustStoreType(String) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Sets the KeyStore type of the trust store.
- setTunnelService(TunnelService) - Method in class org.restlet.Application
-
Sets the tunnel service.
- setType(String) - Method in class org.restlet.data.Disposition
-
Sets the disposition type.
- setType(MediaType) - Method in class org.restlet.ext.atom.Link
-
Sets the advisoty media type.
- setType(MediaType) - Method in class org.restlet.ext.atom.Text
-
Sets the content type.
- setType(EntityType) - Method in class org.restlet.ext.odata.internal.edm.AssociationEnd
-
Sets the type of this entity.
- setType(EntitySet) - Method in class org.restlet.ext.odata.internal.edm.AssociationSetEnd
-
Sets the type of this entity.
- setType(EntityType) - Method in class org.restlet.ext.odata.internal.edm.EntitySet
-
Sets the type of contained entities.
- setType(String) - Method in class org.restlet.ext.odata.internal.edm.Parameter
-
Sets the type of the parameter.
- setType(Type) - Method in class org.restlet.ext.odata.internal.edm.Property
-
Sets the type of the property.
- setType(String) - Method in class org.restlet.ext.rdf.internal.turtle.StringToken
-
- setType(EventType) - Method in class org.restlet.ext.sip.Event
-
Sets the type of the event.
- setType(String) - Method in class org.restlet.ext.wadl.ParameterInfo
-
Sets the parameter type.
- setType(List<Reference>) - Method in class org.restlet.ext.wadl.ResourceInfo
-
Sets the list of references to resource type elements.
- setType(int) - Method in class org.restlet.routing.Variable
-
Sets the type of variable.
- setTypeRef(Reference) - Method in class org.restlet.ext.rdf.Link
-
Sets the type reference.
- setUnmodifiedSince(Date) - Method in class org.restlet.data.Conditions
-
Sets the condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Unmodified-Since" header.
- setUnsupported(List<OptionTag>) - Method in class org.restlet.ext.sip.SipResponse
-
Sets the extensions not supported by the UAS.
- setUpdated(Date) - Method in class org.restlet.ext.atom.Entry
-
Sets the most recent moment when the entry was modified in a significant
way.
- setUpdated(Date) - Method in class org.restlet.ext.atom.Feed
-
Sets the most recent moment when the feed was modified in a significant
way.
- setUpdated(Date) - Method in class org.restlet.ext.atom.Source
-
Sets the most recent moment when the entry was modified in a significant
way.
- setUri(Reference) - Method in class org.restlet.ext.atom.Generator
-
Sets the reference of the generating agent.
- setUri(Reference) - Method in class org.restlet.ext.atom.Person
-
Sets the IRI associated with the person.
- setUriResolver(URIResolver) - Method in class org.restlet.ext.xml.TransformRepresentation
-
Sets the URI resolver.
- setUser(User) - Method in class org.restlet.data.ClientInfo
-
Sets the authenticated user.
- setUserAgentTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled according to the user
agent.
- setUserClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
-
Sets the user class loader that should used in priority.
- setUserInfo(String) - Method in class org.restlet.data.Reference
-
Sets the user info component for server based hierarchical identifiers.
- setUserPrincipal(Principal) - Method in class org.restlet.engine.adapter.Call
-
Sets the user principal.
- setUserPrincipalClassName(String) - Method in class org.restlet.ext.jaas.JaasVerifier
-
Sets the user principal class name.
- setUsers(List<User>) - Method in class org.restlet.security.MemoryRealm
-
Sets the modifiable list of users.
- setValidatingDtd(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates the desire for validating this type of XML representations
against an XML schema if one is referenced within the contents.
- setValidatingDtd(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates the desire for validating this type of XML representations
against an XML schema if one is referenced within the contents.
- setValidationEventHandler(ValidationEventHandler) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Sets the validation event handler.
- setValue(String) - Method in class org.restlet.data.CacheDirective
-
Sets the value.
- setValue(String) - Method in class org.restlet.data.Cookie
-
Sets the value.
- setValue(String) - Method in class org.restlet.data.Expectation
-
Sets the value.
- setValue(String) - Method in class org.restlet.data.Parameter
-
- setValue(String) - Method in class org.restlet.engine.header.Header
-
Sets the value.
- setValue(String) - Method in class org.restlet.ext.html.FormData
-
Sets the textual value of the associated form control.
- setValue(Object, Representation) - Method in class org.restlet.ext.odata.Service
-
Sets the value of the given media entry link.
- setValue(String) - Method in class org.restlet.ext.rdf.internal.turtle.LexicalUnit
-
Sets the value.
- setValue(String) - Method in class org.restlet.ext.rdf.Literal
-
Sets the value.
- setValue(String) - Method in class org.restlet.ext.sip.Priority
-
Sets the priority value.
- setValue(String) - Method in class org.restlet.ext.sip.Subscription
-
Sets the subscription state value.
- setValue(String) - Method in class org.restlet.ext.wadl.OptionInfo
-
Sets the value of this option element.
- setValue(V) - Method in interface org.restlet.util.NamedValue
-
Sets the value.
- setValueRepresentation(Representation) - Method in class org.restlet.ext.html.FormData
-
Sets the value of the associated form control as a full fledged
representation.
- setVariables(Map<String, Variable>) - Method in class org.restlet.routing.Template
-
Sets the modifiable map of variables.
- setVerifier(Verifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Sets the internal verifier.
- setVerifier(Verifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Set the internal verifier.
- setVerifier(Verifier) - Method in class org.restlet.security.ChallengeAuthenticator
-
Sets the credentials verifier.
- setVerifier(Verifier) - Method in class org.restlet.security.Realm
-
Sets a verifier that can check the validity of the credentials associated
to a request.
- setVersion(int) - Method in class org.restlet.data.Cookie
-
Sets the cookie specification version.
- setVersion(String) - Method in class org.restlet.data.Product
-
Sets the version of the product.
- setVersion(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the protocol version used.
- setVersion(String) - Method in class org.restlet.ext.atom.Generator
-
Sets the version of the generating agent.
- setWakeupListener(WakeupListener) - Method in class org.restlet.util.SelectionRegistration
-
Sets the wakeup listener that will be notified.
- setWantClientAuthentication(boolean) - Method in class org.restlet.ext.ssl.DefaultSslContextFactory
-
Indicates if we would like client certificate authentication.
- setWarnings(List<Warning>) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setWarnings(List<Warning>) - Method in class org.restlet.engine.connector.HttpInboundRequest
-
- setWarnings(List<Warning>) - Method in class org.restlet.ext.sip.internal.SipInboundRequest
-
- setWarnings(List<Warning>) - Method in class org.restlet.Message
-
Sets the additional warnings information.
- setWorkspace(Workspace) - Method in class org.restlet.ext.atom.Collection
-
Sets the parent workspace.
- setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the digest algorithm of secrets returned by the wrapped verifier.
- setWrappedAlgorithm(String) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the digest algorithm of secrets returned by the wrapped verifier.
- setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.AwsAuthenticator
-
Sets the secret verifier that will be wrapped by the real verifier
supporting all the HTTP AWS verifications.
- setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.DigestAuthenticator
-
Sets the secret verifier that will be wrapped by real verifier supporting
all the HTTP DIGEST verifications (nonce, domain URIs, etc.).
- setWrappedVerifier(T) - Method in class org.restlet.ext.crypto.DigestVerifier
-
Sets the wrapped secret verifier.
- setWrappedVerifier(LocalVerifier) - Method in class org.restlet.ext.crypto.internal.AwsVerifier
-
Sets the wrapped local secret verifier.
- setWriteInterest() - Method in class org.restlet.util.SelectionRegistration
-
Sets interest in IO read operations.
- setXIncludeAware(boolean) - Method in class org.restlet.ext.jaxb.JaxbRepresentation
-
Indicates the desire for processing XInclude if found in this
type of XML representations.
- setXIncludeAware(boolean) - Method in class org.restlet.ext.xml.XmlRepresentation
-
Indicates the desire for processing XInclude if found in this
type of XML representations.
- setXmlDriverClass(Class<? extends HierarchicalStreamDriver>) - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Sets the XStream XML driver class.
- setXmlElement(String) - Method in class org.restlet.ext.wadl.RepresentationInfo
-
Sets the qualified name of the root element for this XML-based
representation.
- setXstream(XStream) - Method in class org.restlet.ext.xstream.XstreamRepresentation
-
Sets the XStream object.
- setYear(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- severe(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
Logs a severe message.
- sharedMaxAge(int) - Static method in class org.restlet.data.CacheDirective
-
Creates a "s-maxage" directive.
- shouldBeChunked(Representation) - Method in class org.restlet.engine.connector.OutboundWay
-
Indicates if the entity should be chunked because its length is unknown.
- shouldRequestBeChunked(Request) - Method in class org.restlet.engine.adapter.ClientCall
-
Indicates if the request entity should be chunked.
- shouldResponseBeChunked(Response) - Method in class org.restlet.engine.adapter.ServerCall
-
Indicates if the response should be chunked because its length is
unknown.
- shutdown(Socket) - Method in class org.restlet.engine.connector.Connection
-
Shutdowns the socket, first its input then its output.
- shutdown() - Method in class org.restlet.engine.connector.ConnectionController
-
- shutdown() - Method in class org.restlet.engine.connector.Controller
-
Abort the controller.
- shutdown(Socket) - Method in class org.restlet.ext.ssl.internal.SslConnection
-
- shutdown() - Method in class org.restlet.service.TaskService
-
Initiates an orderly shutdown in which previously submitted tasks are
executed, but no new tasks will be accepted.
- shutdownNow() - Method in class org.restlet.service.TaskService
-
Attempts to stop all actively executing tasks, halts the processing of
waiting tasks, and returns a list of the tasks that were awaiting
execution.
- SimplerFormatter - Class in org.restlet.engine.log
-
Special log formatter that displays the level, the logger name and the actual
message.
- SimplerFormatter() - Constructor for class org.restlet.engine.log.SimplerFormatter
-
- SimplestFormatter - Class in org.restlet.engine.log
-
Special log formatter that displays the actual message only.
- SimplestFormatter() - Constructor for class org.restlet.engine.log.SimplestFormatter
-
- singleFormat - Static variable in class org.restlet.ext.odata.internal.edm.TypeUtils
-
Formater for the EDM Single type.
- SIP - Static variable in class org.restlet.data.Protocol
-
SIP protocol.
- SipClientHelper - Class in org.restlet.ext.sip.internal
-
Standalone SIP client helper.
- SipClientHelper(Client) - Constructor for class org.restlet.ext.sip.internal.SipClientHelper
-
Constructor.
- SipClientInboundWay - Class in org.restlet.ext.sip.internal
-
SIP client inbound way.
- SipClientInboundWay(Connection<Client>, int) - Constructor for class org.restlet.ext.sip.internal.SipClientInboundWay
-
Constructor.
- SipClientOutboundWay - Class in org.restlet.ext.sip.internal
-
SIP client outbound way.
- SipClientOutboundWay(Connection<?>, int) - Constructor for class org.restlet.ext.sip.internal.SipClientOutboundWay
-
Constructor.
- SipClientResource - Class in org.restlet.ext.sip
-
Client-side resource for the sip protocol.
- SipClientResource(Context, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Context, Method, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Context, Method, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Context, Method, String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Context, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Context, SipRequest, SipResponse) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Context, String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Method, URI) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Method, Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Method, String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(Reference) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(SipClientResource) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(SipRequest, SipResponse) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipClientResource(String) - Constructor for class org.restlet.ext.sip.SipClientResource
-
Constructor.
- SipConstants - Class in org.restlet.ext.sip.internal
-
Constants related to the SIP protocol.
- SipConstants() - Constructor for class org.restlet.ext.sip.internal.SipConstants
-
- SipInboundRequest - Class in org.restlet.ext.sip.internal
-
Request part of a SIP transaction.
- SipInboundRequest(Context, Connection<Server>, String, String, String) - Constructor for class org.restlet.ext.sip.internal.SipInboundRequest
-
Constructor.
- SipInboundRequest(SipInboundRequest) - Constructor for class org.restlet.ext.sip.internal.SipInboundRequest
-
Copy constructor.
- SipMethod - Class in org.restlet.ext.sip
-
Constants for SIP methods.
- SipMethod() - Constructor for class org.restlet.ext.sip.SipMethod
-
- SipProtocolHelper - Class in org.restlet.ext.sip.internal
-
Protocol helper for the SIP protocol.
- SipProtocolHelper() - Constructor for class org.restlet.ext.sip.internal.SipProtocolHelper
-
- SipRecipientInfo - Class in org.restlet.ext.sip
-
Describes a SIP intermediary such as a proxy.
- SipRecipientInfo() - Constructor for class org.restlet.ext.sip.SipRecipientInfo
-
Constructor.
- SipRecipientInfo(Protocol, String, String) - Constructor for class org.restlet.ext.sip.SipRecipientInfo
-
Constructor.
- SipRecipientInfo(Protocol, String, String, String) - Constructor for class org.restlet.ext.sip.SipRecipientInfo
-
Constructor.
- SipRecipientInfoReader - Class in org.restlet.ext.sip.internal
-
Via header reader.
- SipRecipientInfoReader(String) - Constructor for class org.restlet.ext.sip.internal.SipRecipientInfoReader
-
Constructor.
- SipRecipientInfoWriter - Class in org.restlet.ext.sip.internal
-
Via header writer.
- SipRecipientInfoWriter() - Constructor for class org.restlet.ext.sip.internal.SipRecipientInfoWriter
-
- SipRequest - Class in org.restlet.ext.sip
-
Request part of a SIP transaction.
- SipRequest() - Constructor for class org.restlet.ext.sip.SipRequest
-
Constructor.
- SipRequest(Method, Reference) - Constructor for class org.restlet.ext.sip.SipRequest
-
Constructor.
- SipRequest(Method, Reference, Representation) - Constructor for class org.restlet.ext.sip.SipRequest
-
Constructor.
- SipRequest(Method, String) - Constructor for class org.restlet.ext.sip.SipRequest
-
Constructor.
- SipRequest(Method, String, Representation) - Constructor for class org.restlet.ext.sip.SipRequest
-
Constructor.
- SipRequest(SipRequest) - Constructor for class org.restlet.ext.sip.SipRequest
-
Copy constructor.
- SipResponse - Class in org.restlet.ext.sip
-
Response part of a SIP transaction.
- SipResponse(Request) - Constructor for class org.restlet.ext.sip.SipResponse
-
Constructor.
- SIPS - Static variable in class org.restlet.data.Protocol
-
SIPS protocol (via SSL socket).
- SipServerHelper - Class in org.restlet.ext.sip.internal
-
Standalone SIP server helper.
- SipServerHelper(Server) - Constructor for class org.restlet.ext.sip.internal.SipServerHelper
-
Constructor.
- SipServerInboundWay - Class in org.restlet.ext.sip.internal
-
SIP server inbound way.
- SipServerInboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.sip.internal.SipServerInboundWay
-
Constructor.
- SipServerOutboundWay - Class in org.restlet.ext.sip.internal
-
SIP server outbound way.
- SipServerOutboundWay(Connection<Server>, int) - Constructor for class org.restlet.ext.sip.internal.SipServerOutboundWay
-
Constructor.
- SipServerResource - Class in org.restlet.ext.sip
-
SIP server resource handling a received SIP transaction.
- SipServerResource() - Constructor for class org.restlet.ext.sip.SipServerResource
-
- SipStatus - Class in org.restlet.ext.sip
-
Constants for SIP statuses.
- SipStatus() - Constructor for class org.restlet.ext.sip.SipStatus
-
- size() - Method in class org.restlet.ext.xml.NodeList
-
- size() - Method in class org.restlet.util.WrapperList
-
Returns the number of elements in this list.
- size() - Method in class org.restlet.util.WrapperMap
-
Returns the number of key-value mappings in this map.
- SIZE_MAX - Static variable in class org.restlet.data.Range
-
Maximum size available from the index.
- SizedInputStream - Class in org.restlet.ext.xdb.internal
-
Input stream based on a source stream that must only be partially read.
- SizedInputStream(Notifiable, InputStream, long) - Constructor for class org.restlet.ext.xdb.internal.SizedInputStream
-
Constructor.
- skip(int) - Method in class org.restlet.ext.odata.Query
-
Creates a new Query with the $skip option set in the URI generated by
the returned query.
- skip(long) - Method in class org.restlet.ext.xdb.internal.SizedInputStream
-
- SKIP - Static variable in class org.restlet.routing.Filter
-
- skipParameterSeparator() - Method in class org.restlet.engine.header.HeaderReader
-
Skips the next parameter separator (semi-colon) including leading and
trailing spaces.
- skippedEntity(String) - Method in class org.restlet.engine.util.DefaultSaxHandler
-
- skippedEntity(String) - Method in class org.restlet.ext.atom.EntryReader
-
- skippedEntity(String) - Method in class org.restlet.ext.atom.FeedReader
-
- skipSpaces() - Method in class org.restlet.engine.header.HeaderReader
-
Skips the next spaces.
- skipToken(String) - Method in class org.restlet.ext.odata.Query
-
Creates a new Query with the $skiptoken option set in the URI
generated by the returned query.
- skipValueSeparator() - Method in class org.restlet.engine.header.HeaderReader
-
Skips the next value separator (comma) including leading and trailing
spaces.
- Slf4jLogger - Class in org.restlet.ext.slf4j
-
JULI logger that efficiently wraps a SLF4J logger.
- Slf4jLogger(Logger) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
-
Constructor.
- Slf4jLogger(String, String) - Constructor for class org.restlet.ext.slf4j.Slf4jLogger
-
Constructor.
- Slf4jLoggerFacade - Class in org.restlet.ext.slf4j
-
Restlet log facade for the SLF4J LoggerFactory
.
- Slf4jLoggerFacade() - Constructor for class org.restlet.ext.slf4j.Slf4jLoggerFacade
-
- SMTP - Static variable in class org.restlet.data.Protocol
-
SMTP protocol.
- SMTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
-
Plain SMTP scheme.
- SmtpPlainHelper - Class in org.restlet.engine.security
-
Implements the SMTP PLAIN authentication.
- SmtpPlainHelper() - Constructor for class org.restlet.engine.security.SmtpPlainHelper
-
Constructor.
- SMTPS - Static variable in class org.restlet.data.Protocol
-
SMTPS protocol (via SSL/TLS socket).
- sort(List<Method>) - Static method in class org.restlet.data.Method
-
Sorts the given list of methods by name.
- Source - Class in org.restlet.ext.atom
-
Source feed's metadata for entries copied from another feed.
- Source() - Constructor for class org.restlet.ext.atom.Source
-
Constructor.
- SPANISH - Static variable in class org.restlet.data.Language
-
Spanish language.
- SpringBeanFinder - Class in org.restlet.ext.spring
-
An alternative to
SpringFinder
which uses Spring's BeanFactory
mechanism to load a prototype bean by name.
- SpringBeanFinder() - Constructor for class org.restlet.ext.spring.SpringBeanFinder
-
Default constructor.
- SpringBeanFinder(Router, BeanFactory, String) - Constructor for class org.restlet.ext.spring.SpringBeanFinder
-
Constructor.
- SpringBeanRouter - Class in org.restlet.ext.spring
-
Restlet
Router
which behaves like Spring's
org.springframework.web.servlet.handler.BeanNameUrlHandlerMapping
.
- SpringBeanRouter() - Constructor for class org.restlet.ext.spring.SpringBeanRouter
-
Constructor.
- SpringBeanRouter(Context) - Constructor for class org.restlet.ext.spring.SpringBeanRouter
-
Constructor with a parent context.
- SpringBeanRouter(Restlet) - Constructor for class org.restlet.ext.spring.SpringBeanRouter
-
Constructor with a parent Restlet.
- SpringComponent - Class in org.restlet.ext.spring
-
Component that is easily configurable from Spring.
- SpringComponent() - Constructor for class org.restlet.ext.spring.SpringComponent
-
- SpringContext - Class in org.restlet.ext.spring
-
Spring application context based on a Restlet context.
- SpringContext(Context) - Constructor for class org.restlet.ext.spring.SpringContext
-
Constructor.
- SpringFinder - Class in org.restlet.ext.spring
-
Finder that is specialized for easier usage by Spring wiring services.
- SpringFinder() - Constructor for class org.restlet.ext.spring.SpringFinder
-
Constructor.
- SpringFinder(Context) - Constructor for class org.restlet.ext.spring.SpringFinder
-
Constructor.
- SpringFinder(Context, Class<? extends ServerResource>) - Constructor for class org.restlet.ext.spring.SpringFinder
-
Constructor.
- SpringFinder(Restlet) - Constructor for class org.restlet.ext.spring.SpringFinder
-
Constructor.
- SpringHost - Class in org.restlet.ext.spring
-
Virtual host that is easily configurable with Spring.
- SpringHost(Component) - Constructor for class org.restlet.ext.spring.SpringHost
-
Constructor.
- SpringHost(Context) - Constructor for class org.restlet.ext.spring.SpringHost
-
Constructor.
- SpringResource - Class in org.restlet.ext.spring
-
Spring Resource based on a Restlet Representation.
- SpringResource(Representation) - Constructor for class org.restlet.ext.spring.SpringResource
-
Constructor.
- SpringResource(Representation, String) - Constructor for class org.restlet.ext.spring.SpringResource
-
Constructor.
- SpringRouter - Class in org.restlet.ext.spring
-
Router that is easily configurable with Spring.
- SpringRouter() - Constructor for class org.restlet.ext.spring.SpringRouter
-
Constructor.
- SpringRouter(Context) - Constructor for class org.restlet.ext.spring.SpringRouter
-
Constructor with a parent context.
- SpringRouter(Restlet) - Constructor for class org.restlet.ext.spring.SpringRouter
-
Constructor with a parent Restlet.
- SpringServer - Class in org.restlet.ext.spring
-
Server that is easily configurable with Spring.
- SpringServer(String) - Constructor for class org.restlet.ext.spring.SpringServer
-
Constructor.
- SpringServer(String, int) - Constructor for class org.restlet.ext.spring.SpringServer
-
Constructor.
- SpringServer(String, String, int) - Constructor for class org.restlet.ext.spring.SpringServer
-
Constructor.
- sqlEncode(String) - Static method in class org.restlet.ext.jdbc.JdbcClientHelper
-
Escapes quotes in a SQL query.
- SslConnection<T extends Connector> - Class in org.restlet.ext.ssl.internal
-
Connection secured with SSL/TLS protocols.
- SslConnection(ConnectionHelper<T>, SocketChannel, ConnectionController, InetSocketAddress, SSLEngine) - Constructor for class org.restlet.ext.ssl.internal.SslConnection
-
Constructor.
- SslContextFactory - Class in org.restlet.ext.ssl
-
This is an abstract factory that produces configured and initialized
instances of SSLContext.
- SslContextFactory() - Constructor for class org.restlet.ext.ssl.SslContextFactory
-
- SslUtils - Class in org.restlet.ext.ssl.internal
-
Various HTTPS utilities.
- start() - Method in class org.restlet.Application
-
Starts the application, all the enabled associated services then the
inbound and outbound roots.
- start() - Method in class org.restlet.Client
-
- start() - Method in class org.restlet.Component
-
Starts the component.
- start() - Method in class org.restlet.engine.application.ApplicationHelper
-
Start hook.
- start() - Method in class org.restlet.engine.component.ClientRouter
-
Starts the Restlet.
- start() - Method in class org.restlet.engine.component.ComponentHelper
-
- start() - Method in class org.restlet.engine.component.ServerRouter
-
Starts the Restlet.
- start() - Method in class org.restlet.engine.connector.BaseHelper
-
- start() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
- start() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
- start() - Method in class org.restlet.engine.ConnectorHelper
-
- start() - Method in class org.restlet.engine.RestletHelper
-
Start callback.
- start() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
- start() - Method in class org.restlet.ext.net.FtpClientHelper
-
- start() - Method in class org.restlet.ext.net.HttpClientHelper
-
- start() - Method in class org.restlet.ext.servlet.internal.ServletWarClient
-
Start callback.
- start() - Method in class org.restlet.ext.ssl.HttpsClientHelper
-
- start() - Method in class org.restlet.ext.ssl.HttpsServerHelper
-
- start() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClient
-
- start() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClientHelper
-
- start() - Method in class org.restlet.Restlet
-
Starts the Restlet.
- start() - Method in class org.restlet.routing.Filter
-
Starts the filter and the next Restlet if attached.
- start() - Method in class org.restlet.routing.Router
-
Starts the filter and the attached routes.
- start() - Method in class org.restlet.security.Realm
-
Starts the realm.
- start() - Method in class org.restlet.Server
-
- start() - Method in class org.restlet.service.LogService
-
- start() - Method in class org.restlet.service.Service
-
Starts the Restlet.
- start() - Method in class org.restlet.service.TaskService
-
- start() - Method in class org.restlet.util.ServiceList
-
Starts each service.
- start() - Method in class org.restlet.util.WrapperRestlet
-
- startClients() - Method in class org.restlet.Component
-
Starts the client connectors.
- startContent(Content) - Method in class org.restlet.ext.atom.EntryReader
-
Called when a new content element has been detected in the Atom document.
- startContent(Content) - Method in class org.restlet.ext.atom.FeedReader
-
Called when a new content element has been detected in the Atom document.
- startContent(Content) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
- startContent(Content) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
- startDocument() - Method in class org.restlet.ext.atom.EntryReader
-
- startDocument() - Method in class org.restlet.ext.atom.FeedReader
-
- startDocument() - Method in class org.restlet.ext.atom.internal.EntryContentReader
-
- startDocument() - Method in class org.restlet.ext.atom.internal.FeedContentReader
-
- startDocument() - Method in class org.restlet.ext.atom.internal.ServiceContentReader
-
- startDocument() - Method in class org.restlet.ext.odata.internal.edm.MetadataReader
-
- startDocument() - Method in class org.restlet.ext.xml.XmlWriter
-
Write the XML declaration at the beginning of the document.
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.EntryReader
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.FeedReader
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.CategoriesContentReader
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.EntryContentReader
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.FeedContentReader
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.atom.internal.ServiceContentReader
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.odata.internal.edm.MetadataReader
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
- startElement(String) - Method in class org.restlet.ext.xml.XmlWriter
-
Start a new element without a qname, attributes or a Namespace URI.
- startElement(String, String) - Method in class org.restlet.ext.xml.XmlWriter
-
Start a new element without a qname or attributes.
- startElement(String, String, String, Attributes) - Method in class org.restlet.ext.xml.XmlWriter
-
Write a start tag.
- startEntry(Entry) - Method in class org.restlet.ext.atom.EntryReader
-
Called when a new entry has been detected in the Atom document.
- startEntry(Entry) - Method in class org.restlet.ext.atom.FeedReader
-
Called when a new entry has been detected in the Atom document.
- startEntry(Entry) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
- startEntry(Entry) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
- startFeed(Feed) - Method in class org.restlet.ext.atom.FeedReader
-
Called when a new feed has been detected in the Atom document.
- startFeed(Feed) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
- startFeed(Feed) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
- startGraph() - Method in class org.restlet.ext.rdf.GraphHandler
-
Callback method used before the graph is parsed or written.
- startGraph() - Method in class org.restlet.ext.rdf.internal.turtle.RdfTurtleWriter
-
- startGraph() - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
-
- startHelper() - Method in class org.restlet.Component
-
Starts the internal helper allowing incoming requests to be served.
- startLink(Link) - Method in class org.restlet.ext.atom.EntryReader
-
Called when a new link has been detected in the Atom document.
- startLink(Link) - Method in class org.restlet.ext.atom.FeedReader
-
Called when a new link has been detected in the Atom document.
- startLink(Link) - Method in class org.restlet.ext.odata.internal.EntryContentHandler
-
- startLink(Link) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
- startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.EntryReader
-
- startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.FeedReader
-
- startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.internal.EntryContentReader
-
- startPrefixMapping(String, String) - Method in class org.restlet.ext.atom.internal.FeedContentReader
-
- startPrefixMapping(String, String) - Method in class org.restlet.ext.odata.internal.FeedContentHandler
-
- startPrefixMapping(String, Reference) - Method in class org.restlet.ext.rdf.GraphHandler
-
Callback method used at the start of a Namespace mapping.
- startPrefixMapping(String, Reference) - Method in class org.restlet.ext.rdf.internal.xml.RdfXmlWriter
-
- startRealms() - Method in class org.restlet.Component
-
Starts the realms.
- startRouters() - Method in class org.restlet.Component
-
Starts the virtual hosts and the internal router.
- startServers() - Method in class org.restlet.Component
-
Starts the server connectors.
- startServices() - Method in class org.restlet.Component
-
Starts the associated services.
- startTextElement(Attributes) - Method in class org.restlet.ext.atom.internal.EntryContentReader
-
Receive notification of the beginning of a text element.
- startTextElement(Attributes) - Method in class org.restlet.ext.atom.internal.FeedContentReader
-
Receives notification of the beginning of a text element.
- STATE_ACTIVE - Static variable in class org.restlet.ext.sip.Subscription
-
The subscription has been accepted and (in general) has been authorized.
- STATE_PENDING - Static variable in class org.restlet.ext.sip.Subscription
-
The subscription has been received by the notifier, but there is
insufficient policy information to grant or deny the subscription yet.
- STATE_TERMINATED - Static variable in class org.restlet.ext.sip.Subscription
-
The subscription has been terminated.
- Status - Class in org.restlet.data
-
Status to return after handling a call.
- Status(int) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(int, String, String, String) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(int, Throwable) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(int, Throwable, String, String, String) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(Status, String) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(Status, Throwable) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(Status, Throwable, String) - Constructor for class org.restlet.data.Status
-
Constructor.
- StatusFilter - Class in org.restlet.engine.application
-
Filter associating a response entity based on the status.
- StatusFilter(Context, boolean, String, Reference) - Constructor for class org.restlet.engine.application.StatusFilter
-
Constructor.
- StatusFilter(Context, StatusService) - Constructor for class org.restlet.engine.application.StatusFilter
-
Constructor from a status service.
- StatusService - Class in org.restlet.service
-
Service to handle error statuses.
- StatusService() - Constructor for class org.restlet.service.StatusService
-
Constructor.
- StatusService(boolean) - Constructor for class org.restlet.service.StatusService
-
Constructor.
- step() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Read a new character.
- step(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Steps forward.
- stepBack() - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Steps back of one step.
- stepBack(int) - Method in class org.restlet.ext.rdf.internal.ntriples.RdfNTriplesReader
-
Steps back.
- stop() - Method in class org.restlet.Application
-
Stops the application, the inbound and outbound roots then all the
enabled associated services.
- stop() - Method in class org.restlet.Client
-
- stop() - Method in class org.restlet.Component
-
Stops the component.
- stop() - Method in class org.restlet.engine.application.ApplicationHelper
-
- stop() - Method in class org.restlet.engine.component.ComponentHelper
-
- stop() - Method in class org.restlet.engine.component.ServerRouter
-
- stop() - Method in class org.restlet.engine.connector.BaseHelper
-
- stop() - Method in class org.restlet.engine.connector.ClientConnectionHelper
-
- stop() - Method in class org.restlet.engine.connector.ServerConnectionHelper
-
- stop() - Method in class org.restlet.engine.ConnectorHelper
-
- stop() - Method in class org.restlet.engine.RestletHelper
-
Stop callback.
- stop() - Method in class org.restlet.engine.ServerHelper
-
- stop() - Method in class org.restlet.ext.httpclient.HttpClientHelper
-
- stop() - Method in class org.restlet.ext.httpclient.internal.HttpIdleConnectionReaper
-
Stops the Idle Connection Reaper if running.
- stop() - Method in class org.restlet.ext.net.FtpClientHelper
-
- stop() - Method in class org.restlet.ext.net.HttpClientHelper
-
- stop() - Method in class org.restlet.ext.servlet.internal.ServletWarClient
-
Stop callback.
- stop() - Method in class org.restlet.ext.xdb.internal.XdbServletWarClient
-
- stop() - Method in class org.restlet.Restlet
-
Stops the Restlet.
- STOP - Static variable in class org.restlet.routing.Filter
-
Indicates that the request processing should stop and return the current
response from the filter.
- stop() - Method in class org.restlet.routing.Filter
-
Stops the filter and the next Restlet if attached.
- stop() - Method in class org.restlet.routing.Router
-
Stops the filter and the attached routes.
- stop() - Method in class org.restlet.security.Realm
-
Stops the realm.
- stop() - Method in class org.restlet.Server
-
- stop() - Method in class org.restlet.service.Service
-
Stops the Restlet.
- stop() - Method in class org.restlet.service.TaskService
-
- stop() - Method in class org.restlet.util.ServiceList
-
Stops each service.
- stop() - Method in class org.restlet.util.WrapperRestlet
-
- stopClients() - Method in class org.restlet.Component
-
Stops the client connectors.
- stopHelper() - Method in class org.restlet.Component
-
Stops the internal helper allowing incoming requests to be served.
- stopRealms() - Method in class org.restlet.Component
-
Stops the realms.
- stopRouters() - Method in class org.restlet.Component
-
Stops the virtual hosts and the internal router.
- stopServers() - Method in class org.restlet.Component
-
Stops the server connectors.
- stopServices() - Method in class org.restlet.Component
-
Stops the associated services.
- StreamRepresentation - Class in org.restlet.representation
-
Representation based on a BIO stream.
- StreamRepresentation(MediaType) - Constructor for class org.restlet.representation.StreamRepresentation
-
Constructor.
- StrictConneg - Class in org.restlet.engine.application
-
Content negotiation algorithm that strictly interprets the content
negotiation preferences.
- StrictConneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.StrictConneg
-
Constructor.
- StringReadingListener - Class in org.restlet.util
-
Selection listener notifying new content as a string.
- StringReadingListener(Representation) - Constructor for class org.restlet.util.StringReadingListener
-
Default constructor.
- StringReadingListener(Representation, int) - Constructor for class org.restlet.util.StringReadingListener
-
Constructor.
- StringRepresentation - Class in org.restlet.representation
-
Represents an Unicode string that can be converted to any character set
supported by Java.
- StringRepresentation(char[]) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, Language) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringToken - Class in org.restlet.ext.rdf.internal.turtle
-
Represents a string of characters.
- StringToken(RdfTurtleReader, Context) - Constructor for class org.restlet.ext.rdf.internal.turtle.StringToken
-
Constructor with arguments.
- StringUtils - Class in org.restlet.engine.util
-
String manipulation utilities.
- strip(String, char) - Static method in class org.restlet.engine.util.StringUtils
-
Strips a delimiter character from both ends of the source string.
- strip(String, char, boolean, boolean) - Static method in class org.restlet.engine.util.StringUtils
-
Strips a delimiter character from a source string.
- subList(int, int) - Method in class org.restlet.data.ReferenceList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class org.restlet.util.RouteList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class org.restlet.util.Series
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(String) - Method in class org.restlet.util.Series
-
Returns a list of all the values associated to the parameter name.
- subList(String, boolean) - Method in class org.restlet.util.Series
-
Returns a list of all the values associated to the parameter name.
- subList(int, int) - Method in class org.restlet.util.WrapperList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- submit(Callable<T>) - Method in class org.restlet.service.TaskService
-
Submits a value-returning task for execution and returns a Future
representing the pending results of the task.
- submit(Runnable) - Method in class org.restlet.service.TaskService
-
- submit(Runnable, T) - Method in class org.restlet.service.TaskService
-
- subscribe() - Method in class org.restlet.ext.sip.SipClientResource
-
Requests current state and state updates from a remote node.
- subscribe(Representation) - Method in class org.restlet.ext.sip.SipClientResource
-
Requests current state and state updates from a remote node.
- SUBSCRIBE - Static variable in class org.restlet.ext.sip.SipMethod
-
Used to request current state and state updates from a remote node.
- Subscribe - Annotation Type in org.restlet.ext.sip
-
Used to request current state and state updates from a remote node.
- Subscription - Class in org.restlet.ext.sip
-
Describes the state of a subscription.
- Subscription(String) - Constructor for class org.restlet.ext.sip.Subscription
-
Constructor.
- Subscription(String, String) - Constructor for class org.restlet.ext.sip.Subscription
-
Constructor.
- Subscription(String, String, int) - Constructor for class org.restlet.ext.sip.Subscription
-
Constructor.
- Subscription(String, String, int, int) - Constructor for class org.restlet.ext.sip.Subscription
-
Constructor.
- SubscriptionReader - Class in org.restlet.ext.sip.internal
-
Subscription state header reader.
- SubscriptionReader(String) - Constructor for class org.restlet.ext.sip.internal.SubscriptionReader
-
Constructor.
- SubscriptionWriter - Class in org.restlet.ext.sip.internal
-
Subscription state header writer.
- SubscriptionWriter() - Constructor for class org.restlet.ext.sip.internal.SubscriptionWriter
-
- SUCCESS_ACCEPTED - Static variable in class org.restlet.data.Status
-
The request has been accepted for processing, but the processing has not
been completed.
- SUCCESS_CREATED - Static variable in class org.restlet.data.Status
-
The request has been fulfilled and resulted in a new resource being
created.
- SUCCESS_MISC_PERSISTENT_WARNING - Static variable in class org.restlet.data.Status
-
Warning status code, optionally including arbitrary information to be
presented to a human user, typically returned by a cache.
- SUCCESS_MULTI_STATUS - Static variable in class org.restlet.data.Status
-
This response is used to inform the client that the HTTP response entity
contains a set of status codes generated during the method invocation.
- SUCCESS_NO_CONTENT - Static variable in class org.restlet.data.Status
-
The server has fulfilled the request but does not need to return an
entity-body (for example after a DELETE), and might want to return
updated meta-information.
- SUCCESS_NON_AUTHORITATIVE - Static variable in class org.restlet.data.Status
-
The request has succeeded but the returned meta-information in the
entity-header does not come from the origin server, but is gathered from
a local or a third-party copy.
- SUCCESS_OK - Static variable in class org.restlet.data.Status
-
The request has succeeded.
- SUCCESS_OK - Static variable in class org.restlet.ext.sip.SipStatus
-
The request has succeeded.
- SUCCESS_PARTIAL_CONTENT - Static variable in class org.restlet.data.Status
-
The server has fulfilled the partial GET request for the resource
assuming the request has included a Range header field indicating the
desired range.
- SUCCESS_RESET_CONTENT - Static variable in class org.restlet.data.Status
-
The server has fulfilled the request and the user agent SHOULD reset the
document view which caused the request to be sent.
- SUCCESS_TRANSFORMATION_APPLIED - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache or a proxy, indicating
that the response has been transformed.
- SUCCESSOR_VERSION - Static variable in class org.restlet.ext.atom.Relation
-
When included on a versioned resource, this link points to a resource
containing the successor version in the version history.
- suspend() - Method in class org.restlet.util.SelectionRegistration
-
Suspend interest in new listener notifications.
- SyndFeedRepresentation - Class in org.restlet.ext.rome
-
A syndicated feed representation (such as RSS or Atom) based on the ROME
library.
- SyndFeedRepresentation() - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
-
Constructs a UTF8 RSS 2.0 feed.
- SyndFeedRepresentation(Representation) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
-
Constructor that parses the given feed representation.
- SyndFeedRepresentation(String) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
-
Constructs a UTF8 feed.
- SyndFeedRepresentation(String, CharacterSet) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
-
Constructs a feed.
- SyndFeedRepresentation(String, List<?>, CharacterSet) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
-
Constructs a feed.
- SyndFeedRepresentation(SyndFeed) - Constructor for class org.restlet.ext.rome.SyndFeedRepresentation
-
Constructor around an existing feed.
- SystemUtils - Class in org.restlet.engine.util
-
System utilities.