- CACHE_MAX_AGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_MAX_STALE - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_MIN_FRESH - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_MUST_REVALIDATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_NO_CACHE - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_NO_STORE - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_NO_TRANSFORM - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_ONLY_IF_CACHED - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_PRIVATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_PROXY_MUST_REVALIDATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_PUBLIC - Static variable in class org.restlet.engine.http.header.HeaderConstants
-
- CACHE_SHARED_MAX_AGE - Static variable in class org.restlet.engine.http.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.http.header
-
Cache directive header reader.
- CacheDirectiveReader(String) - Constructor for class org.restlet.engine.http.header.CacheDirectiveReader
-
Constructor.
- CacheDirectiveWriter - Class in org.restlet.engine.http.header
-
Cache directive header writer.
- CacheDirectiveWriter() - Constructor for class org.restlet.engine.http.header.CacheDirectiveWriter
-
- Call - Class in org.restlet.engine.http
-
Low-level call for the HTTP connectors.
- Call() - Constructor for class org.restlet.engine.http.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.
- canAdd(Encoding, Collection<Encoding>) - Method in class org.restlet.engine.http.header.EncodingReader
-
- canAdd(V, Collection<V>) - Method in class org.restlet.engine.http.header.HeaderReader
-
Indicates if the value can be added the the list.
- canDecode(Representation) - Method in class org.restlet.engine.application.Decoder
-
Indicates if a representation can be decoded.
- canDecode() - Method in class org.restlet.engine.application.DecodeRepresentation
-
- canEncode(Representation) - Method in class org.restlet.engine.application.Encoder
-
Indicates if a representation can be encoded.
- canEncode() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Indicates if the encoding can happen.
- canEnqueue() - Method in class org.restlet.engine.http.connector.ClientConnection
-
Indicates whether the client connection can accept a new message.
- canRead() - Method in class org.restlet.engine.http.connector.ClientConnection
-
- canRead() - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the connection's socket can be read for inbound data.
- canRead() - Method in class org.restlet.engine.http.connector.ServerConnection
-
- canWrite() - Method in class org.restlet.engine.http.connector.ClientConnection
-
- canWrite() - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the connection's socket can be written for outbound data.
- canWrite(Encoding) - Method in class org.restlet.engine.http.header.EncodingWriter
-
- canWrite(V) - Method in class org.restlet.engine.http.header.HeaderWriter
-
Indicates if the value can be written to the header.
- ChainHelper<T extends Restlet> - Class in org.restlet.engine
-
Chain helper serving as base class for Application and Component helpers.
- ChainHelper(T) - Constructor for class org.restlet.engine.ChainHelper
-
Constructor.
- challenge(Response, boolean, Guard) - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Deprecated.
See new org.restlet.security package.
- challenge(Response, boolean, Guard) - Static method in class org.restlet.engine.security.AuthenticatorUtils
-
Deprecated.
See new org.restlet.security package.
- challenge(Response, boolean) - Method in class org.restlet.security.ChallengeAuthenticator
-
- challenge(Response, boolean) - Method in class org.restlet.security.Guard
-
Deprecated.
Challenges the client by adding a challenge request to the response and
by setting the status to CLIENT_ERROR_UNAUTHORIZED.
- ChallengeAuthenticator - Class in org.restlet.security
-
Authenticator based on a challenge scheme.
- ChallengeAuthenticator(Context, boolean, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
-
Constructor using the context's default verifier.
- ChallengeAuthenticator(Context, boolean, ChallengeScheme, String, Verifier) - Constructor for class org.restlet.security.ChallengeAuthenticator
-
Constructor.
- ChallengeAuthenticator(Context, ChallengeScheme, String) - Constructor for class org.restlet.security.ChallengeAuthenticator
-
Constructor setting the optional property to false.
- 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.
- 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.http.header
-
Challenge request header reader.
- ChallengeRequestReader(String) - Constructor for class org.restlet.engine.http.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, String) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeRequest, Response, String, char[], String) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme) - Constructor for class org.restlet.data.ChallengeResponse
-
Constructor with no credentials.
- ChallengeResponse(ChallengeScheme, String) - Constructor for class org.restlet.data.ChallengeResponse
-
- ChallengeResponse(ChallengeScheme, String, char[]) - 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.http.header
-
Authentication challenge header writer.
- ChallengeWriter() - Constructor for class org.restlet.engine.http.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.
- CharacterRepresentation - Class in org.restlet.representation
-
Representation based on a BIO character stream.
- CharacterRepresentation(MediaType) - Constructor for class org.restlet.representation.CharacterRepresentation
-
Constructor.
- CharacterSet - Class in org.restlet.data
-
Character set used to encode characters in 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.
- checkDigest() - Method in class org.restlet.representation.DigesterRepresentation
-
Check that the digest computed from the wrapped representation content
and the digest declared by the wrapped representation are the same.
- 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.
- checkDigest() - Method in class org.restlet.representation.DigestRepresentation
-
Deprecated.
Check that the digest computed from the wrapped representation content
and the digest declared by the wrapped representation are the same.
- checkDigest(String) - Method in class org.restlet.representation.DigestRepresentation
-
Deprecated.
Check that the digest computed from the representation content and the
digest declared by the representation are the same.
- checkDigest() - Method in class org.restlet.representation.Representation
-
- checkDigest(String) - Method in class org.restlet.representation.Representation
-
- checkDigest() - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- checkDigest(String) - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- checkExtensionsConsistency(File) - Method in class org.restlet.engine.local.FileClientHelper
-
Check that all extensions of the file correspond to a known metadata.
- checkin(T) - Method in class org.restlet.engine.util.Pool
-
Checks in an object into the pool.
- checkout() - Method in class org.restlet.engine.util.Pool
-
Checks out an object from the pool.
- checkSecret(Request, String, char[]) - Method in class org.restlet.security.Guard
-
Deprecated.
Indicates if the secret is valid for the given identifier.
- ChildClientDispatcher - Class in org.restlet.engine.component
-
Client dispatcher for a component child.
- ChildClientDispatcher(ChildContext) - Constructor for class org.restlet.engine.component.ChildClientDispatcher
-
Constructor.
- ChildContext - Class in org.restlet.engine.component
-
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.component.ChildContext
-
Constructor.
- ChunkedInputStream - Class in org.restlet.engine.http.io
-
- ChunkedInputStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.ChunkedInputStream
-
Constructor.
- ChunkedOutputStream - Class in org.restlet.engine.http.io
-
OutputStream to write data in the HTTP chunked encoding format to a
destination OutputStream.
- ChunkedOutputStream(OutputStream) - Constructor for class org.restlet.engine.http.io.ChunkedOutputStream
-
Convenience constructor to use a default chunk size size of 2048.
- ChunkedOutputStream(OutputStream, int) - Constructor for class org.restlet.engine.http.io.ChunkedOutputStream
-
- 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.ChainHelper
-
Clears the chain.
- 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.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.
- 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_BAD_REQUEST - Static variable in class org.restlet.data.Status
-
The request could not be understood by the server due to malformed
syntax.
- CLIENT_ERROR_CONFLICT - Static variable in class org.restlet.data.Status
-
The request could not be completed due to a conflict with the current
state of the resource (as experienced in a version control system).
- CLIENT_ERROR_EXPECTATION_FAILED - Static variable in class org.restlet.data.Status
-
The user agent expects some behavior of the server (given in an Expect
request-header field), but this expectation could not be met by this
server.
- CLIENT_ERROR_FAILED_DEPENDENCY - Static variable in class org.restlet.data.Status
-
This status code means that the method could not be performed on the
resource because the requested action depended on another action and that
action failed.
- CLIENT_ERROR_FORBIDDEN - Static variable in class org.restlet.data.Status
-
The server understood the request, but is refusing to fulfill it as it
could be explained in the entity.
- CLIENT_ERROR_GONE - Static variable in class org.restlet.data.Status
-
The requested resource is no longer available at the server and no
forwarding address is known.
- CLIENT_ERROR_LENGTH_REQUIRED - Static variable in class org.restlet.data.Status
-
The server refuses to accept the request without a defined
Content-Length.
- CLIENT_ERROR_LOCKED - Static variable in class org.restlet.data.Status
-
The source or destination resource of a method is locked (or temporarily
involved in another process).
- CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class org.restlet.data.Status
-
The method specified in the Request-Line is not allowed for the resource
identified by the Request-URI.
- CLIENT_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.data.Status
-
The resource identified by the request is only capable of generating
response entities whose content characteristics do not match the user's
requirements (in Accept* headers).
- CLIENT_ERROR_NOT_FOUND - Static variable in class org.restlet.data.Status
-
The server has not found anything matching the Request-URI or the server
does not wish to reveal exactly why the request has been refused, or no
other response is applicable.
- CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.data.Status
-
This code is reserved for future use.
- CLIENT_ERROR_PRECONDITION_FAILED - Static variable in class org.restlet.data.Status
-
Sent by the server when the user agent asks the server to carry out a
request under certain conditions that are not met.
- CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.data.Status
-
This code is similar to 401 (Unauthorized), but indicates that the client
must first authenticate itself with the proxy.
- CLIENT_ERROR_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.restlet.data.Status
-
The server is refusing to process a request because the request entity is
larger than the server is willing or able to process.
- CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class org.restlet.data.Status
-
Sent by the server when an HTTP client opens a connection, but has never
sent a request (or never sent the blank line that signals the end of the
request).
- CLIENT_ERROR_REQUEST_URI_TOO_LONG - Static variable in class org.restlet.data.Status
-
The server is refusing to service the request because the Request-URI is
longer than the server is willing to interpret.
- CLIENT_ERROR_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.restlet.data.Status
-
The request includes a Range request-header field and the selected
resource is too small for any of the byte-ranges to apply.
- CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.data.Status
-
The request requires user authentication.
- CLIENT_ERROR_UNPROCESSABLE_ENTITY - Static variable in class org.restlet.data.Status
-
This status code means the server understands the content type of the
request entity (syntactically correct) but was unable to process the
contained instructions.
- CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.data.Status
-
The server is refusing to service the request because the entity of the
request is in a format not supported by the requested resource for the
requested method.
- ClientAdapter - Class in org.restlet.engine.http.adapter
-
Converter of high-level uniform calls into low-level HTTP client calls.
- ClientAdapter(Context) - Constructor for class org.restlet.engine.http.adapter.ClientAdapter
-
Constructor.
- ClientCall - Class in org.restlet.engine.http
-
Low-level HTTP client call.
- ClientCall(HttpClientHelper, String, String) - Constructor for class org.restlet.engine.http.ClientCall
-
Constructor setting the request address to the local host.
- ClientConnection - Class in org.restlet.engine.http.connector
-
Generic HTTP-like client connection.
- ClientConnection(BaseHelper<Client>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.ClientConnection
-
Constructor.
- ClientHelper - Class in org.restlet.engine
-
Client connector helper.
- ClientHelper(Client) - Constructor for class org.restlet.engine.ClientHelper
-
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.
- ClientList - Class in org.restlet.util
-
Modifiable list of client connectors.
- ClientList(Context) - Constructor for class org.restlet.util.ClientList
-
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, 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, 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.
- clone() - Method in class org.restlet.data.Reference
-
- clone() - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
This class is likely to contain sensitive information; cloning is
therefore not allowed.
- close() - Method in class org.restlet.engine.http.connector.Connection
-
Closes the connection.
- close() - Method in class org.restlet.engine.http.io.ChunkedInputStream
-
Closes this input stream but do not close the underlying stream.
- close() - Method in class org.restlet.engine.http.io.ChunkedOutputStream
-
Closes this output stream for writing but does not close the wrapped
stream.
- close() - Method in class org.restlet.engine.http.io.InboundStream
-
- close() - Method in class org.restlet.engine.http.io.OutboundStream
-
- close() - Method in class org.restlet.engine.http.io.SizedInputStream
-
- close() - Method in class org.restlet.engine.http.io.UnclosableInputStream
-
- close() - Method in class org.restlet.engine.http.io.UnclosableOutputStream
-
- close() - Method in class org.restlet.engine.io.ReaderInputStream
-
Closes the wrapped reader.
- close() - Method in class org.restlet.engine.io.WriterOutputStream
-
- close() - Method in class org.restlet.engine.log.TraceHandler
-
- ClosingInputStream - Class in org.restlet.engine.http.io
-
Input stream based on a source stream that must only be totally read before
closing.
- ClosingInputStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.ClosingInputStream
-
Constructor.
- ClosingRepresentation - Class in org.restlet.engine.http.io
-
Wrapper representation to close the associated socket when the representation
is released.
- ClosingRepresentation(Representation, Socket, Logger) - Constructor for class org.restlet.engine.http.io.ClosingRepresentation
-
Constructor.
- commit(ClientCall, Request, Response) - Method in class org.restlet.engine.http.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.http.adapter.ServerAdapter
-
Commits the changes to a handled uniform call back into the original HTTP
call.
- commit(Response) - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
- commit(Response) - Method in class org.restlet.engine.http.connector.ServerConnection
-
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.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
-
- 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.
- compareTo(Method) - Method in class org.restlet.data.Method
-
Compares this method to another.
- compareTo(Parameter) - Method in class org.restlet.data.Parameter
-
Compares this object with the specified object for order.
- complete() - Method in class org.restlet.engine.http.ServerCall
-
Complete the response
- complete() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- Component - Class in org.restlet
-
Restlet managing a set of Connectors, VirtualHosts, Services and
Applications.
- Component() - Constructor for class org.restlet.Component
-
Constructor.
- Component(Reference) - Constructor for class org.restlet.Component
-
Constructor with the reference to the XML configuration file.
- Component(Representation) - Constructor for class org.restlet.Component
-
Constructor with the representation of the XML configuration file.
- Component(String) - Constructor for class org.restlet.Component
-
Constructor with the URI reference to the XML configuration file.
- ComponentClientDispatcher - Class in org.restlet.engine.component
-
Component client dispatcher.
- ComponentClientDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentClientDispatcher
-
Constructor.
- ComponentContext - Class in org.restlet.engine.component
-
Context allowing access to the component's connectors.
- ComponentContext(ComponentHelper) - Constructor for class org.restlet.engine.component.ComponentContext
-
Constructor.
- ComponentHelper - Class in org.restlet.engine.component
-
Component helper.
- ComponentHelper(Component) - Constructor for class org.restlet.engine.component.ComponentHelper
-
Constructor.
- ComponentServerDispatcher - Class in org.restlet.engine.component
-
Component server dispatcher.
- ComponentServerDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentServerDispatcher
-
Constructor.
- ComponentXmlParser - Class in org.restlet.engine.component
-
Parser for component XML configuration.
- ComponentXmlParser(Component, Representation) - Constructor for class org.restlet.engine.component.ComponentXmlParser
-
Constructor.
- 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.
- computeDigest(String) - Method in class org.restlet.representation.DigestRepresentation
-
Deprecated.
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.
- computeDigest(String) - Method in class org.restlet.representation.Representation
-
- computeDigest(String) - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- Conditions - Class in org.restlet.data
-
Set of conditions applying to a request.
- Conditions() - Constructor for class org.restlet.data.Conditions
-
Constructor.
- config(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
Logs a configuration message.
- configureBlocking(boolean) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
-
- CONNECT - Static variable in class org.restlet.data.Method
-
Used with a proxy that can dynamically switch to being a tunnel.
- ConnectedRequest - Class in org.restlet.engine.http.connector
-
Request wrapper for server HTTP calls.
- ConnectedRequest(ConnectedRequest) - Constructor for class org.restlet.engine.http.connector.ConnectedRequest
-
Copy constructor.
- ConnectedRequest(Context, ServerConnection, Method, String, String, Series<Parameter>, Representation, boolean, Principal) - Constructor for class org.restlet.engine.http.connector.ConnectedRequest
-
Constructor.
- Connection<T extends Connector> - Class in org.restlet.engine.http.connector
-
A network connection though which requests and responses are exchanged by
connectors.
- Connection(BaseHelper<T>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.Connection
-
Constructor.
- ConnectionState - Enum in org.restlet.engine.http.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.
- 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.util
-
Content negotiation algorithm.
- Conneg(ClientInfo, MetadataService) - Constructor for class org.restlet.engine.util.Conneg
-
Constructor.
- ConnegUtils - Class in org.restlet.engine.util
-
Content negotiation utilities.
- 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.
- ContentType - Class in org.restlet.engine.http.header
-
Association of a media type and a character set.
- ContentType(MediaType, CharacterSet) - Constructor for class org.restlet.engine.http.header.ContentType
-
Constructor.
- ContentType(String) - Constructor for class org.restlet.engine.http.header.ContentType
-
Constructor.
- ContentTypeReader - Class in org.restlet.engine.http.header
-
Content type header reader.
- ContentTypeReader(String) - Constructor for class org.restlet.engine.http.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.
- 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.
- controlConnections() - Method in class org.restlet.engine.http.connector.Controller
-
Control each connection for messages to read or write.
- controlHelper() - Method in class org.restlet.engine.http.connector.Controller
-
Control the helper for inbound or outbound messages to handle.
- Controller - Class in org.restlet.engine.http.connector
-
Controls the state of the server helper and its managed connections.
- Controller(BaseHelper<?>) - Constructor for class org.restlet.engine.http.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
-
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.
- CookieReader - Class in org.restlet.engine.http.header
-
Cookie header reader.
- CookieReader(String) - Constructor for class org.restlet.engine.http.header.CookieReader
-
Constructor.
- CookieSeries - Class in org.restlet.engine.util
-
Cookie series used internally by the
Request
class.
- CookieSeries() - Constructor for class org.restlet.engine.util.CookieSeries
-
Constructor.
- CookieSeries(List<Cookie>) - Constructor for class org.restlet.engine.util.CookieSeries
-
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.http.header
-
Cookie setting header reader.
- CookieSettingReader(String) - Constructor for class org.restlet.engine.http.header.CookieSettingReader
-
Constructor.
- CookieSettingSeries - Class in org.restlet.engine.util
-
Cookie setting series.
- CookieSettingSeries() - Constructor for class org.restlet.engine.util.CookieSettingSeries
-
Constructor.
- CookieSettingSeries(List<CookieSetting>) - Constructor for class org.restlet.engine.util.CookieSettingSeries
-
Constructor.
- CookieSettingWriter - Class in org.restlet.engine.http.header
-
Cookie setting header writer.
- CookieSettingWriter() - Constructor for class org.restlet.engine.http.header.CookieSettingWriter
-
- CookieWriter - Class in org.restlet.engine.http.header
-
Cookie header writer.
- CookieWriter() - Constructor for class org.restlet.engine.http.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(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.
- copyResponseTransportHeaders(Series<Parameter>, Response) - Method in class org.restlet.engine.http.connector.ClientConnection
-
Copies headers into a response.
- copyResponseTransportHeaders(Series<Parameter>, Response) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Copies headers into a response.
- 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.
- Couple<T,U> - Class in org.restlet.util
-
Relationship between two typed objects.
- Couple(T, U) - Constructor for class org.restlet.util.Couple
-
Constructor.
- create(CharSequence, CharSequence) - Static method in class org.restlet.data.Parameter
-
Creates a parameter.
- create(Request) - Method in class org.restlet.engine.http.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(MediaType, T) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- create(Representation, Class<T>) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- create(Context, Reference, Class<? extends T>) - Static method in class org.restlet.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.
- createAcceptorService() - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
Creates the handler service.
- 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.ChildContext
-
- 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.
- createClientInfo() - Method in class org.restlet.representation.Variant
-
Creates a
ClientInfo
instance with preferences matching exactly
the current variant.
- createConnection(BaseHelper<Client>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
- createConnection(BaseHelper<T>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.BaseHelper
-
Creates a connection associated to the given socket.
- createConnection(BaseHelper<Server>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.HttpServerHelper
-
- createController() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Creates a new controller.
- createControllerService() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Creates the connector controller service.
- createEmpty() - Static method in class org.restlet.representation.Representation
-
- createEntry(String, String) - Method in class org.restlet.data.Form
-
- createEntry(String, String) - Method in class org.restlet.engine.util.CookieSeries
-
- createEntry(String, String) - Method in class org.restlet.engine.util.CookieSettingSeries
-
- createEntry(String, String) - Method in class org.restlet.util.Series
-
Creates a new entry.
- createExecutorService() - 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<?>) - Method in class org.restlet.engine.component.InternalRouter
-
- createFinder(Class<?>, 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<?>) - Method in class org.restlet.routing.Router
-
Creates a new finder instance based on the "targetClass" property.
- createFinder(Class<?>) - 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.
- createInboundEntity(Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
-
Returns the inbound message entity if available.
- createInboundFilter(Context) - Method in class org.restlet.service.DecoderService
-
- 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.
- createJarReference(Reference, String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- createNext() - Method in class org.restlet.resource.ClientResource
-
Creates a next Restlet is no one is set.
- createObject() - Method in class org.restlet.engine.util.Pool
-
Creates a new reusable object.
- 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.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.
- createParameter(String, String) - Method in class org.restlet.engine.http.header.CacheDirectiveReader
-
- createParameter(String, String) - Method in class org.restlet.engine.http.header.ExpectationReader
-
- createParameter(String) - Method in class org.restlet.engine.http.header.HeaderReader
-
Creates a new parameter with a null value.
- createParameter(String, String) - Method in class org.restlet.engine.http.header.HeaderReader
-
Creates a new parameter.
- createPreference(CharSequence, Series<Parameter>) - Method in class org.restlet.engine.http.header.PreferenceReader
-
Creates a new preference.
- 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).
- createRequest(Context, ServerConnection, String, String, String, Series<Parameter>, Representation, boolean, Principal) - Method in class org.restlet.engine.http.connector.ServerConnection
-
Creates a new request.
- createRequest(Request) - Method in class org.restlet.resource.ClientResource
-
Creates a new request by cloning the given one.
- createResolver(Map<String, ?>) - Static method in class org.restlet.util.Resolver
-
Creates a resolver that is based on a given map.
- createResolver(Request, Response) - Static method in class org.restlet.util.Resolver
-
Creates a resolver that is based on a call (request, response couple).
- createResponse(Request) - Method in class org.restlet.engine.http.connector.BaseHelper
-
Creates the response object.
- 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.
- createRoot() - Method in class org.restlet.Application
-
- 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
-
- createSecureSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Creates a properly configured secure socket factory.
- createSeries(List<Parameter>) - Method in class org.restlet.data.Form
-
- createSeries(List<Cookie>) - Method in class org.restlet.engine.util.CookieSeries
-
- createSeries(List<CookieSetting>) - Method in class org.restlet.engine.util.CookieSettingSeries
-
- createSeries(List<E>) - Method in class org.restlet.util.Series
-
Creates a new series.
- createServerSocket() - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
Create a server socket channel and bind it to the given address
- createSocket(boolean, InetSocketAddress) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Creates the socket that will be used to send the request and get the
response.
- createSocket(boolean, String, int) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Creates the socket that will be used to send the request and get the
response.
- createSocketAddress() - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
Creates a socket address to listen on.
- createSocketFactory(boolean) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Creates a normal or secure socket factory.
- createSslContext() - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Creates a configured and initialised SSLContext from the values set via
the various setters of this class.
- createSslContext() - Method in class org.restlet.engine.security.SslContextFactory
-
Creates a configured and initialized SSLContext.
- createStatus(int) - Method in class org.restlet.engine.http.connector.ClientConnection
-
Returns the status corresponding to a given status code.
- createStore() - Method in class org.restlet.engine.util.Pool
-
Creates the store of reusable objects.
- createTarget(Class<? extends Handler>, Request, Response) - Method in class org.restlet.resource.Finder
-
- createTarget(Request, Response) - Method in class org.restlet.resource.Finder
-
- 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.
- createWorkerService() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Creates the handler service.
- createZipReference(Reference, String) - Static method in class org.restlet.data.LocalReference
-
Constructor.
- CURRENT - Static variable in enum org.restlet.engine.Edition
-
The current engine edition.
- CUSTOM - Static variable in class org.restlet.data.ChallengeScheme
-
Custom scheme based on IP address or cookies or query parameters, etc.
- CUSTOM - Static variable in class org.restlet.routing.Router
-
- generateRef(String) - Method in class org.restlet.resource.Handler
-
Deprecated.
Generates a reference based on a template URI.
- 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() - 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.
- 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.engine.application.Encoder
-
Returns the media types that should be encoded.
- getAdapter() - Method in class org.restlet.engine.http.HttpClientHelper
-
Returns the adapter from uniform calls to HTTP calls.
- getAdapter() - Method in class org.restlet.engine.http.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.http.connector.Connection
-
Returns the socket IP address.
- getAddress() - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Returns the socket address this server is listening to.
- getAddress() - Method in class org.restlet.Server
-
Returns the optional listening IP address (local host used if null).
- getAddresses() - Method in class org.restlet.data.ClientInfo
-
- 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.
- getAlgorithm() - Method in class org.restlet.data.Digest
-
Returns the digest algorithm.
- 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.
- getAllowedMethods() - Method in class org.restlet.resource.Handler
-
Deprecated.
Returns the set of allowed methods.
- getAllowedMethods() - Method in class org.restlet.resource.UniformResource
-
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, 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.
- 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.resource.Handler
-
Deprecated.
Returns the parent application if it exists, or null.
- getApplication() - Method in class org.restlet.resource.UniformResource
-
Returns the parent application if it exists, or instantiates a new one if
needed.
- getApplication() - Method in class org.restlet.Restlet
-
Returns the parent application if it exists, or null.
- getApplication() - Method in class org.restlet.util.WrapperRestlet
-
- 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.
- 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.
- 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.representation.Representation
-
Returns the size effectively available.
- getAvailableSize() - Method in class org.restlet.util.WrapperRepresentation
-
- 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.
- 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.component.ChildContext
-
Return the best class name.
- getBestConnection(Request) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
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, UniformResource) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the best converter helper matching the given parameters.
- getBestHelper(Representation, Class<T>, UniformResource) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the best converter helper matching the given parameters.
- getBufferSize() - Static method in class org.restlet.engine.io.IoUtils
-
Returns the size to use when instantiating buffered items such as
instances of the
BufferedReader
class.
- getCacheDirectives() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
- getCacheDirectives() - Method in class org.restlet.engine.http.HttpRequest
-
- 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.
- getCertAlgorithm() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL certificate algorithm.
- getCertAlgorithm() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Deprecated.
- getCertAlgorithm() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Deprecated.
- getChallengeRequests() - Method in class org.restlet.resource.UniformResource
-
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.http.connector.ConnectedRequest
-
- getChallengeResponse() - Method in class org.restlet.engine.http.HttpRequest
-
- 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.UniformResource
-
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(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.DigestRepresentation
-
Deprecated.
- 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.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
-
- getCharacterSet() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the character set.
- getCharacterSet() - Method in class org.restlet.engine.http.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.util.Conneg
-
Returns the enriched list of character set preferences.
- getChild() - Method in class org.restlet.engine.component.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
-
- getChildRoles() - Method in class org.restlet.security.Role
-
Returns the modifiable list of child roles.
- 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.
- getClient() - Method in class org.restlet.engine.component.ClientRoute
-
Returns the target client.
- getClientAddress() - Method in class org.restlet.engine.http.Call
-
Returns the client address.
Corresponds to the IP address of the requesting client.
- getClientAddress() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getClientAddress() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- 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.
- getClientInfo() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.engine.http.HttpRequest
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.engine.util.Conneg
-
Returns the client preferences.
- getClientInfo() - Method in class org.restlet.Request
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.resource.UniformResource
-
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.http.Call
-
Returns the client port.
Corresponds to the TCP/IP port of the requesting client.
- getClientPort() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getClientPort() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getClientProtocols() - Method in class org.restlet.service.ConnectorService
-
Returns the modifiable list of required client protocols.
- getClientResource() - Method in interface org.restlet.resource.ClientProxy
-
Returns the wrapped client resource.
- getClientRouter() - Method in class org.restlet.engine.component.ComponentHelper
-
Returns the internal client router.
- getClients() - Method in class org.restlet.Component
-
Returns a modifiable list of client connectors.
- getCode() - Method in class org.restlet.data.Status
-
Returns the corresponding code (HTTP or WebDAV or custom code).
- getComment() - Method in class org.restlet.data.CookieSetting
-
Returns the comment for the user.
- getComment() - Method in class org.restlet.data.Product
-
Returns the facultative comment.
- getComment() - Method in class org.restlet.data.RecipientInfo
-
Returns the optional comment, typically the software agent name.
- getComparator() - Method in class org.restlet.resource.Directory
-
Returns the reference comparator used to sort index pages.
- 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.
- getComputedDigest() - Method in class org.restlet.representation.DigestRepresentation
-
Deprecated.
Returns the current computed digest value of the representation.
- getConditions() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
Returns the condition data applying to this call.
- getConditions() - Method in class org.restlet.engine.http.HttpRequest
-
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.UniformResource
-
Returns the modifiable conditions applying to this request.
- getConditions() - Method in class org.restlet.util.WrapperRequest
-
Returns the conditions applying to this call.
- getConnection() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
- getConnection() - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Returns the Simple connection.
- getConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
-
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
-
Returns the connection timeout in milliseconds.
- getConnectTimeout() - Method in class org.restlet.engine.ClientHelper
-
Returns the connection timeout.
- getConnectTimeout() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the connection timeout.
- 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.
- getContainerServer() - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Returns the Simple container server.
- getContentLength() - Method in class org.restlet.engine.http.ClientCall
-
- getContentLength(Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
- getContentLength() - Method in class org.restlet.engine.http.ServerCall
-
- getContentLength() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getContext() - Method in class org.restlet.engine.ConnectorHelper
-
Returns the helped Restlet context.
- getContext() - Method in class org.restlet.engine.http.adapter.Adapter
-
Returns the context.
- getContext() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet context.
- getContext() - Method in class org.restlet.engine.TemplateDispatcher
-
Returns the context.
- getContext() - Method in class org.restlet.resource.Handler
-
Deprecated.
Returns the context.
- getContext() - Method in class org.restlet.resource.UniformResource
-
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
-
- getController() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the controller task.
- getControllerSleepTimeMs() - Method in class org.restlet.engine.http.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.UniformResource
-
Returns the application's converter service or create a new one.
- getCookies() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
Returns the cookies provided by the client.
- getCookies(List<Cookie>, Map<String, Cookie>) - Static method in class org.restlet.engine.http.header.CookieWriter
-
Gets the cookies whose name is a key in the given map.
- getCookies() - Method in class org.restlet.engine.http.HttpRequest
-
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.UniformResource
-
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.UniformResource
-
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.
- getCredentials() - Method in class org.restlet.data.ChallengeResponse
-
- 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.
- getCustom(Request, Response) - Method in class org.restlet.routing.Router
-
Returns the matched route according to a custom algorithm.
- 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.engine.application.Encoder
-
Returns the list of default encoded media types.
- getDefaultCharacterSet() - Method in class org.restlet.service.MetadataService
-
Returns the default character set for textual representations.
- 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.engine.application.Encoder
-
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.
- 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.
- getDefaultMatchQuery() - Method in class org.restlet.routing.Router
-
- 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.
- 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.
- getDefaultThreads() - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Returns the default number of polling threads for a handler object.
- getDefaultValue() - Method in class org.restlet.routing.Variable
-
Returns the default value to use if the key couldn't be found in the
model.
- getDefaultVariable() - Method in class org.restlet.routing.Template
-
Returns the default variable.
- getDefaultVerifier() - Method in class org.restlet.Context
-
Returns a verifier that can check the validity of the credentials
associated to a request.
- getDelegate() - Method in class org.restlet.util.WrapperList
-
Returns the delegate list.
- getDelegate() - Method in class org.restlet.util.WrapperMap
-
Returns the delegate list.
- getDescription() - Method in class org.restlet.data.ChallengeScheme
-
Returns the description.
- getDescription() - Method in class org.restlet.data.CookieSetting
-
Returns the description of this REST element.
- getDescription() - Method in class org.restlet.data.Metadata
-
Returns the description.
- getDescription() - Method in class org.restlet.data.Method
-
Returns the description.
- getDescription() - Method in class org.restlet.data.Protocol
-
Returns the description.
- getDescription() - Method in class org.restlet.data.Status
-
Returns the description.
- getDescription() - Method in class org.restlet.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.
- getDigestRef() - Method in class org.restlet.data.ChallengeResponse
-
- getDimensions() - Method in class org.restlet.resource.UniformResource
-
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(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
-
Returns the list of disabled cipher suites.
- getDisposition() - Method in class org.restlet.representation.Representation
-
Returns the disposition characteristics of the representation.
- getDisposition() - Method in class org.restlet.util.WrapperRepresentation
-
- 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.
- getDomainUris() - Method in class org.restlet.security.Guard
-
Deprecated.
Returns the base URIs that collectively define the protected domain for
HTTP Digest Authentication.
- getDownloadName() - Method in class org.restlet.representation.Representation
-
Deprecated.
Use the "disposition" attribute instead.
- getDownloadName() - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- getEmail() - Method in class org.restlet.security.User
-
Returns the email.
- getEnabledCipherSuites(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
-
Returns the list of enabled cipher suites.
- 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.util.Conneg
-
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
-
- getEngine() - Method in class org.restlet.engine.util.EngineClassLoader
-
Returns the parent Restlet engine.
- getEnrichedPreferences(List<Preference<T>>, T, T) - Method in class org.restlet.engine.util.Conneg
-
Returns an enriched list of preferences.
- getEnroler() - Method in class org.restlet.security.Authenticator
-
Returns the enroler invoked upon successful authentication to update the
subject with new principals.
- getEnroler() - Method in class org.restlet.security.Realm
-
Returns an enroler that can add the user roles based on user principals.
- getEntity() - Method in class org.restlet.engine.http.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.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.
- getEntityAsForm() - Method in class org.restlet.Message
-
Deprecated.
Will be removed in future release 2.1.
- getEntityAsForm() - Method in class org.restlet.util.WrapperRequest
-
Deprecated.
Will be removed in future release 2.1.
- getEntityAsForm() - Method in class org.restlet.util.WrapperResponse
-
Deprecated.
Will be removed in future release 2.1.
- getEntityAsText() - Method in class org.restlet.Message
-
Returns the entity as text.
- getEphemeralPort() - Method in class org.restlet.Server
-
Returns the actual ephemeral port used when the listening port is set to
'0'.
- 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
-
- 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.
- 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.
- getFinderClass() - Method in class org.restlet.Application
-
Returns the finder class used to instantiate resource classes.
- getFinderClass() - Method in class org.restlet.routing.Router
-
Returns the finder class to instantiate.
- getFirst() - Method in class org.restlet.engine.ChainHelper
-
Returns the first Restlet.
- getFirst() - Method in class org.restlet.util.Couple
-
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
-
Returns the first object.
- getFirstName() - Method in class org.restlet.security.User
-
Returns the first name.
- 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) - 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.
- 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.
- getFullName() - Method in enum org.restlet.engine.Edition
-
Returns the full size name of the edition.
- getHead(Handler) - Method in class org.restlet.engine.log.DefaultAccessLogFormatter
-
- getHeaders() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
Returns the HTTP headers.
- getHeaders() - Method in class org.restlet.engine.http.HttpRequest
-
Returns the HTTP headers.
- getHeaders() - Method in class org.restlet.engine.http.HttpResponse
-
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.http.ClientCall
-
Returns the HTTP client helper.
- getHelper() - Method in class org.restlet.engine.http.connector.Acceptor
-
Returns the parent server helper.
- getHelper() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the parent connector helper.
- getHelper() - Method in class org.restlet.engine.http.connector.Controller
-
Returns the parent connector helper.
- getHelper() - Method in class org.restlet.ext.simple.internal.SimpleContainer
-
Returns the delegate Restlet server helper.
- 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.
- 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.http.Call
-
Returns the host domain.
- getHostDomain() - Method in class org.restlet.engine.http.ServerCall
-
Returns the host domain name.
- getHostDomain() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- 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.
- 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.http.Call
-
Returns the host port.
- getHostPort() - Method in class org.restlet.engine.http.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.UniformResource
-
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.
- getHttpCall() - Method in class org.restlet.engine.http.HttpRequest
-
Returns the low-level HTTP call.
- getHttpCall() - Method in class org.restlet.engine.http.HttpResponse
-
Returns the low-level HTTP call.
- 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() - Method in class org.restlet.representation.Variant
-
- 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.
- getIdentifier() - Method in class org.restlet.util.WrapperRepresentation
-
- getIgnoredMediaTypes() - Method in class org.restlet.engine.application.Encoder
-
Returns the media types that should be ignored.
- getInboundBufferSize() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the size of the buffer when reading messages..
- getInboundEntityChannel(long, boolean) - Method in class org.restlet.engine.http.connector.Connection
-
Returns the inbound message entity channel if it exists.
- getInboundEntityStream(long, boolean) - Method in class org.restlet.engine.http.connector.Connection
-
Returns the inbound message entity stream if it exists.
- getInboundMessages() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the queue of inbound messages pending for handling.
- getInboundMessages() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the queue of inbound messages.
- getInboundRoot() - Method in class org.restlet.Application
-
Returns the inbound root Restlet.
- getInboundStream() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the inbound stream.
- getInboundStream() - Method in class org.restlet.engine.http.io.InputEntityStream
-
Returns the inbound stream.
- 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.
- getInputStream() - Method in class org.restlet.engine.io.PipeStream
-
Returns a new input stream that can read from the pipe.
- getInputValue() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the input part of the annotation value.
- getInstance() - Static method in class org.restlet.engine.Engine
-
Returns the registered Restlet engine.
- getInternalRouter() - Method in class org.restlet.Component
-
Returns the private internal router where Restlets like Applications can
be attached.
- getIpAddress(String) - Static method in class org.restlet.routing.VirtualHost
-
Returns the IP address of a given domain name.
- 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.
- getJavaInputType(int) - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the generic type for the given input parameter.
- 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.
- getKeyPassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL key password.
- getKeyPassword() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Deprecated.
- getKeyPassword() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Deprecated.
- getKeystorePassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL keystore password.
- getKeystorePassword() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Deprecated.
- getKeystorePassword() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Deprecated.
- getKeystorePath() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL keystore path.
- getKeystorePath() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Deprecated.
- getKeystorePath() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Deprecated.
- getKeystoreType() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL keystore type.
- getKeystoreType() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Deprecated.
- getKeystoreType() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Deprecated.
- getLanguage() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the language.
- 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.util.Conneg
-
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() - Method in class org.restlet.engine.ChainHelper
-
Returns the last Filter.
- getLast(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns the last route match for a given call.
- getLastName() - Method in class org.restlet.security.User
-
Returns the last name.
- getLastSegment() - Method in class org.restlet.data.Reference
-
Returns the last segment of a hierarchical path.
For example the "/a/b/c" and "/a/b/c/" paths have the same segments: "a",
"b", "c.
Note that no URI decoding is done by this method.
- getLastSegment(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded last segment.
- getLastSegment(boolean, boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded last segment.
- getLatin1Bytes(String) - Static method in class org.restlet.engine.util.StringUtils
-
Encodes the given String into a sequence of bytes using the Latin1
character set.
- getLocalAddress() - Static method in class org.restlet.engine.http.ClientCall
-
Returns the local IP address or 127.0.0.1 if the resolution fails.
- getLocalHostAddress() - Static method in class org.restlet.routing.VirtualHost
-
Returns the local host IP address.
- getLocalHostName() - Static method in class org.restlet.routing.VirtualHost
-
Returns the local host name.
- getLocalSecret(String) - Method in class org.restlet.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.UniformResource
-
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.
- getLogFormat() - Method in class org.restlet.service.LogService
-
Returns the format used.
- getLogger() - Method in class org.restlet.Context
-
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() - Method in class org.restlet.engine.http.adapter.Adapter
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.http.Call
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the logger.
- 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.Handler
-
Deprecated.
Returns the logger to use.
- getLogger() - Method in class org.restlet.resource.UniformResource
-
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.component.ChildContext
-
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.
- 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.
- 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.
- 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.
- getMatchQuery() - Method in class org.restlet.routing.TemplateRoute
-
- 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.Handler
-
Deprecated.
Returns the optional matrix of the request's target resource reference as
a form (series of parameters).
- getMatrix() - Method in class org.restlet.resource.UniformResource
-
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.
- 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.
- getMaxConnectionsPerHost() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the maximum concurrent connections per host (IP address).
- getMaxForwards() - Method in class org.restlet.Request
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.resource.UniformResource
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.util.WrapperRequest
-
- getMaxThreads() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the maximum threads that will service requests.
- getMaxTotalConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the maximum number of concurrent connections allowed.
- getMediaType() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the media type.
- getMediaType() - Method in class org.restlet.engine.http.header.ContentType
-
Returns the media type.
- 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.util.Conneg
-
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
-
- 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(String) - Method in class org.restlet.service.MetadataService
-
Returns the metadata associated to this extension.
- getMetadata(String, Class<T>) - Method in class org.restlet.service.MetadataService
-
Returns the metadata associated to this extension.
- getMetadataService() - Method in class org.restlet.Application
-
Returns the metadata service.
- getMetadataService() - Method in class org.restlet.engine.application.TunnelFilter
-
Returns the metadata service of the parent application.
- getMetadataService() - Method in class org.restlet.engine.local.Entity
-
Returns the metadata service to use.
- getMetadataService() - Method in class org.restlet.engine.RestletHelper
-
Returns the metadata service.
- getMetadataService() - Method in class org.restlet.engine.util.Conneg
-
Returns the metadata service.
- getMetadataService() - Method in class org.restlet.resource.UniformResource
-
Returns the application's metadata service or create a new one.
- getMethod() - Method in class org.restlet.engine.http.Call
-
Returns the request method.
- getMethod() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getMethod() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
Returns the request method.
- getMethod() - Method in class org.restlet.Request
-
Returns the method.
- getMethod() - Method in class org.restlet.resource.UniformResource
-
Returns the method.
- getMethod() - Method in class org.restlet.util.WrapperRequest
-
Returns the method.
- 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.
- getMinimumSize() - Method in class org.restlet.engine.application.Encoder
-
Returns the minimum size a representation must have before compression is
done.
- getMinThreads() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the minimum threads waiting to service requests.
- 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.
- getName() - Method in class org.restlet.data.ChallengeScheme
-
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
-
Returns the name of this 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
-
Returns the name of this 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.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.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 class org.restlet.util.WrapperRestlet
-
- getNames() - Method in class org.restlet.util.Series
-
Returns the set of parameter names (case sensitive).
- getNext(Request, Response) - Method in class org.restlet.engine.component.ClientRouter
-
- 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.
- getNonceCount() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the nonce-count value.
- getNonceLifespan() - Method in class org.restlet.security.Guard
-
Deprecated.
Returns the number of milliseconds between each mandatory nonce refresh.
- getNoneMatch() - Method in class org.restlet.data.Conditions
-
Returns the modifiable list of tags that mustn't match.
- 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.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.jackson.JacksonConverter
-
- 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.
- 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.
- getOriginalRef() - Method in class org.restlet.Request
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.resource.UniformResource
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.util.WrapperRequest
-
- getOutboundBufferSize() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the size of the buffer when writing messages..
- getOutboundEntityChannel(boolean) - Method in class org.restlet.engine.http.connector.Connection
-
Returns the response channel if it exists.
- getOutboundEntityStream(boolean) - Method in class org.restlet.engine.http.connector.Connection
-
Returns the response entity stream if it exists.
- getOutboundMessages() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the queue of outbound messages pending for handling.
- getOutboundMessages() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the queue of outbound messages.
- getOutboundRoot() - Method in class org.restlet.Application
-
Returns the outbound root Restlet.
- getOutboundStream() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the outbound stream.
- getOutputStream() - Method in class org.restlet.engine.io.PipeStream
-
Returns a new output stream that can write into the pipe.
- getOutputValue() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the output part of the annotation value.
- getOwner() - Method in class org.restlet.Restlet
-
Returns the owner(s).
- getOwner() - Method in class org.restlet.util.WrapperRestlet
-
- 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) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
- getParameters() - Method in class org.restlet.Context
-
Returns the modifiable series of parameters.
- getParameters() - Method in class org.restlet.data.ChallengeMessage
-
Returns the modifiable series of scheme parameters.
- getParameters() - Method in class org.restlet.data.Disposition
-
Returns the list of disposition parameters.
- getParameters() - Method in class org.restlet.data.Expectation
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.data.MediaType
-
Returns the unmodifiable list of parameters.
- 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) - 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.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.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.component.ChildContext
-
Returns the parent context.
- getParentRef() - Method in class org.restlet.data.Reference
-
Returns the parent reference of a hierarchical reference.
- 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.
- getPattern() - Method in class org.restlet.routing.Template
-
Returns the pattern to use for formatting or parsing.
- getPipeline() - Method in class org.restlet.ext.netty.internal.HttpServerPipelineFactory
-
Implements the ChannelPipelineFactory.getPipeline()
method.
- getPipeline() - Method in class org.restlet.ext.netty.internal.HttpsServerPipelineFactory
-
Implements the ChannelPipelineFactory.getPipeline()
method.
- getPipelineFatory() - Method in class org.restlet.ext.netty.HttpServerHelper
-
- getPipelineFatory() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
- getPipelineFatory() - Method in class org.restlet.ext.netty.NettyServerHelper
-
Returns the Netty pipeline factory.
- 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.http.connector.Connection
-
Returns the socket port.
- getPort() - Method in class org.restlet.Server
-
Returns the listening port if specified.
- 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.engine.util.ConnegUtils
-
Returns the preferred metadata taking into account both metadata
supported by the server and client preferences.
- getPreferredVariant(List<? extends Variant>, MetadataService) - Method in class org.restlet.data.ClientInfo
-
Returns the best variant for a given resource according the the client
preferences: accepted languages, accepted character sets, accepted media
types and accepted encodings.
- getPreferredVariant(Resource, MetadataService) - Method in class org.restlet.data.ClientInfo
-
- getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.engine.util.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(ClientInfo, List<? extends Variant>, MetadataService) - Static method in class org.restlet.engine.util.ConnegUtils
-
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() - Method in class org.restlet.resource.Resource
-
Deprecated.
Returns the preferred variant according to the client preferences
specified in the request.
- getPreferredVariant(List<Variant>) - Method in class org.restlet.resource.ServerResource
-
Returns the preferred variant among a list of available variants.
- 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.
- getProtocol() - Method in class org.restlet.data.RecipientInfo
-
Returns the protocol used to communicate with the recipient.
- getProtocol() - Method in class org.restlet.engine.http.Call
-
Returns the exact protocol (HTTP or HTTPS).
- getProtocol() - Method in class org.restlet.Request
-
Returns the protocol used or to be used, if known.
- getProtocol() - Method in class org.restlet.resource.UniformResource
-
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.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.http.connector.ConnectedRequest
-
- getProxyChallengeResponse() - Method in class org.restlet.engine.http.HttpRequest
-
- getProxyChallengeResponse() - Method in class org.restlet.Request
-
Returns the authentication response sent by a client to a proxy.
- 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.http.connector.BaseClientHelper
-
Returns the host name of the HTTP proxy, if specified.
- getProxyPort() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
- getQuality() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the quality of protection.
- getQuality() - Method in class org.restlet.data.ChallengeResponse
-
Returns the chosen quality of protection.
- getQuality() - Method in class org.restlet.data.Preference
-
Returns the quality/preference level.
- getQualityOptions() - Method in class org.restlet.data.ChallengeRequest
-
Returns the available options for quality of protection.
- getQuery() - Method in class org.restlet.data.Reference
-
Returns the optional query component for hierarchical identifiers.
Note that no URI decoding is done by this method.
- getQuery(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionnally decoded query component.
- getQuery() - Method in class org.restlet.resource.Handler
-
Deprecated.
Returns the parsed query of the request's target resource reference as a
form (series of parameters).
- getQuery() - Method in class org.restlet.resource.UniformResource
-
Returns the resource reference's optional query.
- getQueryAsForm() - 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.
- 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.
- 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.http.connector.ConnectedRequest
-
- getRanges() - Method in class org.restlet.engine.http.HttpRequest
-
- 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.UniformResource
-
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.
- 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.representation.ChannelRepresentation
-
- getReader() - Method in class org.restlet.representation.DigesterRepresentation
-
- getReader() - Method in class org.restlet.representation.DigestRepresentation
-
Deprecated.
- 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
-
- 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.
- getRealm() - Method in class org.restlet.security.Guard
-
Deprecated.
Returns the authentication realm.
- getRealms() - Method in class org.restlet.Component
-
Returns the modifiable list of security realms.
- getReasonPhrase() - Method in class org.restlet.engine.http.Call
-
Returns the reason phrase.
- getRecipientsInfo() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
- getRecipientsInfo() - Method in class org.restlet.engine.http.HttpRequest
-
- 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.
- 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.resource.UniformResource
-
Returns the URI reference.
- getReferrerRef() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.engine.http.HttpRequest
-
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.UniformResource
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the referrer reference if available.
- 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.
- getRegularSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the regular socket factory.
- 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.
- 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.
- 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(InputStream) - Method in class org.restlet.engine.http.Call
-
Returns the representation wrapping the given stream.
- getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.http.Call
-
Returns the representation wrapping the given channel.
- getRepresentation(InputStream) - Method in class org.restlet.engine.http.connector.Connection
-
Returns the representation wrapping the given stream.
- getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.http.connector.Connection
-
Returns the representation wrapping the given channel.
- 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(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.
- getRequest() - Method in class org.restlet.resource.Handler
-
Deprecated.
Returns the request.
- getRequest() - Method in class org.restlet.resource.UniformResource
-
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.UniformResource
-
Returns the request attributes.
- getRequestEntity() - Method in class org.restlet.engine.http.ServerCall
-
Returns the request entity if available.
- getRequestEntity() - Method in class org.restlet.resource.UniformResource
-
Returns the request entity representation.
- getRequestEntityChannel() - Method in class org.restlet.engine.http.ClientCall
-
Returns the request entity channel if it exists.
- getRequestEntityChannel(long) - Method in class org.restlet.engine.http.ServerCall
-
Returns the request entity channel if it exists.
- getRequestEntityChannel(long) - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getRequestEntityChannel(long) - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getRequestEntityStream() - Method in class org.restlet.engine.http.ClientCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream(long) - Method in class org.restlet.engine.http.ServerCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream(long) - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getRequestEntityStream(long) - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getRequestHeadChannel() - Method in class org.restlet.engine.http.ServerCall
-
Returns the request head channel if it exists.
- getRequestHeadChannel() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getRequestHeadChannel() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getRequestHeaders() - Method in class org.restlet.engine.http.Call
-
Returns the modifiable list of request headers.
- getRequestHeaders() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getRequestHeaders() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
Returns the list of request headers.
- getRequestHeadStream() - Method in class org.restlet.engine.http.ClientCall
-
Returns the request head stream if it exists.
- getRequestHeadStream() - Method in class org.restlet.engine.http.ServerCall
-
Returns the request head stream if it exists.
- getRequestHeadStream() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getRequestHeadStream() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getRequestUri() - Method in class org.restlet.engine.http.Call
-
Returns the URI on the request line (most like a relative reference, but
not necessarily).
- getRequestUri() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getRequestUri() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
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.
- getResource(String) - Static method in class org.restlet.engine.Engine
-
Returns the classloader resource for a given name/path.
- 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.
- 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
-
- getResourceScheme() - Method in class org.restlet.routing.VirtualHost
-
Returns the resourceRef scheme to match.
- getResponse() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
Get response.
- getResponse() - Method in class org.restlet.resource.Handler
-
Deprecated.
Returns the response.
- getResponse() - Method in class org.restlet.resource.UniformResource
-
Returns the handled response.
- getResponseAttributes() - Method in class org.restlet.resource.UniformResource
-
Returns the response attributes.
- getResponseDigest() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the optional response digest for mutual authentication.
- getResponseEntity(Response) - Method in class org.restlet.engine.http.ClientCall
-
Returns the response entity if available.
- getResponseEntity() - Method in class org.restlet.resource.UniformResource
-
Returns the response entity representation.
- getResponseEntityChannel(long) - Method in class org.restlet.engine.http.ClientCall
-
Returns the response channel if it exists.
- getResponseEntityChannel() - Method in class org.restlet.engine.http.ServerCall
-
Returns the response channel if it exists.
- getResponseEntityChannel() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getResponseEntityChannel() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
Returns the response channel if it exists.
- getResponseEntityStream(long) - Method in class org.restlet.engine.http.ClientCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream() - Method in class org.restlet.engine.http.ServerCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getResponseEntityStream() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
Returns the response stream if it exists.
- getResponseHeaders() - Method in class org.restlet.engine.http.Call
-
Returns the modifiable list of server headers.
- getResponseVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns a list of response variants based on the annotation value.
- getRestletMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the matching Restlet method.
- getRestletResponse() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
Returns the Restlet response.
- 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.
- getRiapAuthorityType() - Method in class org.restlet.data.LocalReference
-
Returns the type of authority.
- getRole(String) - Method in class org.restlet.Application
-
Returns the role associated to the given name.
- 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.
- getRoot() - Method in class org.restlet.Application
-
- getRootGroups() - Method in class org.restlet.security.MemoryRealm
-
Returns the modifiable list of root groups.
- getRootRef() - Method in class org.restlet.Request
-
Returns the application root reference.
- getRootRef() - Method in class org.restlet.resource.Directory
-
Returns the root URI from which the relative resource URIs will be looked
up.
- getRootRef() - Method in class org.restlet.resource.UniformResource
-
Returns the application root reference.
- getRootRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the application root reference.
- getRouter() - Method in class org.restlet.routing.TemplateRoute
-
Returns the parent router.
- getRoutes() - Method in class org.restlet.routing.Router
-
Returns the modifiable list of routes.
- getRoutingMode() - Method in class org.restlet.routing.Router
-
Returns the routing mode.
- 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.security.ChallengeAuthenticator
-
Returns the authentication challenge scheme.
- getScheme() - Method in class org.restlet.security.Guard
-
Deprecated.
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.util.Couple
-
Returns the second object.
- getSecond() - Method in class org.restlet.util.Triple
-
Returns the second object.
- getSecret() - Method in class org.restlet.data.ChallengeResponse
-
Returns the user secret, such as a password or a secret key.
- getSecret(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.
- getSecretResolver() - Method in class org.restlet.security.Guard
-
Deprecated.
Returns the secret resolver.
- getSecrets() - Method in class org.restlet.security.Guard
-
Deprecated.
Returns the modifiable map of identifiers and secrets.
- getSecureRandomAlgorithm() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the name of the RNG algorithm.
- getSecureSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the secure socket factory.
- getSecureSocketProtocol() - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Returns the secure socket protocol name, "TLS" by default.
- getSecurityProvider() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the Java security provider name.
- 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.
- getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
-
Get an exclusive Selector
.
- getServerAddress() - Method in class org.restlet.engine.http.Call
-
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.http.HttpResponse
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.resource.UniformResource
-
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.security.Guard
-
Deprecated.
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.http.Call
-
Returns the server port.
- getServerPort() - Method in class org.restlet.routing.VirtualHost
-
Returns the listening server port.
- getServerProtocols() - Method in class org.restlet.service.ConnectorService
-
Returns the modifiable list of required server protocols.
- getServerRouter() - Method in class org.restlet.engine.component.ComponentHelper
-
Returns the internal host router.
- getServers() - Method in class org.restlet.Component
-
Returns the modifiable list of server connectors.
- getServerSocket() - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
Returns the server socket.
- getServices() - Method in class org.restlet.Application
-
Returns the modifiable list of services.
- getServices() - Method in class org.restlet.Component
-
Returns the modifiable list of services.
- getShortName() - Method in enum org.restlet.engine.Edition
-
Returns the short size name of the edition.
- 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.representation.FileRepresentation
-
- getSize() - Method in class org.restlet.representation.Representation
-
Returns the size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
Note that when used with HTTP connectors, this property maps to the
"Content-Length" header.
- 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.http.connector.Connection
-
Returns the underlying socket.
- getSocketAddress(Request) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns an IP socket address representing the target host domain and port
for a given request.
- getSocketChannel() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the underlying NIO socket channel.
- getSocketFactory(boolean) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the socket factory.
- getSource() - Method in class org.restlet.engine.security.RoleMapping
-
- getSslCipherSuite() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the SSL cipher suite.
- getSslCipherSuite() - Method in class org.restlet.engine.http.ServerCall
-
Returns the SSL Cipher Suite, if available and accessible.
- getSslCipherSuite() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getSslCipherSuite() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getSslClientCertificates() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the list of client SSL certificates.
- getSslClientCertificates() - Method in class org.restlet.engine.http.ServerCall
-
Returns the chain of client certificates, if available and accessible.
- getSslClientCertificates() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getSslClientCertificates() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getSslContext() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Gets the SSL context used by this server.
- getSslContext() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Gets the SSL context used by this server.
- getSslContextFactory(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
-
Returns the SSL context factory.
- getSslKeySize() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the SSL key size, if available and accessible.
- getSslKeySize() - Method in class org.restlet.engine.http.ServerCall
-
Returns the SSL key size, if available and accessible.
- getSslProtocol() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL keystore type.
- getSslProtocol() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Deprecated.
- getSslProtocol() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Deprecated.
- getSslSessionId() - Method in class org.restlet.engine.http.ServerCall
-
Returns the SSL session ID, in hexadecimal encoding, if available and
accessible.
- getSslSessionIdBytes() - Method in class org.restlet.engine.http.ServerCall
-
Returns the SSL session ID, as a byte array, if available and accessible
in that format (to be used by getSslSessionId).
- getSslSessionIdBytes() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getSslSessionIdBytes() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getState() - Method in class org.restlet.engine.http.connector.Connection
-
Returns the state of the connection.
- 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 exception org.restlet.resource.ResourceException
-
Returns the status associated to this exception.
- getStatus() - Method in class org.restlet.resource.UniformResource
-
Returns the status.
- 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, UniformResource) - 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.http.Call
-
Returns the status code.
- 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.UniformResource
-
Returns the application's status service or create a new one.
- getStore() - Method in class org.restlet.engine.util.Pool
-
Returns the store containing the reusable objects.
- 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
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getStream(Writer) - 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(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.DigestRepresentation
-
Deprecated.
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
-
- getSubTags() - Method in class org.restlet.data.Language
-
Returns the unmodifiable list of subtags.
- getSubType() - Method in class org.restlet.data.MediaType
-
Returns the sub-type.
- 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.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.Server
-
- getTarget() - Method in class org.restlet.util.ServerList
-
- getTargetClass() - Method in class org.restlet.resource.Finder
-
- getTargetRef() - Method in class org.restlet.data.Reference
-
Returns the target reference.
- getTargetRef(Request, Response) - Method in class org.restlet.routing.Redirector
-
Returns the target reference to redirect to.
- 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).
- getTaskService() - Method in class org.restlet.Application
-
Returns a task service to run concurrent tasks.
- getTcpNoDelay() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Indicates if the protocol will use Nagle's algorithm
- getTechnicalName() - Method in class org.restlet.data.ChallengeScheme
-
Returns the technical name (ex: BASIC).
- getTechnicalName() - Method in class org.restlet.data.Protocol
-
Returns the technical name that appears on the wire.
- getTemplate() - Method in class org.restlet.routing.TemplateRoute
-
Returns the reference template to match.
- 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.
- 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
-
Converts the representation to a string value.
- 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.representation.AppendableRepresentation
-
- getText() - Method in class org.restlet.representation.DigesterRepresentation
-
- getText() - Method in class org.restlet.representation.DigestRepresentation
-
Deprecated.
- 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
-
- 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.util.Triple
-
Returns the third object.
- getThreadMaxIdleTimeMs() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the time for an idle thread to wait for an operation before being
collected.
- 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.
- getTimeToLive() - Method in class org.restlet.engine.local.LocalClientHelper
-
Returns the time to live for a file representation before it expires (in
seconds).
- getTruststorePassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL trust store password.
- getTruststorePath() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL trust store path.
- getTruststoreType() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Returns the SSL trust store type.
- 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.routing.Variable
-
Returns the type of variable.
- 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.
- 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.
- getUser() - Method in class org.restlet.data.ClientInfo
-
Returns the authenticated user.
- 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.http.Call
-
Returns the user principal.
- getUserPrincipal() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
- getUsers() - Method in class org.restlet.security.MemoryRealm
-
Returns the modifiable list of users.
- getValue() - Method in class org.restlet.data.Digest
-
Returns the digest value.
- getValue() - Method in class org.restlet.data.Parameter
-
Returns the value.
- getValue() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the annotation value.
- getValue(String) - Method in enum org.restlet.ext.netty.internal.NettyParams
-
Get converted value from a string option value.
- 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.
- 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) - 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.jackson.JacksonConverter
-
- getVariants() - Method in class org.restlet.resource.Resource
-
Deprecated.
Returns the modifiable list of variants.
- 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.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.http.Call
-
Returns the protocol version used.
- getVersion() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- getVersion() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- getVirtualHost() - Method in class org.restlet.engine.component.HostRoute
-
Returns the target virtual host.
- getWarnings() - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
- getWarnings() - Method in class org.restlet.engine.http.HttpRequest
-
- 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.
- getWorkerService() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Returns the connection handler service.
- getWorkerService() - Method in class org.restlet.engine.http.connector.Controller
-
Returns the helper's worker service.
- 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.
- 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.
- Guard - Class in org.restlet.security
-
- Guard(Context, ChallengeScheme, String) - Constructor for class org.restlet.security.Guard
-
Deprecated.
Constructor.
- Guard(Context, String, Collection<String>, String) - Constructor for class org.restlet.security.Guard
-
Deprecated.
Alternate Constructor for HTTP DIGEST authentication scheme.
- GZIP - Static variable in class org.restlet.data.Encoding
-
The GNU Zip encoding.
- 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.
- 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
-
- implCloseChannel() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
-
- inboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
-
Redirects a given call to a target reference.
- InboundStream - Class in org.restlet.engine.http.io
-
Buffered input stream that prevent the underlying stream from being closed.
- InboundStream(InputStream) - Constructor for class org.restlet.engine.http.io.InboundStream
-
Constructor.
- InboundStream(InputStream, int) - Constructor for class org.restlet.engine.http.io.InboundStream
-
Constructor.
- includes(Metadata) - Method in class org.restlet.data.CharacterSet
-
Indicates if a given character set is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.Encoding
-
Indicates if a given encoding is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.Language
-
Indicates if a given language is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.MediaType
-
Indicates if a given media type is included in the current one.
- 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(String) - Method in class org.restlet.ext.slf4j.Slf4jLogger
-
Logs an info message.
- INFO_CONTINUE - Static variable in class org.restlet.data.Status
-
This interim response (the client has to wait for the final response) is
used to inform the client that the initial part of the request has been
received and has not yet been rejected or completed by the server.
- INFO_DISCONNECTED_OPERATION - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that it is
intentionally disconnected from the rest of the network for a period of
time.
- INFO_HEURISTIC_EXPIRATION - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that it
heuristically chose a freshness lifetime greater than 24 hours and the
response's age is greater than 24 hours.
- INFO_MISC_WARNING - Static variable in class org.restlet.data.Status
-
Warning status code, optionally including arbitrary information to be
presented to a human user, typically returned by a cache.
- INFO_PROCESSING - Static variable in class org.restlet.data.Status
-
This interim response is used to inform the client that the server has
accepted the complete request, but has not yet completed it since the
server has a reasonable expectation that the request will take
significant time to complete.
- INFO_REVALIDATION_FAILED - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that the
response is stale because an attempt to revalidate the response failed,
due to an inability to reach the server.
- INFO_STALE_RESPONSE - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache, indicating that the
response is stale.
- INFO_SWITCHING_PROTOCOL - Static variable in class org.restlet.data.Status
-
The server understands and is willing to comply with the client's
request, via the Upgrade message header field, for a change in the
application protocol being used on this connection.
- init() - Method in class org.restlet.engine.log.AccessLogFileHandler
-
Initialization code common to all constructors.
- init(Series<Parameter>) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
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.engine.security.SslContextFactory
-
Initialize the factory with the given connector parameters.
- init(Context, Request, Response) - Method in class org.restlet.resource.Handler
-
Deprecated.
Initialize the resource with its context.
- init(Context, Request, Response) - Method in class org.restlet.resource.Resource
-
Deprecated.
Initialize the resource with its context.
- init(Context, Request, Response) - Method in class org.restlet.resource.UniformResource
-
Initialization method setting the environment of the current resource
instance.
- InputEntityStream - Class in org.restlet.engine.http.io
-
Input stream that synchronizes the state of a
Connection
instance and
an input stream.
- InputEntityStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.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.
- instance - Static variable in class org.restlet.engine.riap.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.
- 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.
- IoUtils - Class in org.restlet.engine.io
-
IO manipulation utilities.
- isAbsolute() - Method in class org.restlet.data.Reference
-
Indicates if the reference is absolute.
- isAcceptingRanges() - Method in class org.restlet.data.ServerInfo
-
Return true if the server accepts range requests for a resource, with the
"byte" range unit.
- isAcceptRanges() - Method in class org.restlet.data.ServerInfo
-
- isAccessRestricted() - Method in class org.restlet.data.CookieSetting
-
Indicates if cookie access is restricted for untrusted parties.
- isAlpha(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is alphabetical (a-z or A-Z).
- isAnnotated() - Method in class org.restlet.resource.ServerResource
-
Indicates if annotations are supported.
- isAsciiChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is in ASCII range.
- isAuthenticated() - Method in class org.restlet.data.ChallengeResponse
-
- 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
-
- isAutoDelete() - Method in class org.restlet.representation.FileRepresentation
-
- isAutoDeleting() - Method in class org.restlet.representation.FileRepresentation
-
Indicates if this file should be automatically deleted on release of the
representation.
- 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.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.resource.Resource
-
Deprecated.
Indicates if the resource is actually available.
- isAvailable() - Method in class org.restlet.Server
-
Indicates the underlying connector helper is available.
- isAvailable() - Method in class org.restlet.util.WrapperRepresentation
-
- isBlocking() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
-
- isBlocking(Channel) - Static method in class org.restlet.engine.io.NioUtils
-
Indicates if the channel is in blocking mode.
- isBroken(Throwable) - Static method in class org.restlet.engine.http.Call
-
Returns true if the given exception is caused by a broken connection.
- isBusy() - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the connection is busy.
- isCarriageReturn(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is a carriage return.
- isChannelOption() - Method in enum org.restlet.ext.netty.internal.NettyParams
-
Is this a channel option or not?
- isChunkedEncoding(Series<Parameter>) - Static method in class org.restlet.engine.http.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.http.Call
-
Indicates if the client wants a persistent connection.
- isClientKeepAlive() - Method in class org.restlet.engine.http.ClientCall
-
- isClientKeepAlive() - Method in class org.restlet.engine.http.ServerCall
-
- isClientKeepAlive() - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- isClientKeepAlive() - Method in class org.restlet.ext.simple.internal.SimpleCall
-
- isClientSide() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Indicates if it is helping a client connector.
- isClientSide() - Method in class org.restlet.engine.http.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.
- isComma(int) - Static method in class org.restlet.engine.http.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.http.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, 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.
- 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.http.Call
-
Indicates if the confidentiality of the call is ensured (ex: via SSL).
- isConfidential() - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Indicates if this service is acting in HTTP or HTTPS mode.
- 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.UniformResource
-
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.
- isConnectionBroken(Throwable) - Method in class org.restlet.engine.http.Call
-
Returns true if the given exception is caused by a broken connection.
- isConnectionClose(Series<Parameter>) - Static method in class org.restlet.engine.http.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.http.header.HeaderUtils
-
Indicates if the given character is a control character.
- isControllerDaemon() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Indicates if the controller thread should be a daemon (not blocking JVM
exit).
- isDecodedOnParse() - Method in class org.restlet.routing.Variable
-
- isDecodeRequest() - Method in class org.restlet.engine.application.Decoder
-
- isDecodeResponse() - Method in class org.restlet.engine.application.Decoder
-
- 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).
- 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.http.header.HeaderUtils
-
Indicates if the given character is a digit (0-9).
- isDirectory() - Method in class org.restlet.engine.local.Entity
-
Indicates if the entity is a directory.
- isDirectory() - Method in class org.restlet.engine.local.FileEntity
-
- isDirectory() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- isDirectoryTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Indicates if the target resource is a directory.
- isDoubleQuote(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is a double quote.
- isDownloadable() - Method in class org.restlet.representation.Representation
-
Deprecated.
Use the "disposition" attribute instead.
- isDownloadable() - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- 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.
- isEncodedOnFormat() - Method in class org.restlet.routing.Variable
-
- isEncodeRequest() - Method in class org.restlet.engine.application.Encoder
-
- isEncodeResponse() - Method in class org.restlet.engine.application.Encoder
-
- isEncodeVariables() - Method in class org.restlet.routing.Template
-
- 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.
- 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.
- 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.
- 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.
- isFileTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Indicates if the target resource is a file.
- isFirstChallengeParameter() - Method in class org.restlet.engine.http.header.ChallengeWriter
-
Indicates if the first comma-separated value is written.
- 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.
- 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".
- 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.http.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.
- isInboundBusy() - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the input of the socket is busy.
- isIncluded(long, long) - Method in class org.restlet.data.Range
-
Indicates if the given index is included in the range.
- 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.
- 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.
- isKeepAlive() - Method in class org.restlet.engine.http.Call
-
Indicates if both the client and the server want a persistent connection.
- isLatin1Char(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is in ISO Latin 1 (8859-1) range.
- isLinearWhiteSpace(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is a value separator.
- isLineFeed(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is a line feed.
- 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
-
- isLowerCase(int) - Static method in class org.restlet.engine.http.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.
- isModifiable() - Method in class org.restlet.resource.Resource
-
Deprecated.
- isNeedClientAuthentication() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Indicates if we require client certificate authentication.
- isNeedClientAuthentication() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Indicates if we require client certificate authentication.
- isNegotiateContent() - Method in class org.restlet.resource.Directory
-
- isNegotiateContent() - Method in class org.restlet.resource.Resource
-
Deprecated.
Indicates if the best content is automatically negotiated.
- 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.
- isNormal() - Method in class org.restlet.engine.local.Entity
-
Indicates if the entity is a normal entity, especially if it is not a
directory.
- isNormal() - Method in class org.restlet.engine.local.FileEntity
-
- isNormal() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- isNotDigit(char) - Method in class org.restlet.engine.util.AlphaNumericComparator
-
Indicates if the character is a digit.
- 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.
- isOptional() - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator is not required to succeed.
- isOutboundBusy() - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the output of the socket is busy.
- isOverloaded() - Method in class org.restlet.engine.http.connector.Controller
-
Indicates if the controller is overloaded.
- isOverwrite() - Method in class org.restlet.engine.application.StatusFilter
-
- isOverwrite() - Method in class org.restlet.service.StatusService
-
- 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.
- isPersistent() - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the connection should be persisted across calls.
- isPersistingConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Indicates if persistent connections should be used if possible.
- isPipelining() - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if idempotent sequences of requests can be pipelined.
- isPipeliningConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Indicates if pipelining connections are supported.
- isPreferencesTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled via the query
parameters or file extensions.
- isProxying() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
- isProxying() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Indicates if the helper is going through a client proxy or is a server
proxy.
- isProxying() - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
- 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.http.header.HeaderUtils
-
Indicates if the given character marks the start of a quoted pair.
- isQuotedText(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is a quoted text.
- isReadable() - Method in class org.restlet.resource.Resource
-
Deprecated.
- isRechallengeEnabled() - Method in class org.restlet.security.Guard
-
Deprecated.
Indicates if a new challenge should be sent when invalid credentials are
received (true by default to conform to HTTP recommendations).
- 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".
- isRegistered() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
-
- isRelative() - Method in class org.restlet.data.Reference
-
Indicates if the reference is relative.
- isReplying() - Method in class org.restlet.data.Method
-
Indicates if the method replies with a response.
- isRequestChunked() - Method in class org.restlet.engine.http.Call
-
Indicates if the request entity is chunked.
- isRequired() - Method in class org.restlet.routing.Variable
-
Returns true if the variable is required or optional.
- isReserved(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is a reserved URI character.
- isResponseChunked() - Method in class org.restlet.engine.http.Call
-
Indicates if the response entity is chunked.
- 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.
- isRunning() - Method in class org.restlet.engine.http.connector.BaseTask
-
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.
- isSemiColon(int) - Static method in class org.restlet.engine.http.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.http.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.http.Call
-
Indicates if the server wants a persistent connection.
- isServerKeepAlive() - Method in class org.restlet.engine.http.ClientCall
-
- isServerKeepAlive() - Method in class org.restlet.engine.http.ServerCall
-
- isServerSide() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Indicates if it is helping a server connector.
- isServerSide() - Method in class org.restlet.engine.http.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
-
- isSpace(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is a space.
- isStale() - Method in class org.restlet.data.ChallengeRequest
-
Indicates if the previous request from the client was stale.
- 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
-
- 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
-
- 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".
- 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.http.header.HeaderUtils
-
Indicates if the given character is textual (ISO Latin 1 and not a
control character).
- isToken(CharSequence) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the token is valid.
Only contains valid token characters.
- isTokenChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
-
Indicates if the given character is a token character (text and not a
separator).
- isTracing() - Method in class org.restlet.engine.http.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
-
- 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.http.header.HeaderUtils
-
Indicates if the given character is upper case (A-Z).
- 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.
- isValidQuality(float) - Static method in class org.restlet.engine.http.header.PreferenceWriter
-
Indicates if the quality value is valid.
- isWantClientAuthentication() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Indicates if we would like client certificate authentication.
- isWantClientAuthentication() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Indicates if we would like client certificate authentication.
- isWeak() - Method in class org.restlet.data.Tag
-
Indicates if the tag is weak.
- isWorkerServiceFull() - Method in class org.restlet.engine.http.connector.BaseHelper
-
Indicates if the worker service is busy.
- isWorkerServiceFull() - Method in class org.restlet.engine.http.connector.Controller
-
Indicates if the helper's worker service is fully busy and can't accept
more tasks.
- iterator() - Method in class org.restlet.util.WrapperList
-
Returns an iterator over the elements in this list in proper sequence.
- 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, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
-
Scores the affinity of this helper with the source class.
- score(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
-
Scores the affinity of this helper with the source class.
- score(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
-
- score(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
-
- score(Object, Variant, UniformResource) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- score(Representation, Class<T>, UniformResource) - Method in class org.restlet.ext.jackson.JacksonConverter
-
- score(Request, Response) - Method in class org.restlet.routing.TemplateRoute
-
Returns the score for a given call (between 0 and 1.0).
- scoreCharacterSet(CharacterSet) - Method in class org.restlet.engine.util.Conneg
-
Scores a character set relatively to enriched client preferences.
- scoreEncodings(List<Encoding>) - Method in class org.restlet.engine.util.Conneg
-
Scores encodings relatively to enriched client preferences.
- scoreLanguages(List<Language>) - Method in class org.restlet.engine.util.Conneg
-
Scores languages relatively to enriched client preferences.
- scoreMediaType(MediaType) - Method in class org.restlet.engine.util.Conneg
-
Scores a media type relatively to enriched client preferences.
- scoreVariant(Variant) - Method in class org.restlet.engine.util.Conneg
-
Scores a variant relatively to enriched client preferences.
- SecretVerifier - Class in org.restlet.security
-
Verifier of identifier/secret couples.
- SecretVerifier() - Constructor for class org.restlet.security.SecretVerifier
-
- SelectorFactory - Class in org.restlet.engine.io
-
Factory used to dispatch/share Selector
.
- SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
-
- sendRequest(Request) - Method in class org.restlet.engine.http.ClientCall
-
Sends the request to the client.
- sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.http.ClientCall
-
Sends the request to the client.
- sendResponse(Response) - Method in class org.restlet.engine.http.ServerCall
-
Sends the response back to the client.
- sendResponse(Response) - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
- Series<E extends Parameter> - Class in org.restlet.util
-
Modifiable list of entries with many helper methods.
- Series() - Constructor for class org.restlet.util.Series
-
Constructor.
- Series(int) - Constructor for class org.restlet.util.Series
-
Constructor.
- Series(List<E>) - 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, Class<?>) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int, Class<?>) - 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<?>) - 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<?>) - 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<?>) - 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_GATEWAY_TIMEOUT - Static variable in class org.restlet.data.Status
-
The server, while acting as a gateway or proxy, could not connect to the
upstream server.
- SERVER_ERROR_INSUFFICIENT_STORAGE - Static variable in class org.restlet.data.Status
-
This status code means the method could not be performed on the resource
because the server is unable to store the representation needed to
successfully complete the request.
- SERVER_ERROR_INTERNAL - Static variable in class org.restlet.data.Status
-
The server encountered an unexpected condition which prevented it from
fulfilling the request.
- SERVER_ERROR_NOT_IMPLEMENTED - Static variable in class org.restlet.data.Status
-
The server does not support the functionality required to fulfill the
request.
- SERVER_ERROR_SERVICE_UNAVAILABLE - Static variable in class org.restlet.data.Status
-
The server is currently unable to handle the request due to a temporary
overloading or maintenance of the server.
- SERVER_ERROR_VERSION_NOT_SUPPORTED - Static variable in class org.restlet.data.Status
-
The server does not support, or refuses to support, the HTTP protocol
version that was used in the request message.
- ServerAdapter - Class in org.restlet.engine.http.adapter
-
Converter of low-level HTTP server calls into high-level uniform calls.
- ServerAdapter(Context) - Constructor for class org.restlet.engine.http.adapter.ServerAdapter
-
Constructor.
- ServerCall - Class in org.restlet.engine.http
-
Abstract HTTP server connector call.
- ServerCall(Server) - Constructor for class org.restlet.engine.http.ServerCall
-
Constructor.
- ServerCall(String, int) - Constructor for class org.restlet.engine.http.ServerCall
-
Constructor.
- ServerConnection - Class in org.restlet.engine.http.connector
-
Generic HTTP-like server connection.
- ServerConnection(BaseHelper<Server>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.ServerConnection
-
Constructor.
- ServerHelper - Class in org.restlet.engine
-
Server connector helper.
- ServerHelper(Server) - Constructor for class org.restlet.engine.ServerHelper
-
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.
- 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.
- 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.
- ServiceList - Class in org.restlet.util
-
Modifiable list of services.
- ServiceList(Context) - Constructor for class org.restlet.util.ServiceList
-
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.
- 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.
- setAcceptRanges(boolean) - Method in class org.restlet.data.ServerInfo
-
- 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.http.HttpClientHelper
-
Sets the adapter from uniform calls to HTTP calls.
- setAdapter(ServerAdapter) - Method in class org.restlet.engine.http.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(InetSocketAddress) - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Sets the socket address this server is listening to.
- setAddress(String) - Method in class org.restlet.Server
-
Sets the optional listening IP address (local host used if null).
- setAddresses(List<String>) - Method in class org.restlet.data.ClientInfo
-
- 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.
- 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
-
Sets the reference comparator based on classic alphabetical order.
- setAlphaNumComparator() - Method in class org.restlet.resource.Directory
-
Sets the reference comparator based on the more friendly "Alphanum
Algorithm" created by David Koelle.
- 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.
- 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.ChallengeResponse
-
- 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
-
- setAutoDelete(boolean) - Method in class org.restlet.representation.FileRepresentation
-
- setAutoDeleting(boolean) - Method in class org.restlet.representation.FileRepresentation
-
Indicates if this file should be automatically deleted on release of the
representation.
- setAvailable(boolean) - Method in class org.restlet.representation.Representation
-
Indicates if some fresh content is available.
- setAvailable(boolean) - Method in class org.restlet.resource.Resource
-
Deprecated.
Indicates if the resource is actually available.
- setAvailable(boolean) - Method in class org.restlet.util.WrapperRepresentation
-
- 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.
- setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.Message
-
Sets the cache directives.
- setChallengeRequest(ChallengeRequest) - Method in class org.restlet.Response
-
- setChallengeRequest(ChallengeRequest) - Method in class org.restlet.util.WrapperResponse
-
Deprecated.
- 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.http.connector.ConnectedRequest
-
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.HttpRequest
-
- 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.component.ChildContext
-
Sets the child.
- setChildRoles(List<Role>) - Method in class org.restlet.security.Role
-
Sets the modifiable list of child roles.
- setClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
-
Sets the engine class loader.
- setClientAddress(String) - Method in class org.restlet.engine.http.Call
-
Sets the client address.
- setClientDispatcher(Client) - Method in class org.restlet.Context
-
Sets the client dispatcher.
- setClientInfo(ClientInfo) - Method in class org.restlet.Request
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.resource.ClientResource
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.util.WrapperRequest
-
- setClientNonce(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the client nonce.
- setClientNonce(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the client nonce.
- setClientPort(int) - Method in class org.restlet.engine.http.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<?>) - Method in class org.restlet.Application
-
Sets the client root Resource class.
- 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.
- setComment(String) - Method in class org.restlet.data.CookieSetting
-
Sets the comment for the user.
- setComment(String) - Method in class org.restlet.data.Product
-
Sets the facultative comment.
- setComment(String) - Method in class org.restlet.data.RecipientInfo
-
Sets the optional comment, typically the software agent name.
- setCommitted(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if the response has already been committed.
- setCommitted(boolean) - Method in class org.restlet.Response
-
Indicates if the response has already been committed.
- setCommitted(boolean) - Method in class org.restlet.util.WrapperResponse
-
- setComparator(Comparator<Reference>) - Method in class org.restlet.resource.Directory
-
Sets the reference comparator used to sort index pages.
- setComponentHelper(ComponentHelper) - Method in class org.restlet.engine.component.ComponentContext
-
Sets the component helper.
- setConditional(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if conditional handling is enabled.
- setConditions(Conditions) - Method in class org.restlet.Request
-
Sets the conditions applying to this request.
- setConditions(Conditions) - Method in class org.restlet.resource.ClientResource
-
Sets the conditions applying to this request.
- setConditions(Conditions) - Method in class org.restlet.util.WrapperRequest
-
- setConfidential(boolean) - Method in class org.restlet.engine.http.Call
-
Indicates if the confidentiality of the call is ensured (ex: via SSL).
- setConfidential(boolean) - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Indicates if this service is acting in HTTP or HTTPS mode.
- setConnection(Connection) - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Sets the Simple connection.
- setConnectorService(ConnectorService) - Method in class org.restlet.Application
-
Sets the connector service.
- setConnectTimeout(int) - Method in class org.restlet.Client
-
Sets the connection timeout in milliseconds.
- 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.
- setContainerServer(ContainerServer) - Method in class org.restlet.ext.simple.SimpleServerHelper
-
Sets the Simple container server.
- setContext(Context) - Method in class org.restlet.Application
-
- setContext(Context) - Method in class org.restlet.engine.TemplateDispatcher
-
Sets the context.
- setContext(Context) - Method in class org.restlet.resource.Handler
-
Deprecated.
Sets the parent context.
- setContext(Context) - Method in class org.restlet.Restlet
-
Sets the context.
- 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
-
- setConverterService(ConverterService) - Method in class org.restlet.Application
-
Sets the converter service.
- 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
-
- setCreationDate(Date) - Method in class org.restlet.data.Disposition
-
Sets the creation date parameter.
- setCredentials(String) - Method in class org.restlet.data.ChallengeResponse
-
- 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.
- setDate(String, Date) - Method in class org.restlet.data.Disposition
-
Sets a Date parameter.
- setDate(Date) - Method in class org.restlet.data.Warning
-
Sets the warning date.
- setDate(Date) - Method in class org.restlet.Message
-
Sets the date and time at which the message was originated.
- setDecodedOnParse(boolean) - Method in class org.restlet.routing.Variable
-
- setDecodeRequest(boolean) - Method in class org.restlet.engine.application.Decoder
-
- setDecodeResponse(boolean) - Method in class org.restlet.engine.application.Decoder
-
- 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.
- setDecodingRequest(boolean) - Method in class org.restlet.engine.application.Decoder
-
Indicates if the request entity should be decoded.
- setDecodingResponse(boolean) - Method in class org.restlet.engine.application.Decoder
-
Indicates if the response entity should be decoded.
- setDeeplyAccessible(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if the sub-directories are deeply accessible (true by default).
- setDefaultCharacterSet(CharacterSet) - Method in class org.restlet.service.MetadataService
-
Sets the default character set for local representations.
- setDefaultEncoding(Encoding) - Method in class org.restlet.service.MetadataService
-
Sets the default encoding for local representations.
- setDefaultEnroler(Enroler) - Method in class org.restlet.Context
-
Sets an enroler that can add the user roles based on authenticated user
principals.
- setDefaultHost(VirtualHost) - Method in class org.restlet.Component
-
Sets the default virtual host.
- setDefaultLanguage(Language) - Method in class org.restlet.service.MetadataService
-
Sets the default language for local representations.
- 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.
- setDefaultMatchQuery(boolean) - Method in class org.restlet.routing.Router
-
- setDefaultMediaType(MediaType) - Method in class org.restlet.service.MetadataService
-
Sets the default media type for local representations.
- setDefaultRoute(Route) - Method in class org.restlet.routing.Router
-
Sets the default route tested if no other one was available.
- setDefaultValue(String) - Method in class org.restlet.routing.Variable
-
Sets the default value to use if the key couldn't be found in the model.
- setDefaultVariable(Variable) - Method in class org.restlet.routing.Template
-
Sets the variable to use, if no variable is given.
- setDefaultVerifier(Verifier) - Method in class org.restlet.Context
-
Sets a local verifier that can check the validity of user/secret couples
based on Restlet default authorization model.
- setDescription(String) - Method in class org.restlet.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.
- 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
-
- 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
-
- 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.
- setDomainUris(Collection<String>) - Method in class org.restlet.data.ChallengeRequest
-
Sets the URI references that define the protection domains for the digest
authentication.
- setDomainUris(Collection<String>) - Method in class org.restlet.security.Guard
-
Deprecated.
Sets the URIs that define the HTTP DIGEST authentication protection
domains.
- setDownloadable(boolean) - Method in class org.restlet.representation.Representation
-
Deprecated.
Use the "disposition" attribute instead.
- setDownloadable(boolean) - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- setDownloadName(String) - Method in class org.restlet.representation.Representation
-
Deprecated.
Use the "disposition" attribute instead.
- setDownloadName(String) - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- 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.
- setEncodedOnFormat(boolean) - Method in class org.restlet.routing.Variable
-
- setEncodeRequest(boolean) - Method in class org.restlet.engine.application.Encoder
-
- setEncodeResponse(boolean) - Method in class org.restlet.engine.application.Encoder
-
- setEncodeVariables(boolean) - Method in class org.restlet.routing.Template
-
- 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.
- setEncodingRequest(boolean) - Method in class org.restlet.engine.application.Encoder
-
Indicates if the request entity should be encoded.
- setEncodingResponse(boolean) - Method in class org.restlet.engine.application.Encoder
-
Indicates if the response entity should be encoded.
- 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.
- setEnroler(Enroler) - Method in class org.restlet.security.Authenticator
-
Sets the enroler invoked upon successful authentication.
- setEnroler(Enroler) - Method in class org.restlet.security.Realm
-
Sets an enroler that can add the user roles based on user principals.
- setEntity(Representation) - Method in class org.restlet.engine.http.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.
- setEphemeralPort(int) - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
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.
- setExisting(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if the identified resource exists.
- 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
-
- 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.
- 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.Application
-
Sets the finder class to instantiate.
- setFinderClass(Class<? extends Finder>) - Method in class org.restlet.routing.Router
-
Sets the finder class to instantiate.
- setFirst(Restlet) - Method in class org.restlet.engine.ChainHelper
-
Sets the first Restlet.
- setFirst(T) - Method in class org.restlet.util.Couple
-
Sets the first object.
- setFirst(T) - Method in class org.restlet.util.Triple
-
Sets the first object.
- setFirstChallengeParameter(boolean) - Method in class org.restlet.engine.http.header.ChallengeWriter
-
Indicates if the first comma-separated value is written.
- setFirstName(String) - Method in class org.restlet.security.User
-
Sets the first name.
- 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.
- 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.
- setFrom(String) - Method in class org.restlet.data.ClientInfo
-
Sets the email address of the human user controlling the user agent.
- setHeaderTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the method can be tunneled via the header.
- setHelped(T) - Method in class org.restlet.engine.RestletHelper
-
Sets the helped Restlet.
- setHomeRef(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.http.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.http.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.
- 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(Reference) - Method in class org.restlet.representation.Variant
-
- setIdentifier(String) - Method in class org.restlet.representation.Variant
-
- setIdentifier(String) - Method in class org.restlet.security.Authorizer
-
Sets the identifier unique within an application.
- setIdentifier(String) - Method in class org.restlet.security.User
-
Sets the identifier.
- setIdentifier(Reference) - Method in class org.restlet.util.WrapperRepresentation
-
- setIdentifier(String) - Method in class org.restlet.util.WrapperRepresentation
-
- setIdentityCheck(boolean) - Method in class org.restlet.service.LogService
-
Indicates if the identity check (as specified by RFC1413) is enabled.
- setInboundBusy(boolean) - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the input of the socket is busy.
- setInboundRoot(Class<?>) - 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.
- 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.
- setInstance(Engine) - Static method in class org.restlet.engine.Engine
-
Sets the registered Restlet engine.
- setInternalRouter(Router) - Method in class org.restlet.Component
-
Sets the private internal router were Restlets like Applications can be
attached.
- setKeyManagerAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the KeyManager algorithm.
- setKeyStoreKeyPassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the password of the key in the keystore.
- setKeyStoreKeyPassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the password of the key in the keystore.
- setKeyStorePassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the keystore password.
- setKeyStorePassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the keystore password.
- setKeyStorePath(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the path to the keystore file.
- setKeyStoreProvider(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the name of the keystore provider.
- setKeyStoreType(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the KeyStore type of the keystore.
- 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
-
- setLast(Filter) - Method in class org.restlet.engine.ChainHelper
-
Sets the last Filter.
- setLastName(String) - Method in class org.restlet.security.User
-
Sets the last name.
- setLastSegment(String) - Method in class org.restlet.data.Reference
-
Sets the last segment of the path.
- 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
-
Sets the format to use when logging calls.
- 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.
- 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.
- 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.
- setMatchQuery(boolean) - Method in class org.restlet.routing.TemplateRoute
-
- 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.
- setMaxForwards(int) - Method in class org.restlet.Request
-
Sets the maximum number of intermediaries.
- setMaxForwards(int) - Method in class org.restlet.util.WrapperRequest
-
- 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.
- setMetadata(T) - Method in class org.restlet.data.Preference
-
Sets the metadata associated with this preference.
- setMetadataService(MetadataService) - Method in class org.restlet.Application
-
Sets the metadata service.
- setMethod(String) - Method in class org.restlet.engine.http.Call
-
Sets the request method.
- setMethod(Method) - Method in class org.restlet.Request
-
Sets the method called.
- setMethod(Method) - Method in class org.restlet.resource.ClientResource
-
Sets the method called.
- setMethod(Method) - Method in class org.restlet.util.WrapperRequest
-
Sets the method called.
- setMethodHeader(String) - Method in class org.restlet.service.TunnelService
-
Sets the name of the header containing the method name.
- setMethodParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the method parameter name.
- setMethodTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the method name can be tunneled.
- setMinimumSize(long) - Method in class org.restlet.engine.application.Encoder
-
Sets the minimum size a representation must have before compression is
done.
- 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.
- setModifiable(boolean) - Method in class org.restlet.resource.Resource
-
Deprecated.
- 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.
- setName(String) - Method in class org.restlet.data.Parameter
-
Sets the name.
- 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.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
-
- setNegotiateContent(boolean) - Method in class org.restlet.resource.Directory
-
- setNegotiateContent(boolean) - Method in class org.restlet.resource.Resource
-
Deprecated.
Indicates if the returned representation is automatically negotiated.
- 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(Restlet) - Method in class org.restlet.engine.ChainHelper
-
Sets the next Restlet after the chain.
- 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(Uniform) - Method in class org.restlet.resource.ClientResource
-
Sets the next handler such as a Restlet or a Filter.
- setNext(Class<?>) - Method in class org.restlet.routing.Filter
-
- setNext(Restlet) - Method in class org.restlet.routing.Filter
-
Sets the next Restlet.
- setNext(Class<?>) - 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<?>) - Method in class org.restlet.util.ServerList
-
Sets the next Restlet as a Finder for a given resource class.
- 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.
- setNonceCount(int) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the nonce-count value.
- setNonceLifespan(long) - Method in class org.restlet.security.Guard
-
Deprecated.
Sets the number of milliseconds between each mandatory nonce refresh.
- setNoneMatch(List<Tag>) - Method in class org.restlet.data.Conditions
-
Sets the modifiable list of tags that mustn't match.
- setObject(T) - Method in class org.restlet.ext.jackson.JacksonRepresentation
-
Sets the object to format.
- 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.
- 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.
- 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
-
- setOutboundBusy(boolean) - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the output of the socket is busy.
- setOutboundRoot(Restlet) - Method in class org.restlet.Application
-
Sets the outbound root Restlet.
- setOverloaded(boolean) - Method in class org.restlet.engine.http.connector.Controller
-
Indicates if the controller is overloaded.
- setOverwrite(boolean) - Method in class org.restlet.engine.application.StatusFilter
-
- setOverwrite(boolean) - Method in class org.restlet.service.StatusService
-
- setOverwriting(boolean) - Method in class org.restlet.engine.application.StatusFilter
-
Indicates if existing representations should be overwritten.
- setOverwriting(boolean) - Method in class org.restlet.service.StatusService
-
Indicates if an existing entity should be overwritten.
- setOwner(String) - Method in class org.restlet.Restlet
-
Sets the owner(s).
- setOwner(String) - Method in class org.restlet.util.WrapperRestlet
-
- setParameters(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(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.
- setPattern(String) - Method in class org.restlet.routing.Template
-
Sets the pattern to use for formatting or parsing.
- setPersistent(boolean) - Method in class org.restlet.engine.http.connector.Connection
-
Indicates if the connection should be persisted across calls.
- setPipelining(boolean) - Method in class org.restlet.engine.http.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.
- setPreferencesTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled via the query
parameters.
- setPrincipals(List<Principal>) - Method in class org.restlet.data.ClientInfo
-
Sets the additional client principals.
- 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.http.Call
-
Sets the exact protocol used (HTTP or HTTPS).
- setProtocol(Protocol) - Method in class org.restlet.Request
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.resource.ClientResource
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.util.WrapperRequest
-
- setProtocols(List<Protocol>) - Method in class org.restlet.Connector
-
Sets the list of protocols simultaneously supported.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.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.http.connector.ConnectedRequest
-
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.HttpRequest
-
- 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.util.WrapperRequest
-
Sets the authentication response sent by a client to a proxy.
- 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.
- setQualityOptions(List<String>) - Method in class org.restlet.data.ChallengeRequest
-
Sets the available options for quality of protection.
- setQuery(String) - Method in class org.restlet.data.Reference
-
Sets the query component for hierarchical identifiers.
- setQueryTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the method and client preferences can be tunneled via query
parameters.
- 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.
- setReadable(boolean) - Method in class org.restlet.resource.Resource
-
Deprecated.
- 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.
- 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.
- setRealm(String) - Method in class org.restlet.security.Guard
-
Deprecated.
Sets the authentication realm.
- setRealms(List<Realm>) - Method in class org.restlet.Component
-
Sets the list of realms.
- setReasonPhrase(String) - Method in class org.restlet.engine.http.Call
-
Sets the reason phrase.
- setRechallengeEnabled(boolean) - Method in class org.restlet.security.Guard
-
Deprecated.
Indicates if a new challenge should be sent when invalid credentials are
received.
- 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.http.connector.ConnectedRequest
-
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.http.HttpRequest
-
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.Message
-
Sets the modifiable list of intermediary recipients.
- 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.
- 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.
- 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.
- setRegularSocketFactory(SocketFactory) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Sets the regular socket factory.
- setRelativePart(String) - Method in class org.restlet.data.Reference
-
Sets the relative part for relative references only.
- setRequest(Request) - Method in class org.restlet.resource.Handler
-
Deprecated.
Sets the request to handle.
- setRequest(Request) - Method in class org.restlet.resource.UniformResource
-
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.
- setRequestUri(String) - Method in class org.restlet.engine.http.Call
-
Sets the full request URI.
- setRequired(boolean) - Method in class org.restlet.routing.Variable
-
Indicates if the variable is required or optional.
- setRequiredScore(float) - Method in class org.restlet.routing.Router
-
Sets the score required to have a match.
- setResourceDomain(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the resourceRef host domain to match.
- 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.
- setResourceScheme(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the resourceRef scheme to match.
- setResponse(Response) - Method in class org.restlet.resource.Handler
-
Deprecated.
Sets the response to update.
- setResponse(Response) - Method in class org.restlet.resource.UniformResource
-
Sets the handled response.
- setResponseDigest(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the optional response digest for mutual authentication.
- setRestletResponse(Response) - Method in class org.restlet.ext.netty.internal.NettyServerCall
-
Sets the Restlet response.
- 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.
- 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.
- setRoot(Class<?>) - Method in class org.restlet.Application
-
- setRoot(Restlet) - Method in class org.restlet.Application
-
- setRootGroups(List<Group>) - Method in class org.restlet.security.MemoryRealm
-
Sets the modifiable list of root groups.
- setRootRef(Reference) - Method in class org.restlet.Request
-
Sets the application root reference.
- setRootRef(Reference) - Method in class org.restlet.resource.Directory
-
Sets the root URI from which the relative resource URIs will be lookep
up.
- setRootRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
Sets the application root reference.
- setRouter(Router) - Method in class org.restlet.routing.TemplateRoute
-
Sets the parent router.
- setRoutes(RouteList) - Method in class org.restlet.routing.Router
-
Sets the modifiable list of routes.
- setRoutingMode(int) - Method in class org.restlet.routing.Router
-
Sets the routing mode.
- setRunning(boolean) - Method in class org.restlet.engine.http.connector.BaseTask
-
Indicates if the task is running.
- 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(ChallengeScheme) - Method in class org.restlet.security.Guard
-
Deprecated.
Sets the authentication challenge scheme.
- setSchemeSpecificPart(String) - Method in class org.restlet.data.Reference
-
Sets the scheme specific part.
- setSecond(U) - Method in class org.restlet.util.Couple
-
Sets the second object.
- setSecond(U) - Method in class org.restlet.util.Triple
-
Sets the second object.
- 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.
- setSecretResolver(Resolver<char[]>) - Method in class org.restlet.security.Guard
-
Deprecated.
Sets the secret resolver.
- setSecure(boolean) - Method in class org.restlet.data.CookieSetting
-
Indicates if cookie should only be transmitted by secure means.
- setSecureRandomAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the SecureRandom algorithm.
- setSecureSocketFactory(SocketFactory) - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
Sets the secure socket factory.
- setSecureSocketProtocol(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the secure socket protocol name, "TLS" by default.
- 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.
- setServerAddress(String) - Method in class org.restlet.engine.http.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(Client) - 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.security.Guard
-
Deprecated.
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.http.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.
- setShutdownAllowed(boolean) - Method in class org.restlet.service.TaskService
-
- 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.
Note that when used with HTTP connectors, this property maps to the
"Content-Length" header.
- 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
-
- setSslContext(SSLContext) - Method in class org.restlet.ext.netty.HttpsServerHelper
-
Sets the SSL context for the server.
- setSslContext(SSLContext) - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Sets the SSL context for the server.
- 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.http.connector.Connection
-
Sets the state of the connection.
- 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.http.Call
-
Sets the status code.
- 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.
- 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(Restlet) - Method in class org.restlet.Server
-
- setTarget(Restlet) - Method in class org.restlet.util.ServerList
-
- setTargetClass(Class<?>) - Method in class org.restlet.resource.Finder
-
- 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).
- setTaskService(TaskService) - Method in class org.restlet.Application
-
Sets the task service.
- setTemplate(Template) - Method in class org.restlet.routing.TemplateRoute
-
Sets the reference template to match.
- 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.
- setThird(V) - Method in class org.restlet.util.Triple
-
Sets the third object.
- setTransient(boolean) - Method in class org.restlet.representation.Representation
-
Indicates if the representation's content is transient.
- setTransient(boolean) - Method in class org.restlet.util.WrapperRepresentation
-
- setTrustManagerAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the TrustManager algorithm.
- setTrustStorePassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the password of the trust store KeyStore.
- setTrustStorePassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the password of the trust store KeyStore.
- setTrustStorePath(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the path to the trust store KeyStore.
- setTrustStoreProvider(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
-
Sets the name of the trust store provider.
- setTrustStoreType(String) - Method in class org.restlet.engine.security.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(int) - Method in class org.restlet.routing.Variable
-
Sets the type of variable.
- 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.
- setUri(String) - Method in class org.restlet.data.Method
-
Deprecated.
Method instances are shared by all Restlet applications and
shouldn't be modifiable.
- 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.http.Call
-
Sets the user principal.
- setUsers(List<User>) - Method in class org.restlet.security.MemoryRealm
-
Sets the modifiable list of users.
- setValue(String) - Method in class org.restlet.data.Parameter
-
Sets the value.
- setVariables(Map<String, Variable>) - Method in class org.restlet.routing.Template
-
Sets the modifiable map of variables.
- setVariants(List<Variant>) - Method in class org.restlet.resource.Resource
-
Deprecated.
Sets the modifiable list of variants.
- 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.http.Call
-
Sets the protocol version used.
- setWarnings(List<Warning>) - Method in class org.restlet.engine.http.connector.ConnectedRequest
-
- setWarnings(List<Warning>) - Method in class org.restlet.engine.http.HttpRequest
-
- setWarnings(List<Warning>) - Method in class org.restlet.Message
-
Sets the additional warnings information.
- 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.http.connector.Connection
-
Indicates if the entity should be chunked because its length is unknown.
- shouldRequestBeChunked(Request) - Method in class org.restlet.engine.http.ClientCall
-
Indicates if the request entity should be chunked.
- shouldResponseBeChunked(Response) - Method in class org.restlet.engine.http.ServerCall
-
Indicates if the response should be chunked because its length is
unknown.
- 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.
- SimpleCall - Class in org.restlet.ext.simple.internal
-
Call that is used by the Simple HTTP server.
- SimpleContainer - Class in org.restlet.ext.simple.internal
-
Simple container delegating the calls to the Restlet server helper.
- SimpleContainer(SimpleServerHelper) - Constructor for class org.restlet.ext.simple.internal.SimpleContainer
-
Constructor.
- SimpleServer - Class in org.restlet.ext.simple.internal
-
A subclass of BufferedPipelineFactory that sets the connection socket on each
pipeline for later retrieval.
- SimpleServer(Server) - Constructor for class org.restlet.ext.simple.internal.SimpleServer
-
Constructor.
- SimpleServerHelper - Class in org.restlet.ext.simple
-
Abstract Simple Web server connector.
- SimpleServerHelper(Server) - Constructor for class org.restlet.ext.simple.SimpleServerHelper
-
Constructor.
- SIP - Static variable in class org.restlet.data.Protocol
-
SIP protocol.
- SIPS - Static variable in class org.restlet.data.Protocol
-
SIPS protocol (via SSL socket).
- size() - 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.engine.http.io
-
Input stream based on a source stream that must only be partially read.
- SizedInputStream(Notifiable, InputStream, long) - Constructor for class org.restlet.engine.http.io.SizedInputStream
-
Constructor.
- skip(long) - Method in class org.restlet.engine.http.io.SizedInputStream
-
- SKIP - Static variable in class org.restlet.routing.Filter
-
- skipParameterSeparator() - Method in class org.restlet.engine.http.header.HeaderReader
-
Skips the next parameter separator (semi-colon) including leading and
trailing spaces.
- skippedEntity(String) - Method in class org.restlet.engine.util.DefaultSaxHandler
-
- skipSpaces() - Method in class org.restlet.engine.http.header.HeaderReader
-
Skips the next spaces.
- skipValueSeparator() - Method in class org.restlet.engine.http.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.
- SPANISH - Static variable in class org.restlet.data.Language
-
Spanish language.
- SslContextFactory - Class in org.restlet.engine.security
-
This is an abstract factory that produces configured and initialised
instances of SSLContext.
- SslContextFactory() - Constructor for class org.restlet.engine.security.SslContextFactory
-
- SslUtils - Class in org.restlet.engine.security
-
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.ConnectorHelper
-
- start() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
- start() - Method in class org.restlet.engine.http.connector.BaseHelper
-
- start() - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
- start() - Method in class org.restlet.engine.http.connector.HttpClientHelper
-
- start() - Method in class org.restlet.engine.http.connector.HttpServerHelper
-
- start(BundleContext) - Method in class org.restlet.engine.internal.Activator
-
Starts the OSGi bundle by registering the engine with the bundle of the
Restlet API.
- start() - Method in class org.restlet.engine.RestletHelper
-
Start callback.
- start() - Method in class org.restlet.ext.netty.HttpsServerHelper
-
- start() - Method in class org.restlet.ext.netty.NettyServerHelper
-
- start() - Method in class org.restlet.ext.simple.HttpServerHelper
-
Starts the Restlet.
- start() - Method in class org.restlet.ext.simple.HttpsServerHelper
-
Starts the Restlet.
- start() - Method in class org.restlet.ext.simple.SimpleServerHelper
-
- start() - Method in class org.restlet.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.
- startHelper() - Method in class org.restlet.Component
-
Starts the internal helper allowing incoming requests to be served.
- 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.
- 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.
- 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.ConnectorHelper
-
- stop() - Method in class org.restlet.engine.http.connector.BaseClientHelper
-
- stop() - Method in class org.restlet.engine.http.connector.BaseHelper
-
- stop() - Method in class org.restlet.engine.http.connector.BaseServerHelper
-
- stop() - Method in class org.restlet.engine.http.connector.HttpClientHelper
-
- stop() - Method in class org.restlet.engine.http.connector.HttpServerHelper
-
- stop(BundleContext) - Method in class org.restlet.engine.internal.Activator
-
Stops the OSGi bundle by unregistering the engine with the bundle of the
Restlet API.
- stop() - Method in class org.restlet.engine.RestletHelper
-
Stop callback.
- stop() - Method in class org.restlet.engine.ServerHelper
-
- stop() - Method in class org.restlet.ext.netty.NettyServerHelper
-
- stop() - Method in class org.restlet.ext.simple.internal.SimpleServer
-
This is used to stop the internal server.
- stop() - Method in class org.restlet.ext.simple.SimpleServerHelper
-
- 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.
- storeRepresentation(Representation) - Method in class org.restlet.resource.Resource
-
Deprecated.
Stores a representation put to the resource and replaces all existing
representations of the resource.
- StreamRepresentation - Class in org.restlet.representation
-
Representation based on a BIO stream.
- StreamRepresentation(MediaType) - Constructor for class org.restlet.representation.StreamRepresentation
-
Constructor.
- StringRepresentation - Class in org.restlet.representation
-
Represents an Unicode string that can be converted to any character set
supported by Java.
- 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.
- 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
-
- SUCCESS_ACCEPTED - Static variable in class org.restlet.data.Status
-
The request has been accepted for processing, but the processing has not
been completed.
- SUCCESS_CREATED - Static variable in class org.restlet.data.Status
-
The request has been fulfilled and resulted in a new resource being
created.
- SUCCESS_MISC_PERSISTENT_WARNING - Static variable in class org.restlet.data.Status
-
Warning status code, optionally including arbitrary information to be
presented to a human user, typically returned by a cache.
- SUCCESS_MULTI_STATUS - Static variable in class org.restlet.data.Status
-
This response is used to inform the client that the HTTP response entity
contains a set of status codes generated during the method invocation.
- SUCCESS_NO_CONTENT - Static variable in class org.restlet.data.Status
-
The server has fulfilled the request but does not need to return an
entity-body (for example after a DELETE), and might want to return
updated meta-information.
- SUCCESS_NON_AUTHORITATIVE - Static variable in class org.restlet.data.Status
-
The request has succeeded but the returned meta-information in the
entity-header does not come from the origin server, but is gathered from
a local or a third-party copy.
- SUCCESS_OK - Static variable in class org.restlet.data.Status
-
The request has succeeded.
- SUCCESS_PARTIAL_CONTENT - Static variable in class org.restlet.data.Status
-
The server has fulfilled the partial GET request for the resource
assuming the request has included a Range header field indicating the
desired range.
- SUCCESS_RESET_CONTENT - Static variable in class org.restlet.data.Status
-
The server has fulfilled the request and the user agent SHOULD reset the
document view which caused the request to be sent.
- SUCCESS_TRANSFORMATION_APPLIED - Static variable in class org.restlet.data.Status
-
Warning status code, typically returned by a cache or a proxy, indicating
that the response has been transformed.
- SystemUtils - Class in org.restlet.engine.util
-
System utilities.