- 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(Application, String) - Static method in class org.restlet.security.Role
-
Finds an existing role or creates a new one if needed.
- get(Application, String, String) - Static method in class org.restlet.security.Role
-
Finds an existing role or creates a new one if needed.
- 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.service.EncoderService
-
Returns the media types that should be encoded.
- getAcceptedPatches() - Method in class org.restlet.data.ClientInfo
-
Returns the modifiable list of patch preferences.
- getAccessControlAllowCredentials() - Method in class org.restlet.Response
-
When used as part of a response to a preflight CORS request, this indicates
whether or not the actual request can be made using credentials.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Credentials" header.
- getAccessControlAllowHeaders() - Method in class org.restlet.Response
-
Returns the modifiable set of headers allowed by the actual request on the
current resource when used as part of a response to a preflight CORS
request.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Headers" header.
- getAccessControlAllowMethods() - Method in class org.restlet.Response
-
Returns the modifiable set of methods allowed by the actual request on the
current resource when used as part of a response to a preflight CORS
request
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Methods" header.
- getAccessControlAllowOrigin() - Method in class org.restlet.Response
-
When used in the context of CORS support, it returns the URI an origin server
allows for the requested resource.
- getAccessControlExposeHeaders() - Method in class org.restlet.Response
-
Returns a modifiable whitelist of headers an origin server allows for the
requested resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Expose-Headers" header.
- getAccessControlMaxAge() - Method in class org.restlet.Response
-
Indicates how long the results of a preflight CORS request can be cached in a
preflight result cache.
In case of a negative value, the results of a preflight request is not meant
to be cached.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Max-Age" header.
- getAccessControlRequestHeaders() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getAccessControlRequestHeaders() - Method in class org.restlet.Request
-
Returns the modifiable set of headers the client is willing to send in future
request to this resource.
- getAccessControlRequestHeaders() - Method in class org.restlet.util.WrapperRequest
-
Returns the access control request headers of the target resource.
- getAccessControlRequestMethod() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getAccessControlRequestMethod() - Method in class org.restlet.Request
-
Returns the method the client is willing to use in future request to this
resource.
- getAccessControlRequestMethod() - Method in class org.restlet.util.WrapperRequest
-
Returns the access control request method of the target resource.
- getActualPort() - Method in class org.restlet.Server
-
Returns the actual server port after it has started.
- getAdapter() - Method in class org.restlet.engine.adapter.HttpClientHelper
-
Returns the adapter from uniform calls to HTTP calls.
- getAdapter() - Method in class org.restlet.engine.adapter.HttpServerHelper
-
Returns the adapter from HTTP calls to uniform calls.
- getAddress() - Method in class org.restlet.data.ClientInfo
-
Returns the immediate client's IP address.
- getAddress() - Method in class org.restlet.data.ServerInfo
-
Returns the IP address.
- getAddress() - Method in class org.restlet.engine.connector.NetServerHelper
-
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).
- 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.
- getAllCharacterSetExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to character set.
- getAllCharacterSets(String) - Method in class org.restlet.service.MetadataService
-
Returns all the character sets associated to this extension.
- getAllEncodingExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to encodings.
- getAllExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names.
- getAllLanguageExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to languages.
- getAllLanguages(String) - Method in class org.restlet.service.MetadataService
-
Returns all the languages associated to this extension.
- getAllMediaTypeExtensionNames() - Method in class org.restlet.service.MetadataService
-
Return the ordered list of extension names mapped to media types.
- getAllMediaTypes(String) - Method in class org.restlet.service.MetadataService
-
Returns all the media types associated to this extension.
- getAllMetadata(String) - Method in class org.restlet.service.MetadataService
-
Returns all the metadata associated to this extension.
- getAllowedHeaders() - Method in class org.restlet.engine.application.CorsFilter
-
Returns the modifiable set of headers allowed by the actual request on the
current resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Headers" header.
- getAllowedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
-
Returns the modifiable set of headers allowed by the actual request on the
current resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Headers" header.
- getAllowedHeaders() - Method in class org.restlet.service.CorsService
-
Returns the modifiable set of headers allowed by the actual request on the
current resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Headers" header.
- getAllowedMethods() - Method in class org.restlet.resource.Resource
-
Returns the set of methods allowed for the current client by the resource.
- getAllowedMethods() - Method in class org.restlet.Response
-
Returns the modifiable set of methods allowed on the requested resource.
- getAllowedMethods() - Method in class org.restlet.util.WrapperResponse
-
Returns the set of methods allowed on the requested resource.
- getAllowedOrigins() - Method in class org.restlet.engine.application.CorsFilter
-
Returns the URI an origin server allows for the requested resource.
- getAllowedOrigins() - Method in class org.restlet.engine.application.CorsResponseHelper
-
Returns the URI an origin server allows for the requested resource.
- getAllowedOrigins() - Method in class org.restlet.service.CorsService
-
Returns the URI an origin server allows for the requested resource.
- getAnnotation(Method) - Method in class org.restlet.resource.ServerResource
-
Returns the first annotation descriptor matching the given method.
- getAnnotation(Method, Form, Representation) - Method in class org.restlet.resource.ServerResource
-
Returns the first annotation descriptor matching the given method.
- getAnnotationInfo() - Method in class org.restlet.engine.resource.VariantInfo
-
Returns the optional annotation descriptor.
- getAnnotations(Class<?>) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the annotation descriptors for the given resource class.
- getAnnotations(Class<?>, Method) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the annotation descriptors for the given resource class.
- getAnnotations() - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Returns the annotations of the resource interface.
- getAnnotations() - Method in class org.restlet.resource.ServerResource
-
Returns the annotation descriptors.
- getAnnotationUtils() - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Returns the associated annotation utils.
- getAnnotationValue() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the raw annotation value.
- 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.
- 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.Resource
-
Returns the parent application.
- getApplication() - Method in class org.restlet.Restlet
-
Returns the parent application if it exists, or null.
- getApplication() - Method in class org.restlet.security.Role
-
Returns the parent application.
- 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.
- getAttribute(String) - Method in class org.restlet.resource.ClientResource
-
Returns the attribute value by looking up the given name in the response
attributes maps.
- getAttribute(String) - Method in class org.restlet.resource.Resource
-
Returns the attribute value by looking up the given name in the request or
response attributes maps.
- getAttribute(String) - Method in class org.restlet.resource.ServerResource
-
Returns the attribute value by looking up the given name in the request
attributes maps.
- getAttributes() - Method in class org.restlet.Context
-
Returns a modifiable attributes map that can be used by developers to save
information relative to the context.
- getAttributes() - Method in class org.restlet.engine.RestletHelper
-
Returns the map of attributes exchanged between the API and the Engine via
this helper.
- getAttributes() - Method in class org.restlet.Message
-
Returns the modifiable map of attributes that can be used by developers to
save information relative to the message.
- getAttributes() - Method in class org.restlet.util.WrapperRequest
-
Returns a modifiable attributes map that can be used by developers to save
information relative to the message.
- getAttributes() - Method in class org.restlet.util.WrapperResponse
-
Returns a modifiable attributes map that can be used by developers to save
information relative to the message.
- getAuthenticatedMethods() - Method in class org.restlet.security.MethodAuthorizer
-
Returns the modifiable list of methods authorized for authenticated users.
- getAuthenticationInfo() - Method in class org.restlet.Response
-
Returns information sent by an origin server related to an successful
authentication attempt.
- getAuthenticationInfo() - Method in class org.restlet.util.WrapperResponse
-
- getAuthor() - Method in class org.restlet.Restlet
-
Returns the author(s).
- getAuthor() - Method in class org.restlet.util.WrapperRestlet
-
- getAuthority() - Method in class org.restlet.data.Reference
-
Returns the authority component for hierarchical identifiers.
- getAuthority(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally 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.DecodeRepresentation
-
- 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.IoUtils
-
Returns the size effectively available.
- getAvailableSize() - Method in class org.restlet.representation.BufferingRepresentation
-
- 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.
- getBeanInfo(Class<?>) - Static method in class org.restlet.engine.util.BeanInfoUtils
-
Get a BeanInfo from cache or create it.
- getBest(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns the best route match for a given call.
- getBestClassName(Class<?>) - Static method in class org.restlet.engine.log.LogUtils
-
Return the best class name.
- getBestEncoding(ClientInfo) - Method in class org.restlet.engine.application.Encoder
-
Returns the best supported encoding for a given client.
- getBestHelper(Object, Variant, Resource) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the best converter helper matching the given parameters.
- getBestHelper(Representation, Class<T>, Resource) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the best converter helper matching the given parameters.
- getBuffer() - Method in class org.restlet.representation.BufferingRepresentation
-
Returns the buffered content as an array of bytes.
- getCacheDirectives() - Method in class org.restlet.engine.adapter.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.
- getCertificates() - Method in class org.restlet.data.ClientInfo
-
Returns the client certificates.
- getCertificates() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the chain of client SSL certificates, if available and accessible.
- getChallengeRequests() - Method in class org.restlet.resource.Resource
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeRequests() - Method in class org.restlet.Response
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeRequests() - Method in class org.restlet.util.WrapperResponse
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getChallengeResponse() - Method in class org.restlet.Request
-
Returns the authentication response sent by a client to an origin server.
- getChallengeResponse() - Method in class org.restlet.resource.Resource
-
Returns the authentication response sent by a client to an origin server.
- getChallengeResponse() - Method in class org.restlet.util.WrapperRequest
-
Returns the authentication response sent by a client to an origin server.
- getChallengeScheme() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Returns the supported challenge scheme.
- getChannel() - Method in class org.restlet.engine.application.DecodeRepresentation
-
- getChannel() - Method in class org.restlet.engine.application.EncodeRepresentation
-
- getChannel() - Method in class org.restlet.engine.application.RangeRepresentation
-
Deprecated.
- getChannel(InputStream) - Static method in class org.restlet.engine.io.IoUtils
-
- getChannel(OutputStream) - Static method in class org.restlet.engine.io.IoUtils
-
- getChannel(Representation) - Static method in class org.restlet.engine.io.IoUtils
-
- getChannel() - Method in class org.restlet.representation.BufferingRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.CharacterRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.DigesterRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.EmptyRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.FileRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.OutputRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.ReadableRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.Representation
-
- getChannel() - Method in class org.restlet.representation.StreamRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.representation.WritableRepresentation
-
Deprecated.
- getChannel() - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- getCharacterSet() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the character set.
- getCharacterSet() - Method in class org.restlet.engine.header.ContentType
-
Returns the character set.
- getCharacterSet() - Method in class org.restlet.representation.Variant
-
Returns the character set or null if not applicable.
- getCharacterSet(String) - Method in class org.restlet.service.MetadataService
-
Returns the character set associated to this extension.
- getCharacterSet() - Method in class org.restlet.util.WrapperRepresentation
-
- getCharacterSetParameter() - Method in class org.restlet.service.TunnelService
-
Returns the character set parameter name.
- getCharacterSetPrefs() - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns the enriched list of character set preferences.
- getCharacterSetPrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of character set preferences.
- getChild() - Method in class org.restlet.engine.util.ChildContext
-
Returns the child.
- getChild(Reference) - Method in class org.restlet.resource.ClientResource
-
Returns the child resource defined by its URI relatively to the current
resource.
- getChild(Reference, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
-
Wraps the child client resource to proxy calls to the given Java interface
into Restlet method calls.
- getChild(String) - Method in class org.restlet.resource.ClientResource
-
Returns the child resource defined by its URI relatively to the current
resource.
- getChild(String, Class<? extends T>) - Method in class org.restlet.resource.ClientResource
-
Wraps the child client resource to proxy calls to the given Java interface
into Restlet method calls.
- getChildren() - Method in class org.restlet.engine.local.Entity
-
Returns the list of contained entities if the current entity is a directory,
null otherwise.
- getChildren() - Method in class org.restlet.engine.local.FileEntity
-
- getChildren() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- getChildRoles() - Method in class org.restlet.security.Role
-
Returns the modifiable list of child roles.
- getChunkLength() - Method in class org.restlet.engine.connector.HttpClientHelper
-
Returns the chunk-length when using chunked encoding streaming mode for
response entities.
- getCipherSuite() - Method in class org.restlet.data.ClientInfo
-
Returns the SSL Cipher Suite, if available and accessible.
- getCipherSuite() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL Cipher Suite, if available and accessible.
- 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.adapter.Call
-
Returns the client address.
Corresponds to the IP address of the requesting client.
- getClientAddress() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- 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.adapter.HttpRequest
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.Request
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.resource.Resource
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.util.WrapperRequest
-
Returns the client-specific information.
- getClientNonce() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the client nonce.
- getClientNonce() - Method in class org.restlet.data.ChallengeResponse
-
Returns the client nonce.
- getClientPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the client port.
Corresponds to the TCP/IP port of the requesting client.
- getClientPort() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getClientProtocols() - Method in class org.restlet.service.ConnectorService
-
Returns the modifiable list of required client protocols.
- getClientResource() - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Returns the associated client resource.
- getClientResource() - Method in interface org.restlet.resource.ClientProxy
-
Returns the wrapped client resource.
- getClientRouter() - Method in class org.restlet.engine.component.ComponentHelper
-
Returns the internal client router.
- getClients() - Method in class org.restlet.Component
-
Returns a modifiable list of client connectors.
- getCode() - Method in class org.restlet.data.Status
-
Returns the corresponding code (HTTP or WebDAV or custom code).
- getCode() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the code of the status.
- 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.
- getConditions() - Method in class org.restlet.engine.adapter.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.Resource
-
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.connector.HttpUrlConnectionCall
-
Returns the connection.
- getConnectorService() - Method in class org.restlet.Application
-
Returns the connector service.
- getConnectorService() - Static method in class org.restlet.engine.connector.ConnectorHelper
-
Returns the connector service associated to a request.
- getConnegService() - Method in class org.restlet.Application
-
Returns the content negotiation service.
- getConnegService() - Method in class org.restlet.resource.Resource
-
Returns the application's content negotiation service or create a new one.
- getConnegService() - Method in class org.restlet.service.StatusService
-
Returns the service used to select the preferred variant.
- getContactEmail() - Method in class org.restlet.engine.application.StatusInfo
-
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.
- getContentLength() - Method in class org.restlet.engine.adapter.ClientCall
-
- getContentLength() - Method in class org.restlet.engine.adapter.ServerCall
-
- getContentLength(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
- getContext() - Method in class org.restlet.engine.adapter.Adapter
-
Returns the context.
- getContext() - Method in class org.restlet.engine.connector.ConnectorHelper
-
Returns the helped Restlet context.
- getContext() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet context.
- getContext() - Method in class org.restlet.resource.Resource
-
Returns the current context.
- getContext() - Method in class org.restlet.Restlet
-
Returns the context.
- getContext() - Method in class org.restlet.service.Service
-
Returns the context.
- getContext() - Method in class org.restlet.util.ClientList
-
Returns the context.
- getContext() - Method in class org.restlet.util.ServerList
-
Returns the context.
- getContext() - Method in class org.restlet.util.ServiceList
-
Returns the context.
- getContext() - Method in class org.restlet.util.WrapperRestlet
-
- getContextClassLoader() - Method in class org.restlet.engine.util.ContextualRunnable
-
Returns the runnable's context class loader.
- getContextFactory() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
-
Returns the parent SSL context factory.
- getContextFactory() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
Returns the parent SSL context factory.
- getContextFactory() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
Returns the parent SSL context factory.
- getConverterService() - Method in class org.restlet.Application
-
Returns the converter service.
- getConverterService() - Method in class org.restlet.resource.Resource
-
Returns the application's converter service or create a new one.
- getConverterService() - Method in class org.restlet.service.StatusService
-
Returns the service used to convert between status/throwable and
representation.
- getCookies() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the cookies provided by the client.
- getCookies(List<Cookie>, Map<String, Cookie>) - Static method in class org.restlet.engine.header.CookieWriter
-
Gets the cookies whose name is a key in the given map.
- getCookies() - Method in class org.restlet.Request
-
Returns the modifiable series of cookies provided by the client.
- getCookies() - Method in class org.restlet.resource.Resource
-
Returns the modifiable series of cookies provided by the client.
- getCookies() - Method in class org.restlet.util.WrapperRequest
-
Returns the cookies provided by the client.
- getCookieSettings() - Method in class org.restlet.resource.Resource
-
Returns the modifiable series of cookie settings provided by the server.
- getCookieSettings() - Method in class org.restlet.Response
-
Returns the modifiable series of cookie settings provided by the server.
- getCookieSettings() - Method in class org.restlet.util.WrapperResponse
-
Returns the cookie settings provided by the server.
- getCorePoolSize() - Method in class org.restlet.service.TaskService
-
Returns the core pool size defining the maximum number of threads.
- getCorsResponseHelper() - Method in class org.restlet.engine.application.CorsFilter
-
- 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.service.EncoderService
-
Returns the list of default encoded media types.
- getDefaultAllowedMethods() - Method in class org.restlet.engine.application.CorsFilter
-
- getDefaultAllowedMethods() - Method in class org.restlet.service.CorsService
-
- getDefaultCharacterSet() - Method in class org.restlet.service.MetadataService
-
Returns the default character set for textual representations.
- getDefaultCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
- getDefaultCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- getDefaultEncoding() - Method in class org.restlet.service.MetadataService
-
Returns the default encoding for representations.
- getDefaultEnroler() - Method in class org.restlet.Context
-
Returns an enroler that can add the user roles based on authenticated user
principals.
- getDefaultHost() - Method in class org.restlet.Component
-
Returns the default virtual host.
- getDefaultIgnoredMediaTypes() - Static method in class org.restlet.service.EncoderService
-
Returns the list of default ignored media types.
- getDefaultLanguage() - Method in class org.restlet.engine.local.LocalClientHelper
-
Returns the default language.
- getDefaultLanguage() - Method in class org.restlet.service.MetadataService
-
Returns the default language for representations.
- getDefaultMatchingMode() - Method in class org.restlet.routing.Router
-
Returns the default matching mode to use when selecting routes based on URIs.
- getDefaultMatchingQuery() - Method in class org.restlet.routing.Router
-
Returns the default setting for whether the routing should be done on URIs
with or without taking into account query string.
- getDefaultMediaType() - Method in class org.restlet.service.MetadataService
-
Returns the default media type for representations.
- getDefaultPort() - Method in class org.restlet.data.Protocol
-
Returns the default port number.
- getDefaultResponseLogMessage(Response, int) - Method in class org.restlet.service.LogService
-
Format a log entry using the default IIS log format.
- getDefaultRoute() - Method in class org.restlet.routing.Router
-
Returns the default route to test if no other one was available after
retrying the maximum number of attempts.
- getDefaultValue() - Method in class org.restlet.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.engine.application.StatusInfo
-
Returns the description of the status.
- getDescription() - Method in class org.restlet.resource.ServerResource
-
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.Resource
-
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
- getDimensions() - Method in class org.restlet.Response
-
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
- getDimensions() - Method in class org.restlet.util.WrapperResponse
-
Returns the set of selecting dimensions on which the response entity may
vary.
- getDirectory() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the parent directory handler.
- getDirectoryContent() - Method in class org.restlet.engine.local.DirectoryServerResource
-
If the resource is a directory, this returns its content.
- getDirectoryUri() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the context's directory URI (file, clap URI).
- getDisabledCipherSuites() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of disabled cipher suites.
- getDisabledProtocols() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of disabled SSL protocols.
- 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.
- getEmail() - Method in class org.restlet.security.User
-
Returns the email.
- getEnabledCipherSuites() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of enabled cipher suites.
- getEnabledProtocols() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the whitespace-separated list of enabled SSL protocols.
- getEncoderService() - Method in class org.restlet.Application
-
Returns the encoder service.
- getEncoderService() - Method in class org.restlet.engine.application.Encoder
-
Returns the parent encoder service.
- getEncoding() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the encoding.
- getEncoding(String) - Method in class org.restlet.service.MetadataService
-
Returns the encoding associated to this extension.
- getEncodingParameter() - Method in class org.restlet.service.TunnelService
-
Returns the name of the parameter containing the accepted encoding.
- getEncodingPrefs() - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns the enriched list of encoding preferences.
- getEncodingPrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of encoding preferences.
- getEncodings() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Returns the encodings applied to the entity.
- getEncodings() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Returns the applied encodings.
- getEncodings() - Method in class org.restlet.representation.Variant
-
Returns the modifiable list of encodings applied to the entity-body.
- getEncodings() - Method in class org.restlet.util.WrapperRepresentation
-
- 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.application.FlexibleConneg
-
Returns an enriched list of preferences.
- getEnroler() - Method in class org.restlet.security.Authenticator
-
Returns the enroler invoked upon successful authentication to update the
subject with new principals.
- getEnroler() - Method in class org.restlet.security.Realm
-
Returns an enroler that can add the user roles based on user principals.
- getEntity() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the representation provided by the client.
- getEntity(String) - Method in class org.restlet.engine.local.EntityClientHelper
-
Returns a local entity for the given path.
- getEntity(String) - Method in class org.restlet.engine.local.FileClientHelper
-
- getEntity() - Method in class org.restlet.Message
-
Returns the entity representation.
- getEntity() - Method in class org.restlet.util.WrapperRequest
-
Returns the entity representation.
- getEntity() - Method in class org.restlet.util.WrapperResponse
-
Returns the entity representation.
- getEntityAsText() - Method in class org.restlet.Message
-
Returns the entity as text.
- getEphemeralPort() - Method in class org.restlet.Server
-
Returns the actual ephemeral port used when the listening port is set to '0'.
- getExecutorService() - Method in class org.restlet.Context
-
Returns the executor service.
- 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
-
- getExposedHeaders() - Method in class org.restlet.engine.application.CorsFilter
-
Returns a modifiable whitelist of headers an origin server allows for the
requested resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Expose-Headers" header.
- getExposedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
-
Returns a modifiable whitelist of headers an origin server allows for the
requested resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Expose-Headers" header.
- getExposedHeaders() - Method in class org.restlet.service.CorsService
-
Returns a modifiable whitelist of headers an origin server allows for the
requested resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Expose-Headers" header.
- 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.Restlet
-
Returns the finder class used to instantiate resource classes.
- 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.
- getFirstInboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the first inbound filter.
- getFirstName() - Method in class org.restlet.security.User
-
Returns the first name.
- getFirstOutboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the first outbound filter.
- getFirstParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the first parameter with the given name.
- getFirstParameter(String, String, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the first parameter with the given name.
- getFirstValue(String) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, boolean) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, boolean, String) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, String) - Method in class org.restlet.util.Series
-
Returns the value of the first parameter found with the given name.
- 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 optionally 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.Message
-
Returns the series of lower-level HTTP headers.
- getHelped() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet.
- getHelpedParameters() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet parameters.
- getHelper() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the HTTP client helper.
- getHelper() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the HTTP client 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 optionally decoded hierarchical part.
- getHomeRef() - Method in class org.restlet.engine.application.StatusInfo
-
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 optionally decoded host domain name component.
- getHostDomain() - Method in class org.restlet.engine.adapter.Call
-
Returns the host domain.
- getHostDomain() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the host domain name.
- getHostDomain() - Method in class org.restlet.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 optionally decoded host identifier.
- getHostnameVerifier() - Method in class org.restlet.engine.connector.HttpClientHelper
-
Returns the hostname verifier by looking up the "hostnameVerifier" attribute
of the client's context.
- getHostPort() - Method in class org.restlet.data.Reference
-
Returns the optional port number for server based hierarchical identifiers.
- getHostPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the host port.
- getHostPort() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the host port.
- getHostPort() - Method in class org.restlet.routing.VirtualHost
-
Returns the hostRef host port to match.
- getHostRef() - Method in class org.restlet.Request
-
Returns the host reference.
- getHostRef() - Method in class org.restlet.resource.Resource
-
Returns the host reference.
- getHostRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the host reference.
- getHosts() - Method in class org.restlet.Component
-
Returns the modifiable list of virtual hosts.
- getHostScheme() - Method in class org.restlet.routing.VirtualHost
-
Returns the hostRef scheme to match.
- getHostType() - Method in class org.restlet.engine.log.IdentClient
-
Returns the remote host type.
- getHttpCall() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the low-level HTTP call.
- getHttpCall() - Method in class org.restlet.engine.adapter.HttpResponse
-
Returns the low-level HTTP call.
- 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 optionally decoded absolute resource identifier.
- getIdentifier() - Method in class org.restlet.data.ReferenceList
-
Returns the list identifier.
- 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.
- getIgnoredMediaTypes() - Method in class org.restlet.service.EncoderService
-
Returns the media types that should be ignored.
- getInboundNext() - Method in class org.restlet.engine.CompositeHelper
-
Returns the next Restlet in the inbound chain.
- getInboundRoot() - Method in class org.restlet.Application
-
Returns the inbound root Restlet.
- 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.
- getInput() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
Returns the input part of the annotation value.
- getInputScore() - Method in class org.restlet.engine.resource.VariantInfo
-
Returns the affinity between this variant and an incoming representation.
- getInputStream() - Method in class org.restlet.engine.io.InputStreamChannel
-
Deprecated.
Returns the underlying input stream.
- getInputStream() - Method in class org.restlet.engine.io.PipeStream
-
Returns a new input stream that can read from the pipe.
- getInstance() - Static method in class org.restlet.engine.Engine
-
Returns the registered Restlet engine.
- getInstance() - Static method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the current instance of AnnotationUtils.
- getInstanceSize() - Method in class org.restlet.data.Range
-
Returns the total size of the instance in number of bytes (or range unit).
- getInterestOperations() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Returns the IO operations interest.
- 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.
- getJavaActualType(Class<?>, String) - Static method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the actual type for a given generic type name.
- getJavaActualType(Type, String) - Static method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the actual type for a given generic type name.
- getJavaActualType(Class<?>, Type) - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the actual type for a given generic type.
- getJavaClass() - Method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the resource interface value.
- getJavaInputTypes() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
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.MethodAnnotationInfo
-
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.
- getKeyManagerAlgorithm() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the name of the KeyManager algorithm.
- getKeyStoreKeyPassword() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the password for the key in the keystore (as a String).
- getKeyStorePassword() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the password for the keystore (as a String).
- getKeyStorePath() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the path to the KeyStore file.
- getKeyStoreProvider() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the name of the keystore provider.
- getKeyStoreType() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the keyStore type of the keystore.
- 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.application.FlexibleConneg
-
Returns the enriched list of language preferences.
- getLanguagePrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of language preferences.
- getLanguages() - Method in class org.restlet.representation.Variant
-
Returns the modifiable list of languages.
- getLanguages() - Method in class org.restlet.util.WrapperRepresentation
-
- getLast(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns the last route match for a given call.
- getLastInboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the last inbound filter.
- getLastName() - Method in class org.restlet.security.User
-
Returns the last name.
- getLastOutboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the last outbound filter.
- getLastSegment() - Method in class org.restlet.data.Reference
-
Returns the last segment of a hierarchical path.
For example the "/a/b/c" and "/a/b/c/" paths have the same segments: "a",
"b", "c.
Note that no URI decoding is done by this method.
- getLastSegment(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally decoded last segment.
- getLastSegment(boolean, boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally 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.adapter.ClientCall
-
Returns the local IP address or 127.0.0.1 if the resolution fails.
- getLocalHostAddress() - Static method in class org.restlet.routing.VirtualHost
-
Returns the local host IP address.
- getLocalHostName() - Static method in class org.restlet.routing.VirtualHost
-
Returns the local host name.
- getLocalSecret(String) - Method in class org.restlet.security.LocalVerifier
-
Returns the local secret associated to a given identifier.
- getLocalSecret(String) - Method in class org.restlet.security.MapVerifier
-
- getLocalSecrets() - Method in class org.restlet.security.MapVerifier
-
Returns the map of local secrets.
- getLocationRef() - Method in class org.restlet.representation.Variant
-
Returns an optional location reference.
- getLocationRef() - Method in class org.restlet.resource.Resource
-
Returns the reference that the client should follow for redirections or
resource creations.
- getLocationRef() - Method in class org.restlet.Response
-
Returns the location reference.
- getLocationRef() - Method in class org.restlet.util.WrapperRepresentation
-
- getLocationRef() - Method in class org.restlet.util.WrapperResponse
-
Returns the reference that the client should follow for redirections or
resource creations.
- getLogFormatter() - Static method in class org.restlet.engine.Engine
-
Returns the general log formatter.
- getLoggableTemplate() - Method in class org.restlet.service.LogService
-
Returns the URI template of loggable resource references.
- getLogger() - Method in class org.restlet.Context
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.adapter.Adapter
-
Returns the logger.
- getLogger() - Method in class org.restlet.engine.adapter.Call
-
Returns the logger.
- getLogger(Class<?>) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the class name of the given object.
- getLogger(Class<?>, String) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the class name of the given object.
- getLogger(Object, String) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the class name of the given object.
- getLogger(String) - Static method in class org.restlet.engine.Engine
-
Returns a logger based on the given logger name.
- getLogger(Class<?>) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the class name of the given object.
- getLogger(Class<?>, String) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the class name of the given object.
- getLogger(Object, String) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the class name of the given object.
- getLogger(String) - Method in class org.restlet.engine.log.LoggerFacade
-
Returns a logger based on the given logger name.
- getLogger() - Method in class org.restlet.engine.RestletHelper
-
Returns the helped Restlet logger.
- getLogger() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Returns the context's logger.
- getLogger() - Method in class org.restlet.resource.Resource
-
Returns the logger.
- getLogger() - Method in class org.restlet.Restlet
-
Returns the context's logger.
- getLogger() - Method in class org.restlet.routing.Template
-
Returns the logger to use.
- getLogger() - Method in class org.restlet.util.WrapperRestlet
-
- getLoggerFacade() - Method in class org.restlet.engine.Engine
-
Returns the logger facade to use.
- getLoggerName(String, Object) - Static method in class org.restlet.engine.log.LogUtils
-
Returns a non-null logger name.
- getLoggerName() - Method in class org.restlet.service.LogService
-
Returns the name of the JDK's logger to use when logging access calls.
- getLogLevel() - Static method in class org.restlet.engine.Engine
-
Returns the general log level.
- 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.
- 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 optionally decoded matrix.
- getMatrix() - Method in class org.restlet.resource.Resource
-
Returns the resource reference's optional matrix.
- getMatrixAsForm() - Method in class org.restlet.data.Reference
-
Returns the optional matrix as a form.
- getMatrixAsForm(CharacterSet) - Method in class org.restlet.data.Reference
-
Returns the optional matrix as a form submission.
- getMatrixString() - Method in class org.restlet.data.Form
-
Formats the form as a matrix path string.
- getMatrixString(CharacterSet) - Method in class org.restlet.data.Form
-
Formats the form as a query string.
- getMatrixValue(String) - Method in class org.restlet.resource.Resource
-
Returns the first value of the matrix parameter given its name if existing,
or null.
- getMaxAge() - Method in class org.restlet.data.CookieSetting
-
Returns the maximum age in seconds.
- getMaxAge() - Method in class org.restlet.engine.application.CorsFilter
-
Indicates how long (in seconds) the results of a preflight request can be
cached in a preflight result cache.
In case of a negative value, the results of a preflight request is not meant
to be cached.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Max-Age" header.
- getMaxAge() - Method in class org.restlet.engine.application.CorsResponseHelper
-
Indicates how long (in seconds) the results of a preflight request can be
cached in a preflight result cache.
In case of a negative value, the results of a preflight request is not meant
to be cached.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Max-Age" header.
- getMaxAge() - Method in class org.restlet.service.CorsService
-
Indicates how long (in seconds) the results of a preflight request can be
cached in a preflight result cache.
In case of a negative value, the results of a preflight request is not meant
to be cached.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Max-Age" header.
- getMaxAttempts() - Method in class org.restlet.routing.Router
-
Returns the maximum number of attempts if no attachment could be matched on
the first attempt.
- getMaxForwards() - Method in class org.restlet.Request
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.resource.Resource
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.util.WrapperRequest
-
- getMaxQueued() - Method in class org.restlet.engine.connector.NetServerHelper
-
Returns the maximum number of calls that can be queued if there aren't any
worker thread available to service them.
- getMaxRedirects() - Method in class org.restlet.resource.ClientResource
-
Returns the maximum number of redirections that can be automatically followed
for a single call.
- getMaxThreadIdleTimeMs() - Method in class org.restlet.engine.connector.NetServerHelper
-
Returns the time for an idle thread to wait for an operation before being
collected.
- getMaxThreads() - Method in class org.restlet.engine.connector.NetServerHelper
-
Returns the maximum threads that will service requests.
- getMediaType() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the media type.
- getMediaType() - Method in class org.restlet.engine.header.ContentType
-
Returns the media type.
- getMediaType() - Method in class org.restlet.representation.Variant
-
Returns the media type.
Note that when used with HTTP connectors, this property maps to the
"Content-Type" header.
- getMediaType(String) - Method in class org.restlet.service.MetadataService
-
Returns the mediatype associated to this extension.
- getMediaType() - Method in class org.restlet.util.WrapperRepresentation
-
- getMediaTypeParameter() - Method in class org.restlet.service.TunnelService
-
Returns the name of the parameter containing the accepted media type.
- getMediaTypePrefs() - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns the enriched list of media type preferences.
- getMediaTypePrefs() - Method in class org.restlet.engine.application.StrictConneg
-
Returns the enriched list of media type preferences.
- getMediumName() - Method in enum org.restlet.engine.Edition
-
Returns the medium size name of the edition.
- getMemberGroups() - Method in class org.restlet.security.Group
-
Returns the modifiable list of member groups.
- getMemberUsers() - Method in class org.restlet.security.Group
-
- 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.resource.Resource
-
Returns the application's metadata service or create a new one.
- getMetadataService() - Method in class org.restlet.service.StatusService
-
Returns the service used to select the preferred variant.
- getMethod() - Method in class org.restlet.engine.adapter.Call
-
Returns the request method.
- getMethod() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getMethod() - Method in class org.restlet.Request
-
Returns the method.
- getMethod() - Method in class org.restlet.resource.Resource
-
Returns the method.
- getMethod() - Method in class org.restlet.util.WrapperRequest
-
Returns the method.
- getMethodAnnotation(List<AnnotationInfo>, Method) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the first annotation descriptor matching the given Java method.
- getMethodAnnotation(List<AnnotationInfo>, Method, Form, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the first annotation descriptor matching the given Restlet 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.service.EncoderService
-
Returns the minimum size a representation must have before compression is
done.
- getMinThreads() - Method in class org.restlet.engine.connector.NetServerHelper
-
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
MediaTypes.
- getName() - Method in class org.restlet.data.CacheDirective
-
Returns the name.
- getName() - Method in class org.restlet.data.ChallengeScheme
-
Returns the name.
- getName() - Method in class org.restlet.data.Cookie
-
Returns the name.
- getName() - Method in class org.restlet.data.Expectation
-
Returns the name.
- getName() - Method in class org.restlet.data.Header
-
Returns the name.
- getName() - Method in class org.restlet.data.Metadata
-
Returns the name (ex: "text/html" or "compress" or "iso-8851-1").
- getName() - Method in class org.restlet.data.Method
-
Returns the name.
- getName() - Method in class org.restlet.data.Parameter
-
- getName() - Method in class org.restlet.data.Product
-
Returns the product name.
- getName() - Method in class org.restlet.data.Protocol
-
Returns the name.
- getName() - Method in class org.restlet.data.RecipientInfo
-
Returns the host name and port number or a pseudonym.
- getName() - Method in class org.restlet.data.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.resource.ServerResource
-
Returns the display name.
- getName() - Method in class org.restlet.Restlet
-
Returns the display name.
- getName() - Method in class org.restlet.security.Group
-
Returns the display name.
- getName() - Method in class org.restlet.security.Realm
-
Returns the name.
- getName() - Method in class org.restlet.security.Role
-
Returns the name.
- getName() - Method in class org.restlet.security.User
-
Returns the user identifier.
- getName() - Method in interface org.restlet.util.NamedValue
-
Returns the name of this parameter.
- getName(int) - Static method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Returns the name of the given IO operation.
- getName() - Method in class org.restlet.util.WrapperRestlet
-
- getNames() - Method in class org.restlet.util.Series
-
Returns the set of parameter names (case sensitive).
- 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.
- getNoneMatch() - Method in class org.restlet.data.Conditions
-
Returns the modifiable list of tags that mustn't match.
- getObject() - Method in class org.restlet.representation.ObjectRepresentation
-
Returns the represented object.
- 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.engine.converter.StatusInfoHtmlConverter
-
- getObjectClasses(Variant) - Method in class org.restlet.service.ConverterService
-
Returns the list of object classes that can be converted from a given
variant.
- getOnError() - Method in class org.restlet.Message
-
Returns the callback invoked when an error occurs when sending the message.
- getOnResponse() - Method in class org.restlet.Request
-
Returns the callback invoked on response reception.
- getOnResponse() - Method in class org.restlet.resource.ClientResource
-
Returns the callback invoked on response reception.
- getOnResponse() - Method in class org.restlet.util.WrapperRequest
-
- getOnSent() - Method in class org.restlet.Message
-
Returns the callback invoked after sending the message.
- getOnSent() - Method in class org.restlet.resource.ClientResource
-
Returns the callback invoked after sending the request.
- getOnSent() - Method in class org.restlet.resource.ServerResource
-
Returns the callback invoked after sending the response.
- getOpaque() - Method in class org.restlet.data.ChallengeMessage
-
Returns an opaque string of data which should be returned by the client
unchanged.
- getOriginalRef(Reference, Series<Header>) - Static method in class org.restlet.engine.util.ReferenceUtils
-
Returns the original reference especially by detecting potential proxy
forwardings.
- getOriginalRef() - Method in class org.restlet.Request
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.resource.Resource
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.util.WrapperRequest
-
- getOutboundNext() - Method in class org.restlet.engine.CompositeHelper
-
Returns the next Restlet in the outbound chain.
- getOutboundRoot() - Method in class org.restlet.Application
-
Returns the outbound root Restlet.
- getOutput() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
Returns the output part of the annotation value.
- getOutputStream() - Method in class org.restlet.engine.io.PipeStream
-
Returns a new output stream that can write into the pipe.
- getOwner() - Method in class org.restlet.Restlet
-
Returns the owner(s).
- getOwner() - Method in class org.restlet.util.WrapperRestlet
-
- getParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
- getParameter(String, String, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
- getParameters() - Method in class org.restlet.Context
-
Returns the modifiable series of parameters.
- getParameters() - Method in class org.restlet.data.ChallengeMessage
-
Returns the modifiable series of scheme parameters.
- getParameters() - Method in class org.restlet.data.Disposition
-
Returns the list of disposition parameters.
- getParameters() - Method in class org.restlet.data.Expectation
-
Returns the list of parameters.
- getParameters() - Method in class org.restlet.data.MediaType
-
Returns the unmodifiable list of parameters corresponding to subtype
modifiers.
- getParameters() - Method in class org.restlet.data.Preference
-
Returns the modifiable list of parameters.
- getParameters(Representation, Map<String, Object>) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
- getParameters(String, Map<String, Object>, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
- getParameters() - Method in class org.restlet.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.util.ChildContext
-
Returns the parent context.
- getParentRef() - Method in class org.restlet.data.Reference
-
Returns the parent reference of a hierarchical reference.
- getPatchTypes(MediaType) - Method in class org.restlet.service.ConverterService
-
Returns the list of patch media types available for the given representation
types.
- 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 optionally decoded path component.
- getPattern() - Method in class org.restlet.routing.Template
-
Returns the pattern to use for formatting or parsing.
- 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.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.data.ClientInfo
-
Returns the preferred metadata taking into account both metadata supported by
the server and client preferences.
- getPreferredPatch(List<MediaType>) - Method in class org.restlet.data.ClientInfo
-
Returns the preferred patch among a list of supported ones, based on the
client preferences.
- getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.engine.application.Conneg
-
Returns the best variant representation for a given resource according the
the client preferences.
A default language is provided in case the variants don't match the client
preferences.
- getPreferredVariant(List<Variant>) - Method in class org.restlet.resource.ServerResource
-
Returns the preferred variant among a list of available variants.
- getPreferredVariant(List<? extends Variant>, Request, MetadataService) - Method in class org.restlet.service.ConnegService
-
Returns the best variant representation for a given resource according the
the client preferences.
A default language is provided in case the variants don't match the client
preferences.
- getPrimaryTag() - Method in class org.restlet.data.Language
-
Returns the primary tag.
- getPrincipal() - Method in class org.restlet.data.ChallengeResponse
-
Gets the principal associated to the identifier property.
- getPrincipals() - Method in class org.restlet.data.ClientInfo
-
Returns the additional client principals.
- getPrincipals(List<Certificate>) - Method in class org.restlet.security.CertificateAuthenticator
-
Extracts the Principal of the subject to use from a chain of certificate.
- getProtocol() - Method in class org.restlet.data.RecipientInfo
-
Returns the protocol used to communicate with the recipient.
- getProtocol() - Method in class org.restlet.engine.adapter.Call
-
Returns the exact protocol (HTTP or HTTPS).
- getProtocol() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the secure socket protocol name, "TLS" by default.
- getProtocol() - Method in class org.restlet.Request
-
Returns the protocol used or to be used, if known.
- getProtocol() - Method in class org.restlet.resource.Resource
-
Returns the protocol by first returning the resourceRef.schemeProtocol
property if it is set, or the baseRef.schemeProtocol property otherwise.
- getProtocol() - Method in class org.restlet.util.WrapperRequest
-
Returns the protocol by first returning the baseRef.schemeProtocol property
if it is set, or the resourceRef.schemeProtocol property otherwise.
- getProtocols() - Method in class org.restlet.Connector
-
Returns the modifiable list of protocols simultaneously supported.
- getProtocols() - Method in class org.restlet.engine.connector.ConnectorHelper
-
Returns the protocols simultaneously supported.
- getProxyChallengeRequests() - Method in class org.restlet.resource.Resource
-
Returns the list of proxy authentication requests sent by an origin server to
a client.
- getProxyChallengeRequests() - Method in class org.restlet.Response
-
Returns the list of authentication requests sent by an origin server to a
client.
- getProxyChallengeRequests() - Method in class org.restlet.util.WrapperResponse
-
Returns the list of authentication requests sent by a proxy to a client.
- getProxyChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getProxyChallengeResponse() - Method in class org.restlet.Request
-
Returns the authentication response sent by a client to a proxy.
- getProxyChallengeResponse() - Method in class org.restlet.resource.Resource
-
Returns the proxy authentication response sent by a client to an origin
server.
- getProxyChallengeResponse() - Method in class org.restlet.util.WrapperRequest
-
Returns the authentication response sent by a client to a proxy.
- 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 optionally decoded query component.
- getQuery() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
Returns the optional query part of the annotation value.
- getQuery() - Method in class org.restlet.resource.Resource
-
Returns the resource reference's optional query.
- getQueryAsForm() - Method in class org.restlet.data.Reference
-
Returns the optional query component as a form.
- getQueryAsForm(boolean) - Method in class org.restlet.data.Reference
-
Returns the optional query component as a form.
- getQueryAsForm(CharacterSet) - Method in class org.restlet.data.Reference
-
Returns the optional query component as a form submission.
- 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.
- getQueryValue(String) - Method in class org.restlet.resource.Resource
-
Returns the first value of the query parameter given its name if existing, or
null.
- getRandom(Request, Response, float) - Method in class org.restlet.util.RouteList
-
Returns a random route match for a given call.
- getRange() - Method in class org.restlet.engine.application.RangeRepresentation
-
Returns the range specific to this wrapper.
- getRange() - Method in class org.restlet.representation.Representation
-
Returns the range where in the full content the partial content available
should be applied.
Note that when used with HTTP connectors, this property maps to the
"Content-Range" header.
- getRange() - Method in class org.restlet.util.WrapperRepresentation
-
- getRangeDate() - Method in class org.restlet.data.Conditions
-
Returns the range condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- getRanges() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getRanges() - Method in class org.restlet.Request
-
Returns the ranges to return from the target resource's representation.
- getRanges() - Method in class org.restlet.resource.Resource
-
Returns the ranges to return from the target resource's representation.
- getRanges() - Method in class org.restlet.util.WrapperRequest
-
- getRangeService() - Method in class org.restlet.Application
-
Returns the range service.
- getRangeService() - Method in class org.restlet.engine.application.RangeFilter
-
Returns the Range service of the parent application.
- getRangeStatus(RepresentationInfo) - Method in class org.restlet.data.Conditions
-
Returns the range conditional status of an entity.
- getRangeStatus(Tag, Date) - Method in class org.restlet.data.Conditions
-
Returns the range conditional status of an entity.
- getRangeTag() - Method in class org.restlet.data.Conditions
-
Returns the range condition based on the entity tag of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- getRawValue() - Method in class org.restlet.data.ChallengeMessage
-
Returns the raw challenge value.
- getReader() - Method in class org.restlet.engine.application.DecodeRepresentation
-
- getReader() - Method in class org.restlet.engine.application.EncodeRepresentation
-
- getReader() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getReader(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
-
Returns a reader from an input stream and a character set.
- getReader(WriterRepresentation) - Static method in class org.restlet.engine.io.IoUtils
-
Returns a reader from a writer representation.Internally, it uses a writer
thread and a pipe stream.
- getReader() - Method in class org.restlet.representation.BufferingRepresentation
-
- getReader() - Method in class org.restlet.representation.ChannelRepresentation
-
Deprecated.
- getReader() - Method in class org.restlet.representation.DigesterRepresentation
-
- getReader() - Method in class org.restlet.representation.EmptyRepresentation
-
- getReader() - Method in class org.restlet.representation.FileRepresentation
-
- getReader() - Method in class org.restlet.representation.ReaderRepresentation
-
- getReader() - Method in class org.restlet.representation.Representation
-
Returns a characters reader with the representation's content.
- getReader() - Method in class org.restlet.representation.StreamRepresentation
-
- getReader() - Method in class org.restlet.representation.StringRepresentation
-
- getReader() - Method in class org.restlet.representation.WriterRepresentation
-
- getReader() - Method in class org.restlet.util.WrapperRepresentation
-
- getReadTimeout() - Method in class org.restlet.engine.connector.FtpClientHelper
-
Returns the read timeout value.
- getReadTimeout() - Method in class org.restlet.engine.connector.HttpClientHelper
-
Returns the read timeout value.
- getReadyOperations() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Returns the IO operations ready.
- getRealm(String) - Method in class org.restlet.Component
-
Finds the realm with the given name.
- getRealm() - Method in class org.restlet.data.ChallengeMessage
-
Returns the realm name.
- getRealm() - Method in class org.restlet.security.ChallengeAuthenticator
-
Returns the authentication realm.
- getRealms() - Method in class org.restlet.Component
-
Returns the modifiable list of security realms.
- getReasonPhrase() - Method in class org.restlet.data.Status
-
Returns the reason phrase of this status.
- getReasonPhrase() - Method in class org.restlet.engine.adapter.Call
-
Returns the reason phrase.
- getReasonPhrase() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the short description of the status.
- getReasonPhrase() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the response reason phrase.
- getRecipientsInfo() - Method in class org.restlet.engine.adapter.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.Resource
-
Returns the URI reference.
- getReferrerRef() - Method in class org.restlet.engine.adapter.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.Resource
-
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.
- getRegistration() - Method in interface org.restlet.engine.io.SelectionChannel
-
Deprecated.
Returns the NIO registration.
- getRegistration() - Method in class org.restlet.representation.Representation
-
- getRegistration() - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- 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 optionally 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(InputStream) - Method in class org.restlet.engine.adapter.Call
-
Returns the representation wrapping the given stream.
- getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.adapter.Call
-
- getRepresentation(InputStream) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
- 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
-
- getRequest() - Method in class org.restlet.engine.application.Conneg
-
Returns the request including client preferences.
- getRequest(Method, Object[]) - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Allows for child classes to modify the request.
- getRequest() - Method in class org.restlet.resource.Resource
-
Returns the handled request.
- getRequest() - Method in exception org.restlet.resource.ResourceException
-
Returns the request associated to this exception.
- getRequest() - Method in class org.restlet.Response
-
Returns the associated request
- getRequest() - Method in class org.restlet.util.WrapperResponse
-
Returns the associated request
- getRequestAttributes() - Method in class org.restlet.resource.Resource
-
Returns the request attributes.
- getRequestCacheDirectives() - Method in class org.restlet.resource.Resource
-
Returns the request cache directives.
- getRequestEntity() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request entity if available.
- getRequestEntity() - Method in class org.restlet.resource.Resource
-
Returns the request entity representation.
- getRequestEntityChannel() - Method in class org.restlet.engine.adapter.ClientCall
-
- getRequestEntityChannel() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Deprecated.
- getRequestEntityStream() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream(long) - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream(long) - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getRequestEntityStream() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
- getRequestHeaders() - Method in class org.restlet.engine.adapter.Call
-
Returns the modifiable list of request headers.
- getRequestHeaders() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getRequestHeadStream() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the request head stream if it exists.
- getRequestHeadStream() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request head stream if it exists.
- getRequestHeadStream() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getRequestHeadStream() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
- getRequestStream() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the request entity stream if it exists.
- getRequestUri() - Method in class org.restlet.engine.adapter.Call
-
Returns the URI on the request line (most like a relative reference, but not
necessarily).
- getRequestUri() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getRequestVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
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.
- 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.resource.Resource
-
Returns the handled response.
- getResponse() - Method in exception org.restlet.resource.ResourceException
-
Returns the response associated to this exception.
- getResponseAttributes() - Method in class org.restlet.resource.Resource
-
Returns the response attributes.
- getResponseCacheDirectives() - Method in class org.restlet.resource.Resource
-
Returns the response cache directives.
- getResponseDigest() - Method in class org.restlet.data.AuthenticationInfo
-
Returns the optional response digest for mutual authentication.
- getResponseEntity(Response) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response entity if available.
- getResponseEntity() - Method in class org.restlet.resource.Resource
-
Returns the response entity representation.
- getResponseEntityChannel(long) - Method in class org.restlet.engine.adapter.ClientCall
-
- getResponseEntityChannel(long) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Deprecated.
- getResponseEntityStream(long) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getResponseEntityStream(long) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
- getResponseHeaders() - Method in class org.restlet.engine.adapter.Call
-
Returns the modifiable list of server headers.
- getResponseHeaders() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the modifiable list of response headers.
- getResponseLogFormat() - Method in class org.restlet.service.LogService
-
Returns the format used when logging responses.
- getResponseLogMessage(Response, int) - Method in class org.restlet.service.LogService
-
Format an access log entry.
- getResponseVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
Returns a list of response variants based on the annotation value.
- getRestletLogLevel() - Static method in class org.restlet.engine.Engine
-
Returns the Restlet log level.
- getRestletMethod(Annotation, Annotation) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns an instance of
Method according to the given annotations.
- getRestletMethod() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
Returns the matching Restlet method.
- 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.
- getRole(String) - Method in class org.restlet.resource.ServerResource
-
Retrieves an existing role or creates a new one if needed based on its 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.
- 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.Resource
-
Returns the application root reference.
- getRootRef() - Method in class org.restlet.util.WrapperRequest
-
Returns the application root reference.
- getRouter() - Method in class org.restlet.routing.Route
-
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 optionally decoded scheme component.
- getScheme() - Method in class org.restlet.security.ChallengeAuthenticator
-
Returns the authentication challenge scheme.
- getSchemeName() - Method in class org.restlet.data.Protocol
-
Returns the URI scheme name.
- getSchemeProtocol() - Method in class org.restlet.data.Reference
-
Returns the protocol associated with the scheme component.
- getSchemeSpecificPart() - Method in class org.restlet.data.Reference
-
Returns the scheme specific part.
Note that no URI decoding is done by this method.
- getSchemeSpecificPart(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally decoded scheme specific part.
- 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.
- getSecretAlgorithm() - Method in class org.restlet.data.ChallengeResponse
-
Returns the digest algorithm name optionally applied on the user secret.
- getSecureRandomAlgorithm() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the name of the SecureRandom algorithm.
- getSegments() - Method in class org.restlet.data.Reference
-
Returns the list of segments in a hierarchical path.
A new list is created for each call.
Note that no URI decoding is done by this method.
- getSegments(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally decoded list of segments.
- getSelectableChannel() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Returns the parent selectable channel.
- getSelectedCipherSuites(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the selected cipher suites.
- getSelectedSslProtocols(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the selected SSL protocols.
- getSelectionListener() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Returns the selection listener that will be notified.
- getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
-
Deprecated.
Get an exclusive Selector.
- getServerAddress() - Method in class org.restlet.engine.adapter.Call
-
Returns the response address.
Corresponds to the IP address of the responding server.
- getServerAddress() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the response address.
Corresponds to the IP address of the responding server.
- getServerAddress() - Method in class org.restlet.routing.VirtualHost
-
Returns the listening server address.
- getServerDispatcher() - Method in class org.restlet.Context
-
Returns a request dispatcher to component's virtual hosts.
- getServerInfo() - Method in class org.restlet.engine.adapter.HttpResponse
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.resource.Resource
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.Response
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.util.WrapperResponse
-
Returns the server-specific information.
- getServerNonce() - Method in class org.restlet.data.ChallengeMessage
-
Returns the server nonce.
- getServerNounceCount() - Method in class org.restlet.data.ChallengeResponse
-
Returns the server nonce count.
- getServerNounceCountAsHex() - Method in class org.restlet.data.ChallengeResponse
-
Returns the server nonce count as an hexadecimal string of eight characters.
- getServerPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the server port.
- getServerPort() - Method in class org.restlet.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.
- 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.BufferingRepresentation
-
- getSize() - Method in class org.restlet.representation.FileRepresentation
-
- getSize() - Method in class org.restlet.representation.Representation
-
Returns the total size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
- getSize() - Method in class org.restlet.util.WrapperRepresentation
-
- getSocketConnectTimeoutMs() - Method in class org.restlet.engine.adapter.HttpClientHelper
-
Returns the connection timeout.
- getSocketConnectTimeoutMs() - Method in class org.restlet.engine.connector.FtpClientHelper
-
Returns the connection timeout.
- getSource() - Method in class org.restlet.engine.security.RoleMapping
-
- getSslContextFactory(RestletHelper<?>) - Static method in class org.restlet.engine.ssl.SslUtils
-
Returns the SSL context factory.
- getSslKeySize() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL key size, if available and accessible.
- getSslSessionId() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL session ID, in hexadecimal encoding, if available and
accessible.
- getSslSessionIdBytes() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the SSL session ID, as a byte array, if available and accessible in
that format (to be used by getSslSessionId).
- 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() - Method in class org.restlet.engine.resource.ThrowableAnnotationInfo
-
Returns the status parsed from the annotation value.
- getStatus() - Method in class org.restlet.resource.Resource
-
Returns the status.
- getStatus() - Method in exception org.restlet.resource.ResourceException
-
Returns the status associated to this exception.
- getStatus() - Method in class org.restlet.Response
-
Returns the status.
- getStatus() - Method in class org.restlet.util.WrapperResponse
-
Returns the status.
- getStatusCode() - Method in class org.restlet.engine.adapter.Call
-
Returns the status code.
- getStatusCode() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the response status code.
- getStatusLabel(StatusInfo) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
-
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
-
- getStatusService() - Method in class org.restlet.engine.application.StatusFilter
-
Returns the helped status service.
- getStatusService() - Method in class org.restlet.resource.Resource
-
Returns the application's status service or create a new one.
- 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
-
- getStream() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getStream(Writer, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
-
Returns an output stream based on a given writer.
- getStream(ReadableByteChannel) - Static method in class org.restlet.engine.io.IoUtils
-
- getStream(Reader, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
-
Returns an input stream based on a given character reader.
- getStream(Representation) - Static method in class org.restlet.engine.io.IoUtils
-
Returns an input stream based on the given representation's content and its
write(OutputStream) method.
- getStream(WritableByteChannel) - Static method in class org.restlet.engine.io.IoUtils
-
- getStream() - Method in class org.restlet.engine.local.ZipEntryRepresentation
-
- getStream() - Method in class org.restlet.representation.BufferingRepresentation
-
- getStream() - Method in class org.restlet.representation.ChannelRepresentation
-
Deprecated.
- getStream() - Method in class org.restlet.representation.CharacterRepresentation
-
- getStream() - Method in class org.restlet.representation.DigesterRepresentation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.representation.EmptyRepresentation
-
- getStream() - Method in class org.restlet.representation.FileRepresentation
-
- getStream() - Method in class org.restlet.representation.InputRepresentation
-
- getStream() - Method in class org.restlet.representation.OutputRepresentation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.representation.Representation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.representation.StringRepresentation
-
- getStream() - Method in class org.restlet.util.WrapperRepresentation
-
- 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.
- getSupportedCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
- getSupportedCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- getSupportedEncodings() - Static method in class org.restlet.engine.application.DecodeRepresentation
-
Returns the list of supported encodings.
- getSupportedEncodings() - Method in class org.restlet.engine.application.Encoder
-
Returns the list of supported encodings.
- getSupportedEncodings() - Static method in class org.restlet.engine.application.EncodeRepresentation
-
Returns the list of supported encodings.
- getTag() - Method in class org.restlet.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
-
- getTargetClass() - Method in class org.restlet.resource.Finder
-
Returns the target resource class which must be either a subclass of
ServerResource.
- 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 by automatically resolving URI
template variables found using the
Template class using the request
and response as data models.
- getTargetTemplate() - Method in class org.restlet.routing.Redirector
-
Returns the target URI pattern.
- getTargetUri() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the context's target URI (file, clap URI).
- getTaskService() - Method in class org.restlet.Component
-
Returns a task service to run concurrent tasks.
- 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
-
- getText() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getText(Representation) - Static method in class org.restlet.engine.io.IoUtils
-
Converts the representation to a string value.
- getText() - Method in class org.restlet.representation.AppendableRepresentation
-
- getText() - Method in class org.restlet.representation.BufferingRepresentation
-
- getText() - Method in class org.restlet.representation.DigesterRepresentation
-
- getText() - Method in class org.restlet.representation.EmptyRepresentation
-
- getText() - Method in class org.restlet.representation.FileRepresentation
-
- getText() - Method in class org.restlet.representation.InputRepresentation
-
- getText() - Method in class org.restlet.representation.ReaderRepresentation
-
- getText() - Method in class org.restlet.representation.Representation
-
Converts the representation to a string value.
- getText() - Method in class org.restlet.representation.StringRepresentation
-
- getText() - Method in class org.restlet.util.WrapperRepresentation
-
- getTextRepresentation() - Method in class org.restlet.data.ReferenceList
-
Returns a representation of the list in the "text/uri-list" format.
- getThrowable() - Method in class org.restlet.data.Status
-
Returns the related error or exception.
- getThrowableAnnotationInfo(Class<?>) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the status annotation descriptor if present or null.
- getThrowableAnnotationInfo(Method, int) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the
Throwable class matching the given error code if present
or null.
- getThrowableClass(Method, int) - Method in class org.restlet.engine.resource.AnnotationUtils
-
Returns the
Throwable class matching the given error code if present
or null.
- getTime() - Method in class org.restlet.engine.util.InternetDateFormat
-
Gets the value of this InternetDateFormat object as millisecond time value.
- getTimeIssued() - Method in class org.restlet.data.ChallengeResponse
-
- getTimeToLive() - Method in class org.restlet.engine.local.LocalClientHelper
-
Returns the time to live for a file representation before it expires (in
seconds).
- getTrustManagerAlgorithm() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the name of the TrustManager algorithm.
- getTrustStorePassword() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the password for the trust store keystore.
- getTrustStorePath() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the path to the trust store (keystore) file.
- getTrustStoreProvider() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the name of the trust store (keystore) provider.
- getTrustStoreType() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the KeyStore type of the trust store.
- getTunnelService() - Method in class org.restlet.Application
-
Returns the tunnel service.
- getTunnelService() - Method in class org.restlet.engine.application.TunnelFilter
-
Returns the tunnel service of the parent application.
- getType() - Method in class org.restlet.data.Disposition
-
Returns the disposition type.
- getType() - Method in class org.restlet.routing.Variable
-
Returns the type of variable.
- getTypeClass(Type) - Static method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the underlying class for a type or null.
- getUnitName() - Method in class org.restlet.data.Range
-
Returns the name of the range unit.
- 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.
- getUri() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the URI of the specification describing the status.
- getUser() - Method in class org.restlet.data.ClientInfo
-
Returns the authenticated user.
- getUser(Principal) - Method in class org.restlet.security.CertificateAuthenticator
-
Creates a new User based on the subject's X500Principal.
- getUserClassLoader() - Method in class org.restlet.engine.Engine
-
Returns the class loader specified by the user and that should be used in
priority.
- getUserIdentifier() - Method in class org.restlet.engine.log.IdentClient
-
Returns the user identifier.
- getUserInfo() - Method in class org.restlet.data.Reference
-
Returns the user info component for server based hierarchical
identifiers.
Note that no URI decoding is done by this method.
- getUserInfo(boolean) - Method in class org.restlet.data.Reference
-
Returns the optionally decoded user info component.
- getUserPrincipal() - Method in class org.restlet.engine.adapter.Call
-
Returns the user principal.
- getUsers() - Method in class org.restlet.security.MemoryRealm
-
Returns the modifiable list of users.
- getValue() - Method in class org.restlet.data.CacheDirective
-
Returns the value.
- getValue() - Method in class org.restlet.data.Cookie
-
Returns the value.
- getValue() - Method in class org.restlet.data.Digest
-
Returns the digest value.
- getValue() - Method in class org.restlet.data.Expectation
-
Returns the value.
- getValue() - Method in class org.restlet.data.Header
-
Returns the value.
- getValue() - Method in class org.restlet.data.Parameter
-
- getValue() - Method in interface org.restlet.util.NamedValue
-
Returns the 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.
- getValuesArray(String, boolean, String) - Method in class org.restlet.util.Series
-
Returns an array of all the values associated to the given parameter name.
- getValuesArray(String, String) - Method in class org.restlet.util.Series
-
Returns an array of all the values associated to the given parameter name.
- getValuesMap() - Method in class org.restlet.util.Series
-
Returns a map of name, value pairs.
- getVariableNames() - Method in class org.restlet.routing.Template
-
Returns the list of variable names in the template.
- getVariables() - Method in class org.restlet.routing.Template
-
Returns the modifiable map of variable descriptors.
- getVariant() - Method in class org.restlet.engine.local.Entity
-
Returns a variant corresponding to the extensions of this entity.
- getVariants(Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
-
Returns the list of variants that can be converted from a given object class.
- getVariants(Class<?>, Variant) - Method in class org.restlet.engine.converter.ConverterHelper
-
Returns the list of variants that can be converted from a given object class
by a specific converter helper.
- getVariants(Class<?>, Variant) - Static method in class org.restlet.engine.converter.ConverterUtils
-
Returns the list of variants that can be converted from a given object class.
- getVariants(Class<?>) - Method in class org.restlet.engine.converter.DefaultConverter
-
- getVariants(Class<?>) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
-
- 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() - 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.adapter.Call
-
Returns the protocol version used.
- getVirtualHost() - Method in class org.restlet.engine.component.HostRoute
-
Returns the target virtual host.
- getWakeupListener() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Returns the wakeup listener that will be notified.
- getWarnings() - Method in class org.restlet.engine.adapter.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.
- getWrapped() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
Returns the wrapped executor service.
- getWrappedContext() - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
-
Returns the wrapped SSL context.
- getWrappedRepresentation() - Method in class org.restlet.util.WrapperRepresentation
-
Returns the wrapped representation.
- getWrappedRequest() - Method in class org.restlet.util.WrapperRequest
-
Returns the wrapped request.
- getWrappedResponse() - Method in class org.restlet.util.WrapperResponse
-
Returns the wrapped response.
- getWrappedSocketFactory() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
Returns the wrapped SSL server socket factory.
- getWrappedSocketFactory() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
Returns the wrapped SSL socket factory.
- getWriter(OutputStream, CharacterSet) - Static method in class org.restlet.engine.io.IoUtils
-
Returns a writer to the given output stream, using the given character set
for encoding to bytes.
- 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.
- 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
-
- ImmutableDate - Class in org.restlet.engine.util
-
Class acting as an immutable date class based on the
Date class.
- ImmutableDate(Date) - Constructor for class org.restlet.engine.util.ImmutableDate
-
Private constructor.
- inboundServerRedirect(Reference, Request, Response) - Method in class org.restlet.routing.Redirector
-
Redirects a given call to a target reference.
- includes(Metadata) - Method in class org.restlet.data.CharacterSet
-
Indicates if a given character set is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.Encoding
-
Indicates if a given encoding is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.Language
-
Indicates if a given language is included in the current one.
- includes(Metadata) - Method in class org.restlet.data.MediaType
-
- includes(Metadata, boolean) - Method in class org.restlet.data.MediaType
-
- includes(Metadata) - Method in class org.restlet.data.Metadata
-
Indicates if a given metadata is included in the current one.
- includes(Variant) - Method in class org.restlet.representation.Variant
-
Indicates if the current variant includes the given variant.
- INDEX_FIRST - Static variable in class org.restlet.data.Range
-
Index for the first byte (or range unit) of an entity.
- INDEX_LAST - Static variable in class org.restlet.data.Range
-
Index for the last byte (or range unit) 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_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
-
- 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.ssl.DefaultSslContextFactory
-
Sets the following options according to parameters that may have been set up
directly in the HttpsClientHelper or HttpsServerHelper parameters.
- init(Series<Parameter>) - Method in class org.restlet.engine.ssl.SslContextFactory
-
Initialize the factory with the given connector parameters.
- init(Context, Request, Response) - Method in class org.restlet.resource.Resource
-
Initialization method setting the environment of the current resource
instance.
- initEngine(SSLEngine) - Method in class org.restlet.engine.ssl.WrapperSslContextSpi
-
Initializes the SSL engine with additional parameters from the SSL context
factory.
- initSslServerSocket(SSLServerSocket) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
Initializes the SSL server socket.
- initSslSocket(SSLSocket) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
Initializes the SSL socket.
- InputRepresentation - Class in org.restlet.representation
-
Transient representation based on a BIO input stream.
- InputRepresentation(InputStream) - Constructor for class org.restlet.representation.InputRepresentation
-
Constructor.
- InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.representation.InputRepresentation
-
Constructor.
- InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.representation.InputRepresentation
-
Constructor.
- InputStreamChannel - Class in org.restlet.engine.io
-
- InputStreamChannel(InputStream) - Constructor for class org.restlet.engine.io.InputStreamChannel
-
Deprecated.
Constructor.
- instance - Static variable in class org.restlet.engine.local.RiapServerHelper
-
The unique registered helper.
- InternalRouter - Class in org.restlet.engine.component
-
Provides the behavior of the internal router of a Component.
- InternalRouter(Context) - Constructor for class org.restlet.engine.component.InternalRouter
-
Constructor.
- InternetDateFormat - Class in org.restlet.engine.util
-
This class handles Internet date/time strings in accordance with RFC 3339.
- InternetDateFormat() - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object set to the current time using the UTC
(Z) time zone.
- InternetDateFormat(Calendar) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Calendar object.
- InternetDateFormat(Date) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Date object using
the UTC (Z) time zone.
- InternetDateFormat(Date, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Date object using
the specified time zone.
- InternetDateFormat(long) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a millisecond time
value using the UTC (Z) time zone.
- InternetDateFormat(long, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a millisecond time
value using the specified time zone.
- InternetDateFormat(String) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time
string.
- InternetDateFormat(TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object set to the current time using the
specified time zone.
- invoke(Object, Method, Object[]) - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Effectively invokes a Java method on the given proxy object.
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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<? extends Callable<T>>) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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.
- isAccessRestricted() - Method in class org.restlet.data.CookieSetting
-
Indicates if cookie access is restricted for untrusted parties.
- isAllowAllRequestedHeaders() - Method in class org.restlet.engine.application.CorsFilter
-
If true, indicates that the value of 'Access-Control-Request-Headers' request
header will be copied into the 'Access-Control-Allow-Headers' response
header.
- isAllowAllRequestedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
-
If true, indicates that the value of 'Access-Control-Request-Headers' request
header will be copied into the 'Access-Control-Allow-Headers' response
header.
- isAllowedCredentials() - Method in class org.restlet.engine.application.CorsFilter
-
If true, adds 'Access-Control-Allow-Credentials' header.
- isAllowedCredentials() - Method in class org.restlet.engine.application.CorsResponseHelper
-
If true, adds 'Access-Control-Allow-Credentials' header.
- isAllowedCredentials() - Method in class org.restlet.service.CorsService
-
If true, adds 'Access-Control-Allow-Credentials' header.
- isAllowingAllRequestedHeaders() - Method in class org.restlet.service.CorsService
-
If true, indicates that the value of 'Access-Control-Request-Headers' request
header will be copied into the 'Access-Control-Allow-Headers' response
header.
- isAllowUserInteraction() - Method in class org.restlet.engine.connector.FtpClientHelper
-
Indicates if this URL is being examined in a context in which it makes sense
to allow user interactions such as popping up an authentication dialog.
- isAllowUserInteraction() - Method in class org.restlet.engine.connector.HttpClientHelper
-
Indicates if this URL is being examined in a context in which it makes sense
to allow user interactions such as popping up an authentication dialog.
- isAlpha(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is alphabetical (a-z or A-Z).
- isAnnotated() - Method in class org.restlet.resource.ServerResource
-
Indicates if annotations are supported.
- isAsciiChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is in ASCII range.
- isAsynchronous() - Method in class org.restlet.Request
-
Indicates if the request is asynchronous.
- isAsynchronous() - Method in class org.restlet.util.WrapperRequest
-
- isAuthenticated() - Method in class org.restlet.data.ClientInfo
-
Indicates if the identifier or principal has been authenticated.
- isAutoCommitting() - Method in class org.restlet.resource.ServerResource
-
Indicates if the response should be automatically committed.
- isAutoCommitting() - Method in class org.restlet.Response
-
Indicates if the response should be automatically committed.
- isAutoCommitting() - Method in class org.restlet.util.WrapperResponse
-
- isAutoDeleting() - Method in class org.restlet.representation.FileRepresentation
-
Indicates if this file should be automatically deleted on release of the
representation.
- 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.BufferingRepresentation
-
- isAvailable() - Method in class org.restlet.representation.Representation
-
Indicates if some fresh content is potentially available, without having to
actually call one of the content manipulation method like getStream() that
would actually consume it.
- isAvailable() - Method in class org.restlet.Server
-
Indicates the underlying connector helper is available.
- isAvailable() - Method in class org.restlet.util.WrapperRepresentation
-
- isBlocking() - Method in interface org.restlet.engine.io.BlockableChannel
-
Deprecated.
Indicates if the channel is likely to block upon IO operations.
- isBlocking() - Method in class org.restlet.engine.io.InputStreamChannel
-
Deprecated.
True if the underlying input stream is able to indicate available bytes
upfront.
- isBlocking(Channel) - Static method in class org.restlet.engine.io.IoUtils
-
Deprecated.
- isBroken(Throwable) - Static method in class org.restlet.engine.adapter.Call
-
Returns true if the given exception is caused by a broken connection.
- isBuffered() - Method in class org.restlet.representation.BufferingRepresentation
-
Indicates if the wrapped entity has been already buffered.
- isBytesRange(Range) - Static method in class org.restlet.data.Range
-
Indicates if the unit of the given range is "bytes".
- isCanceling() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Indicates if a canceling of the registration has been requested.
- isCarriageReturn(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a carriage return.
- isChunkedEncoding(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the entity is chunked.
- isClientError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isClientError() - Method in class org.restlet.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isClientKeepAlive() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the client wants a persistent connection.
- isClientKeepAlive() - Method in class org.restlet.engine.adapter.ClientCall
-
- isClientKeepAlive() - Method in class org.restlet.engine.adapter.ServerCall
-
- isClientSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if client side authentication is supported.
- isComma(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a comma, the character used as header
value separator.
- isCommentText(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a comment text.
- isCommitted() - Method in class org.restlet.resource.ServerResource
-
Indicates if the response has already been committed.
- isCommitted() - Method in class org.restlet.Response
-
Indicates if the response has already been committed.
- isCommitted() - Method in class org.restlet.util.WrapperResponse
-
- isCompatible(Metadata) - Method in class org.restlet.data.Metadata
-
Checks if this metadata is compatible with the given metadata.
- isCompatible(Variant) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
-
Indicates if the given variant is compatible with the media types supported
by this converter.
- isCompatible(Method, Form, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
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.MethodAnnotationInfo
-
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.adapter.Call
-
Indicates if the confidentiality of the call is ensured (ex: via SSL).
- isConfidential() - Method in class org.restlet.engine.connector.NetServerHelper
-
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.Resource
-
Indicates if the message was or will be exchanged confidentially, for example
via a SSL-secured connection.
- isConfidential() - Method in class org.restlet.Response
-
- isConfidential() - Method in class org.restlet.util.WrapperRequest
-
Indicates if the call came over a confidential channel such as an SSL-secured
connection.
- isConfidential() - Method in class org.restlet.util.WrapperResponse
-
Indicates if the call came over a confidential channel such as an SSL-secured
connection.
- isConnectable() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Indicates if the NIO channel is connectable.
- isConnectionBroken(Throwable) - Method in class org.restlet.engine.adapter.Call
-
Returns true if the given exception is caused by a broken connection.
- isConnectionClose(Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the connection must be closed.
- isConnectorError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a connector error status, meaning "The connector
failed to send or receive an apparently valid message".
- isConnectorError() - Method in class org.restlet.data.Status
-
Indicates if the status is a connector error status, meaning "The connector
failed to send or receive an apparently valid message".
- isControlChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a control character.
- isCorsRequest(Request) - Method in class org.restlet.engine.application.CorsResponseHelper
-
Returns true if the request is a CORS request.
- isCurrentEdition() - Method in enum org.restlet.engine.Edition
-
Returns true if this edition is the current one.
- isCurrentEditionOneOf(Edition...) - Static method in enum org.restlet.engine.Edition
-
- isDaemon() - Method in class org.restlet.service.TaskService
-
Indicates whether the threads are created as daemon threads.
- isDebugging() - Method in class org.restlet.Application
-
Indicates if the debugging mode is enabled.
- isDecoding() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Indicates if the decoding can happen.
- isDecodingOnParse() - Method in class org.restlet.routing.Variable
-
Indicates if the parsed value must be decoded.
- isDecodingRequest() - Method in class org.restlet.engine.application.Decoder
-
Indicates if the request entity should be decoded.
- isDecodingResponse() - Method in class org.restlet.engine.application.Decoder
-
Indicates if the response entity should be decoded.
- isDeeplyAccessible() - Method in class org.restlet.resource.Directory
-
Indicates if the sub-directories are deeply accessible (true by default).
- isDigit() - Method in class org.restlet.data.CacheDirective
-
Returns true if the directive contains a digit value.
- isDigit(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a digit (0-9).
- 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.header.HeaderUtils
-
Indicates if the given character is a double quote.
- isEmpty() - Method in class org.restlet.representation.Representation
-
Indicates if the representation is empty.
- isEmpty() - Method in class org.restlet.util.WrapperList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class org.restlet.util.WrapperMap
-
Returns true if this map contains no key-value mappings.
- isEnabled() - Method in class org.restlet.service.Service
-
Indicates if the service should be enabled.
- isEncodingOnFormat() - Method in class org.restlet.routing.Variable
-
Indicates if the formatted value must be encoded.
- isEncodingRequest() - Method in class org.restlet.engine.application.Encoder
-
Indicates if the request entity should be encoded.
- isEncodingResponse() - Method in class org.restlet.engine.application.Encoder
-
Indicates if the response entity should be encoded.
- isEncodingVariables() - Method in class org.restlet.routing.Template
-
Indicates if the variables must be encoded when formatting the template.
- 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.
- isFinal() - Method in class org.restlet.Response
-
Indicates if the response is final or provisional.
- isFirstChallengeParameter() - Method in class org.restlet.engine.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.
- isFollowRedirects() - Method in class org.restlet.engine.connector.HttpClientHelper
-
Indicates if the protocol will automatically follow redirects.
- 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".
- isHeadersCleaning() - Method in class org.restlet.routing.Redirector
-
Indicates if the headers must be cleaned.
- isHeadersTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the method can be tunneled via the header.
- isHierarchical() - Method in class org.restlet.data.Reference
-
Indicates if the identifier is hierarchical.
- isHorizontalTab(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is an horizontal tab.
- isIdempotent() - Method in class org.restlet.data.Method
-
Indicates if the side-effects of several requests is the same as a single
request.
- isIdentityCheck() - Method in class org.restlet.service.LogService
-
Indicates if the identity check (as specified by RFC1413) is enabled.
- 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.
- isInterestReady() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Indicates if the operations of interest are ready.
- isKeepAlive() - Method in class org.restlet.engine.adapter.Call
-
Indicates if both the client and the server want a persistent connection.
- isLatin1Char(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is in ISO Latin 1 (8859-1) range.
- isLinearWhiteSpace(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a value separator.
- isLineFeed(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a line feed.
- isListingAllowed() - Method in class org.restlet.resource.Directory
-
Indicates if the display of directory listings is allowed when no index file
is found.
- isLoggable() - Method in class org.restlet.Request
-
Indicates if the call is loggable
- isLoggable() - Method in class org.restlet.resource.Resource
-
Indicates if the call is loggable
- isLoggable(Request) - Method in class org.restlet.service.LogService
-
Indicates if the call should be logged during the processing chain.
- isLowerCase(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is lower case (a-z).
- isMatchingQuery() - Method in class org.restlet.routing.TemplateRoute
-
Indicates whether the query part should be taken into account when matching a
reference with the template.
- isMethodTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the method name can be tunneled.
- isModifiable() - Method in class org.restlet.resource.Directory
-
Indicates if modifications to local resources (most likely files) are
allowed.
- isMultiAuthenticating() - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator should attempt to authenticate an already
authenticated client.
- isNeedClientAuthentication() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Indicates if we require client certificate authentication.
- isNegotiated() - Method in class org.restlet.resource.ServerResource
-
Indicates if content negotiation of response entities is enabled.
- isNegotiatingContent() - Method in class org.restlet.resource.Directory
-
Indicates if the best content is automatically negotiated.
- 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
-
- isNotCurrentEdition() - Method in enum org.restlet.engine.Edition
-
Returns true if this edition is not the current one.
- isNotDigit(char) - Method in class org.restlet.engine.util.AlphaNumericComparator
-
Indicates if the character is a digit.
- isNullOrEmpty(String) - Static method in class org.restlet.engine.util.StringUtils
-
Returns true if the given string is null or is the empty string.
- ISO_8859_1 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-1 (Latin 1) character set.
- ISO_8859_10 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-10 (Latin 6) character set.
- ISO_8859_2 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-2 (Latin 2) character set.
- ISO_8859_3 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-3 (Latin 3) character set.
- ISO_8859_4 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-4 (Latin 4) character set.
- ISO_8859_5 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-5 (Cyrillic) character set.
- ISO_8859_6 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-6 (Arabic) character set.
- ISO_8859_7 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-7 (Greek) character set.
- ISO_8859_8 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-8 (Hebrew) character set.
- ISO_8859_9 - Static variable in class org.restlet.data.CharacterSet
-
The ISO/IEC 8859-9 (Latin 5) character set.
- isOpaque() - Method in class org.restlet.data.Reference
-
Indicates if the identifier is opaque.
- isOpen() - Method in class org.restlet.engine.io.InputStreamChannel
-
Deprecated.
Indicates if the channel and its underlying stream are open.
- isOptional() - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator is not required to succeed.
- 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.
- isPreferencesTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled via the query parameters
or via file extensions.
- isProvisional() - Method in class org.restlet.Response
-
Indicates if the response is provisional or final.
- isQueryTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the method and client preferences can be tunneled via query
parameters or file extensions.
- isQuoteCharacter(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character marks the start of a quoted pair.
- isQuotedText(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a quoted text.
- isReadable() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Indicates if the NIO channel is readable.
- isRechallenging() - Method in class org.restlet.security.ChallengeAuthenticator
-
Indicates if a new challenge should be sent when invalid credentials are
received (true by default to conform to HTTP recommendations).
- isRecoverableError() - Method in class org.restlet.data.Status
-
Indicates if an error is recoverable, meaning that simply retrying after a
delay could result in a success.
- isRedirection(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a redirection status, meaning "Further action must
be taken in order to complete the request".
- isRedirection() - Method in class org.restlet.data.Status
-
Indicates if the status is a redirection status, meaning "Further action must
be taken in order to complete the request".
- isRelative() - Method in class org.restlet.data.Reference
-
Indicates if the reference is relative.
- isReplying() - Method in class org.restlet.data.Method
-
Indicates if the method replies with a response.
- isRequestChunked() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the request entity is chunked.
- isRequestEntityBuffering() - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be buffered
after being received.
- isRequired() - Method in class org.restlet.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.adapter.Call
-
Indicates if the response entity is chunked.
- isResponseEntityBuffering() - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be buffered
after being received.
- isResumeUpload() - Method in class org.restlet.engine.local.FileClientHelper
-
Indicates if a failed upload can be resumed.
- isRetryOnError() - Method in class org.restlet.resource.ClientResource
-
Indicates if idempotent requests should be retried on error.
- 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.
- isSelectable() - Method in class org.restlet.representation.Representation
-
- isSelectable() - Method in class org.restlet.util.WrapperRepresentation
-
Deprecated.
- isSemiColon(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a semicolon, the character used as header
parameter separator.
- isSeparator(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a separator.
- isSerializable() - Method in class org.restlet.engine.resource.ThrowableAnnotationInfo
-
Returns the serialize indicator parsed from the annotation value.
- isServerError(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a server error status, meaning "The server failed
to fulfill an apparently valid request".
- isServerError() - Method in class org.restlet.data.Status
-
Indicates if the status is a server error status, meaning "The server failed
to fulfill an apparently valid request".
- isServerKeepAlive() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the server wants a persistent connection.
- isServerKeepAlive() - Method in class org.restlet.engine.adapter.ClientCall
-
- isServerKeepAlive() - Method in class org.restlet.engine.adapter.ServerCall
-
- isServerSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if server side authentication is supported.
- isShutdown() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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
-
- isSkippingResourceForCorsOptions() - Method in class org.restlet.engine.application.CorsFilter
-
If true, the filter does not call the server resource for OPTIONS method of
CORS request and set Access-Control-Allow-Methods header with
CorsFilter.defaultAllowedMethods.
- isSkippingResourceForCorsOptions() - Method in class org.restlet.service.CorsService
-
If true, the filter does not call the server resource for OPTIONS method of
CORS request and set Access-Control-Allow-Methods header with the default
methods.
- isSpace(int) - Static method in class org.restlet.engine.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
-
- isStrict() - Method in class org.restlet.service.ConnegService
-
Indicates if the conneg algorithm should strictly respect client preferences
or be more flexible.
- isSubDelimiter(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is an URI subcomponent delimiter character.
- isSuccess(int) - Static method in class org.restlet.data.Status
-
Indicates if the status is a success status, meaning "The action was
successfully received, understood, and accepted".
- isSuccess() - Method in class org.restlet.data.Status
-
Indicates if the status is a success status, meaning "The action was
successfully received, understood, and accepted".
- isSynchronous() - Method in class org.restlet.Request
-
Indicates if the request is synchronous.
- isSynchronous() - Method in class org.restlet.util.WrapperRequest
-
- isTerminated() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- isTerminated() - Method in class org.restlet.service.TaskService
-
Returns true if all tasks have completed following shut down.
- isText(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is textual (ISO Latin 1 and not a control
character).
- isToken(CharSequence) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the token is valid.
Only contains valid token characters.
- isTokenChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a token character (text and not a
separator).
- 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.header.HeaderUtils
-
Indicates if the given character is upper case (A-Z).
- isUseCaches() - Method in class org.restlet.engine.connector.FtpClientHelper
-
Indicates if the protocol is allowed to use caching whenever it can.
- isUseCaches() - Method in class org.restlet.engine.connector.HttpClientHelper
-
Indicates if the protocol is allowed to use caching whenever it can.
- isUserAgentTunnel() - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled according to the user
agent.
- isValid(int) - Static method in class org.restlet.data.Reference
-
Indicates if the given character is a valid URI character.
- isValidQuality(float) - Static method in class org.restlet.engine.header.PreferenceWriter
-
Indicates if the quality value is valid.
- isWantClientAuthentication() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Indicates if we would like client certificate authentication.
- isWeak() - Method in class org.restlet.data.Tag
-
Indicates if the tag is weak.
- isWindows() - Static method in class org.restlet.engine.util.SystemUtils
-
Indicates if the current operating system is in the Windows family.
- isWritable() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Indicates if the NIO channel is writable.
- iterator() - Method in class org.restlet.util.WrapperList
-
Returns an iterator over the elements in this list in proper sequence.
- schedule(Callable<V>, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- schedule(Runnable, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- schedule(Callable<V>, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a ScheduledFuture that becomes enabled after the given
delay.
- schedule(Runnable, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a one-shot action that becomes enabled after the given
delay.
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a periodic action that becomes enabled first after the
given initial delay, and subsequently with the given period; that is
executions will commence after initialDelay then initialDelay+period, then
initialDelay + 2 * period, and so on.
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.restlet.service.TaskService
-
Creates and executes a periodic action that becomes enabled first after the
given initial delay, and subsequently with the given delay between the
termination of one execution and the commencement of the next.
- score(Request, Response) - Method in class org.restlet.engine.component.ClientRoute
-
Returns the score for a given call (between 0 and 1.0).
- score(Request, Response) - Method in class org.restlet.engine.component.HostRoute
-
Returns the score for a given call (between 0 and 1.0).
- score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
-
Scores the affinity of this helper with the source class.
- score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.ConverterHelper
-
Scores the affinity of this helper with the source class.
- score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.DefaultConverter
-
- score(Object, Variant, Resource) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
-
- score(Representation, Class<T>, Resource) - Method in class org.restlet.engine.converter.StatusInfoHtmlConverter
-
- score(Request, Response) - Method in class org.restlet.routing.Route
-
Returns the score for a given call (between 0 and 1.0).
- score(Request, Response) - Method in class org.restlet.routing.TemplateRoute
-
Returns the score for a given call (between 0 and 1.0).
- scoreAnnotation(MethodAnnotationInfo) - Method in class org.restlet.engine.application.StrictConneg
-
Scores the annotation descriptor.
- scoreCharacterSet(CharacterSet) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a character set relatively to enriched client preferences.
- scoreEncodings(List<Encoding>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores encodings relatively to enriched client preferences.
- scoreLanguages(List<Language>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores languages relatively to enriched client preferences.
- scoreMediaType(MediaType) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a media type relatively to enriched client preferences.
- scoreMetadata(List<T>, List<Preference<T>>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a list of metadata relatively to enriched client preferences.
- scoreMetadata(T, List<Preference<T>>) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a metadata relatively to enriched client preferences.
- scoreVariant(Variant) - Method in class org.restlet.engine.application.Conneg
-
Scores a variant relatively to enriched client preferences.
- scoreVariant(Variant) - Method in class org.restlet.engine.application.StrictConneg
-
Scores a variant relatively to enriched client preferences.
- SDC - Static variable in class org.restlet.data.ChallengeScheme
-
Deprecated.
- SDC - Static variable in class org.restlet.data.Protocol
-
Deprecated.
- SecretVerifier - Class in org.restlet.security
-
Verifier of identifier/secret couples.
- SecretVerifier() - Constructor for class org.restlet.security.SecretVerifier
-
- SelectionChannel - Interface in org.restlet.engine.io
-
- SelectionListener - Interface in org.restlet.util
-
- SelectionRegistration - Class in org.restlet.util
-
- SelectionRegistration(int, SelectionListener, WakeupListener) - Constructor for class org.restlet.util.SelectionRegistration
-
Deprecated.
Constructor.
- SelectionRegistration(SelectableChannel, int, SelectionListener, WakeupListener) - Constructor for class org.restlet.util.SelectionRegistration
-
Deprecated.
Constructor.
- SelectorFactory - Class in org.restlet.engine.io
-
- SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
-
Deprecated.
- sendRequest(Request) - Method in class org.restlet.engine.adapter.ClientCall
-
Sends the request to the client.
- sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.adapter.ClientCall
-
Sends the request to the client.
- sendRequest(Request) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Sends the request to the client.
- sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
- sendResponse(Response) - Method in class org.restlet.engine.adapter.ServerCall
-
Sends the response back to the client.
- Series<T extends NamedValue<String>> - Class in org.restlet.util
-
Modifiable list of entries with many helper methods.
- Series(Class<T>) - Constructor for class org.restlet.util.Series
-
Constructor.
- Series(Class<T>, int) - Constructor for class org.restlet.util.Series
-
Constructor.
- Series(Class<T>, List<T>) - Constructor for class org.restlet.util.Series
-
Constructor.
- Server - Class in org.restlet
-
Connector acting as a generic server.
- Server(Context, List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, List<Protocol>, String, int, Restlet, String) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Context, Protocol, Restlet) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Context, Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(List<Protocol>, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(List<Protocol>, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, int) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, int, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, Restlet) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, String) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, String, Class<? extends ServerResource>) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- Server(Protocol, String, int) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, String, int, Restlet) - Constructor for class org.restlet.Server
-
Constructor.
- Server(Protocol, String, Restlet) - Constructor for class org.restlet.Server
-
Constructor using the protocol's default port.
- SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.data.Status
-
The server, while acting as a gateway or proxy, received an invalid response
from the upstream server it accessed in attempting to fulfill the request.
- SERVER_ERROR_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
-
- 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.adapter
-
Converter of low-level HTTP server calls into high-level uniform calls.
- ServerAdapter(Context) - Constructor for class org.restlet.engine.adapter.ServerAdapter
-
Constructor.
- ServerCall - Class in org.restlet.engine.adapter
-
Abstract HTTP server connector call.
- ServerCall(Server) - Constructor for class org.restlet.engine.adapter.ServerCall
-
Constructor.
- ServerCall(String, int) - Constructor for class org.restlet.engine.adapter.ServerCall
-
Constructor.
- ServerHelper - Class in org.restlet.engine.connector
-
Server connector helper.
- ServerHelper(Server) - Constructor for class org.restlet.engine.connector.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.
- setAcceptedPatches(List<Preference<MediaType>>) - Method in class org.restlet.data.ClientInfo
-
Sets the patch 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.
- setAccessControlAllowCredentials(Boolean) - Method in class org.restlet.Response
-
When used as part of a response to a preflight CORS request, indicates
whether or not the actual request can be made using credentials.
- setAccessControlAllowHeaders(Set<String>) - Method in class org.restlet.Response
-
Sets the set of headers allowed by the actual request on the current resource
when used as part of a response to a preflight CORS request.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Headers" header.
- setAccessControlAllowMethods(Set<Method>) - Method in class org.restlet.Response
-
Sets the set of methods allowed by the actual request on the current resource
when used as part of a response to a preflight CORS request.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Methods" header.
- setAccessControlAllowOrigin(String) - Method in class org.restlet.Response
-
When used in the context of CORS support, it sets the URI an origin server
allows for the requested resource.
- setAccessControlExposeHeaders(Set<String>) - Method in class org.restlet.Response
-
Sets the list of headers an origin server allows for the requested
resource.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Expose-Headers" header.
- setAccessControlMaxAge(int) - Method in class org.restlet.Response
-
When used as part of a response to a preflight CORS request, indicates how
long (in seconds) the results of a preflight request can be cached in a
preflight result cache.
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Max-Age" header.
In case of negative value, the header is not set.
- setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.Request
-
Sets the set of headers the client is willing to use in future request to
this resource.
- setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.util.WrapperRequest
-
Sets the access control request headers of the target resource.
- setAccessControlRequestMethod(Method) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setAccessControlRequestMethod(Method) - Method in class org.restlet.Request
-
Sets the method the client is willing to use in future request to this
resource.
- setAccessControlRequestMethod(Method) - Method in class org.restlet.util.WrapperRequest
-
Sets the access control request method of the target resource.
- setAccessRestricted(boolean) - Method in class org.restlet.data.CookieSetting
-
Indicates whether to restrict cookie access to untrusted parties.
- setAdapter(ClientAdapter) - Method in class org.restlet.engine.adapter.HttpClientHelper
-
Sets the adapter from uniform calls to HTTP calls.
- setAdapter(ServerAdapter) - Method in class org.restlet.engine.adapter.HttpServerHelper
-
Sets the adapter from HTTP calls to uniform calls.
- setAddress(String) - Method in class org.restlet.data.ClientInfo
-
Sets the client's IP address.
- setAddress(String) - Method in class org.restlet.data.ServerInfo
-
Sets the IP address which received the call.
- setAddress(InetSocketAddress) - Method in class org.restlet.engine.connector.NetServerHelper
-
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).
- 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.
- setAllowAllRequestedHeaders(boolean) - Method in class org.restlet.engine.application.CorsResponseHelper
-
If true, copies the value of 'Access-Control-Request-Headers' request header
into the 'Access-Control-Allow-Headers' response header.
- setAllowedCredentials(boolean) - Method in class org.restlet.engine.application.CorsFilter
-
If true, adds 'Access-Control-Allow-Credentials' header.
- setAllowedCredentials(boolean) - Method in class org.restlet.engine.application.CorsResponseHelper
-
If true, adds 'Access-Control-Allow-Credentials' header.
- setAllowedCredentials(boolean) - Method in class org.restlet.service.CorsService
-
If true, adds 'Access-Control-Allow-Credentials' header.
- setAllowedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsFilter
-
Sets the value of the 'Access-Control-Allow-Headers' response header.
- setAllowedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsResponseHelper
-
Sets the value of the 'Access-Control-Allow-Headers' response header.
- setAllowedHeaders(Set<String>) - Method in class org.restlet.service.CorsService
-
Sets the value of the 'Access-Control-Allow-Headers' response header.
- 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
-
- setAllowedOrigins(Set<String>) - Method in class org.restlet.engine.application.CorsFilter
-
Sets the value of 'Access-Control-Allow-Origin' header.
- setAllowedOrigins(Set<String>) - Method in class org.restlet.engine.application.CorsResponseHelper
-
Sets the value of 'Access-Control-Allow-Origin' header.
- setAllowedOrigins(Set<String>) - Method in class org.restlet.service.CorsService
-
Sets the value of 'Access-Control-Allow-Origin' header.
- setAllowingAllRequestedHeaders(boolean) - Method in class org.restlet.engine.application.CorsFilter
-
If true, copies the value of 'Access-Control-Request-Headers' request header
into the 'Access-Control-Allow-Headers' response header.
- setAllowingAllRequestedHeaders(boolean) - Method in class org.restlet.service.CorsService
-
If true, copies the value of 'Access-Control-Request-Headers' request header
into the 'Access-Control-Allow-Headers' response header.
- setAnnotated(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if annotations are supported.
- setAnonymousMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
-
Sets the modifiable list of methods authorized for anonymous users.
- setApplication(Application) - Method in class org.restlet.resource.Resource
-
Sets the parent application.
- setApplication(Application) - Method in class org.restlet.security.Role
-
Sets the parent application.
- setAttribute(String, Object) - Method in class org.restlet.resource.ClientResource
-
Sets the request attribute value.
- setAttribute(String, Object) - Method in class org.restlet.resource.Resource
-
Sets the request or response attribute value.
- setAttribute(String, Object) - Method in class org.restlet.resource.ServerResource
-
Sets the response attribute value.
- setAttributes(Map<String, Object>) - Method in class org.restlet.Context
-
Sets the modifiable map of attributes.
- setAttributes(Map<String, Object>) - Method in class org.restlet.Message
-
Sets the modifiable map of attributes.
- setAuthenticated(boolean) - Method in class org.restlet.data.ClientInfo
-
Indicates if the identifier or principal has been authenticated.
- setAuthenticatedMethods(List<Method>) - Method in class org.restlet.security.MethodAuthorizer
-
Sets the modifiable list of methods authorized for authenticated users.
- setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.Response
-
Sets the authentication information sent by an origin server to a client
after a successful authentication attempt.
Note that when used with HTTP connectors, this property maps to the
"Authentication-Info" header.
- setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.util.WrapperResponse
-
- setAuthor(String) - Method in class org.restlet.Restlet
-
Sets the author(s).
- setAuthor(String) - Method in class org.restlet.util.WrapperRestlet
-
- setAuthority(String) - Method in class org.restlet.data.Reference
-
Sets the authority component for hierarchical identifiers.
- setAuthorizedRoles(List<Role>) - Method in class org.restlet.security.RoleAuthorizer
-
Sets the modifiable list of authorized roles.
- setAutoCommitting(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if the response should be automatically committed.
- setAutoCommitting(boolean) - Method in class org.restlet.Response
-
Indicates if the response should be automatically committed.
- setAutoCommitting(boolean) - Method in class org.restlet.util.WrapperResponse
-
- setAutoDeleting(boolean) - Method in class org.restlet.representation.FileRepresentation
-
Indicates if this file should be automatically deleted on release of the
representation.
- setAvailable(boolean) - Method in class org.restlet.representation.Representation
-
Indicates if some fresh content is available.
- setAvailable(boolean) - Method in class org.restlet.util.WrapperRepresentation
-
- 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.
- setBuffer(byte[]) - Method in class org.restlet.representation.BufferingRepresentation
-
Sets the buffered content as an array of bytes.
- setBuffered(boolean) - Method in class org.restlet.representation.BufferingRepresentation
-
Indicates if the wrapped entity has been already buffered.
- setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.Message
-
Sets the cache directives.
- setCanceling(boolean) - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets interest in canceling the registration.
- setCertificates(List<Certificate>) - Method in class org.restlet.data.ClientInfo
-
Sets the new client certificates.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.resource.ServerResource
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.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
-
Deprecated.
Sets the readable channel.
- setCharacterSet(CharacterSet) - Method in class org.restlet.representation.StringRepresentation
-
- setCharacterSet(CharacterSet) - Method in class org.restlet.representation.Variant
-
Sets the character set or null if not applicable.
Note that when used with HTTP connectors, this property maps to the
"Content-Type" header.
- setCharacterSet(CharacterSet) - Method in class org.restlet.util.WrapperRepresentation
-
- setCharacterSetParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the character set parameter name.
- setChild(Restlet) - Method in class org.restlet.engine.util.ChildContext
-
Sets the child.
- setChildRoles(List<Role>) - Method in class org.restlet.security.Role
-
Sets the modifiable list of child roles.
- setCipherSuite(String) - Method in class org.restlet.data.ClientInfo
-
Sets the SSL Cipher Suite, if available and accessible.
- setClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
-
Sets the engine class loader.
- setClientAddress(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the client address.
- setClientDispatcher(Restlet) - Method in class org.restlet.Context
-
Sets the client dispatcher.
- setClientInfo(ClientInfo) - Method in class org.restlet.Request
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.resource.ClientResource
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.util.WrapperRequest
-
- setClientNonce(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the client nonce.
- setClientNonce(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the client nonce.
- setClientPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the client port.
- setClientProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
-
Sets the modifiable list of required client protocols.
- 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.
- setCode(int) - Method in class org.restlet.engine.application.StatusInfo
-
Sets the code of the status.
- 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.adapter.Call
-
Indicates if the confidentiality of the call is ensured (ex: via SSL).
- setConfidential(boolean) - Method in class org.restlet.engine.connector.NetServerHelper
-
Indicates if this service is acting in HTTP or HTTPS mode.
- setConnectorService(ConnectorService) - Method in class org.restlet.Application
-
Sets the connector service.
- setConnegService(ConnegService) - Method in class org.restlet.Application
-
Sets the content negotiation service.
- setConnegService(ConnegService) - Method in class org.restlet.service.StatusService
-
Sets the service used to select the preferred variant.
- setContactEmail(String) - Method in class org.restlet.engine.application.StatusInfo
-
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.
- setContext(Context) - Method in class org.restlet.Application
-
- setContext(Context) - Method in class org.restlet.Component
-
- setContext(Context) - Method in class org.restlet.engine.application.ApplicationHelper
-
Sets the context.
- setContext(Context) - Method in class org.restlet.Restlet
-
Sets the context.
- setContext(Context) - Method in class org.restlet.routing.VirtualHost
-
- setContext(Context) - Method in class org.restlet.service.Service
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.ClientList
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.ServerList
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.ServiceList
-
Sets the context.
- setContext(Context) - Method in class org.restlet.util.WrapperRestlet
-
- setContextClassLoader(ClassLoader) - Method in class org.restlet.engine.util.ContextualRunnable
-
Sets the runnable's context class loader.
- setConverterService(ConverterService) - Method in class org.restlet.Application
-
Sets the converter service.
- setConverterService(ConverterService) - Method in class org.restlet.service.StatusService
-
Sets the service used to convert between status/throwable and representation.
- setCookies(Series<Cookie>) - Method in class org.restlet.Request
-
Sets the modifiable series of cookies provided by the client.
- setCookies(Series<Cookie>) - Method in class org.restlet.resource.ClientResource
-
Sets the cookies provided by the client.
- setCookies(Series<Cookie>) - Method in class org.restlet.util.WrapperRequest
-
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.resource.ServerResource
-
Sets the cookie settings provided by the server.
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.Response
-
Sets the modifiable series of cookie settings provided by the server.
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.util.WrapperResponse
-
- setCorePoolSize(int) - Method in class org.restlet.service.TaskService
-
Sets the core pool size defining the maximum number of threads.
- setCreationDate(Date) - Method in class org.restlet.data.Disposition
-
Sets the creation date parameter.
- 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.
- setCurrentEdition() - Method in enum org.restlet.engine.Edition
-
Set this edition as the current one.
- setDaemon(boolean) - Method in class org.restlet.service.TaskService
-
Indicates whether or not the threads are daemon threads.
- setDate(String, Date) - Method in class org.restlet.data.Disposition
-
Sets a Date parameter.
- setDate(Date) - Method in class org.restlet.data.Warning
-
Sets the warning date.
- setDate(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setDate(Date) - Method in class org.restlet.Message
-
Sets the date and time at which the message was originated.
- setDebugging(boolean) - Method in class org.restlet.Application
-
Indicates if the debugging mode is enabled.
- setDecoderService(DecoderService) - Method in class org.restlet.Application
-
Sets the decoder service.
- setDecodingOnParse(boolean) - Method in class org.restlet.routing.Variable
-
Indicates if the parsed value must be decoded.
- setDeeplyAccessible(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if the sub-directories are deeply accessible (true by default).
- setDefaultAllowedMethods(Set<Method>) - Method in class org.restlet.engine.application.CorsFilter
-
- setDefaultAllowedMethods(Set<Method>) - Method in class org.restlet.service.CorsService
-
- 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.
- 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.engine.application.StatusInfo
-
Sets the description of the status.
- setDescription(String) - Method in class org.restlet.resource.ServerResource
-
Sets the description.
- 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
-
- setDisabledCipherSuites(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the whitespace-separated list of disabled cipher suites.
- setDisabledProtocols(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the whitespace-separated list of disabled SSL protocols.
- 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.
- setEmail(String) - Method in class org.restlet.security.User
-
Sets the email.
- setEnabled(boolean) - Method in class org.restlet.service.Service
-
Indicates if the service should be enabled.
- setEnabledCipherSuites(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the whitespace-separated list of enabled cipher suites.
- setEnabledProtocols(String[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the standard name of the protocols to use when creating the SSL sockets
or engines.
- setEncoderService(EncoderService) - Method in class org.restlet.Application
-
Sets the encoder service.
- setEncodingOnFormat(boolean) - Method in class org.restlet.routing.Variable
-
Indicates if the formatted value must be encoded.
- setEncodingParameter(String) - Method in class org.restlet.service.TunnelService
-
Sets the name of the parameter containing the accepted encoding.
- setEncodings(List<Encoding>) - Method in class org.restlet.representation.Variant
-
Sets the list of encodings applied to the entity-body.
Note that when used with HTTP connectors, this property maps to the
"Content-Encoding" header.
- setEncodings(List<Encoding>) - Method in class org.restlet.util.WrapperRepresentation
-
- setEncodingVariables(boolean) - Method in class org.restlet.routing.Template
-
Indicates if the variables must be encoded when formatting the template.
- 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.adapter.HttpRequest
-
- setEntity(Representation) - Method in class org.restlet.Message
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.Message
-
Sets a textual entity.
- setEntity(Representation) - Method in class org.restlet.util.WrapperRequest
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.util.WrapperRequest
-
Sets a textual entity.
- setEntity(Representation) - Method in class org.restlet.util.WrapperResponse
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.util.WrapperResponse
-
Sets a textual entity.
- setEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if transient entities should be buffered after being received or
before being sent.
- setEphemeralPort(int) - Method in class org.restlet.engine.connector.ServerHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.connector.ServerHelper
-
Sets the ephemeral port in the attributes map if necessary.
- setExecutorService(ScheduledExecutorService) - Method in class org.restlet.Context
-
Sets the executor service.
- 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
-
- setExposedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsFilter
-
Sets the value of 'Access-Control-Expose-Headers' response header.
- setExposedHeaders(Set<String>) - Method in class org.restlet.engine.application.CorsResponseHelper
-
Sets the value of 'Access-Control-Expose-Headers' response header.
- setExposedHeaders(Set<String>) - Method in class org.restlet.service.CorsService
-
Sets the value of 'Access-Control-Expose-Headers' response header.
- 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.Restlet
-
Sets the finder class to instantiate.
- setFirstChallengeParameter(boolean) - Method in class org.restlet.engine.header.ChallengeWriter
-
Indicates if the first comma-separated value is written.
- setFirstInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the first inbound filter.
- setFirstName(String) - Method in class org.restlet.security.User
-
Sets the first name.
- setFirstOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the first outbound filter.
- setFixed(boolean) - Method in class org.restlet.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.
- setHeadersCleaning(boolean) - Method in class org.restlet.routing.Redirector
-
Indicates if the headers must be cleaned.
- setHeadersTunnel(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(String) - Method in class org.restlet.engine.application.StatusInfo
-
Sets the home URI to propose in case of error.
- setHomeRef(Reference) - Method in class org.restlet.service.StatusService
-
Sets the home URI to propose in case of error.
- setHostDomain(String) - Method in class org.restlet.data.Reference
-
Sets the host domain component for server based hierarchical identifiers.
- setHostDomain(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the host domain name.
- setHostDomain(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the hostRef host domain to match.
- setHostPort(Integer) - Method in class org.restlet.data.Reference
-
Sets the optional port number for server based hierarchical identifiers.
- setHostPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the host port.
- setHostPort(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the hostRef host port to match.
- setHostRef(Reference) - Method in class org.restlet.Request
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.Request
-
Sets the host reference using an URI string.
- setHostRef(Reference) - Method in class org.restlet.resource.ClientResource
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.resource.ClientResource
-
Sets the host reference using an URI string.
- setHostRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.util.WrapperRequest
-
Sets the host reference using an URI string.
- setHosts(List<VirtualHost>) - Method in class org.restlet.Component
-
Sets the modifiable list of virtual hosts.
- setHostScheme(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the hostRef scheme to match.
- setHours(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setIdentifier(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the user identifier, such as a login name or an access key.
- setIdentifier(String) - Method in class org.restlet.data.Reference
-
Sets the absolute resource identifier.
- setIdentifier(Reference) - Method in class org.restlet.data.ReferenceList
-
Sets the list reference.
- setIdentifier(String) - Method in class org.restlet.data.ReferenceList
-
Sets the list reference.
- setIdentifier(String) - Method in class org.restlet.security.Authorizer
-
Sets the identifier unique within an application.
- setIdentifier(String) - Method in class org.restlet.security.User
-
Sets the identifier.
- setIdentityCheck(boolean) - Method in class org.restlet.service.LogService
-
Indicates if the identity check (as specified by RFC1413) is enabled.
- setInboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
-
Sets the next Restlet after the inbound chain.
- setInboundRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
-
Sets the inbound root Resource class.
- setInboundRoot(Restlet) - Method in class org.restlet.Application
-
Sets the inbound root Restlet.
- 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.
- setInputScore(float) - Method in class org.restlet.engine.resource.VariantInfo
-
Sets the affinity between this variant and an incoming representation.
- setInstanceSize(long) - Method in class org.restlet.data.Range
-
Sets the total size of the instance in number of bytes (or range unit).
- setInterestOperations(int) - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets the IO operations interest.
- setInternalRouter(Router) - Method in class org.restlet.Component
-
Sets the private internal router were Restlets like Applications can be
attached.
- setKeyManagerAlgorithm(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the KeyManager algorithm.
- setKeyStoreKeyPassword(char[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the password of the key in the keystore.
- setKeyStoreKeyPassword(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the password of the key in the keystore.
- setKeyStorePassword(char[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the keystore password.
- setKeyStorePassword(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the keystore password.
- setKeyStorePath(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the path to the keystore file.
- setKeyStoreProvider(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the name of the keystore provider.
- setKeyStoreType(String) - Method in class org.restlet.engine.ssl.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
-
- setLastInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the last inbound filter.
- setLastName(String) - Method in class org.restlet.security.User
-
Sets the last name.
- setLastOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the last outbound filter.
- setLastSegment(String) - Method in class org.restlet.data.Reference
-
Sets the last segment of the path.
- setListener(ReadingListener) - Method in class org.restlet.representation.Representation
-
- 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.
- setLogFormatter(Class<? extends Formatter>) - Static method in class org.restlet.engine.Engine
-
Sets the general log formatter.
- setLoggable(boolean) - Method in class org.restlet.Request
-
Indicates if the call is loggable
- setLoggable(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if the call is loggable
- setLoggableTemplate(String) - Method in class org.restlet.service.LogService
-
Sets the URI template of loggable resource references.
- setLoggableTemplate(Template) - Method in class org.restlet.service.LogService
-
Sets the URI template of loggable resource references.
- setLogger(Logger) - Method in class org.restlet.Context
-
Sets the logger.
- setLogger(String) - Method in class org.restlet.Context
-
Sets the logger.
- setLogger(Logger) - Method in class org.restlet.routing.Template
-
Sets the logger to use.
- setLoggerFacade(LoggerFacade) - Method in class org.restlet.engine.Engine
-
Sets the logger facade to use.
- setLoggerName(String) - Method in class org.restlet.service.LogService
-
Sets the name of the JDK's logger to use when logging access calls.
- setLogLevel(Level) - Static method in class org.restlet.engine.Engine
-
Sets the general log level.
- 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.
- setMaxAge(int) - Method in class org.restlet.data.CookieSetting
-
Sets the maximum age in seconds.
- setMaxAge(int) - Method in class org.restlet.engine.application.CorsFilter
-
Sets the value of 'Access-Control-Max-Age' response header.
In case of negative value, the header is not set.
- setMaxAge(int) - Method in class org.restlet.engine.application.CorsResponseHelper
-
Sets the value of 'Access-Control-Max-Age' response header.
In case of negative value, the header is not set.
- setMaxAge(int) - Method in class org.restlet.service.CorsService
-
Sets the value of 'Access-Control-Max-Age' response header.
In case of negative value, the header is not set.
- 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
-
- setMaxRedirects(int) - Method in class org.restlet.resource.ClientResource
-
Sets the maximum number of redirections that can be automatically followed
for a single call.
- 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.
- setMetadataService(MetadataService) - Method in class org.restlet.service.StatusService
-
Sets the service used to select the preferred variant.
- setMethod(String) - Method in class org.restlet.engine.adapter.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.service.EncoderService
-
Sets the minimum size a representation must have before compression is done.
- setMinutes(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setMode(int) - Method in class org.restlet.routing.Redirector
-
Sets the redirection mode.
- setModifiable(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if modifications to local resources are allowed.
- setModificationDate(Date) - Method in class org.restlet.data.Disposition
-
Sets the modification date parameter.
- setModificationDate(Date) - Method in class org.restlet.representation.RepresentationInfo
-
Sets the last date when this representation was modified.
- setModificationDate(Date) - Method in class org.restlet.util.WrapperRepresentation
-
- setModifiedSince(Date) - Method in class org.restlet.data.Conditions
-
Sets the condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Modified-Since" header.
- setMonth(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setMultiAuthenticating(boolean) - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator should attempt to authenticate an already
authenticated client.
- setName(String) - Method in class org.restlet.data.CacheDirective
-
Sets the name.
- setName(String) - Method in class org.restlet.data.Cookie
-
Sets the name.
- setName(String) - Method in class org.restlet.data.Expectation
-
Sets the name.
- setName(String) - Method in class org.restlet.data.Header
-
Sets the name.
- setName(String) - Method in class org.restlet.data.Parameter
-
- setName(String) - Method in class org.restlet.data.Product
-
Sets the product name.
- setName(String) - Method in class org.restlet.data.RecipientInfo
-
Sets the host name and port number or a pseudonym.
- setName(String) - Method in class org.restlet.resource.ServerResource
-
Sets the display name.
- 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
-
- setNeedClientAuthentication(boolean) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Indicates if we require client certificate authentication.
- setNegotiated(boolean) - Method in class org.restlet.resource.ServerResource
-
Indicates if content negotiation of response entities is enabled.
- setNegotiatingContent(boolean) - Method in class org.restlet.resource.Directory
-
Indicates if the best content is automatically negotiated.
- setNext(Client) - Method in class org.restlet.engine.component.ClientRoute
-
Sets the next client.
- setNext(VirtualHost) - Method in class org.restlet.engine.component.HostRoute
-
Sets the next virtual host.
- setNext(Uniform) - Method in class org.restlet.resource.ClientResource
-
Sets the next handler such as a Restlet or a Filter.
- setNext(Class<? extends ServerResource>) - Method in class org.restlet.routing.Filter
-
- setNext(Restlet) - Method in class org.restlet.routing.Filter
-
Sets the next Restlet.
- setNext(Class<? extends ServerResource>) - Method in class org.restlet.Server
-
Sets the next Restlet as a Finder for a given resource class.
- setNext(Restlet) - Method in class org.restlet.Server
-
Sets the next Restlet.
- setNext(Restlet) - Method in class org.restlet.util.ServerList
-
Sets the next Restlet.
- setNextServerNonce(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the next server nonce.
- setNoInterest() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets interest in no IO operations.
- setNonceCount(int) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the nonce-count value.
- setNoneMatch(List<Tag>) - Method in class org.restlet.data.Conditions
-
Sets the modifiable list of tags that mustn't match.
- setObject(T) - Method in class org.restlet.representation.ObjectRepresentation
-
Sets the represented object.
- setOnError(Uniform) - Method in class org.restlet.Message
-
Sets the callback invoked when an error occurs when sending the message.
- setOnResponse(Uniform) - Method in class org.restlet.Request
-
Sets the callback invoked on response reception.
- setOnResponse(Uniform) - Method in class org.restlet.resource.ClientResource
-
Sets the callback invoked on response reception.
- setOnResponse(Uniform) - Method in class org.restlet.util.WrapperRequest
-
- setOnSent(Uniform) - Method in class org.restlet.Message
-
Sets the callback invoked after sending the message.
- setOnSent(Uniform) - Method in class org.restlet.resource.ClientResource
-
Sets the callback invoked after sending the request.
- setOnSent(Uniform) - Method in class org.restlet.resource.ServerResource
-
Sets the callback invoked after sending the response.
- setOpaque(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets an opaque string of data which should be returned by the client
unchanged.
- setOptional(boolean) - Method in class org.restlet.security.Authenticator
-
Indicates if the authenticator is not required to succeed.
- setOriginalRef(Reference) - Method in class org.restlet.Request
-
Sets the original reference requested by the client.
- setOriginalRef(Reference) - Method in class org.restlet.resource.ClientResource
-
Sets the original reference requested by the client.
- setOriginalRef(Reference) - Method in class org.restlet.util.WrapperRequest
-
- setOutboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
-
Sets the next Restlet after the outbound chain.
- setOutboundRoot(Class<? extends ServerResource>) - Method in class org.restlet.Application
-
Sets the outbound root Resource class.
- setOutboundRoot(Restlet) - Method in class org.restlet.Application
-
Sets the outbound root Restlet.
- 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.
- 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.adapter.Call
-
Sets the exact protocol used (HTTP or HTTPS).
- setProtocol(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the secure socket protocol name, "TLS" by default.
- setProtocol(Protocol) - Method in class org.restlet.Request
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.resource.ClientResource
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.util.WrapperRequest
-
- setProtocols(List<Protocol>) - Method in class org.restlet.Connector
-
Sets the list of protocols simultaneously supported.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.resource.ServerResource
-
Sets the list of proxy authentication requests sent by an origin server to a
client.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.Response
-
Sets the modifiable list of authentication requests sent by a proxy to a
client.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.util.WrapperResponse
-
Sets the list of authentication requests sent by a proxy to a client.
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.Request
-
Sets the authentication response sent by a client to a proxy.
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.resource.ClientResource
-
Sets the proxy authentication response sent by a client to an origin server.
- setProxyChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.resource.ClientResource
-
Sets the proxy authentication response sent by a client to an origin server
given a scheme, identifier and secret.
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.util.WrapperRequest
-
Sets the authentication response sent by a client to a proxy.
- 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.
- setQueryValue(String, String) - Method in class org.restlet.resource.Resource
-
Sets the query value for the named parameter.
- setRange(Range) - Method in class org.restlet.engine.application.RangeRepresentation
-
Sets the range specific to this wrapper.
- setRange(Range) - Method in class org.restlet.representation.Representation
-
Sets the range where in the full content the partial content available should
be applied.
Note that when used with HTTP connectors, this property maps to the
"Content-Range" header.
- setRange(Range) - Method in class org.restlet.util.WrapperRepresentation
-
- setRangeDate(Date) - Method in class org.restlet.data.Conditions
-
Sets the range condition based on the modification date of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- setRanges(List<Range>) - Method in class org.restlet.Request
-
Sets the modifiable list of ranges to return from the target resource's
representation.
- setRanges(List<Range>) - Method in class org.restlet.resource.ClientResource
-
Sets the ranges to return from the target resource's representation.
- setRanges(List<Range>) - Method in class org.restlet.util.WrapperRequest
-
- setRangeService(RangeService) - Method in class org.restlet.Application
-
Sets the range service.
- setRangeTag(Tag) - Method in class org.restlet.data.Conditions
-
Sets the range condition based on the entity tag of the requested
variant.
Note that when used with HTTP connectors, this property maps to the
"If-Range" header.
- setRawValue(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets the raw value.
- setReadDate(Date) - Method in class org.restlet.data.Disposition
-
Sets the read date parameter.
- setReader(Reader) - Method in class org.restlet.representation.ReaderRepresentation
-
Sets the reader to use.
- setReadInterest() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets interest in IO read operations.
- setReadyOperations(int) - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets the IO operations ready.
- setRealm(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets the realm name.
- setRealm(String) - Method in class org.restlet.security.ChallengeAuthenticator
-
Sets the authentication realm.
- setRealms(List<Realm>) - Method in class org.restlet.Component
-
Sets the list of realms.
- setReasonPhrase(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the reason phrase.
- setReasonPhrase(String) - Method in class org.restlet.engine.application.StatusInfo
-
Sets the short description of the status.
- setRechallenging(boolean) - Method in class org.restlet.security.ChallengeAuthenticator
-
Indicates if a new challenge should be sent when invalid credentials are
received.
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.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.
- 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.Resource
-
Sets the handled request.
- setRequest(Request) - Method in class org.restlet.Response
-
Sets the associated request.
- setRequest(Request) - Method in class org.restlet.util.WrapperResponse
-
Sets the associated request.
- setRequest(WrapperRequest) - Method in class org.restlet.util.WrapperResponse
-
Sets the associated request.
- setRequestEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be buffered
after being received.
- setRequestUri(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the full request URI.
- setRequired(boolean) - Method in class org.restlet.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.Resource
-
Sets the handled response.
- setResponseDigest(String) - Method in class org.restlet.data.AuthenticationInfo
-
Sets the optional response digest for mutual authentication.
- setResponseEntityBuffering(boolean) - Method in class org.restlet.resource.ClientResource
-
Indicates if transient or unknown size response entities should be buffered
after being received.
- setResponseLogFormat(String) - Method in class org.restlet.service.LogService
-
Sets the format to use when logging responses.
- setRestletLogLevel(Level) - Static method in class org.restlet.engine.Engine
-
Sets the Restlet log level.
- 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.
- 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.Route
-
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.
- 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.
- setSchemeSpecificPart(String) - Method in class org.restlet.data.Reference
-
Sets the scheme specific part.
- setSeconds(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setSecret(char[]) - Method in class org.restlet.data.ChallengeResponse
-
Sets the user secret, such as a password or a secret key.
- setSecret(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the user secret, such as a password or a secret key.
- setSecret(char[]) - Method in class org.restlet.security.User
-
Sets the secret.
- setSecretAlgorithm(String) - Method in class org.restlet.data.ChallengeResponse
-
Sets the digest algorithm name optionally applied on the user secret.
- 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.ssl.DefaultSslContextFactory
-
Sets the SecureRandom algorithm.
- setSegments(List<String>) - Method in class org.restlet.data.Reference
-
Sets the segments of a hierarchical path.
A new absolute path will replace any existing one.
- setSelectionListener(SelectionListener) - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets the selection listener that will be notified.
- setServerAddress(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the response address.
Corresponds to the IP address of the responding server.
- setServerAddress(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the listening server address.
- setServerDispatcher(Restlet) - Method in class org.restlet.Context
-
Sets the server dispatcher.
- setServerInfo(ServerInfo) - Method in class org.restlet.resource.ServerResource
-
Sets the server-specific information.
- setServerInfo(ServerInfo) - Method in class org.restlet.Response
-
Sets the server-specific information.
- setServerInfo(ServerInfo) - Method in class org.restlet.util.WrapperResponse
-
- setServerNonce(String) - Method in class org.restlet.data.ChallengeMessage
-
Sets the server nonce.
- setServerNounceCount(int) - Method in class org.restlet.data.ChallengeResponse
-
Sets the server nonce count.
- setServerPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the server port.
- setServerPort(String) - Method in class org.restlet.routing.VirtualHost
-
Sets the listening server port.
- setServerProtocols(List<Protocol>) - Method in class org.restlet.service.ConnectorService
-
Sets the modifiable list of required server protocols.
- setServerRouter(ServerRouter) - Method in class org.restlet.engine.component.ComponentHelper
-
Sets the internal server router.
- setServers(ServerList) - Method in class org.restlet.Component
-
Sets the modifiable list of server connectors.
- setServerSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if server side authentication is supported.
- 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.
- setSize(long) - Method in class org.restlet.util.WrapperRepresentation
-
- setSkippingResourceForCorsOptions(boolean) - Method in class org.restlet.engine.application.CorsFilter
-
Sets the value of skipResourceForCorsOptions field.
- setSkippingResourceForCorsOptions(boolean) - Method in class org.restlet.service.CorsService
-
Sets the value of skipResourceForCorsOptions field.
- setSource(Object) - Method in class org.restlet.engine.security.RoleMapping
-
- setStale(boolean) - Method in class org.restlet.data.ChallengeRequest
-
Indicates if the previous request from the client was stale.
- setStatus(Status) - Method in class org.restlet.data.Warning
-
Sets the special status.
- setStatus(Status) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status, Throwable, String) - Method in class org.restlet.resource.ServerResource
-
Sets the status.
- setStatus(Status) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status, Throwable, String) - Method in class org.restlet.Response
-
Sets the status.
- setStatus(Status) - Method in class org.restlet.util.WrapperResponse
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.util.WrapperResponse
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.util.WrapperResponse
-
- setStatus(Status, Throwable, String) - Method in class org.restlet.util.WrapperResponse
-
- setStatusCode(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the status code.
- setStatusService(StatusService) - Method in class org.restlet.Application
-
Sets the status service.
- setStatusService(StatusService) - Method in class org.restlet.Component
-
- setStatusService(StatusService) - Method in class org.restlet.engine.application.StatusFilter
-
Sets the helped status service.
- setStream(InputStream) - Method in class org.restlet.representation.InputRepresentation
-
Sets the input stream to use.
- setStrict(boolean) - Method in class org.restlet.service.ConnegService
-
Indicates if the conneg algorithm should strictly respect client preferences
or be more flexible.
- 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
-
- setTargetClass(Class<? extends ServerResource>) - Method in class org.restlet.resource.Finder
-
Sets the target resource class which must be a subclass of
ServerResource.
- 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.
- setTaskService(TaskService) - Method in class org.restlet.Component
-
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.
- setTime(long) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setTimeIssued(long) - Method in class org.restlet.data.ChallengeResponse
-
- 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.ssl.DefaultSslContextFactory
-
Sets the TrustManager algorithm.
- setTrustStorePassword(char[]) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the password of the trust store KeyStore.
- setTrustStorePassword(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the password of the trust store KeyStore.
- setTrustStorePath(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the path to the trust store KeyStore.
- setTrustStoreProvider(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the name of the trust store provider.
- setTrustStoreType(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the KeyStore type of the trust store.
- setTunnelService(TunnelService) - Method in class org.restlet.Application
-
Sets the tunnel service.
- setType(String) - Method in class org.restlet.data.Disposition
-
Sets the disposition type.
- setType(int) - Method in class org.restlet.routing.Variable
-
Sets the type of variable.
- setUnitName(String) - Method in class org.restlet.data.Range
-
Sets the name of the range unit.
- 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.
- setUser(User) - Method in class org.restlet.data.ClientInfo
-
Sets the authenticated user.
- setUserAgentTunnel(boolean) - Method in class org.restlet.service.TunnelService
-
Indicates if the client preferences can be tunneled according to the user
agent.
- setUserClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
-
Sets the user class loader that should used in priority.
- setUserInfo(String) - Method in class org.restlet.data.Reference
-
Sets the user info component for server based hierarchical identifiers.
- setUserPrincipal(Principal) - Method in class org.restlet.engine.adapter.Call
-
Sets the user principal.
- setUsers(List<User>) - Method in class org.restlet.security.MemoryRealm
-
Sets the modifiable list of users.
- SetUtils - Class in org.restlet.engine.util
-
Utilities for manipulation of
Set.
- SetUtils() - Constructor for class org.restlet.engine.util.SetUtils
-
- setValue(String) - Method in class org.restlet.data.CacheDirective
-
Sets the value.
- setValue(String) - Method in class org.restlet.data.Cookie
-
Sets the value.
- setValue(String) - Method in class org.restlet.data.Expectation
-
Sets the value.
- setValue(String) - Method in class org.restlet.data.Header
-
Sets the value.
- setValue(String) - Method in class org.restlet.data.Parameter
-
- setValue(V) - Method in interface org.restlet.util.NamedValue
-
Sets the value.
- setVariables(Map<String, Variable>) - Method in class org.restlet.routing.Template
-
Sets the modifiable map of variables.
- setVerifier(Verifier) - Method in class org.restlet.security.ChallengeAuthenticator
-
Sets the credentials verifier.
- setVerifier(Verifier) - Method in class org.restlet.security.Realm
-
Sets a verifier that can check the validity of the credentials associated to
a request.
- setVersion(int) - Method in class org.restlet.data.Cookie
-
Sets the cookie specification version.
- setVersion(String) - Method in class org.restlet.data.Product
-
Sets the version of the product.
- setVersion(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the protocol version used.
- setWakeupListener(WakeupListener) - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets the wakeup listener that will be notified.
- setWantClientAuthentication(boolean) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Indicates if we would like client certificate authentication.
- setWarnings(List<Warning>) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setWarnings(List<Warning>) - Method in class org.restlet.Message
-
Sets the additional warnings information.
- setWriteInterest() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Sets interest in IO read operations.
- setYear(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- sharedMaxAge(int) - Static method in class org.restlet.data.CacheDirective
-
Creates a "s-maxage" directive.
- shouldRequestBeChunked(Request) - Method in class org.restlet.engine.adapter.ClientCall
-
Indicates if the request entity should be chunked.
- shouldResponseBeChunked(Response) - Method in class org.restlet.engine.adapter.ServerCall
-
Indicates if the response should be chunked because its length is unknown.
- shutdown() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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.engine.util.WrapperScheduledExecutorService
-
- shutdownNow() - Method in class org.restlet.service.TaskService
-
Attempts to stop all actively executing tasks, halts the processing of
waiting tasks, and returns a list of the tasks that were awaiting execution.
- SimplerFormatter - Class in org.restlet.engine.log
-
Special log formatter that displays the level, the logger name and the actual
message.
- SimplerFormatter() - Constructor for class org.restlet.engine.log.SimplerFormatter
-
- SimplestFormatter - Class in org.restlet.engine.log
-
Special log formatter that displays the actual message only.
- SimplestFormatter() - Constructor for class org.restlet.engine.log.SimplestFormatter
-
- SIP - Static variable in class org.restlet.data.Protocol
-
Deprecated.
- SIPS - Static variable in class org.restlet.data.Protocol
-
Deprecated.
- 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.
- SKIP - Static variable in class org.restlet.routing.Filter
-
- skipParameterSeparator() - Method in class org.restlet.engine.header.HeaderReader
-
Skips the next parameter separator (semi-colon) including leading and
trailing spaces.
- skippedEntity(String) - Method in class org.restlet.engine.util.DefaultSaxHandler
-
- skipSpaces() - Method in class org.restlet.engine.header.HeaderReader
-
Skips the next spaces.
- skipValueSeparator() - Method in class org.restlet.engine.header.HeaderReader
-
Skips the next value separator (comma) including leading and trailing spaces.
- SMTP - Static variable in class org.restlet.data.Protocol
-
Deprecated.
- SMTP_PLAIN - Static variable in class org.restlet.data.ChallengeScheme
-
Deprecated.
- SmtpPlainHelper - Class in org.restlet.engine.security
-
Deprecated.
- SmtpPlainHelper() - Constructor for class org.restlet.engine.security.SmtpPlainHelper
-
Deprecated.
Constructor.
- SMTPS - Static variable in class org.restlet.data.Protocol
-
Deprecated.
- 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.
- splitAndTrim(String) - Static method in class org.restlet.engine.util.StringUtils
-
Returns an list of trimmed token splitted with the split character ",".
- splitAndTrim(String, String) - Static method in class org.restlet.engine.util.StringUtils
-
Returns an list of trimmed token splitted with the split character.
- SslContextFactory - Class in org.restlet.engine.ssl
-
This is an abstract factory that produces configured and initialized
instances of SSLContext.
- SslContextFactory() - Constructor for class org.restlet.engine.ssl.SslContextFactory
-
- SslUtils - Class in org.restlet.engine.ssl
-
Various HTTPS utilities.
- start() - Method in class org.restlet.Application
-
Starts the application, all the enabled associated services then the inbound
and outbound roots.
- start() - Method in class org.restlet.Client
-
- start() - Method in class org.restlet.Component
-
Starts the component.
- start() - Method in class org.restlet.engine.application.ApplicationHelper
-
Start hook.
- start() - Method in class org.restlet.engine.component.ClientRouter
-
Starts the Restlet.
- start() - Method in class org.restlet.engine.component.ComponentHelper
-
- start() - Method in class org.restlet.engine.component.ServerRouter
-
Starts the Restlet.
- start() - Method in class org.restlet.engine.connector.ConnectorHelper
-
- start() - Method in class org.restlet.engine.connector.FtpClientHelper
-
- start() - Method in class org.restlet.engine.connector.HttpClientHelper
-
- start() - Method in class org.restlet.engine.connector.HttpServerHelper
-
- start() - Method in class org.restlet.engine.connector.HttpsServerHelper
-
Starts the Restlet.
- start() - Method in class org.restlet.engine.connector.NetServerHelper
-
- start() - Method in class org.restlet.engine.RestletHelper
-
Start callback.
- 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) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(int, String, String) - 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) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status(int, Throwable, String, String) - 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, String, 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.
- Status(Status, Throwable, String, String) - Constructor for class org.restlet.data.Status
-
Constructor.
- Status - Annotation Type in org.restlet.resource
-
Annotation for
Throwable that map to HTTP error statuses.
- StatusFilter - Class in org.restlet.engine.application
-
Filter associating a response entity based on the status.
- StatusFilter(Context, boolean) - 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.
- StatusInfo - Class in org.restlet.engine.application
-
- StatusInfo() - Constructor for class org.restlet.engine.application.StatusInfo
-
Empty Constructor
- StatusInfo(int, String, String) - Constructor for class org.restlet.engine.application.StatusInfo
-
Constructor.
- StatusInfo(int, String, String, String, String, String) - Constructor for class org.restlet.engine.application.StatusInfo
-
Constructor.
- StatusInfo(Status) - Constructor for class org.restlet.engine.application.StatusInfo
-
Constructor.
- StatusInfo(Status, String, String) - Constructor for class org.restlet.engine.application.StatusInfo
-
Constructor.
- StatusInfoHtmlConverter - Class in org.restlet.engine.converter
-
- StatusInfoHtmlConverter() - Constructor for class org.restlet.engine.converter.StatusInfoHtmlConverter
-
- 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.
- StatusService(boolean, ConverterService, MetadataService, ConnegService) - 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.connector.ConnectorHelper
-
- stop() - Method in class org.restlet.engine.connector.FtpClientHelper
-
- stop() - Method in class org.restlet.engine.connector.HttpClientHelper
-
- stop() - Method in class org.restlet.engine.connector.HttpServerHelper
-
- stop() - Method in class org.restlet.engine.connector.HttpsServerHelper
-
- stop() - Method in class org.restlet.engine.connector.NetServerHelper
-
- stop() - Method in class org.restlet.engine.connector.ServerHelper
-
- stop() - Method in class org.restlet.engine.RestletHelper
-
Stop callback.
- stop() - Method in class org.restlet.Restlet
-
Stops the Restlet.
- STOP - Static variable in class org.restlet.routing.Filter
-
Indicates that the request processing should stop and return the current
response from the filter.
- stop() - Method in class org.restlet.routing.Filter
-
Stops the filter and the next Restlet if attached.
- stop() - Method in class org.restlet.routing.Router
-
Stops the filter and the attached routes.
- stop() - Method in class org.restlet.security.Realm
-
Stops the realm.
- stop() - Method in class org.restlet.Server
-
- stop() - Method in class org.restlet.service.Service
-
Stops the Restlet.
- stop() - Method in class org.restlet.service.TaskService
-
- stop() - Method in class org.restlet.util.ServiceList
-
Stops each service.
- stop() - Method in class org.restlet.util.WrapperRestlet
-
- stopClients() - Method in class org.restlet.Component
-
Stops the client connectors.
- stopHelper() - Method in class org.restlet.Component
-
Stops the internal helper allowing incoming requests to be served.
- stopRealms() - Method in class org.restlet.Component
-
Stops the realms.
- stopRouters() - Method in class org.restlet.Component
-
Stops the virtual hosts and the internal router.
- stopServers() - Method in class org.restlet.Component
-
Stops the server connectors.
- stopServices() - Method in class org.restlet.Component
-
Stops the associated services.
- StreamRepresentation - Class in org.restlet.representation
-
Representation based on a BIO stream.
- StreamRepresentation(MediaType) - Constructor for class org.restlet.representation.StreamRepresentation
-
Constructor.
- StrictConneg - Class in org.restlet.engine.application
-
Content negotiation algorithm that strictly interprets the content
negotiation preferences.
- StrictConneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.StrictConneg
-
Constructor.
- StringReader - Class in org.restlet.engine.header
-
String header reader.
- StringReader(String) - Constructor for class org.restlet.engine.header.StringReader
-
Constructor.
- StringReadingListener - Class in org.restlet.util
-
Deprecated.
- StringReadingListener(Representation) - Constructor for class org.restlet.util.StringReadingListener
-
Deprecated.
Default constructor.
- StringReadingListener(Representation, int) - Constructor for class org.restlet.util.StringReadingListener
-
Deprecated.
Constructor.
- StringRepresentation - Class in org.restlet.representation
-
Represents an Unicode string that can be converted to any character set
supported by Java.
- StringRepresentation(char[]) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, Language) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.representation.StringRepresentation
-
Constructor.
- StringUtils - Class in org.restlet.engine.util
-
String manipulation utilities.
- StringWriter - Class in org.restlet.engine.header
-
String header writer.
- StringWriter() - Constructor for class org.restlet.engine.header.StringWriter
-
- 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.engine.util.WrapperScheduledExecutorService
-
- submit(Runnable) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- submit(Runnable, T) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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
-
- 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.
- suspend() - Method in class org.restlet.util.SelectionRegistration
-
Deprecated.
Suspend interest in new listener notifications.
- SystemUtils - Class in org.restlet.engine.util
-
System utilities.