- abort() - Method in class org.restlet.engine.adapter.HttpRequest
-
- abort() - Method in class org.restlet.engine.adapter.ServerCall
-
Ask the connector to abort the related network connection, for example
immediately closing the socket.
- abort() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- AccessLogFileHandler - Class in org.restlet.engine.log
-
- AccessLogFileHandler() - Constructor for class org.restlet.engine.log.AccessLogFileHandler
-
Constructor.
- AccessLogFileHandler(String) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
-
Constructor.
- AccessLogFileHandler(String, boolean) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
-
Constructor.
- AccessLogFileHandler(String, int, int) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
-
Constructor.
- AccessLogFileHandler(String, int, int, boolean) - Constructor for class org.restlet.engine.log.AccessLogFileHandler
-
Constructor.
- AccessLogFormatter - Class in org.restlet.engine.log
-
Log record formatter which simply outputs the message on a new line.
- AccessLogFormatter() - Constructor for class org.restlet.engine.log.AccessLogFormatter
-
- Adapter - Class in org.restlet.engine.adapter
-
Converter between high-level and low-level HTTP calls.
- Adapter(Context) - Constructor for class org.restlet.engine.adapter.Adapter
-
Constructor.
- add(String) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
-
- addCharacterSets(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
-
Parses character set preferences from a header.
- addCorsResponseHeaders(Request, Response) - Method in class org.restlet.engine.application.CorsResponseHelper
-
Adds CORS headers to the given response.
- addEncodings(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
-
Parses encoding preferences from a header.
- addEntityHeaders(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
-
Adds the entity headers for the handled uniform call.
- addEntityHeaders(Representation, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
- addExtensionHeaders(Series<Header>, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
Adds extension headers if they are non-standard headers.
- addGeneralHeaders(Message, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
- addHeader(Request, String, String) - Static method in class org.restlet.engine.adapter.HttpRequest
-
- addHeader(Response, String, String) - Static method in class org.restlet.engine.adapter.HttpResponse
-
Adds a new header to the given request.
- addHeader(String, String, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
Adds a header to the given list.
- addInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Adds a new inbound filter to the chain.
- addLanguages(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
-
Adds language preferences from a header.
- addMediaTypes(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
-
Parses media type preferences from a header.
- addNotModifiedEntityHeaders(Representation, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
Adds the entity headers based on the
Representation
to the
Series
when a 304 (Not Modified)
status is returned.
- addObjectClass(List<Class<?>>, Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
-
Adds an object class to the given list.
- addOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Adds a new outbound filter to the chain.
- addParameters(Series<Parameter>) - Method in class org.restlet.engine.util.FormReader
-
Adds the parameters into a given series.
- addPatches(String, ClientInfo) - Static method in class org.restlet.engine.header.PreferenceReader
-
Parses patch preferences from a header.
- addRequestHeaders(Request, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
- addResponseHeaders(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
-
Adds the response headers for the handled uniform call.
- addResponseHeaders(Response, Series<Header>) - Static method in class org.restlet.engine.header.HeaderUtils
-
- addValues(Header, Collection<CacheDirective>) - Static method in class org.restlet.engine.header.CacheDirectiveReader
-
Adds values to the given collection.
- addValues(Header, Collection<Dimension>) - Static method in class org.restlet.engine.header.DimensionReader
-
Adds values to the given collection.
- addValues(String, ClientInfo) - Static method in class org.restlet.engine.header.ExpectationReader
-
Adds values to the given collection.
- addValues(Collection<V>) - Method in class org.restlet.engine.header.HeaderReader
-
Adds values to the given list.
- addValues(Header, Collection<Method>) - Static method in class org.restlet.engine.header.MethodReader
-
Adds values to the given collection.
- addValues(Header, Collection<RecipientInfo>) - Static method in class org.restlet.engine.header.RecipientInfoReader
-
Adds values to the given collection.
- addValues(Header, Collection<String>) - Static method in class org.restlet.engine.header.StringReader
-
Adds values to the given collection.
- addValues(Header, Collection<Tag>) - Static method in class org.restlet.engine.header.TagReader
-
Adds values to the given collection.
- addValues(Header, Collection<Warning>) - Static method in class org.restlet.engine.header.WarningReader
-
Adds values to the given collection.
- addVariant(List<VariantInfo>, VariantInfo) - Method in class org.restlet.engine.converter.ConverterHelper
-
Adds a variant to the given list.
- addVariants(Class<?>, Variant, List<VariantInfo>) - Method in class org.restlet.engine.converter.ConverterHelper
-
Returns the list of variants that can be converted from a given object
class.
- after(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
-
Compares two date with a precision of one second.
- afterHandle(Request, Response) - Method in class org.restlet.engine.application.CorsFilter
-
Add CORS headers to response
- afterHandle(Request, Response) - Method in class org.restlet.engine.application.Decoder
-
Allows filtering after its handling by the target Restlet.
- afterHandle(Request, Response) - Method in class org.restlet.engine.application.Encoder
-
Allows filtering after its handling by the target Restlet.
- afterHandle(Request, Response) - Method in class org.restlet.engine.application.RangeFilter
-
- afterHandle(Request, Response) - Method in class org.restlet.engine.application.StatusFilter
-
Allows filtering after its handling by the target Restlet.
- afterHandle(Request, Response) - Method in class org.restlet.engine.log.LogFilter
-
Allows filtering after processing by the next Restlet.
- afterHandle(Request, Response) - Method in class org.restlet.engine.util.TemplateDispatcher
-
If the response entity comes back with no identifier, automatically set
the request's resource reference's identifier.
- allowAllRequestedHeaders - Variable 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.
- allowAllRequestedHeaders - Variable 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.
- allowedCredentials - Variable in class org.restlet.engine.application.CorsResponseHelper
-
If true, add 'Access-Control-Allow-Credentials' header.
- allowedHeaders - Variable in class org.restlet.engine.application.CorsResponseHelper
-
The value of 'Access-Control-Allow-Headers' response header.
- allowedOrigins - Variable in class org.restlet.engine.application.CorsResponseHelper
-
The value of 'Access-Control-Allow-Origin' header.
- AlphabeticalComparator - Class in org.restlet.engine.util
-
Allows to sort the list of references set by the resource.
- AlphabeticalComparator() - Constructor for class org.restlet.engine.util.AlphabeticalComparator
-
- AlphaNumericComparator - Class in org.restlet.engine.util
-
Optimized public-domain implementation of a Java alphanumeric sort.
- AlphaNumericComparator() - Constructor for class org.restlet.engine.util.AlphaNumericComparator
-
- AnnotationInfo - Class in org.restlet.engine.resource
-
Descriptor for Restlet annotations.
- AnnotationInfo(Class<?>, Method, String) - Constructor for class org.restlet.engine.resource.AnnotationInfo
-
Constructor.
- AnnotationInfo(Class<?>, String) - Constructor for class org.restlet.engine.resource.AnnotationInfo
-
Constructor.
- AnnotationUtils - Class in org.restlet.engine.resource
-
Utilities to manipulate Restlet annotations.
- AnnotationUtils() - Constructor for class org.restlet.engine.resource.AnnotationUtils
-
Protected constructor.
- annotationValue - Variable in class org.restlet.engine.resource.AnnotationInfo
-
The raw annotation value.
- anyNull(Object...) - Static method in class org.restlet.engine.security.AuthenticatorUtils
-
Indicates if any of the objects is null.
- append(CacheDirective) - Method in class org.restlet.engine.header.CacheDirectiveWriter
-
- append(ChallengeRequest) - Method in class org.restlet.engine.header.ChallengeWriter
-
- append(CookieSetting) - Method in class org.restlet.engine.header.CookieSettingWriter
-
- append(Cookie) - Method in class org.restlet.engine.header.CookieWriter
-
- append(List<Cookie>) - Method in class org.restlet.engine.header.CookieWriter
-
Appends a list of cookies as an HTTP header.
- append(Collection<Dimension>) - Method in class org.restlet.engine.header.DimensionWriter
-
Appends a collection of dimensions as a header.
- append(Dimension) - Method in class org.restlet.engine.header.DimensionWriter
-
- append(Disposition) - Method in class org.restlet.engine.header.DispositionWriter
-
- append(Expectation) - Method in class org.restlet.engine.header.ExpectationWriter
-
- append(char) - Method in class org.restlet.engine.header.HeaderWriter
-
- append(char[]) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends an array of characters.
- append(CharSequence) - Method in class org.restlet.engine.header.HeaderWriter
-
- append(Collection<V>) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a collection of values.
- append(int) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends an integer.
- append(long) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a long.
- append(V) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a value.
- append(M) - Method in class org.restlet.engine.header.MetadataWriter
-
- append(Method) - Method in class org.restlet.engine.header.MethodWriter
-
- append(Preference<?>) - Method in class org.restlet.engine.header.PreferenceWriter
-
- append(List<Range>) - Method in class org.restlet.engine.header.RangeWriter
-
Formats ranges
as a Range header value
- append(Range) - Method in class org.restlet.engine.header.RangeWriter
-
- append(RecipientInfo) - Method in class org.restlet.engine.header.RecipientInfoWriter
-
- append(String) - Method in class org.restlet.engine.header.StringWriter
-
- append(Tag) - Method in class org.restlet.engine.header.TagWriter
-
- append(Warning) - Method in class org.restlet.engine.header.WarningWriter
-
- appendChallengeParameter(Parameter) - Method in class org.restlet.engine.header.ChallengeWriter
-
Appends a new challenge parameter, prefixed with a comma.
- appendChallengeParameter(String) - Method in class org.restlet.engine.header.ChallengeWriter
-
Appends a new parameter, prefixed with a comma.
- appendChallengeParameter(String, String) - Method in class org.restlet.engine.header.ChallengeWriter
-
Appends a new parameter, prefixed with a comma.
- appendChallengeParameterSeparator() - Method in class org.restlet.engine.header.ChallengeWriter
-
Appends a comma as a separator if the first parameter has already been
written.
- appendComment(String) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a string as an HTTP comment, surrounded by parenthesis and with
quoted pairs if needed.
- appendExtension(NamedValue<String>) - Method in class org.restlet.engine.header.HeaderWriter
-
Formats and appends a parameter as an extension.
- appendExtension(String, String) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends an extension.
- appendParameterSeparator() - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a semicolon as a parameter separator.
- appendProduct(String, String) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a product description.
- appendQuality(float) - Method in class org.restlet.engine.header.PreferenceWriter
-
Formats a quality value.
- appendQuotedChallengeParameter(Parameter) - Method in class org.restlet.engine.header.ChallengeWriter
-
Appends a new parameter, prefixed with a comma.
- appendQuotedChallengeParameter(String, String) - Method in class org.restlet.engine.header.ChallengeWriter
-
Appends a new parameter, prefixed with a comma.
- appendQuotedPair(char) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a quoted character, prefixing it with a backslash.
- appendQuotedString(String) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a quoted string.
- appendSpace() - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a space character.
- appendToken(String) - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a token.
- appendUriEncoded(CharSequence, CharacterSet) - Method in class org.restlet.engine.header.HeaderWriter
-
Formats and appends a source string as an URI encoded string.
- appendValue(String, int) - Method in class org.restlet.engine.header.CookieSettingWriter
-
Appends a source string as an HTTP comment.
- appendValue(String, int) - Method in class org.restlet.engine.header.CookieWriter
-
Appends a source string as an HTTP comment.
- appendValueSeparator() - Method in class org.restlet.engine.header.HeaderWriter
-
Appends a comma as a value separator.
- ApplicationHelper - Class in org.restlet.engine.application
-
Application implementation.
- ApplicationHelper(Application) - Constructor for class org.restlet.engine.application.ApplicationHelper
-
Constructor.
- attach(Restlet) - Method in class org.restlet.engine.component.InternalRouter
-
- attach(String, Restlet) - Method in class org.restlet.engine.component.InternalRouter
-
- attachDefault(Restlet) - Method in class org.restlet.engine.component.InternalRouter
-
- ATTRIBUTE_HEADERS - Static variable in class org.restlet.engine.header.HeaderConstants
-
- ATTRIBUTE_HTTPS_KEY_SIZE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- ATTRIBUTE_HTTPS_SSL_SESSION_ID - Static variable in class org.restlet.engine.header.HeaderConstants
-
- ATTRIBUTE_VERSION - Static variable in class org.restlet.engine.header.HeaderConstants
-
- AuthenticatorHelper - Class in org.restlet.engine.security
-
Base class for authentication helpers.
- AuthenticatorHelper(ChallengeScheme, boolean, boolean) - Constructor for class org.restlet.engine.security.AuthenticatorHelper
-
Constructor.
- AuthenticatorUtils - Class in org.restlet.engine.security
-
Authentication utilities.
- available() - Method in class org.restlet.engine.io.RangeInputStream
-
- available() - Method in class org.restlet.engine.io.ReaderInputStream
-
- awaitTermination(long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- CACHE_MAX_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_MAX_STALE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_MIN_FRESH - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_MUST_REVALIDATE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_NO_CACHE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_NO_STORE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_NO_TRANSFORM - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_ONLY_IF_CACHED - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_PRIVATE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_PROXY_MUST_REVALIDATE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_PUBLIC - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CACHE_SHARED_MAX_AGE - Static variable in class org.restlet.engine.header.HeaderConstants
-
- CacheDirectiveReader - Class in org.restlet.engine.header
-
Cache directive header reader.
- CacheDirectiveReader(String) - Constructor for class org.restlet.engine.header.CacheDirectiveReader
-
Constructor.
- CacheDirectiveWriter - Class in org.restlet.engine.header
-
Cache directive header writer.
- CacheDirectiveWriter() - Constructor for class org.restlet.engine.header.CacheDirectiveWriter
-
- Call - Class in org.restlet.engine.adapter
-
Low-level call for the HTTP connectors.
- Call() - Constructor for class org.restlet.engine.adapter.Call
-
Constructor.
- CallResolver - Class in org.restlet.engine.util
-
Resolves variable values based on a request and a response.
- CallResolver(Request, Response) - Constructor for class org.restlet.engine.util.CallResolver
-
Constructor.
- canAdd(T, List<T>) - Method in class org.restlet.engine.application.FlexibleConneg
-
Returns true if the metadata can be added.
- canAdd(Encoding, Collection<Encoding>) - Method in class org.restlet.engine.header.EncodingReader
-
- canAdd(V, Collection<V>) - Method in class org.restlet.engine.header.HeaderReader
-
Indicates if the value can be added the the list.
- canDecode(Representation) - Method in class org.restlet.engine.application.Decoder
-
Indicates if a representation can be decoded.
- canEncode() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Indicates if the encoding can happen.
- canWrite(Encoding) - Method in class org.restlet.engine.header.EncodingWriter
-
- canWrite(V) - Method in class org.restlet.engine.header.HeaderWriter
-
Indicates if the value can be written to the header.
- CaseInsensitiveHashSet - Class in org.restlet.engine.util
-
Set implementation that is case insensitive.
- CaseInsensitiveHashSet(Collection<? extends String>) - Constructor for class org.restlet.engine.util.CaseInsensitiveHashSet
-
Constructor initializing the set with the given collection.
- ChallengeRequestReader - Class in org.restlet.engine.header
-
Challenge request header reader.
- ChallengeRequestReader(String) - Constructor for class org.restlet.engine.header.ChallengeRequestReader
-
Constructor.
- ChallengeWriter - Class in org.restlet.engine.header
-
Authentication challenge header writer.
- ChallengeWriter() - Constructor for class org.restlet.engine.header.ChallengeWriter
-
Constructor.
- checkExtensionsConsistency(File) - Method in class org.restlet.engine.local.FileClientHelper
-
Check that all extensions of the file correspond to a known metadata.
- checkin(T) - Method in class org.restlet.engine.util.Pool
-
Checks in an object into the pool.
- checkout() - Method in class org.restlet.engine.util.Pool
-
Checks out an object from the pool.
- ChildClientDispatcher - Class in org.restlet.engine.util
-
Client dispatcher for a component child.
- ChildClientDispatcher(ChildContext) - Constructor for class org.restlet.engine.util.ChildClientDispatcher
-
Constructor.
- ChildContext - Class in org.restlet.engine.util
-
Context based on a parent component's context but dedicated to a child
Restlet, typically to an application.
- ChildContext(Context) - Constructor for class org.restlet.engine.util.ChildContext
-
Constructor.
- ClapClientHelper - Class in org.restlet.engine.local
-
Connector to the resources accessed via class loaders.
- ClapClientHelper(Client) - Constructor for class org.restlet.engine.local.ClapClientHelper
-
Constructor.
- clear() - Method in class org.restlet.engine.CompositeHelper
-
Clears the chain.
- clear() - Static method in class org.restlet.engine.Engine
-
Clears the current Restlet Engine altogether.
- clear() - Method in class org.restlet.engine.util.Pool
-
Clears the store of reusable objects.
- clear(T) - Method in class org.restlet.engine.util.Pool
-
Clears the given object when it is checked in the pool.
- clearCache() - Method in class org.restlet.engine.resource.AnnotationUtils
-
Clears the annotation descriptors cache.
- clearThreadLocalVariables() - Static method in class org.restlet.engine.Engine
-
Clears the thread local variables set by the Restlet API and engine.
- ClientAdapter - Class in org.restlet.engine.adapter
-
Converter of high-level uniform calls into low-level HTTP client calls.
- ClientAdapter(Context) - Constructor for class org.restlet.engine.adapter.ClientAdapter
-
Constructor.
- ClientCall - Class in org.restlet.engine.adapter
-
Low-level HTTP client call.
- ClientCall(HttpClientHelper, String, String) - Constructor for class org.restlet.engine.adapter.ClientCall
-
Constructor setting the request address to the local host.
- ClientHelper - Class in org.restlet.engine.connector
-
Client connector helper.
- ClientHelper(Client) - Constructor for class org.restlet.engine.connector.ClientHelper
-
Constructor.
- ClientInvocationHandler<T> - Class in org.restlet.engine.resource
-
- ClientInvocationHandler(ClientResource, Class<? extends T>) - Constructor for class org.restlet.engine.resource.ClientInvocationHandler
-
Constructor.
- ClientInvocationHandler(ClientResource, Class<? extends T>, AnnotationUtils) - Constructor for class org.restlet.engine.resource.ClientInvocationHandler
-
Constructor.
- ClientRoute - Class in org.restlet.engine.component
-
Router scorer based on a target client connector.
- ClientRoute(Router, Client) - Constructor for class org.restlet.engine.component.ClientRoute
-
Constructor.
- ClientRouter - Class in org.restlet.engine.component
-
Router that collects calls from all applications and dispatches them to the
appropriate client connectors.
- ClientRouter(Component) - Constructor for class org.restlet.engine.component.ClientRouter
-
Constructor.
- clone() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
This class is likely to contain sensitive information; cloning is
therefore not allowed.
- clone() - Method in class org.restlet.engine.util.ImmutableDate
- close() - Method in class org.restlet.engine.io.InputStreamChannel
-
Closes the underlying input stream.
- close() - Method in class org.restlet.engine.io.ReaderInputStream
-
Closes the wrapped reader.
- close() - Method in class org.restlet.engine.io.UnclosableInputStream
-
- close() - Method in class org.restlet.engine.io.UnclosableOutputStream
-
- close() - Method in class org.restlet.engine.io.WriterOutputStream
-
- commit(ClientCall, Request, Response) - Method in class org.restlet.engine.adapter.ClientAdapter
-
Commits the changes to a handled HTTP client call back into the original
uniform call.
- commit(HttpResponse) - Method in class org.restlet.engine.adapter.ServerAdapter
-
Commits the changes to a handled uniform call back into the original HTTP
call.
- compare(Reference, Reference) - Method in class org.restlet.engine.util.AlphabeticalComparator
-
Compares two references.
- compare(String, String) - Method in class org.restlet.engine.util.AlphabeticalComparator
-
Compares two strings.
- compare(String, String) - Method in class org.restlet.engine.util.AlphaNumericComparator
-
- complete() - Method in class org.restlet.engine.adapter.ServerCall
-
Complete the response
- ComponentClientDispatcher - Class in org.restlet.engine.component
-
Component client dispatcher.
- ComponentClientDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentClientDispatcher
-
Constructor.
- ComponentContext - Class in org.restlet.engine.component
-
Context allowing access to the component's connectors.
- ComponentContext(ComponentHelper) - Constructor for class org.restlet.engine.component.ComponentContext
-
Constructor.
- ComponentHelper - Class in org.restlet.engine.component
-
Component helper.
- ComponentHelper(Component) - Constructor for class org.restlet.engine.component.ComponentHelper
-
Constructor.
- ComponentServerDispatcher - Class in org.restlet.engine.component
-
Component server dispatcher.
- ComponentServerDispatcher(ComponentContext) - Constructor for class org.restlet.engine.component.ComponentServerDispatcher
-
Constructor.
- ComponentXmlParser - Class in org.restlet.engine.component
-
- ComponentXmlParser(Component, Representation) - Constructor for class org.restlet.engine.component.ComponentXmlParser
-
Deprecated.
Constructor.
- CompositeHelper<T extends Restlet> - Class in org.restlet.engine
-
Chain helper serving as base class for Application and Component helpers.
- CompositeHelper(T) - Constructor for class org.restlet.engine.CompositeHelper
-
Constructor.
- configureLog() - Static method in class org.restlet.engine.Engine
-
Updates the global log configuration of the JVM programmatically.
- ConnectorHelper<T extends Connector> - Class in org.restlet.engine.connector
-
Base connector helper.
- ConnectorHelper(T) - Constructor for class org.restlet.engine.connector.ConnectorHelper
-
Constructor.
- Conneg - Class in org.restlet.engine.application
-
Content negotiation algorithm.
- Conneg(Request, MetadataService) - Constructor for class org.restlet.engine.application.Conneg
-
Constructor.
- contains(String) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
-
Verify containment by ignoring case.
- contains(Object) - Method in class org.restlet.engine.util.CaseInsensitiveHashSet
-
- ContentType - Class in org.restlet.engine.header
-
Association of a media type, a character set and modifiers.
- ContentType(MediaType, CharacterSet) - Constructor for class org.restlet.engine.header.ContentType
-
Constructor.
- ContentType(Representation) - Constructor for class org.restlet.engine.header.ContentType
-
Constructor.
- ContentType(String) - Constructor for class org.restlet.engine.header.ContentType
-
Constructor.
- ContentTypeReader - Class in org.restlet.engine.header
-
Content type header reader.
- ContentTypeReader(String) - Constructor for class org.restlet.engine.header.ContentTypeReader
-
Constructor.
- ContextualRunnable - Class in org.restlet.engine.util
-
Runnable
That allows to define the context class loader.
- ContextualRunnable() - Constructor for class org.restlet.engine.util.ContextualRunnable
-
Constructor.
- ConverterHelper - Class in org.restlet.engine.converter
-
Converter between Representations and regular Java objects.
- ConverterHelper() - Constructor for class org.restlet.engine.converter.ConverterHelper
-
- ConverterUtils - Class in org.restlet.engine.converter
-
Utilities for the converter service.
- CookieReader - Class in org.restlet.engine.header
-
Cookie header reader.
- CookieReader(String) - Constructor for class org.restlet.engine.header.CookieReader
-
Constructor.
- CookieSettingReader - Class in org.restlet.engine.header
-
Cookie setting header reader.
- CookieSettingReader(String) - Constructor for class org.restlet.engine.header.CookieSettingReader
-
Constructor.
- CookieSettingWriter - Class in org.restlet.engine.header
-
Cookie setting header writer.
- CookieSettingWriter() - Constructor for class org.restlet.engine.header.CookieSettingWriter
-
- CookieWriter - Class in org.restlet.engine.header
-
Cookie header writer.
- CookieWriter() - Constructor for class org.restlet.engine.header.CookieWriter
-
- copy(InputStream, OutputStream) - Static method in class org.restlet.engine.io.IoUtils
-
Copies an input stream to an output stream.
- copy(InputStream, RandomAccessFile) - Static method in class org.restlet.engine.io.IoUtils
-
Copies an input stream to a random access file.
- copy(ReadableByteChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.IoUtils
-
Writes a readable channel to a writable channel.
- copy(Reader, Writer) - Static method in class org.restlet.engine.io.IoUtils
-
Copies characters from a reader to a writer.
- copyExtensionHeaders(Series<Header>, Message) - Static method in class org.restlet.engine.header.HeaderUtils
-
Copies extension headers into a request or a response.
- copyResponseTransportHeaders(Series<Header>, Response) - Static method in class org.restlet.engine.header.HeaderUtils
-
Copies headers into a response.
- copySubList(List<T>, int, int) - Static method in class org.restlet.engine.util.ListUtils
-
Unlike List.subList(), which returns a live view of a set of List
elements, this method returns a new copy of the list.
- CorsFilter - Class in org.restlet.engine.application
-
Filter that helps support CORS requests.
- CorsFilter() - Constructor for class org.restlet.engine.application.CorsFilter
-
Constructor.
- CorsFilter(Context) - Constructor for class org.restlet.engine.application.CorsFilter
-
Constructor.
- CorsFilter(Context, Restlet) - Constructor for class org.restlet.engine.application.CorsFilter
-
Constructor.
- CorsResponseHelper - Class in org.restlet.engine.application
-
Helps to generate response CORS headers.
- CorsResponseHelper() - Constructor for class org.restlet.engine.application.CorsResponseHelper
-
- create(Request) - Method in class org.restlet.engine.adapter.HttpClientHelper
-
Creates a low-level HTTP client call from a high-level request.
- create(Request) - Method in class org.restlet.engine.connector.HttpClientHelper
-
Creates a low-level HTTP client call from a high-level uniform call.
- create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.engine.util.FormUtils
-
Creates a parameter.
- createChildContext() - Method in class org.restlet.engine.component.ComponentContext
-
- createClassLoader() - Method in class org.restlet.engine.Engine
-
Creates a new class loader.
- createFinder(Class<? extends ServerResource>) - Method in class org.restlet.engine.component.InternalRouter
-
- createHelper(Client, String) - Method in class org.restlet.engine.Engine
-
Creates a new helper for a given client connector.
- createHelper(Server, String) - Method in class org.restlet.engine.Engine
-
Creates a new helper for a given server connector.
- createObject() - Method in class org.restlet.engine.util.Pool
-
Creates a new reusable object.
- createParameter(String) - Method in class org.restlet.engine.header.HeaderReader
-
Creates a new parameter with a null value.
- createParameter(String, String) - Method in class org.restlet.engine.header.HeaderReader
-
Creates a new parameter.
- createPreference(CharSequence, Series<Parameter>) - Method in class org.restlet.engine.header.PreferenceReader
-
Creates a new preference.
- createReference(String, String, String, String) - Method in class org.restlet.engine.local.EntityClientHelper
-
Generate a Reference for a variant name (which is URL decoded) and handle
the translation between the incoming requested path (which is URL
encoded).
- createRoute(String, Restlet, int) - Method in class org.restlet.engine.component.InternalRouter
-
- createServerSocket() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
- createServerSocket(int) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
- createServerSocket(int, int) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
- createServerSocket(int, int, InetAddress) - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
- createSocket() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- createSocket(InetAddress, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- createSocket(InetAddress, int, InetAddress, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- createSocket(String, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- createSocket(String, int, InetAddress, int) - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- createSslContext() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Creates a configured and initialized SSLContext from the values set via
the various setters of this class.
- createSslContext() - Method in class org.restlet.engine.ssl.SslContextFactory
-
Creates a configured and initialized SSLContext.
- createStore() - Method in class org.restlet.engine.util.Pool
-
Creates the store of reusable objects.
- createThreadPool() - Method in class org.restlet.engine.connector.NetServerHelper
-
Creates the handler service.
- createThreadWithLocalVariables(Runnable, String) - Static method in class org.restlet.engine.Engine
-
Creates a new standalone thread with local Restlet thread variable
properly set.
- createWrapper(SSLContext) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Creates a new SSLContext
wrapper.
- CURRENT - Static variable in enum org.restlet.engine.Edition
-
The current engine edition.
- get() - Method in class org.restlet.engine.local.DirectoryServerResource
-
- getAccessControlRequestHeaders() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getAccessControlRequestMethod() - Method in class org.restlet.engine.adapter.HttpRequest
-
- 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.engine.connector.NetServerHelper
-
Returns the socket address this server is listening to.
- getAllowedHeaders() - Method in class org.restlet.engine.application.CorsFilter
-
Returns the modifiable set of headers allowed by the actual request on
the current resource.
- getAllowedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
-
Returns the modifiable set of headers allowed by the actual request on
the current 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.
- 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.
- 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.
- getAsciiBytes(String) - Static method in class org.restlet.engine.util.StringUtils
-
Encodes the given String into a sequence of bytes using the Ascii
character set.
- getAttributes() - Method in class org.restlet.engine.RestletHelper
-
Returns the map of attributes exchanged between the API and the Engine
via this helper.
- 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.
- 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).
- getBeanInfo(Class<?>) - Static method in class org.restlet.engine.util.BeanInfoUtils
-
Get a BeanInfo from cache or create it.
- 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.
- getCacheDirectives() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getCalendar() - Method in class org.restlet.engine.util.InternetDateFormat
-
Gets the Calendar object wrapped by this InternetDateFormat object.
- getCertificates() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the chain of client SSL certificates, if available and
accessible.
- getChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getChallengeScheme() - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Returns the supported challenge scheme.
- getChannel() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Returns a readable byte channel.
- getChannel() - Method in class org.restlet.engine.application.EncodeRepresentation
-
Returns a readable byte channel.
- getChannel() - Method in class org.restlet.engine.application.RangeRepresentation
-
- getChannel(InputStream) - Static method in class org.restlet.engine.io.IoUtils
-
Returns a readable byte channel based on a given input stream.
- getChannel(OutputStream) - Static method in class org.restlet.engine.io.IoUtils
-
Returns a writable byte channel based on a given output stream.
- getChannel(Representation) - Static method in class org.restlet.engine.io.IoUtils
-
Returns a readable byte channel based on the given representation's
content and its write(WritableByteChannel) method.
- 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.
- 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.
- 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
-
- 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.engine.adapter.ServerCall
-
Returns the SSL Cipher Suite, if available and accessible.
- 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.
- getClientAddress() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- 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.
- getClientPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the client port.
- getClientPort() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- getClientResource() - Method in class org.restlet.engine.resource.ClientInvocationHandler
-
Returns the associated client resource.
- getClientRouter() - Method in class org.restlet.engine.component.ComponentHelper
-
Returns the internal client router.
- getCode() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the code of the status.
- getComponentHelper() - Method in class org.restlet.engine.component.ComponentContext
-
Returns the component helper.
- getConditions() - Method in class org.restlet.engine.adapter.HttpRequest
-
Returns the condition data applying to this call.
- getConnection() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the connection.
- getConnectorService() - Static method in class org.restlet.engine.connector.ConnectorHelper
-
Returns the connector service associated to a request.
- getContactEmail() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the email address of the administrator 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.
- 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.
- 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.
- getCorsResponseHelper() - Method in class org.restlet.engine.application.CorsFilter
-
- getDate() - Method in class org.restlet.engine.util.InternetDateFormat
-
Gets the value of this InternetDateFormat object as a Date object.
- getDefaultAllowedMethods() - Method in class org.restlet.engine.application.CorsFilter
-
- getDefaultCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslServerSocketFactory
-
- getDefaultCipherSuites() - Method in class org.restlet.engine.ssl.WrapperSslSocketFactory
-
- getDefaultLanguage() - Method in class org.restlet.engine.local.LocalClientHelper
-
Returns the default language.
- getDescription() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the description of the status.
- 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.
- 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.engine.application.Encoder
-
Returns the parent encoder service.
- getEncoding() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the 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.
- 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.
- 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
-
- getExposedHeaders() - Method in class org.restlet.engine.application.CorsFilter
-
Returns a modifiable whitelist of headers an origin server allows for the
requested resource.
- getExposedHeaders() - Method in class org.restlet.engine.application.CorsResponseHelper
-
Returns a modifiable whitelist of headers an origin server allows for the
requested resource.
- 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.
- getFile() - Method in class org.restlet.engine.local.FileEntity
-
Returns the underlying regular file.
- getFirstInboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the first inbound filter.
- 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.
- 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
-
- 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.
- getHomeRef() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the home URI to propose in case of error.
- 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.
- 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.engine.adapter.Call
-
Returns the host port.
- getHostPort() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the host port.
- 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.
- getInboundNext() - Method in class org.restlet.engine.CompositeHelper
-
Returns the next Restlet in the inbound chain.
- 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
-
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.
- 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. "1" for
"1.3.0").
- 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. "3" for
"1.3.0").
- 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. "10" for "1.3.0_10").
- 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.
- 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.
- getLastInboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the last inbound filter.
- getLastOutboundFilter() - Method in class org.restlet.engine.CompositeHelper
-
Returns the last outbound filter.
- 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.
- getLogFormatter() - Static method in class org.restlet.engine.Engine
-
Returns the general log formatter.
- 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.
- 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.
- getLogLevel() - Static method in class org.restlet.engine.Engine
-
Returns the general log level.
- 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.
- 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.
- 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.
- 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.
- 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.
- getMetadata() - Method in class org.restlet.engine.application.MetadataExtension
-
Returns the metadata.
- 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.
- getMethod() - Method in class org.restlet.engine.adapter.Call
-
Returns the request method.
- getMethod() - Method in class org.restlet.engine.connector.HttpExchangeCall
-
- 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.
- getMinThreads() - Method in class org.restlet.engine.connector.NetServerHelper
-
Returns the minimum threads waiting to service requests.
- 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
-
- getNext(Request, Response) - Method in class org.restlet.engine.component.ClientRouter
-
- 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
-
- getOriginalRef(Reference, Series<Header>) - Static method in class org.restlet.engine.util.ReferenceUtils
-
Returns the original reference especially by detecting potential proxy forwardings.
- getOutboundNext() - Method in class org.restlet.engine.CompositeHelper
-
Returns the next Restlet in the outbound chain.
- 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.
- getParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters with the given name.
- getParameter(String, String, CharacterSet, char, boolean) - Static method in class org.restlet.engine.util.FormUtils
-
Reads the parameters with the given name.
- 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.
- 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.
- 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
-
- getParentContext() - Method in class org.restlet.engine.util.ChildContext
-
Returns the parent context.
- 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.
- 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.
- getProtocols() - Method in class org.restlet.engine.connector.ConnectorHelper
-
Returns the protocols simultaneously supported.
- getProxyChallengeResponse() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getQuery() - Method in class org.restlet.engine.resource.MethodAnnotationInfo
-
Returns the optional query part of the annotation value.
- getRange() - Method in class org.restlet.engine.application.RangeRepresentation
-
Returns the range specific to this wrapper.
- getRanges() - Method in class org.restlet.engine.adapter.HttpRequest
-
- getRangeService() - Method in class org.restlet.engine.application.RangeFilter
-
Returns the Range service of the parent application.
- 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.
- 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.
- 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
-
- 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.
- getReferrerRef() - Method in class org.restlet.engine.adapter.HttpRequest
-
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
-
Returns the NIO registration.
- getRepresentation(InputStream) - Method in class org.restlet.engine.adapter.Call
-
Returns the representation wrapping the given stream.
- getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.adapter.Call
-
Returns the representation wrapping the given channel.
- getRepresentation(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.
- getRequestEntity() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request entity if available.
- getRequestEntityChannel() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the request entity channel if it exists.
- getRequestEntityChannel() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
- getRequestEntityStream() - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream(long) - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the request entity stream if it exists.
- getRequestEntityStream(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.
- getResource(String) - Static method in class org.restlet.engine.Engine
-
Returns the classloader resource for a given name/path.
- getResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
-
- getResponseEntity(Response) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response entity if available.
- getResponseEntityChannel(long) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response channel if it exists.
- getResponseEntityChannel(long) - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
- getResponseEntityStream(long) - Method in class org.restlet.engine.adapter.ClientCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream() - Method in class org.restlet.engine.adapter.ServerCall
-
Returns the response entity stream if it exists.
- getResponseEntityStream() - 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.
- 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.
- getSecureRandomAlgorithm() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Returns the name of the SecureRandom algorithm.
- 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.
- getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
-
Get an exclusive Selector
.
- getServerAddress() - Method in class org.restlet.engine.adapter.Call
-
Returns the response address.
- getServerAddress() - Method in class org.restlet.engine.connector.HttpUrlConnectionCall
-
Returns the response address.
- getServerInfo() - Method in class org.restlet.engine.adapter.HttpResponse
-
Returns the server-specific information.
- getServerPort() - Method in class org.restlet.engine.adapter.Call
-
Returns the server port.
- getServerRouter() - Method in class org.restlet.engine.component.ComponentHelper
-
Returns the internal host router.
- getShortName() - Method in enum org.restlet.engine.Edition
-
Returns the short size name of the edition.
- 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.
- 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 in class org.restlet.engine.resource.ThrowableAnnotationInfo
-
Returns the status parsed from the annotation value.
- 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.engine.application.StatusFilter
-
Returns the helped status service.
- 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
-
Returns an input stream based on a given readable byte channel.
- 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
-
Returns an output stream based on a given writable byte channel.
- getStream() - Method in class org.restlet.engine.local.ZipEntryRepresentation
-
- 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.
- getTarget() - Method in class org.restlet.engine.security.RoleMapping
-
- getTargetUri() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Returns the context's target URI (file, clap URI).
- 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.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.
- 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.
- 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.engine.application.TunnelFilter
-
Returns the tunnel service of the parent application.
- getTypeClass(Type) - Static method in class org.restlet.engine.resource.AnnotationInfo
-
Returns the underlying class for a type or null.
- getUri() - Method in class org.restlet.engine.application.StatusInfo
-
Returns the URI of the specification describing the status.
- 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.
- getUserPrincipal() - Method in class org.restlet.engine.adapter.Call
-
Returns the user principal.
- 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.
- 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.
- getWarnings() - Method in class org.restlet.engine.adapter.HttpRequest
-
- 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.
- 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.
- IdentClient - Class in org.restlet.engine.log
-
Simple IDENT client.
- IdentClient(String, int, int) - Constructor for class org.restlet.engine.log.IdentClient
-
Constructor.
- 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.
- 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.
- 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.
- InputStreamChannel - Class in org.restlet.engine.io
-
Readable byte channel wrapping an input stream.
- InputStreamChannel(InputStream) - Constructor for class org.restlet.engine.io.InputStreamChannel
-
Constructor.
- instance - Static variable in class org.restlet.engine.local.RiapServerHelper
-
The unique registered helper.
- InternalRouter - Class in org.restlet.engine.component
-
Provides the behavior of the internal router of a Component.
- InternalRouter(Context) - Constructor for class org.restlet.engine.component.InternalRouter
-
Constructor.
- InternetDateFormat - Class in org.restlet.engine.util
-
This class handles Internet date/time strings in accordance with RFC 3339.
- InternetDateFormat() - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object set to the current time using the
UTC (Z) time zone.
- InternetDateFormat(Calendar) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Calendar
object.
- InternetDateFormat(Date) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Date object
using the UTC (Z) time zone.
- InternetDateFormat(Date, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a Date object
using the specified time zone.
- InternetDateFormat(long) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a millisecond
time value using the UTC (Z) time zone.
- InternetDateFormat(long, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object initialized from a millisecond
time value using the specified time zone.
- InternetDateFormat(String) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time
string.
- InternetDateFormat(TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
-
Creates a new InternetDateFormat object set to the current time using the
specified time zone.
- 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
-
- 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
-
- IoUtils - Class in org.restlet.engine.io
-
IO manipulation utilities.
- 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.
- 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).
- isAsciiChar(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is in ASCII range.
- isBlocking() - Method in interface org.restlet.engine.io.BlockableChannel
-
Indicates if the channel is likely to block upon IO operations.
- isBlocking() - Method in class org.restlet.engine.io.InputStreamChannel
-
True if the underlying input stream is able to indicate available bytes
upfront.
- isBlocking(Channel) - Static method in class org.restlet.engine.io.IoUtils
-
Indicates if the channel is in blocking mode.
- isBroken(Throwable) - Static method in class org.restlet.engine.adapter.Call
-
Returns true if the given exception is caused by a broken connection.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- isDecoding() - Method in class org.restlet.engine.application.DecodeRepresentation
-
Indicates if the decoding can happen.
- 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.
- 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.
- 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.
- isFileTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
-
Indicates if the target resource is a file.
- isFirstChallengeParameter() - Method in class org.restlet.engine.header.ChallengeWriter
-
Indicates if the first comma-separated value is written.
- isFollowRedirects() - Method in class org.restlet.engine.connector.HttpClientHelper
-
Indicates if the protocol will automatically follow redirects.
- isHorizontalTab(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is an horizontal tab.
- 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.
- isLowerCase(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is lower case (a-z).
- isNeedClientAuthentication() - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Indicates if we require client certificate authentication.
- isNormal() - Method in class org.restlet.engine.local.Entity
-
Indicates if the entity is a normal entity, especially if it is not a
directory.
- isNormal() - Method in class org.restlet.engine.local.FileEntity
-
- isNormal() - Method in class org.restlet.engine.local.ZipEntryEntity
-
- isNotDigit(char) - Method in class org.restlet.engine.util.AlphaNumericComparator
-
Indicates if the character is a digit.
- isNullOrEmpty(String) - Static method in class org.restlet.engine.util.StringUtils
-
Returns true
if the given string is null or is the empty string.
- isOpen() - Method in class org.restlet.engine.io.InputStreamChannel
-
Indicates if the channel and its underlying stream are open.
- isOverwriting() - Method in class org.restlet.engine.application.StatusFilter
-
Indicates if existing representations 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.
- 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.
- isRequestChunked() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the request entity is chunked.
- isResponseChunked() - Method in class org.restlet.engine.adapter.Call
-
Indicates if the response entity is chunked.
- isResumeUpload() - Method in class org.restlet.engine.local.FileClientHelper
-
Indicates if a failed upload can be resumed.
- 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.
- 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
-
- 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
.
- isSpace(int) - Static method in class org.restlet.engine.header.HeaderUtils
-
Indicates if the given character is a space.
- isTerminated() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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.
- 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).
- 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.
- 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.
- isWindows() - Static method in class org.restlet.engine.util.SystemUtils
-
Indicates if the current operating system is in the Windows family.
- 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
-
- scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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
-
- 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.
- SelectionChannel - Interface in org.restlet.engine.io
-
NIO channel that is based on a selectable channel.
- SelectorFactory - Class in org.restlet.engine.io
-
Factory used to dispatch/share Selector
.
- SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
-
- sendRequest(Request) - Method in class org.restlet.engine.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.
- 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.
- 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.
- setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setAccessControlRequestMethod(Method) - Method in class org.restlet.engine.adapter.HttpRequest
-
- 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(InetSocketAddress) - Method in class org.restlet.engine.connector.NetServerHelper
-
Sets the socket address this server is listening to.
- 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.
- 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.
- 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.
- 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.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setChallengeScheme(ChallengeScheme) - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Sets the supported challenge scheme.
- setChild(Restlet) - Method in class org.restlet.engine.util.ChildContext
-
Sets the child.
- 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.
- setClientPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the client port.
- 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.
- setComponentHelper(ComponentHelper) - Method in class org.restlet.engine.component.ComponentContext
-
Sets the component helper.
- 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.
- setContactEmail(String) - Method in class org.restlet.engine.application.StatusInfo
-
Sets the email address of the administrator to contact in case of error.
- setContext(Context) - Method in class org.restlet.engine.application.ApplicationHelper
-
Sets the context.
- setContextClassLoader(ClassLoader) - Method in class org.restlet.engine.util.ContextualRunnable
-
Sets the runnable's context class loader.
- setDate(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setDefaultAllowedMethods(Set<Method>) - Method in class org.restlet.engine.application.CorsFilter
-
- setDescription(String) - Method in class org.restlet.engine.application.StatusInfo
-
Sets the description of the status.
- 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.
- 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.
- setEntity(Representation) - Method in class org.restlet.engine.adapter.HttpRequest
-
- 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.
- 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.
- 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.
- setFirstOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the first outbound filter.
- 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.
- setHostDomain(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the host domain name.
- setHostPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the host port.
- setHours(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setInboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
-
Sets the next Restlet after the inbound chain.
- setInputScore(float) - Method in class org.restlet.engine.resource.VariantInfo
-
Sets the affinity between this variant and an incoming representation.
- 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.
- setLastInboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the last inbound filter.
- setLastOutboundFilter(Filter) - Method in class org.restlet.engine.CompositeHelper
-
Sets the last outbound filter.
- setLogFormatter(Class<? extends Formatter>) - Static method in class org.restlet.engine.Engine
-
Sets the general log formatter.
- setLoggerFacade(LoggerFacade) - Method in class org.restlet.engine.Engine
-
Sets the logger facade to use.
- setLogLevel(Level) - Static method in class org.restlet.engine.Engine
-
Sets the general log level.
- setMaxAge(int) - Method in class org.restlet.engine.application.CorsFilter
-
Sets the value of 'Access-Control-Max-Age' response header.
- setMaxAge(int) - Method in class org.restlet.engine.application.CorsResponseHelper
-
Sets the value of 'Access-Control-Max-Age' response header.
- setMethod(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the request method.
- setMinutes(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setMonth(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setNeedClientAuthentication(boolean) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Indicates if we require client certificate authentication.
- 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.
- setOutboundNext(Restlet) - Method in class org.restlet.engine.CompositeHelper
-
Sets the next Restlet after the outbound chain.
- setOverwriting(boolean) - Method in class org.restlet.engine.application.StatusFilter
-
Indicates if existing representations should be overwritten.
- 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.
- setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.adapter.HttpRequest
-
- setRange(Range) - Method in class org.restlet.engine.application.RangeRepresentation
-
Sets the range specific to this wrapper.
- 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.
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.adapter.HttpRequest
-
- 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.
- setRequestUri(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the full request URI.
- setRestletLogLevel(Level) - Static method in class org.restlet.engine.Engine
-
Sets the Restlet log level.
- setSeconds(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- setSecureRandomAlgorithm(String) - Method in class org.restlet.engine.ssl.DefaultSslContextFactory
-
Sets the SecureRandom algorithm.
- setServerAddress(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the response address.
- setServerPort(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the server port.
- setServerRouter(ServerRouter) - Method in class org.restlet.engine.component.ComponentHelper
-
Sets the internal server router.
- setServerSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
-
Indicates if server side authentication is supported.
- setSkippingResourceForCorsOptions(boolean) - Method in class org.restlet.engine.application.CorsFilter
-
Sets the value of skipResourceForCorsOptions field.
- setSource(Object) - Method in class org.restlet.engine.security.RoleMapping
-
- setStatusCode(int) - Method in class org.restlet.engine.adapter.Call
-
Sets the status code.
- setStatusService(StatusService) - Method in class org.restlet.engine.application.StatusFilter
-
Sets the helped status service.
- setTarget(Role) - Method in class org.restlet.engine.security.RoleMapping
-
- setTargetUri(String) - Method in class org.restlet.engine.local.DirectoryServerResource
-
Sets the context's target URI (file, clap URI).
- setTime(long) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- 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.
- setUserClassLoader(ClassLoader) - Method in class org.restlet.engine.Engine
-
Sets the user class loader that should used in priority.
- setUserPrincipal(Principal) - Method in class org.restlet.engine.adapter.Call
-
Sets the user principal.
- SetUtils - Class in org.restlet.engine.util
-
Utilities for manipulation of Set
.
- SetUtils() - Constructor for class org.restlet.engine.util.SetUtils
-
- setVersion(String) - Method in class org.restlet.engine.adapter.Call
-
Sets the protocol version used.
- 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
-
- setYear(int) - Method in class org.restlet.engine.util.ImmutableDate
-
As an ImmutableDate is immutable, this method throws an
UnsupportedOperationException exception.
- 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
-
- shutdownNow() - Method in class org.restlet.engine.util.WrapperScheduledExecutorService
-
- 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
-
- 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.
- SmtpPlainHelper - Class in org.restlet.engine.security
-
Implements the SMTP PLAIN authentication.
- SmtpPlainHelper() - Constructor for class org.restlet.engine.security.SmtpPlainHelper
-
Constructor.
- 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.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.
- StatusFilter - Class in org.restlet.engine.application
-
Filter associating a response entity based on the status.
- StatusFilter(Context, boolean, String, Reference) - Constructor for class org.restlet.engine.application.StatusFilter
-
Constructor.
- StatusFilter(Context, StatusService) - Constructor for class org.restlet.engine.application.StatusFilter
-
Constructor from a status service.
- 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
-
- 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.
- 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.
- 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.
- 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
-
- SystemUtils - Class in org.restlet.engine.util
-
System utilities.