A B C D E F G H I K L M N O P R S T U V W Z

A

abort() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
abort() - Method in class org.restlet.engine.http.HttpRequest
 
abort() - Method in class org.restlet.engine.http.ServerCall
Ask the connector to abort the related network connection, for example immediately closing the socket.
Acceptor - Class in org.restlet.engine.http.connector
Listens on the given socket channel for incoming connections and dispatches them to the given handler pool
Acceptor(BaseServerHelper, CountDownLatch) - Constructor for class org.restlet.engine.http.connector.Acceptor
Constructor.
AccessLogFileHandler - Class in org.restlet.engine.log
Log file handler that uses the AccessLogFormatter by default.
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.http.adapter
Converter between high-level and low-level HTTP calls.
Adapter(Context) - Constructor for class org.restlet.engine.http.adapter.Adapter
Constructor.
addCharacterSets(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses character set preferences from a header.
addEncodings(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses encoding preferences from a header.
addEntityHeaders(HttpResponse) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Adds the entity headers for the handled uniform call.
addEntityHeaders(Representation, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Adds the entity headers for the given response.
addEntityHeaders(Representation, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the entity headers based on the Representation to the Series.
addExtensionHeaders(Series<Parameter>, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds extension headers if they are non-standard headers.
addFilter(Filter) - Method in class org.restlet.engine.ChainHelper
Adds a new filter to the chain.
addGeneralHeaders(Message, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Adds the general headers from the Message to the Series.
addGeneralHeaders(Message, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the general headers from the Message to the Series.
addHeader(Request, String, String) - Static method in class org.restlet.engine.http.connector.ConnectedRequest
Adds a new header to the given request.
addHeader(String, String, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds a header to the given list.
addHeader(Request, String, String) - Static method in class org.restlet.engine.http.HttpRequest
Adds a new header to the given request.
addHeader(Response, String, String) - Static method in class org.restlet.engine.http.HttpResponse
Adds a new header to the given request.
addLanguages(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Adds language preferences from a header.
addMediaTypes(String, ClientInfo) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses media type preferences from a header.
addNotModifiedEntityHeaders(Representation, Series<Parameter>) - Static method in class org.restlet.engine.http.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.
addParameters(Form) - Method in class org.restlet.engine.util.FormReader
Adds the parameters into a given form.
addRequestHeaders(Request, Series<Parameter>) - Method in class org.restlet.engine.http.connector.ClientConnection
Adds the request headers.
addRequestHeaders(Request, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the headers based on the Request to the given Series .
addResponseHeaders(HttpResponse) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Adds the response headers for the handled uniform call.
addResponseHeaders(Response, Series<Parameter>) - Method in class org.restlet.engine.http.connector.ServerConnection
Adds the response headers.
addResponseHeaders(Response, Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Adds the headers based on the Response to the given Series.
addValues(Parameter, Collection<CacheDirective>) - Static method in class org.restlet.engine.http.header.CacheDirectiveReader
Adds values to the given collection.
addValues(Parameter, Collection<Dimension>) - Static method in class org.restlet.engine.http.header.DimensionReader
Adds values to the given collection.
addValues(String, ClientInfo) - Static method in class org.restlet.engine.http.header.ExpectationReader
Adds values to the given collection.
addValues(Collection<V>) - Method in class org.restlet.engine.http.header.HeaderReader
Adds values to the given list.
addValues(Parameter, Collection<Method>) - Static method in class org.restlet.engine.http.header.MethodReader
Adds values to the given collection.
addValues(Parameter, Collection<RecipientInfo>) - Static method in class org.restlet.engine.http.header.RecipientInfoReader
Adds values to the given collection.
addValues(Parameter, Collection<Warning>) - Static method in class org.restlet.engine.http.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.
addVariant(List<VariantInfo>, VariantInfo) - Static method in class org.restlet.engine.converter.ConverterUtils
Adds a variant to the given list.
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.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.
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 method annotations.
AnnotationInfo(Class<?>, Method, Method, String) - Constructor for class org.restlet.engine.resource.AnnotationInfo
Constructor.
AnnotationUtils - Class in org.restlet.engine.resource
Utilities to manipulate Restlet annotations.
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.http.header.CacheDirectiveWriter
 
append(ChallengeRequest) - Method in class org.restlet.engine.http.header.ChallengeWriter
 
append(CookieSetting) - Method in class org.restlet.engine.http.header.CookieSettingWriter
 
append(Cookie) - Method in class org.restlet.engine.http.header.CookieWriter
 
append(List<Cookie>) - Method in class org.restlet.engine.http.header.CookieWriter
Appends a list of cookies as an HTTP header.
append(Collection<Dimension>) - Method in class org.restlet.engine.http.header.DimensionWriter
Appends a collection of dimensions as a header.
append(Dimension) - Method in class org.restlet.engine.http.header.DimensionWriter
 
append(Disposition) - Method in class org.restlet.engine.http.header.DispositionWriter
 
append(Expectation) - Method in class org.restlet.engine.http.header.ExpectationWriter
 
append(char) - Method in class org.restlet.engine.http.header.HeaderWriter
 
append(char[]) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends an array of characters.
append(CharSequence) - Method in class org.restlet.engine.http.header.HeaderWriter
 
append(Collection<V>) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a collection of values.
append(int) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends an integer.
append(long) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a long.
append(V) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a value.
append(M) - Method in class org.restlet.engine.http.header.MetadataWriter
 
append(Method) - Method in class org.restlet.engine.http.header.MethodWriter
 
append(Preference<?>) - Method in class org.restlet.engine.http.header.PreferenceWriter
 
append(List<Range>) - Method in class org.restlet.engine.http.header.RangeWriter
Format ranges as a Range header value
append(Range) - Method in class org.restlet.engine.http.header.RangeWriter
 
append(RecipientInfo) - Method in class org.restlet.engine.http.header.RecipientInfoWriter
 
append(Tag) - Method in class org.restlet.engine.http.header.TagWriter
 
append(Warning) - Method in class org.restlet.engine.http.header.WarningWriter
 
appendChallengeParameter(Parameter) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new challenge parameter, prefixed with a comma.
appendChallengeParameter(String) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendChallengeParameter(String, String) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendChallengeParameterSeparator() - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a comma as a separator if the first parameter has already been written.
appendComment(String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a string as an HTTP comment, surrounded by parenthesis and with quoted pairs if needed.
appendExtension(Parameter) - Method in class org.restlet.engine.http.header.HeaderWriter
Formats and appends a parameter as an extension.
appendExtension(String, String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends an extension.
appendParameterSeparator() - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a semicolon as a parameter separator.
appendProduct(String, String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a product description.
appendQuality(float) - Method in class org.restlet.engine.http.header.PreferenceWriter
Formats a quality value.
If the quality is invalid, an IllegalArgumentException is thrown.
appendQuotedChallengeParameter(Parameter) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendQuotedChallengeParameter(String, String) - Method in class org.restlet.engine.http.header.ChallengeWriter
Appends a new parameter, prefixed with a comma.
appendQuotedPair(char) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a quoted character, prefixing it with a backslash.
appendQuotedString(String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a quoted string.
appendSpace() - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a space character.
appendToken(String) - Method in class org.restlet.engine.http.header.HeaderWriter
Appends a token.
appendUriEncoded(CharSequence, CharacterSet) - Method in class org.restlet.engine.http.header.HeaderWriter
Formats and appends a source string as an URI encoded string.
appendValue(String, int) - Method in class org.restlet.engine.http.header.CookieSettingWriter
Appends a source string as an HTTP comment.
appendValue(String, int) - Method in class org.restlet.engine.http.header.CookieWriter
Appends a source string as an HTTP comment.
appendValueSeparator() - Method in class org.restlet.engine.http.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.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_CIPHER_SUITE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_CLIENT_CERTIFICATES - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_KEY_SIZE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_HTTPS_SSL_SESSION_ID - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ATTRIBUTE_VERSION - Static variable in class org.restlet.engine.http.header.HeaderConstants
Deprecated. 
authenticate(ChallengeResponse, Request, Guard) - Method in class org.restlet.engine.security.AuthenticatorHelper
Deprecated. See new org.restlet.security package.
authenticate(Request, Guard) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Deprecated. See new org.restlet.security package.
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.application.RangeInputStream
 
available() - Method in class org.restlet.engine.http.io.SizedInputStream
 
available() - Method in class org.restlet.engine.io.ReaderInputStream
 

B

Base64 - Class in org.restlet.engine.util
Minimal but fast Base64 codec.
Base64() - Constructor for class org.restlet.engine.util.Base64
 
BaseClientHelper - Class in org.restlet.engine.http.connector
Base client helper based on NIO blocking sockets.
BaseClientHelper(Client) - Constructor for class org.restlet.engine.http.connector.BaseClientHelper
Constructor.
BaseHelper<T extends Connector> - Class in org.restlet.engine.http.connector
Base connector helper.
BaseHelper(T, boolean) - Constructor for class org.restlet.engine.http.connector.BaseHelper
Constructor.
BaseServerHelper - Class in org.restlet.engine.http.connector
Base server helper based on NIO blocking sockets.
BaseServerHelper(Server) - Constructor for class org.restlet.engine.http.connector.BaseServerHelper
Constructor.
BaseTask - Class in org.restlet.engine.http.connector
 
BaseTask() - Constructor for class org.restlet.engine.http.connector.BaseTask
Constructor.
before(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.Decoder
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.Encoder
Allows filtering before its handling by the target Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.application.TunnelFilter
 
beforeHandle(Request, Response) - Method in class org.restlet.engine.component.HostRoute
Allows filtering before processing by the next Restlet.
beforeHandle(Request, Response) - Method in class org.restlet.engine.log.LogFilter
Allows filtering before processing by the next Restlet.
BioUtils - Class in org.restlet.engine.io
Basic IO manipulation utilities.
blockingLock() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
BUFFER_SIZE - Static variable in class org.restlet.engine.io.IoUtils
The buffer size.

C

CACHE_MAX_AGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_MAX_STALE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_MIN_FRESH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_MUST_REVALIDATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_NO_CACHE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_NO_STORE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_NO_TRANSFORM - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_ONLY_IF_CACHED - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_PRIVATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_PROXY_MUST_REVALIDATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_PUBLIC - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CACHE_SHARED_MAX_AGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
CacheDirectiveReader - Class in org.restlet.engine.http.header
Cache directive header reader.
CacheDirectiveReader(String) - Constructor for class org.restlet.engine.http.header.CacheDirectiveReader
Constructor.
CacheDirectiveWriter - Class in org.restlet.engine.http.header
Cache directive header writer.
CacheDirectiveWriter() - Constructor for class org.restlet.engine.http.header.CacheDirectiveWriter
 
Call - Class in org.restlet.engine.http
Low-level call for the HTTP connectors.
Call() - Constructor for class org.restlet.engine.http.Call
Constructor.
CallResolver - Class in org.restlet.engine.util
Resolves variable values based on a request and a response.
CallResolver(Request, Response) - Constructor for class org.restlet.engine.util.CallResolver
Constructor.
canAdd(Encoding, Collection<Encoding>) - Method in class org.restlet.engine.http.header.EncodingReader
 
canAdd(V, Collection<V>) - Method in class org.restlet.engine.http.header.HeaderReader
Indicates if the value can be added the the list.
canDecode(Representation) - Method in class org.restlet.engine.application.Decoder
Indicates if a representation can be decoded.
canDecode() - Method in class org.restlet.engine.application.DecodeRepresentation
Deprecated. Use DecodeRepresentation.isDecoding() instead.
canEncode(Representation) - Method in class org.restlet.engine.application.Encoder
Indicates if a representation can be encoded.
canEncode() - Method in class org.restlet.engine.application.EncodeRepresentation
Indicates if the encoding can happen.
canEnqueue() - Method in class org.restlet.engine.http.connector.ClientConnection
Indicates whether the client connection can accept a new message.
canRead() - Method in class org.restlet.engine.http.connector.ClientConnection
 
canRead() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection's socket can be read for inbound data.
canRead() - Method in class org.restlet.engine.http.connector.ServerConnection
 
canWrite() - Method in class org.restlet.engine.http.connector.ClientConnection
 
canWrite() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection's socket can be written for outbound data.
canWrite(Encoding) - Method in class org.restlet.engine.http.header.EncodingWriter
 
canWrite(V) - Method in class org.restlet.engine.http.header.HeaderWriter
Indicates if the value can be written to the header.
ChainHelper<T extends Restlet> - Class in org.restlet.engine
Chain helper serving as base class for Application and Component helpers.
ChainHelper(T) - Constructor for class org.restlet.engine.ChainHelper
Constructor.
challenge(Response, boolean, Guard) - Method in class org.restlet.engine.security.AuthenticatorHelper
Deprecated. See new org.restlet.security package.
challenge(Response, boolean, Guard) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Deprecated. See new org.restlet.security package.
ChallengeRequestReader - Class in org.restlet.engine.http.header
Challenge request header reader.
ChallengeRequestReader(String) - Constructor for class org.restlet.engine.http.header.ChallengeRequestReader
Constructor.
ChallengeWriter - Class in org.restlet.engine.http.header
Authentication challenge header writer.
ChallengeWriter() - Constructor for class org.restlet.engine.http.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.component
Client dispatcher for a component child.
ChildClientDispatcher(ChildContext) - Constructor for class org.restlet.engine.component.ChildClientDispatcher
Constructor.
ChildContext - Class in org.restlet.engine.component
Context based on a parent component's context but dedicated to a child Restlet, typically to an application.
ChildContext(Context) - Constructor for class org.restlet.engine.component.ChildContext
Constructor.
ChunkedInputStream - Class in org.restlet.engine.http.io
InputStream to wrap a source InputStream that has been chunked.
ChunkedInputStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.ChunkedInputStream
Constructor.
ChunkedOutputStream - Class in org.restlet.engine.http.io
OutputStream to write data in the HTTP chunked encoding format to a destination OutputStream.
ChunkedOutputStream(OutputStream) - Constructor for class org.restlet.engine.http.io.ChunkedOutputStream
Convenience constructor to use a default chunk size size of 2048.
ChunkedOutputStream(OutputStream, int) - Constructor for class org.restlet.engine.http.io.ChunkedOutputStream
 
ClapClientHelper - Class in org.restlet.engine.local
Connector to the resources accessed via class loaders.
ClapClientHelper(Client) - Constructor for class org.restlet.engine.local.ClapClientHelper
Constructor.
clear() - Method in class org.restlet.engine.ChainHelper
Clears the chain.
clear() - Method in class org.restlet.engine.util.Pool
Clears the store of reusable objects.
clear(T) - Method in class org.restlet.engine.util.Pool
Clears the given object when it is checked in the pool.
clearCache() - Static 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.http.adapter
Converter of high-level uniform calls into low-level HTTP client calls.
ClientAdapter(Context) - Constructor for class org.restlet.engine.http.adapter.ClientAdapter
Constructor.
ClientCall - Class in org.restlet.engine.http
Low-level HTTP client call.
ClientCall(HttpClientHelper, String, String) - Constructor for class org.restlet.engine.http.ClientCall
Constructor setting the request address to the local host.
ClientConnection - Class in org.restlet.engine.http.connector
Generic HTTP-like client connection.
ClientConnection(BaseHelper<Client>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.ClientConnection
Constructor.
ClientHelper - Class in org.restlet.engine
Client connector helper.
ClientHelper(Client) - Constructor for class org.restlet.engine.ClientHelper
Constructor.
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.security.DefaultSslContextFactory
This class is likely to contain sensitive information; cloning is therefore not allowed.
close() - Method in class org.restlet.engine.http.connector.Connection
Closes the connection.
close() - Method in class org.restlet.engine.http.io.ChunkedInputStream
Closes this input stream but do not close the underlying stream.
close() - Method in class org.restlet.engine.http.io.ChunkedOutputStream
Closes this output stream for writing but does not close the wrapped stream.
close() - Method in class org.restlet.engine.http.io.InboundStream
 
close() - Method in class org.restlet.engine.http.io.OutboundStream
 
close() - Method in class org.restlet.engine.http.io.SizedInputStream
 
close() - Method in class org.restlet.engine.http.io.UnclosableInputStream
 
close() - Method in class org.restlet.engine.http.io.UnclosableOutputStream
 
close() - Method in class org.restlet.engine.io.ReaderInputStream
 
close() - Method in class org.restlet.engine.io.WriterOutputStream
 
close() - Method in class org.restlet.engine.log.TraceHandler
 
ClosingInputStream - Class in org.restlet.engine.http.io
Input stream based on a source stream that must only be totally read before closing.
ClosingInputStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.ClosingInputStream
Constructor.
ClosingRepresentation - Class in org.restlet.engine.http.io
Wrapper representation to close the associated socket when the representation is released.
ClosingRepresentation(Representation, Socket, Logger) - Constructor for class org.restlet.engine.http.io.ClosingRepresentation
Constructor.
commit(ClientCall, Request, Response) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Commits the changes to a handled HTTP client call back into the original uniform call.
commit(HttpResponse) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Commits the changes to a handled uniform call back into the original HTTP call.
commit(Response) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
commit(Response) - Method in class org.restlet.engine.http.connector.ServerConnection
Asks the server connector to immediately commit the given response associated to this request, making it ready to be sent back to the client.
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.http.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
Parser for component XML configuration.
ComponentXmlParser(Component, Representation) - Constructor for class org.restlet.engine.component.ComponentXmlParser
Constructor.
configureBlocking(boolean) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
ConnectedRequest - Class in org.restlet.engine.http.connector
Request wrapper for server HTTP calls.
ConnectedRequest(ConnectedRequest) - Constructor for class org.restlet.engine.http.connector.ConnectedRequest
Copy constructor.
ConnectedRequest(Context, ServerConnection, Method, String, String, Series<Parameter>, Representation, boolean, Principal) - Constructor for class org.restlet.engine.http.connector.ConnectedRequest
Constructor.
Connection<T extends Connector> - Class in org.restlet.engine.http.connector
A network connection though which requests and responses are exchanged by connectors.
Connection(BaseHelper<T>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.Connection
Constructor.
ConnectionState - Enum in org.restlet.engine.http.connector
Enumeration of the states of a connection.
ConnectorHelper<T extends Connector> - Class in org.restlet.engine
Base connector helper.
ConnectorHelper(T) - Constructor for class org.restlet.engine.ConnectorHelper
Constructor.
Conneg - Class in org.restlet.engine.util
Content negotiation algorithm.
Conneg(ClientInfo, MetadataService) - Constructor for class org.restlet.engine.util.Conneg
Constructor.
ConnegUtils - Class in org.restlet.engine.util
Content negotiation utilities.
ContentType - Class in org.restlet.engine.http.header
Association of a media type and a character set.
ContentType(MediaType, CharacterSet) - Constructor for class org.restlet.engine.http.header.ContentType
Constructor.
ContentType(String) - Constructor for class org.restlet.engine.http.header.ContentType
Constructor.
ContentTypeReader - Class in org.restlet.engine.http.header
Content type header reader.
ContentTypeReader(String) - Constructor for class org.restlet.engine.http.header.ContentTypeReader
Constructor.
controlConnections() - Method in class org.restlet.engine.http.connector.Controller
Control each connection for messages to read or write.
controlHelper() - Method in class org.restlet.engine.http.connector.Controller
Control the helper for inbound or outbound messages to handle.
Controller - Class in org.restlet.engine.http.connector
Controls the state of the server helper and its managed connections.
Controller(BaseHelper<?>) - Constructor for class org.restlet.engine.http.connector.Controller
Constructor.
ConverterHelper - Class in org.restlet.engine.converter
Converter between Representations and regular Java objects.
ConverterHelper() - Constructor for class org.restlet.engine.converter.ConverterHelper
 
ConverterUtils - Class in org.restlet.engine.converter
Utilities for the converter service.
CookieReader - Class in org.restlet.engine.http.header
Cookie header reader.
CookieReader(String) - Constructor for class org.restlet.engine.http.header.CookieReader
Constructor.
CookieSeries - Class in org.restlet.engine.util
Cookie series used internally by the Request class.
CookieSeries() - Constructor for class org.restlet.engine.util.CookieSeries
Constructor.
CookieSeries(List<Cookie>) - Constructor for class org.restlet.engine.util.CookieSeries
Constructor.
CookieSettingReader - Class in org.restlet.engine.http.header
Cookie setting header reader.
CookieSettingReader(String) - Constructor for class org.restlet.engine.http.header.CookieSettingReader
Constructor.
CookieSettingSeries - Class in org.restlet.engine.util
Cookie setting series.
CookieSettingSeries() - Constructor for class org.restlet.engine.util.CookieSettingSeries
Constructor.
CookieSettingSeries(List<CookieSetting>) - Constructor for class org.restlet.engine.util.CookieSettingSeries
Constructor.
CookieSettingWriter - Class in org.restlet.engine.http.header
Cookie setting header writer.
CookieSettingWriter() - Constructor for class org.restlet.engine.http.header.CookieSettingWriter
 
CookieWriter - Class in org.restlet.engine.http.header
Cookie header writer.
CookieWriter() - Constructor for class org.restlet.engine.http.header.CookieWriter
 
copy(InputStream, OutputStream) - Static method in class org.restlet.engine.io.BioUtils
Copies an input stream to an output stream.
copy(InputStream, RandomAccessFile) - Static method in class org.restlet.engine.io.BioUtils
Copies an input stream to a random access file.
copy(Reader, Writer) - Static method in class org.restlet.engine.io.BioUtils
Copies characters from a reader to a writer.
copy(FileChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Writes the representation to a byte channel.
copy(ReadableByteChannel, WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Writes a readable channel to a writable channel.
copy(ReadableByteChannel, OutputStream) - Static method in class org.restlet.engine.io.NioUtils
Writes a NIO readable channel to a BIO output stream.
copyResponseTransportHeaders(Series<Parameter>, Response) - Method in class org.restlet.engine.http.connector.ClientConnection
Copies headers into a response.
copyResponseTransportHeaders(Series<Parameter>, Response) - Static method in class org.restlet.engine.http.header.HeaderUtils
Copies headers into a response.
copySubList(List<T>, int, int) - Static method in class org.restlet.engine.util.ListUtils
Unlike List.subList(), which returns a live view of a set of List elements, this method returns a new copy of the list.
create(Request) - Method in class org.restlet.engine.http.HttpClientHelper
Creates a low-level HTTP client call from a high-level request.
create(CharSequence, CharSequence, boolean, CharacterSet) - Static method in class org.restlet.engine.util.FormUtils
Creates a parameter.
createAcceptorService() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Creates the handler service.
createChildContext() - Method in class org.restlet.engine.component.ChildContext
 
createChildContext() - Method in class org.restlet.engine.component.ComponentContext
 
createClassLoader() - Method in class org.restlet.engine.Engine
Creates a new class loader.
createConnection(BaseHelper<Client>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
createConnection(BaseHelper<T>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.BaseHelper
Creates a connection associated to the given socket.
createConnection(BaseHelper<Server>, Socket, SocketChannel) - Method in class org.restlet.engine.http.connector.HttpServerHelper
 
createController() - Method in class org.restlet.engine.http.connector.BaseHelper
Creates a new controller.
createControllerService() - Method in class org.restlet.engine.http.connector.BaseHelper
Creates the connector controller service.
createEntry(String, String) - Method in class org.restlet.engine.util.CookieSeries
 
createEntry(String, String) - Method in class org.restlet.engine.util.CookieSettingSeries
 
createFinder(Class<?>) - 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.
createInboundEntity(Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound message entity if available.
createObject() - Method in class org.restlet.engine.util.Pool
Creates a new reusable object.
createParameter(String, String) - Method in class org.restlet.engine.http.header.CacheDirectiveReader
 
createParameter(String, String) - Method in class org.restlet.engine.http.header.ExpectationReader
 
createParameter(String) - Method in class org.restlet.engine.http.header.HeaderReader
Creates a new parameter with a null value.
createParameter(String, String) - Method in class org.restlet.engine.http.header.HeaderReader
Creates a new parameter.
createPreference(CharSequence, Series<Parameter>) - Method in class org.restlet.engine.http.header.PreferenceReader
Creates a new preference.
createReference(String, String, String, String) - Method in class org.restlet.engine.local.EntityClientHelper
Generate a Reference for a variant name (which is URL decoded) and handle the translation between the incoming requested path (which is URL encoded).
createRequest(Context, ServerConnection, String, String, String, Series<Parameter>, Representation, boolean, Principal) - Method in class org.restlet.engine.http.connector.ServerConnection
Creates a new request.
createResponse(Request) - Method in class org.restlet.engine.http.connector.BaseHelper
Creates the response object.
createRoute(String, Restlet, int) - Method in class org.restlet.engine.component.InternalRouter
 
createSecureSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates a properly configured secure socket factory.
createSeries(List<Cookie>) - Method in class org.restlet.engine.util.CookieSeries
 
createSeries(List<CookieSetting>) - Method in class org.restlet.engine.util.CookieSettingSeries
 
createServerSocket() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Create a server socket channel and bind it to the given address
createSocket(boolean, InetSocketAddress) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates the socket that will be used to send the request and get the response.
createSocket(boolean, String, int) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates the socket that will be used to send the request and get the response.
createSocketAddress() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Creates a socket address to listen on.
createSocketFactory(boolean) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Creates a normal or secure socket factory.
createSslContext() - Method in class org.restlet.engine.security.DefaultSslContextFactory
Creates a configured and initialised SSLContext from the values set via the various setters of this class.
createSslContext() - Method in class org.restlet.engine.security.SslContextFactory
Creates a configured and initialized SSLContext.
createStatus(int) - Method in class org.restlet.engine.http.connector.ClientConnection
Returns the status corresponding to a given status code.
createStore() - Method in class org.restlet.engine.util.Pool
Creates the store of reusable objects.
createWorkerService() - Method in class org.restlet.engine.http.connector.BaseHelper
Creates the handler service.
CURRENT - Static variable in enum org.restlet.engine.Edition
The current engine edition.

D

DateUtils - Class in org.restlet.engine.util
Date manipulation utilities.
DateWriter - Class in org.restlet.engine.http.header
Date header writer.
DateWriter() - Constructor for class org.restlet.engine.http.header.DateWriter
 
decode(Representation) - Method in class org.restlet.engine.application.Decoder
Decodes a given representation if its encodings are supported by NRE.
decode(char[]) - Static method in class org.restlet.engine.util.Base64
Decodes base64 characters into bytes.
decode(String) - Static method in class org.restlet.engine.util.Base64
Decodes a base64 string into bytes.
Decoder - Class in org.restlet.engine.application
Filter decompressing entities.
Decoder(Context) - Constructor for class org.restlet.engine.application.Decoder
Constructor to only decode request entities before handling.
Decoder(Context, boolean, boolean) - Constructor for class org.restlet.engine.application.Decoder
Constructor.
DecodeRepresentation - Class in org.restlet.engine.application
Representation that decodes a wrapped representation if its encoding is supported.
DecodeRepresentation(Representation) - Constructor for class org.restlet.engine.application.DecodeRepresentation
Constructor.
DefaultAccessLogFormatter - Class in org.restlet.engine.log
Access log record formatter which writes a header describing the default log format.
DefaultAccessLogFormatter() - Constructor for class org.restlet.engine.log.DefaultAccessLogFormatter
 
DefaultConverter - Class in org.restlet.engine.converter
Converter for the built-in Representation classes.
DefaultConverter() - Constructor for class org.restlet.engine.converter.DefaultConverter
 
DefaultSaxHandler - Class in org.restlet.engine.util
A Utility class which extends the provided DefaultHandler and implements the LSResourceResolver interface.
DefaultSaxHandler() - Constructor for class org.restlet.engine.util.DefaultSaxHandler
Trivial constructor.
DefaultSslContextFactory - Class in org.restlet.engine.security
This SslContextFactory makes it possible to configure most basic options when building an SSLContext.
DefaultSslContextFactory() - Constructor for class org.restlet.engine.security.DefaultSslContextFactory
 
delete(File) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or an empty directory.
delete(File, boolean) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or a directory.
delete(File, boolean, boolean) - Static method in class org.restlet.engine.io.BioUtils
Deletes an individual file or a directory.
delete() - Method in class org.restlet.engine.local.DirectoryServerResource
 
DESCRIPTOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_AUTHENTICATOR_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CLIENT_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_CONVERTER_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_PROTOCOL_PATH - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER - Static variable in class org.restlet.engine.Engine
 
DESCRIPTOR_SERVER_PATH - Static variable in class org.restlet.engine.Engine
 
DimensionReader - Class in org.restlet.engine.http.header
Dimension header reader.
DimensionReader(String) - Constructor for class org.restlet.engine.http.header.DimensionReader
Constructor.
DimensionWriter - Class in org.restlet.engine.http.header
Dimension header writer.
DimensionWriter() - Constructor for class org.restlet.engine.http.header.DimensionWriter
 
DirectoryServerResource - Class in org.restlet.engine.local
Resource supported by a set of context representations (from file system, class loaders and webapp context).
DirectoryServerResource() - Constructor for class org.restlet.engine.local.DirectoryServerResource
 
DispositionReader - Class in org.restlet.engine.http.header
Disposition header reader.
DispositionReader(String) - Constructor for class org.restlet.engine.http.header.DispositionReader
Constructor.
DispositionWriter - Class in org.restlet.engine.http.header
Disposition header writer.
DispositionWriter() - Constructor for class org.restlet.engine.http.header.DispositionWriter
 
doHandle(Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Handles the call by distributing it to the next Restlet.
doHandle(Request, Response) - Method in class org.restlet.engine.component.ChildClientDispatcher
Transmits the call to the parent component except if the call is internal as denoted by the Protocol.RIAP protocol and targets this child application.
doHandle(Request, Response) - Method in class org.restlet.engine.component.ComponentClientDispatcher
 
doHandle(Request, Response) - Method in class org.restlet.engine.component.ComponentServerDispatcher
 
doHandle(Request, Response) - Method in class org.restlet.engine.TemplateDispatcher
Actually handles the call.
doInit() - Method in class org.restlet.engine.local.DirectoryServerResource
This initialization method aims at answering the following questions:
does this request target a directory? does this request target a directory, with an index file? should this request be redirected (target is a directory with no trailing "/")? does this request target a file?
The following constraints must be taken into account:
the underlying helper may not support content negotiation and be able to return the list of possible variants of the target file (e.g.

E

Edition - Enum in org.restlet.engine
Enumeration of Restlet editions.
encode(ClientInfo, Representation) - Method in class org.restlet.engine.application.Encoder
Encodes a given representation if an encoding is supported by the client.
encode(byte[], boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire byte array into a Base64 string, with optional newlines after every 76 characters.
encode(byte[], int, int, boolean) - Static method in class org.restlet.engine.util.Base64
Encodes specified bytes into a Base64 string, with optional newlines after every 76 characters.
encode(char[], boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire chars array into a Base64 string, with optional newlines after every 76 characters.
encode(char[], String, boolean) - Static method in class org.restlet.engine.util.Base64
Encodes an entire chars array into a Base64 string, with optional newlines after every 76 characters.
ENCODE_ALL_SIZES - Static variable in class org.restlet.engine.application.Encoder
Indicates if the encoding should always occur, regardless of the size.
Encoder - Class in org.restlet.engine.application
Filter compressing entities.
Encoder(Context) - Constructor for class org.restlet.engine.application.Encoder
Constructor using the default media types and with Encoder.ENCODE_ALL_SIZES setting.
Encoder(Context, boolean, boolean, long, List<MediaType>, List<MediaType>) - Constructor for class org.restlet.engine.application.Encoder
Constructor.
EncodeRepresentation - Class in org.restlet.engine.application
Content that encodes a wrapped content.
EncodeRepresentation(Encoding, Representation) - Constructor for class org.restlet.engine.application.EncodeRepresentation
Constructor.
EncodingReader - Class in org.restlet.engine.http.header
Encoding header reader.
EncodingReader(String) - Constructor for class org.restlet.engine.http.header.EncodingReader
Constructor.
EncodingWriter - Class in org.restlet.engine.http.header
Encoding header writer.
EncodingWriter() - Constructor for class org.restlet.engine.http.header.EncodingWriter
 
Engine - Class in org.restlet.engine
Engine supporting the Restlet API.
Engine() - Constructor for class org.restlet.engine.Engine
Constructor that will automatically attempt to discover connectors.
Engine(boolean) - Constructor for class org.restlet.engine.Engine
Constructor.
EngineClassLoader - Class in org.restlet.engine.util
Flexible engine class loader.
EngineClassLoader(Engine) - Constructor for class org.restlet.engine.util.EngineClassLoader
Constructor.
Entity - Class in org.restlet.engine.local
Represents a local entity, for example a regular file or a directory.
Entity(MetadataService) - Constructor for class org.restlet.engine.local.Entity
Constructor.
EntityClientHelper - Class in org.restlet.engine.local
Connector to the local entities.
EntityClientHelper(Client) - Constructor for class org.restlet.engine.local.EntityClientHelper
Constructor.
entry - Variable in class org.restlet.engine.local.ZipEntryEntity
The Zip entry.
entry - Variable in class org.restlet.engine.local.ZipEntryRepresentation
The Zip entry.
equals(Object) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the current variant is equal to the given variant.
equals(Object) - Method in class org.restlet.engine.resource.VariantInfo
Indicates if the current variant is equal to the given variant.
equals(Date, Date) - Static method in class org.restlet.engine.util.DateUtils
Compares two date with a precision of one second.
error(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
execute(Runnable) - Method in class org.restlet.engine.http.connector.Controller
Executes the next task in a separate thread provided by the worker service, only if the worker service isn't busy.
exhaust(InputStream) - Static method in class org.restlet.engine.io.BioUtils
Exhaust the content of the representation by reading it and silently discarding anything read.
exists() - Method in class org.restlet.engine.local.Entity
Indicates if the entity does exist.
exists() - Method in class org.restlet.engine.local.FileEntity
 
exists() - Method in class org.restlet.engine.local.ZipEntryEntity
 
EXPECT_CONTINUE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
ExpectationReader - Class in org.restlet.engine.http.header
Expectation header reader.
ExpectationReader(String) - Constructor for class org.restlet.engine.http.header.ExpectationReader
Constructor.
ExpectationWriter - Class in org.restlet.engine.http.header
Expectation header writer.
ExpectationWriter() - Constructor for class org.restlet.engine.http.header.ExpectationWriter
 
extractEntityHeaders(Iterable<Parameter>, Representation) - Static method in class org.restlet.engine.http.header.HeaderUtils
Extracts entity headers and updates a given representation or create an empty one when at least one entity header is present.
extractKeySize(String) - Static method in class org.restlet.engine.security.SslUtils
Extract the SSL key size of a given cipher suite.
extractMediaParams(Series<Parameter>) - Method in class org.restlet.engine.http.header.PreferenceReader
Extract the media parameters.
extractQuality(Series<Parameter>) - Method in class org.restlet.engine.http.header.PreferenceReader
Extract the quality value.

F

fatalError(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
FileClientHelper - Class in org.restlet.engine.local
Connector to the file resources accessible.
FileClientHelper(Client) - Constructor for class org.restlet.engine.local.FileClientHelper
Constructor.
FileEntity - Class in org.restlet.engine.local
Local entity based on a regular File.
FileEntity(File, MetadataService) - Constructor for class org.restlet.engine.local.FileEntity
Constructor.
findClass(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findHelper() - Method in class org.restlet.engine.Engine
Finds the converter helper supporting the given conversion.
findHelper(ChallengeScheme, boolean, boolean) - Method in class org.restlet.engine.Engine
Finds the authenticator helper supporting the given scheme.
findResource(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
findResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
fireContextChanged(Restlet, Context) - Static method in class org.restlet.engine.component.ChildContext
Indicates that a Restlet's context has changed.
flush() - Method in class org.restlet.engine.http.io.ChunkedOutputStream
Writes the current chunk and flushes the wrapped stream.
flush() - Method in class org.restlet.engine.io.TraceOutputStream
 
flush() - Method in class org.restlet.engine.io.WriterOutputStream
 
flush() - Method in class org.restlet.engine.log.TraceHandler
 
format(LogRecord) - Method in class org.restlet.engine.log.AccessLogFormatter
 
format(Request, Response) - Method in class org.restlet.engine.log.LogFilter
Format a log entry.
format(Date) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date in the default HTTP format (RFC 1123).
format(Date, String) - Static method in class org.restlet.engine.util.DateUtils
Formats a Date according to the first format in the array.
format(Date, StringBuffer, FieldPosition) - Method in class org.restlet.engine.util.InternetDateFormat
 
FORMAT_ASC_TIME - Static variable in class org.restlet.engine.util.DateUtils
Obsoleted HTTP date format (ANSI C asctime() format).
FORMAT_RFC_1036 - Static variable in class org.restlet.engine.util.DateUtils
Obsoleted HTTP date format (RFC 1036).
FORMAT_RFC_1123 - Static variable in class org.restlet.engine.util.DateUtils
Preferred HTTP date format (RFC 1123).
FORMAT_RFC_3339 - Static variable in class org.restlet.engine.util.DateUtils
W3C date format (RFC 3339).
FORMAT_RFC_822 - Static variable in class org.restlet.engine.util.DateUtils
Common date format (RFC 822).
formatAuthenticationInfo(AuthenticationInfo) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats an authentication information as a HTTP header value.
formatDefault(Request, Response, int) - Method in class org.restlet.engine.log.LogFilter
Format a log entry using the default format.
formatNonceCount(int) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a given nonce count as a HTTP header value.
formatRawRequest(ChallengeWriter, ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
formatRawRequest(ChallengeWriter, ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge request as raw credentials.
formatRawResponse(ChallengeWriter, ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
formatRawResponse(ChallengeWriter, ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge response as raw credentials.
formatRawResponse(ChallengeWriter, ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.SmtpPlainHelper
 
formatRequest(ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge request as a HTTP header value.
formatRequest(ChallengeRequest, Response, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a challenge request as a HTTP header value.
formatResponse(ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats a challenge response as a HTTP header value.
formatResponse(ChallengeResponse, Request, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Formats a challenge response as a HTTP header value.
formatSecret(ChallengeResponse, Request, Response, String, char[], String) - Method in class org.restlet.engine.security.AuthenticatorHelper
Formats the secret of a challenge response.
FormReader - Class in org.restlet.engine.util
Form reader.
FormReader(Representation) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
In case the representation does not define a character set, the UTF-8 character set is used.
FormReader(String, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormReader(String, CharacterSet, char) - Constructor for class org.restlet.engine.util.FormReader
Constructor.
FormUtils - Class in org.restlet.engine.util
Representation of a Web form containing submitted parameters.

G

get() - Method in class org.restlet.engine.local.DirectoryServerResource
 
getAcceptedMediaTypes() - Method in class org.restlet.engine.application.Encoder
Returns the media types that should be encoded.
getAdapter() - Method in class org.restlet.engine.http.HttpClientHelper
Returns the adapter from uniform calls to HTTP calls.
getAdapter() - Method in class org.restlet.engine.http.HttpServerHelper
Returns the adapter from HTTP calls to uniform calls.
getAddress() - Method in class org.restlet.engine.http.connector.Connection
Returns the socket IP address.
getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Java method.
getAnnotation(List<AnnotationInfo>, Method, Representation, MetadataService, ConverterService) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the first annotation descriptor matching the given Restlet method.
getAnnotationInfo() - Method in class org.restlet.engine.resource.VariantInfo
Returns the optional annotation descriptor.
getAnnotations(Class<?>) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnnotations(Class<?>, Method) - Static method in class org.restlet.engine.resource.AnnotationUtils
Returns the annotation descriptors for the given resource class.
getAnonymousLogger() - Static method in class org.restlet.engine.Engine
Returns an anonymous logger.
getAnonymousLogger() - Method in class org.restlet.engine.log.LoggerFacade
Returns an anonymous logger.
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.EncodeRepresentation
Returns the available size in bytes of the encoded representation if known, UNKNOWN_SIZE (-1) otherwise.
getAvailableSize() - Method in class org.restlet.engine.application.RangeRepresentation
 
getAvailableSize(Representation) - Static method in class org.restlet.engine.io.BioUtils
Returns the size effectively available.
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).
getBestClassName(Class<?>) - Static method in class org.restlet.engine.component.ChildContext
Return the best class name.
getBestConnection(Request) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Tries to reuse an existing connection for the given request, or creates a new one.
getBestEncoding(ClientInfo) - Method in class org.restlet.engine.application.Encoder
Returns the best supported encoding for a given client.
getBestHelper(Object, Variant, UniformResource) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the best converter helper matching the given parameters.
getBestHelper(Representation, Class<T>, UniformResource) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the best converter helper matching the given parameters.
getBufferSize() - Static method in class org.restlet.engine.io.IoUtils
Returns the size to use when instantiating buffered items such as instances of the BufferedReader class.
getCacheDirectives() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getCacheDirectives() - Method in class org.restlet.engine.http.HttpRequest
 
getCalendar() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the Calendar object wrapped by this InternetDateFormat object.
getCertAlgorithm() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL certificate algorithm.
getChallengeResponse() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getChallengeResponse() - Method in class org.restlet.engine.http.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.NioUtils
Returns a readable byte channel based on a given input stream.
getChannel(OutputStream) - Static method in class org.restlet.engine.io.NioUtils
Returns a writable byte channel based on a given output stream.
getChannel(Representation) - Static method in class org.restlet.engine.io.NioUtils
Returns a readable byte channel based on the given representation's content and its write(WritableByteChannel) method.
getCharacterSet() - Method in class org.restlet.engine.application.MetadataExtension
Returns the character set.
getCharacterSet() - Method in class org.restlet.engine.http.header.ContentType
Returns the character set.
getCharacterSetPrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of character set preferences.
getChild() - Method in class org.restlet.engine.component.ChildContext
Returns the child.
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
 
getClassLoader() - Method in class org.restlet.engine.Engine
Returns the class loader.
getClient() - Method in class org.restlet.engine.component.ClientRoute
Returns the target client.
getClientAddress() - Method in class org.restlet.engine.http.Call
Returns the client address.
Corresponds to the IP address of the requesting client.
getClientDispatcher() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a client dispatcher.
getClientInfo() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.engine.http.HttpRequest
Returns the client-specific information.
getClientInfo() - Method in class org.restlet.engine.util.Conneg
Returns the client preferences.
getClientPort() - Method in class org.restlet.engine.http.Call
Returns the client port.
Corresponds to the TCP/IP port of the requesting client.
getClientRouter() - Method in class org.restlet.engine.component.ComponentHelper
Returns the internal client router.
getComponentHelper() - Method in class org.restlet.engine.component.ComponentContext
Returns the component helper.
getConditions() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the condition data applying to this call.
getConditions() - Method in class org.restlet.engine.http.HttpRequest
Returns the condition data applying to this call.
getConnection() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the set of active connections.
getConnectorService() - Static method in class org.restlet.engine.ConnectorHelper
Returns the connector service associated to a request.
getConnectTimeout() - Method in class org.restlet.engine.ClientHelper
Returns the connection timeout.
getConnectTimeout() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the connection timeout.
getContactEmail() - Method in class org.restlet.engine.application.StatusFilter
Returns the email address of the administrator to contact in case of error.
getContentLength() - Method in class org.restlet.engine.http.ClientCall
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentLength(Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContentLength() - Method in class org.restlet.engine.http.ServerCall
Returns the content length of the request entity if know, Representation.UNKNOWN_SIZE otherwise.
getContext() - Method in class org.restlet.engine.ConnectorHelper
Returns the helped Restlet context.
getContext() - Method in class org.restlet.engine.http.adapter.Adapter
Returns the context.
getContext() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet context.
getContext() - Method in class org.restlet.engine.TemplateDispatcher
Returns the context.
getController() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the controller task.
getControllerSleepTimeMs() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the time for the controller thread to sleep between each control.
getCookies() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the cookies provided by the client.
getCookies(List<Cookie>, Map<String, Cookie>) - Static method in class org.restlet.engine.http.header.CookieWriter
Gets the cookies whose name is a key in the given map.
getCookies() - Method in class org.restlet.engine.http.HttpRequest
Returns the cookies provided by the client.
getDate() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the value of this InternetDateFormat object as a Date object.
getDefaultAcceptedMediaTypes() - Static method in class org.restlet.engine.application.Encoder
Returns the list of default encoded media types.
getDefaultIgnoredMediaTypes() - Static method in class org.restlet.engine.application.Encoder
Returns the list of default ignored media types.
getDefaultLanguage() - Method in class org.restlet.engine.local.LocalClientHelper
Returns the default language.
getDefaultRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
getDirectory() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the parent directory handler.
getDirectoryContent() - Method in class org.restlet.engine.local.DirectoryServerResource
If the resource is a directory, this returns its content.
getDirectoryUri() - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the context's directory URI (file, clap URI).
getDisabledCipherSuites(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
Returns the list of disabled cipher suites.
getEnabledCipherSuites(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
Returns the list of enabled cipher suites.
getEncoding() - Method in class org.restlet.engine.application.MetadataExtension
Returns the encoding.
getEncodingPrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of encoding preferences.
getEncodings() - Method in class org.restlet.engine.application.DecodeRepresentation
Returns the encodings applied to the entity.
getEncodings() - Method in class org.restlet.engine.application.EncodeRepresentation
Returns the applied encodings.
getEngine() - Method in class org.restlet.engine.util.EngineClassLoader
Returns the parent Restlet engine.
getEnrichedPreferences(List<Preference<T>>, T, T) - Method in class org.restlet.engine.util.Conneg
Returns an enriched list of preferences.
getEntity() - Method in class org.restlet.engine.http.HttpRequest
Returns the representation provided by the client.
getEntity(String) - Method in class org.restlet.engine.local.EntityClientHelper
Returns a local entity for the given path.
getEntity(String) - Method in class org.restlet.engine.local.FileClientHelper
 
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.
getFirst() - Method in class org.restlet.engine.ChainHelper
Returns the first Restlet.
getFirstParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the first parameter with the given name.
getFirstParameter(String, String, CharacterSet, char) - Static method in class org.restlet.engine.util.FormUtils
Reads the first parameter with the given name.
getFullName() - Method in enum org.restlet.engine.Edition
Returns the full size name of the edition.
getHead(Handler) - Method in class org.restlet.engine.log.DefaultAccessLogFormatter
 
getHeaders() - Method in class org.restlet.engine.http.connector.ConnectedRequest
Returns the HTTP headers.
getHeaders() - Method in class org.restlet.engine.http.HttpRequest
Returns the HTTP headers.
getHeaders() - Method in class org.restlet.engine.http.HttpResponse
Returns the HTTP headers.
getHelped() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet.
getHelpedParameters() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet parameters.
getHelper() - Method in class org.restlet.engine.http.ClientCall
Returns the HTTP client helper.
getHelper() - Method in class org.restlet.engine.http.connector.Acceptor
Returns the parent server helper.
getHelper() - Method in class org.restlet.engine.http.connector.Connection
Returns the parent connector helper.
getHelper() - Method in class org.restlet.engine.http.connector.Controller
Returns the parent connector helper.
getHomeRef() - Method in class org.restlet.engine.application.StatusFilter
Returns the home URI to propose in case of error.
getHostDomain() - Method in class org.restlet.engine.http.Call
Returns the host domain.
getHostDomain() - Method in class org.restlet.engine.http.ServerCall
Returns the host domain name.
getHostPort() - Method in class org.restlet.engine.http.Call
Returns the host port.
getHostPort() - Method in class org.restlet.engine.http.ServerCall
Returns the host port.
getHostType() - Method in class org.restlet.engine.log.IdentClient
Returns the remote host type.
getHttpCall() - Method in class org.restlet.engine.http.HttpRequest
Returns the low-level HTTP call.
getHttpCall() - Method in class org.restlet.engine.http.HttpResponse
Returns the low-level HTTP call.
getIgnoredMediaTypes() - Method in class org.restlet.engine.application.Encoder
Returns the media types that should be ignored.
getInboundBufferSize() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the size of the buffer when reading messages..
getInboundEntityChannel(long, boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound message entity channel if it exists.
getInboundEntityStream(long, boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound message entity stream if it exists.
getInboundMessages() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the queue of inbound messages pending for handling.
getInboundMessages() - Method in class org.restlet.engine.http.connector.Connection
Returns the queue of inbound messages.
getInboundStream() - Method in class org.restlet.engine.http.connector.Connection
Returns the inbound stream.
getInboundStream() - Method in class org.restlet.engine.http.io.InputEntityStream
Returns the inbound stream.
getInputStream() - Method in class org.restlet.engine.io.PipeStream
Returns a new input stream that can read from the pipe.
getInputValue() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the input part of the annotation value.
getInstance() - Static method in class org.restlet.engine.Engine
Returns the registered Restlet engine.
getJavaInputType(int) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the generic type for the given input parameter.
getJavaInputTypes() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the input types of the Java method.
getJavaMajorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the first digit of the version number of the Java Runtime Environment (e.g.
getJavaMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the annotated Java method.
getJavaMinorVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the second digit of the version number of the Java Runtime Environment (e.g.
getJavaOutputType() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the output type of the Java method.
getJavaUpdateVersion() - Static method in class org.restlet.engine.util.SystemUtils
Parses the "java.version" system property and returns the update release number of the Java Runtime Environment (e.g.
getKeyPassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL key password.
getKeystorePassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore password.
getKeystorePath() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore path.
getKeystoreType() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore type.
getLanguage() - Method in class org.restlet.engine.application.MetadataExtension
Returns the language.
getLanguagePrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of language preferences.
getLast() - Method in class org.restlet.engine.ChainHelper
Returns the last 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.http.ClientCall
Returns the local IP address or 127.0.0.1 if the resolution fails.
getLogger(Class<?>) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the class name of the given object.
getLogger(String) - Static method in class org.restlet.engine.Engine
Returns a logger based on the given logger name.
getLogger() - Method in class org.restlet.engine.http.adapter.Adapter
Returns the logger.
getLogger() - Method in class org.restlet.engine.http.Call
Returns the logger.
getLogger() - Method in class org.restlet.engine.http.connector.Connection
Returns the logger.
getLogger(Class<?>) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Class<?>, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(Object, String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the class name of the given object.
getLogger(String) - Method in class org.restlet.engine.log.LoggerFacade
Returns a logger based on the given logger name.
getLogger() - Method in class org.restlet.engine.RestletHelper
Returns the helped Restlet logger.
getLogger() - Method in class org.restlet.engine.security.AuthenticatorHelper
Returns the context's logger.
getLoggerFacade() - Method in class org.restlet.engine.Engine
Returns the logger facade to use.
getLoggerName(String, Object) - Static method in class org.restlet.engine.component.ChildContext
Returns a non-null logger name.
getMaxConnectionsPerHost() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the maximum concurrent connections per host (IP address).
getMaxThreads() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the maximum threads that will service requests.
getMaxTotalConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the maximum number of concurrent connections allowed.
getMediaType() - Method in class org.restlet.engine.application.MetadataExtension
Returns the media type.
getMediaType() - Method in class org.restlet.engine.http.header.ContentType
Returns the media type.
getMediaTypePrefs() - Method in class org.restlet.engine.util.Conneg
Returns the enriched list of media type preferences.
getMediumName() - Method in enum org.restlet.engine.Edition
Returns the medium size name of the edition.
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.
getMetadataService() - Method in class org.restlet.engine.util.Conneg
Returns the metadata service.
getMethod() - Method in class org.restlet.engine.http.Call
Returns the request method.
getMinimumSize() - Method in class org.restlet.engine.application.Encoder
Returns the minimum size a representation must have before compression is done.
getMinThreads() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the minimum threads waiting to service requests.
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
 
getOutboundBufferSize() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the size of the buffer when writing messages..
getOutboundEntityChannel(boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the response channel if it exists.
getOutboundEntityStream(boolean) - Method in class org.restlet.engine.http.connector.Connection
Returns the response entity stream if it exists.
getOutboundMessages() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the queue of outbound messages pending for handling.
getOutboundMessages() - Method in class org.restlet.engine.http.connector.Connection
Returns the queue of outbound messages.
getOutboundStream() - Method in class org.restlet.engine.http.connector.Connection
Returns the outbound stream.
getOutputStream() - Method in class org.restlet.engine.io.PipeStream
Returns a new output stream that can write into the pipe.
getOutputValue() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the output part of the annotation value.
getParameter(Representation, String) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
getParameter(String, String, CharacterSet, char) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters with the given name.
If multiple values are found, a list is returned created.
getParameters(Representation, Map<String, Object>) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
getParameters(String, Map<String, Object>, CharacterSet, char) - Static method in class org.restlet.engine.util.FormUtils
Reads the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
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.component.ChildContext
Returns the parent context.
getPort() - Method in class org.restlet.engine.http.connector.Connection
Returns the socket port.
getPreferredMetadata(List<T>, List<Preference<T>>) - Static method in class org.restlet.engine.util.ConnegUtils
Returns the preferred metadata taking into account both metadata supported by the server and client preferences.
getPreferredVariant(List<? extends Variant>) - Method in class org.restlet.engine.util.Conneg
Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
getPreferredVariant(ClientInfo, List<? extends Variant>, MetadataService) - Static method in class org.restlet.engine.util.ConnegUtils
Returns the best variant representation for a given resource according the the client preferences.
A default language is provided in case the variants don't match the client preferences.
getProtocol() - Method in class org.restlet.engine.http.Call
Returns the exact protocol (HTTP or HTTPS).
getProtocols() - Method in class org.restlet.engine.ConnectorHelper
Returns the protocols simultaneously supported.
getProxyChallengeResponse() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getProxyChallengeResponse() - Method in class org.restlet.engine.http.HttpRequest
 
getProxyHost() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the host name of the HTTP proxy, if specified.
getProxyPort() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the port of the HTTP proxy, if specified, 3128 otherwise.
getRange() - Method in class org.restlet.engine.application.RangeRepresentation
Returns the range specific to this wrapper.
getRanges() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getRanges() - Method in class org.restlet.engine.http.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.RangeRepresentation
 
getReader(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns a reader from an input stream and a character set.
getReader(WriterRepresentation) - Static method in class org.restlet.engine.io.BioUtils
Returns a reader from a writer representation.Internally, it uses a writer thread and a pipe stream.
getReasonPhrase() - Method in class org.restlet.engine.http.Call
Returns the reason phrase.
getRecipientsInfo() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getRecipientsInfo() - Method in class org.restlet.engine.http.HttpRequest
 
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.http.connector.ConnectedRequest
Returns the referrer reference if available.
getReferrerRef() - Method in class org.restlet.engine.http.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.
getRegularSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the regular socket factory.
getRepresentation(Status, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a representation for the given status.
In order to customize the default representation, this method can be overridden.
getRepresentation(InputStream) - Method in class org.restlet.engine.http.Call
Returns the representation wrapping the given stream.
getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.http.Call
Returns the representation wrapping the given channel.
getRepresentation(InputStream) - Method in class org.restlet.engine.http.connector.Connection
Returns the representation wrapping the given stream.
getRepresentation(ReadableByteChannel) - Method in class org.restlet.engine.http.connector.Connection
Returns the representation wrapping the given channel.
getRepresentation(String, MediaType) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns a representation of the resource at the target URI.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.Entity
Returns a representation of this local entity.
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.FileEntity
 
getRepresentation(MediaType, int) - Method in class org.restlet.engine.local.ZipEntryEntity
 
getRequestEntity() - Method in class org.restlet.engine.http.ServerCall
Returns the request entity if available.
getRequestEntityChannel() - Method in class org.restlet.engine.http.ClientCall
Returns the request entity channel if it exists.
getRequestEntityChannel(long) - Method in class org.restlet.engine.http.ServerCall
Returns the request entity channel if it exists.
getRequestEntityStream() - Method in class org.restlet.engine.http.ClientCall
Returns the request entity stream if it exists.
getRequestEntityStream(long) - Method in class org.restlet.engine.http.ServerCall
Returns the request entity stream if it exists.
getRequestHeadChannel() - Method in class org.restlet.engine.http.ServerCall
Returns the request head channel if it exists.
getRequestHeaders() - Method in class org.restlet.engine.http.Call
Returns the modifiable list of request headers.
getRequestHeadStream() - Method in class org.restlet.engine.http.ClientCall
Returns the request head stream if it exists.
getRequestHeadStream() - Method in class org.restlet.engine.http.ServerCall
Returns the request head stream if it exists.
getRequestUri() - Method in class org.restlet.engine.http.Call
Returns the URI on the request line (most like a relative reference, but not necessarily).
getRequestVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
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.
getResourceClass() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the resource interface value.
getResources(String) - Method in class org.restlet.engine.util.EngineClassLoader
 
getResponseEntity(Response) - Method in class org.restlet.engine.http.ClientCall
Returns the response entity if available.
getResponseEntityChannel(long) - Method in class org.restlet.engine.http.ClientCall
Returns the response channel if it exists.
getResponseEntityChannel() - Method in class org.restlet.engine.http.ServerCall
Returns the response channel if it exists.
getResponseEntityStream(long) - Method in class org.restlet.engine.http.ClientCall
Returns the response entity stream if it exists.
getResponseEntityStream() - Method in class org.restlet.engine.http.ServerCall
Returns the response entity stream if it exists.
getResponseHeaders() - Method in class org.restlet.engine.http.Call
Returns the modifiable list of server headers.
getResponseVariants(MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Returns a list of response variants based on the annotation value.
getRestletMethod() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the matching Restlet method.
getSecureRandomAlgorithm() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the name of the RNG algorithm.
getSecureSocketFactory() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the secure socket factory.
getSecureSocketProtocol() - Method in class org.restlet.engine.security.DefaultSslContextFactory
Returns the secure socket protocol name, "TLS" by default.
getSecurityProvider() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the Java security provider name.
getSelector() - Static method in class org.restlet.engine.io.SelectorFactory
Get an exclusive Selector.
getServerAddress() - Method in class org.restlet.engine.http.Call
Returns the response address.
Corresponds to the IP address of the responding server.
getServerInfo() - Method in class org.restlet.engine.http.HttpResponse
Returns the server-specific information.
getServerPort() - Method in class org.restlet.engine.http.Call
Returns the server port.
getServerRouter() - Method in class org.restlet.engine.component.ComponentHelper
Returns the internal host router.
getServerSocket() - Method in class org.restlet.engine.http.connector.BaseServerHelper
Returns the server socket.
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.
getSocket() - Method in class org.restlet.engine.http.connector.Connection
Returns the underlying socket.
getSocketAddress(Request) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns an IP socket address representing the target host domain and port for a given request.
getSocketChannel() - Method in class org.restlet.engine.http.connector.Connection
Returns the underlying NIO socket channel.
getSocketFactory(boolean) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the socket factory.
getSource() - Method in class org.restlet.engine.security.RoleMapping
 
getSslCipherSuite() - Method in class org.restlet.engine.http.connector.Connection
Returns the SSL cipher suite.
getSslCipherSuite() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL Cipher Suite, if available and accessible.
getSslClientCertificates() - Method in class org.restlet.engine.http.connector.Connection
Returns the list of client SSL certificates.
getSslClientCertificates() - Method in class org.restlet.engine.http.ServerCall
Returns the chain of client certificates, if available and accessible.
getSslContextFactory(RestletHelper<?>) - Static method in class org.restlet.engine.security.SslUtils
Returns the SSL context factory.
getSslKeySize() - Method in class org.restlet.engine.http.connector.Connection
Returns the SSL key size, if available and accessible.
getSslKeySize() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL key size, if available and accessible.
getSslProtocol() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL keystore type.
getSslSessionId() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL session ID, in hexadecimal encoding, if available and accessible.
getSslSessionIdBytes() - Method in class org.restlet.engine.http.ServerCall
Returns the SSL session ID, as a byte array, if available and accessible in that format (to be used by getSslSessionId).
getState() - Method in class org.restlet.engine.http.connector.Connection
Returns the state of the connection.
getStatus(Throwable, Request, Response) - Method in class org.restlet.engine.application.StatusFilter
Returns a status for a given exception or error.
getStatusCode() - Method in class org.restlet.engine.http.Call
Returns the status code.
getStatusInfo(Status) - Method in class org.restlet.engine.application.StatusFilter
Returns the status information to display in the default representation.
getStatusService() - Method in class org.restlet.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
Returns a stream with the representation's content.
getStream() - Method in class org.restlet.engine.application.RangeRepresentation
 
getStream(Writer) - Static method in class org.restlet.engine.io.BioUtils
Returns an output stream based on a given writer.
getStream(Reader, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Returns an input stream based on a given character reader.
getStream(Representation) - Static method in class org.restlet.engine.io.BioUtils
Returns an input stream based on the given representation's content and its write(OutputStream) method.
getStream(ReadableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Returns an input stream based on a given readable byte channel.
getStream(WritableByteChannel) - Static method in class org.restlet.engine.io.NioUtils
Returns an output stream based on a given writable byte channel.
getStream() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
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).
getTcpNoDelay() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Indicates if the protocol will use Nagle's algorithm
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
Converts the representation to a string value.
getText() - Method in class org.restlet.engine.application.RangeRepresentation
 
getText(Representation) - Static method in class org.restlet.engine.io.BioUtils
Converts the representation to a string value.
getThreadMaxIdleTimeMs() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the time for an idle thread to wait for an operation before being collected.
getTime() - Method in class org.restlet.engine.util.InternetDateFormat
Gets the value of this InternetDateFormat object as millisecond time value.
getTimeToLive() - Method in class org.restlet.engine.local.LocalClientHelper
Returns the time to live for a file representation before it expires (in seconds).
getTruststorePassword() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL trust store password.
getTruststorePath() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL trust store path.
getTruststoreType() - Method in class org.restlet.engine.http.connector.BaseClientHelper
Returns the SSL trust store type.
getTunnelService() - Method in class org.restlet.engine.application.TunnelFilter
Returns the tunnel service of the parent application.
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.http.Call
Returns the user principal.
getUserPrincipal() - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
getValue() - Method in class org.restlet.engine.resource.AnnotationInfo
Returns the annotation value.
getVariant() - Method in class org.restlet.engine.local.Entity
Returns a variant corresponding to the extensions of this entity.
getVariants(Class<?>) - Method in class org.restlet.engine.converter.ConverterHelper
Returns the list of variants that can be converted from a given object class.
getVariants(Class<?>, Variant) - Static method in class org.restlet.engine.converter.ConverterUtils
Returns the list of variants that can be converted from a given object class.
getVariants(Class<?>) - Method in class org.restlet.engine.converter.DefaultConverter
 
getVariants() - Method in class org.restlet.engine.local.DirectoryServerResource
 
getVariants(Method) - Method in class org.restlet.engine.local.DirectoryServerResource
Returns the list of variants for the given method.
getVersion() - Method in class org.restlet.engine.http.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.http.connector.ConnectedRequest
 
getWarnings() - Method in class org.restlet.engine.http.HttpRequest
 
getWorkerService() - Method in class org.restlet.engine.http.connector.BaseHelper
Returns the connection handler service.
getWorkerService() - Method in class org.restlet.engine.http.connector.Controller
Returns the helper's worker service.

H

handle(Request, Response) - Method in class org.restlet.engine.application.ApplicationHelper
In addition to the default behavior, it saves the current application instance into the current thread.
handle(Request, Response) - Method in class org.restlet.engine.ChainHelper
 
handle(Request, Response) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
handle(Request, Response) - Method in class org.restlet.engine.http.connector.BaseServerHelper
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
handle(Request, Response) - Method in class org.restlet.engine.http.HttpClientHelper
 
handle(ServerCall) - Method in class org.restlet.engine.http.HttpServerHelper
Handles the connector call.
handle() - Method in class org.restlet.engine.local.DirectoryServerResource
 
handle(Request, Response) - Method in class org.restlet.engine.local.LocalClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.RestletHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.riap.RiapClientHelper
Handles a call.
handle(Request, Response) - Method in class org.restlet.engine.ServerHelper
Handles a call by invoking the helped Server's Server.handle(Request, Response) method.
handle(Request, Response) - Method in class org.restlet.engine.TemplateDispatcher
Handles the call after resolving any URI template on the request's target resource reference.
handleClassLoader(Request, Response, ClassLoader) - Method in class org.restlet.engine.local.ClapClientHelper
Handles a call with a given class loader.
handleEntityGet(Request, Response, Entity) - Method in class org.restlet.engine.local.EntityClientHelper
Handles a GET call.
handleFile(Request, Response, String) - Method in class org.restlet.engine.local.FileClientHelper
 
handleFileDelete(Response, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a DELETE call for the FILE protocol.
handleFilePut(Request, Response, String, File) - Method in class org.restlet.engine.local.FileClientHelper
Handles a PUT call for the FILE protocol.
handleGet(Request, Response, File, String, MetadataService) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a GET call.
handleInbound(Response) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
handleInbound(Response) - Method in class org.restlet.engine.http.connector.BaseHelper
Handles an inbound message.
handleInbound(Response) - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.ClapClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.EntityClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.FileClientHelper
 
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.LocalClientHelper
Handles a local call.
handleLocal(Request, Response, String) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a call for a local entity.
handleNextInbound() - Method in class org.restlet.engine.http.connector.BaseHelper
Handles the next inbound message.
handleNextOutbound() - Method in class org.restlet.engine.http.connector.BaseHelper
Handles the next outbound message.
handleOutbound(Response) - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
handleOutbound(Response) - Method in class org.restlet.engine.http.connector.BaseHelper
Handles an outbound message.
handleOutbound(Response) - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
handlePut(Request, Response, File, String) - Method in class org.restlet.engine.local.ZipClientHelper
Handles a PUT call.
hashCode(Object...) - Static method in class org.restlet.engine.util.SystemUtils
Computes the hash code of a set of objects.
HEADER_ACCEPT - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_CHARSET - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_ENCODING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_LANGUAGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ACCEPT_RANGES - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_AGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ALLOW - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_AUTHENTICATION_INFO - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_AUTHORIZATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CACHE_CONTROL - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONNECTION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_DISPOSITION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_ENCODING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_LANGUAGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_LENGTH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_LOCATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_MD5 - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_RANGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_CONTENT_TYPE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_COOKIE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_DATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_ETAG - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_EXPECT - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_EXPIRES - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_FROM - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_HOST - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_MATCH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_MODIFIED_SINCE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_NONE_MATCH - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_RANGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_IF_UNMODIFIED_SINCE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_LAST_MODIFIED - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_LOCATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_MAX_FORWARDS - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_PRAGMA - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_PROXY_AUTHENTICATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_PROXY_AUTHORIZATION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_RANGE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_REFERRER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_RETRY_AFTER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SERVER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SET_COOKIE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SET_COOKIE2 - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_SLUG - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_TRAILER - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_TRANSFER_ENCODING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_TRANSFER_EXTENSION - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_UPGRADE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_USER_AGENT - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_VARY - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_VIA - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_WARNING - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_WWW_AUTHENTICATE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_X_FORWARDED_FOR - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HEADER_X_HTTP_METHOD_OVERRIDE - Static variable in class org.restlet.engine.http.header.HeaderConstants
 
HeaderConstants - Class in org.restlet.engine.http.header
Constants related to the HTTP protocol.
HeaderConstants() - Constructor for class org.restlet.engine.http.header.HeaderConstants
 
HeaderReader<V> - Class in org.restlet.engine.http.header
HTTP-style header reader.
HeaderReader(String) - Constructor for class org.restlet.engine.http.header.HeaderReader
Constructor.
HeaderUtils - Class in org.restlet.engine.http.header
HTTP-style header utilities.
HeaderWriter<V> - Class in org.restlet.engine.http.header
HTTP-style header writer.
HeaderWriter() - Constructor for class org.restlet.engine.http.header.HeaderWriter
 
Helper - Class in org.restlet.engine
Abstract marker class parent of all engine helpers.
Helper() - Constructor for class org.restlet.engine.Helper
 
HostRoute - Class in org.restlet.engine.component
Route based on a target VirtualHost.
HostRoute(Router, VirtualHost) - Constructor for class org.restlet.engine.component.HostRoute
Constructor.
HttpBasicHelper - Class in org.restlet.engine.http.security
Implements the HTTP BASIC authentication.
HttpBasicHelper() - Constructor for class org.restlet.engine.http.security.HttpBasicHelper
Constructor.
HttpClientHelper - Class in org.restlet.engine.http.connector
HTTP client helper based on NIO blocking sockets.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.http.connector.HttpClientHelper
Constructor.
HttpClientHelper - Class in org.restlet.engine.http
Base HTTP client connector.
HttpClientHelper(Client) - Constructor for class org.restlet.engine.http.HttpClientHelper
Constructor.
HttpProtocolHelper - Class in org.restlet.engine.http
Protocol helper for the HTTP protocol.
HttpProtocolHelper() - Constructor for class org.restlet.engine.http.HttpProtocolHelper
 
HttpRequest - Class in org.restlet.engine.http
Request wrapper for server HTTP calls.
HttpRequest(Context, ServerCall) - Constructor for class org.restlet.engine.http.HttpRequest
Constructor.
HttpResponse - Class in org.restlet.engine.http
Response wrapper for server HTTP calls.
HttpResponse(ServerCall, Request) - Constructor for class org.restlet.engine.http.HttpResponse
Constructor.
HttpServerHelper - Class in org.restlet.engine.http.connector
HTTP server helper based on NIO blocking sockets.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.http.connector.HttpServerHelper
Constructor.
HttpServerHelper - Class in org.restlet.engine.http
Base HTTP server connector.
HttpServerHelper() - Constructor for class org.restlet.engine.http.HttpServerHelper
Default constructor.
HttpServerHelper(Server) - Constructor for class org.restlet.engine.http.HttpServerHelper
Constructor.

I

IdentClient - Class in org.restlet.engine.log
Simple IDENT client.
IdentClient(String, int, int) - Constructor for class org.restlet.engine.log.IdentClient
Constructor.
implCloseChannel() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
InboundStream - Class in org.restlet.engine.http.io
Buffered input stream that prevent the underlying stream from being closed.
InboundStream(InputStream) - Constructor for class org.restlet.engine.http.io.InboundStream
Constructor.
InboundStream(InputStream, int) - Constructor for class org.restlet.engine.http.io.InboundStream
Constructor.
init() - Method in class org.restlet.engine.log.AccessLogFileHandler
Initialization code common to all constructors.
init(Series<Parameter>) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the following options according to parameters that may have been set up directly in the HttpsServerHelper parameters.
init(Series<Parameter>) - Method in class org.restlet.engine.security.SslContextFactory
Initialize the factory with the given connector parameters.
InputEntityStream - Class in org.restlet.engine.http.io
Input stream that synchronizes the state of a Connection instance and an input stream.
InputEntityStream(Notifiable, InputStream) - Constructor for class org.restlet.engine.http.io.InputEntityStream
Constructor.
instance - Static variable in class org.restlet.engine.riap.RiapServerHelper
The unique registered helper.
InternalRouter - Class in org.restlet.engine.component
Provides the behavior of the internal router of a Component.
InternalRouter(Context) - Constructor for class org.restlet.engine.component.InternalRouter
Constructor.
InternetDateFormat - Class in org.restlet.engine.util
This class handles Internet date/time strings in accordance with RFC 3339.
InternetDateFormat() - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the UTC (Z) time zone.
InternetDateFormat(Calendar) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Calendar object.
InternetDateFormat(Date) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the UTC (Z) time zone.
InternetDateFormat(Date, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a Date object using the specified time zone.
InternetDateFormat(long) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the UTC (Z) time zone.
InternetDateFormat(long, TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object initialized from a millisecond time value using the specified time zone.
InternetDateFormat(String) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
InternetDateFormat(TimeZone) - Constructor for class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object set to the current time using the specified time zone.
IoUtils - Class in org.restlet.engine.io
IO manipulation utilities.
isAlpha(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is alphabetical (a-z or A-Z).
isAsciiChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is in ASCII range.
isBlocking() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
isBlocking(Channel) - Static method in class org.restlet.engine.io.NioUtils
Indicates if the channel is in blocking mode.
isBroken(Throwable) - Static method in class org.restlet.engine.http.Call
Returns true if the given exception is caused by a broken connection.
isBusy() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection is busy.
isCarriageReturn(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a carriage return.
isChunkedEncoding(Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the entity is chunked.
isClientKeepAlive() - Method in class org.restlet.engine.http.Call
Indicates if the client wants a persistent connection.
isClientKeepAlive() - Method in class org.restlet.engine.http.ClientCall
 
isClientKeepAlive() - Method in class org.restlet.engine.http.ServerCall
 
isClientSide() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if it is helping a client connector.
isClientSide() - Method in class org.restlet.engine.http.connector.Connection
Indicates if it is a client-side connection.
isClientSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
isComma(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a comma, the character used as header value separator.
isCommentText(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a comment text.
isCompatible(Method, Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the annotated method described is compatible with the given parameters.
isCompatibleRequestEntity(Representation, MetadataService, ConverterService) - Method in class org.restlet.engine.resource.AnnotationInfo
Indicates if the given request entity is compatible with the annotated method described.
isConfidential() - Method in class org.restlet.engine.http.Call
Indicates if the confidentiality of the call is ensured (ex: via SSL).
isConnectionBroken(Throwable) - Method in class org.restlet.engine.http.Call
Returns true if the given exception is caused by a broken connection.
isConnectionClose(Series<Parameter>) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the connection must be closed.
isControlChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a control character.
isControllerDaemon() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if the controller thread should be a daemon (not blocking JVM exit).
isDecodeRequest() - Method in class org.restlet.engine.application.Decoder
Deprecated. Use Decoder.isDecodingRequest() instead.
isDecodeResponse() - Method in class org.restlet.engine.application.Decoder
Deprecated. Use Decoder.isDecodingResponse() instead.
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.http.header.HeaderUtils
Indicates if the given character is a digit (0-9).
isDirectory() - Method in class org.restlet.engine.local.Entity
Indicates if the entity is a directory.
isDirectory() - Method in class org.restlet.engine.local.FileEntity
 
isDirectory() - Method in class org.restlet.engine.local.ZipEntryEntity
 
isDirectoryTarget() - Method in class org.restlet.engine.local.DirectoryServerResource
Indicates if the target resource is a directory.
isDoubleQuote(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a double quote.
isEncodeRequest() - Method in class org.restlet.engine.application.Encoder
Deprecated. Use Encoder.isEncodingRequest() instead.
isEncodeResponse() - Method in class org.restlet.engine.application.Encoder
Deprecated. Use Encoder.isEncodingResponse() instead.
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.http.header.ChallengeWriter
Indicates if the first comma-separated value is written.
isHorizontalTab(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is an horizontal tab.
isInboundBusy() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the input of the socket is busy.
isKeepAlive() - Method in class org.restlet.engine.http.Call
Indicates if both the client and the server want a persistent connection.
isLatin1Char(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is in ISO Latin 1 (8859-1) range.
isLinearWhiteSpace(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a value separator.
isLineFeed(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a line feed.
isLowerCase(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is lower case (a-z).
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.
isOutboundBusy() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the output of the socket is busy.
isOverloaded() - Method in class org.restlet.engine.http.connector.Controller
Indicates if the controller is overloaded.
isOverwrite() - Method in class org.restlet.engine.application.StatusFilter
Deprecated. Use StatusFilter.isOverwriting() instead.
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.
isPersistent() - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection should be persisted across calls.
isPersistingConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if persistent connections should be used if possible.
isPipelining() - Method in class org.restlet.engine.http.connector.Connection
Indicates if idempotent sequences of requests can be pipelined.
isPipeliningConnections() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if pipelining connections are supported.
isProxying() - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
isProxying() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if the helper is going through a client proxy or is a server proxy.
isProxying() - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
isQuoteCharacter(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character marks the start of a quoted pair.
isQuotedText(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a quoted text.
isRegistered() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
isRequestChunked() - Method in class org.restlet.engine.http.Call
Indicates if the request entity is chunked.
isResponseChunked() - Method in class org.restlet.engine.http.Call
Indicates if the response entity is chunked.
isResumeUpload() - Method in class org.restlet.engine.local.FileClientHelper
Indicates if a failed upload can be resumed.
isRunning() - Method in class org.restlet.engine.http.connector.BaseTask
Indicates if the task is running.
isSemiColon(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a semicolon, the character used as header parameter separator.
isSeparator(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a separator.
isServerKeepAlive() - Method in class org.restlet.engine.http.Call
Indicates if the server wants a persistent connection.
isServerKeepAlive() - Method in class org.restlet.engine.http.ClientCall
 
isServerKeepAlive() - Method in class org.restlet.engine.http.ServerCall
 
isServerSide() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if it is helping a server connector.
isServerSide() - Method in class org.restlet.engine.http.connector.Connection
Indicates if it is a server-side connection.
isServerSide() - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if server side authentication is supported.
isSpace(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a space.
isText(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is textual (ISO Latin 1 and not a control character).
isToken(CharSequence) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the token is valid.
Only contains valid token characters.
isTokenChar(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is a token character (text and not a separator).
isTracing() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if console tracing is enabled.
isUpperCase(int) - Static method in class org.restlet.engine.http.header.HeaderUtils
Indicates if the given character is upper case (A-Z).
isValidQuality(float) - Static method in class org.restlet.engine.http.header.PreferenceWriter
Indicates if the quality value is valid.
isWorkerServiceFull() - Method in class org.restlet.engine.http.connector.BaseHelper
Indicates if the worker service is busy.
isWorkerServiceFull() - Method in class org.restlet.engine.http.connector.Controller
Indicates if the helper's worker service is fully busy and can't accept more tasks.

K

keyFor(Selector) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 

L

LanguageReader - Class in org.restlet.engine.http.header
Language header reader.
LanguageReader(String) - Constructor for class org.restlet.engine.http.header.LanguageReader
Constructor.
LanguageWriter - Class in org.restlet.engine.http.header
Language header writer.
LanguageWriter() - Constructor for class org.restlet.engine.http.header.LanguageWriter
 
ListUtils - Class in org.restlet.engine.util
Emulate List functions missing from GWT port of List
ListUtils() - Constructor for class org.restlet.engine.util.ListUtils
 
loadClass(String) - Static method in class org.restlet.engine.Engine
Returns the class object for the given name using the engine classloader.
LocalClientHelper - Class in org.restlet.engine.local
Connector to the local resources accessible via file system, class loaders and similar mechanisms.
LocalClientHelper(Client) - Constructor for class org.restlet.engine.local.LocalClientHelper
Constructor.
LogFilter - Class in org.restlet.engine.log
Filter logging all calls after their handling by the target Restlet.
LogFilter(Context, LogService) - Constructor for class org.restlet.engine.log.LogFilter
Constructor.
LoggerFacade - Class in org.restlet.engine.log
Logger facade to the underlying logging framework used by the Restlet Framework.
LoggerFacade() - Constructor for class org.restlet.engine.log.LoggerFacade
 
LoggingThreadFactory - Class in org.restlet.engine.log
Thread factory that logs uncaught exceptions thrown by the created threads.
LoggingThreadFactory(Logger) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
LoggingThreadFactory(Logger, boolean) - Constructor for class org.restlet.engine.log.LoggingThreadFactory
Constructor.
logRoute(Route) - Method in class org.restlet.engine.component.ClientRouter
 
logRoute(Route) - Method in class org.restlet.engine.component.ServerRouter
 
logService - Variable in class org.restlet.engine.log.LogFilter
The log service.
logTemplate - Variable in class org.restlet.engine.log.LogFilter
The log template to use.

M

main(String[]) - Static method in class org.restlet.engine.http.header.ChallengeRequestReader
 
MAJOR_NUMBER - Static variable in class org.restlet.engine.Engine
Major version number.
MapResolver - Class in org.restlet.engine.util
Resolves variable values based on a map.
MapResolver(Map<String, ?>) - Constructor for class org.restlet.engine.util.MapResolver
Constructor.
mark(int) - Method in class org.restlet.engine.application.RangeInputStream
 
mark() - Method in class org.restlet.engine.http.header.HeaderReader
Marks the current position in this reader.
mark(int) - Method in class org.restlet.engine.http.io.SizedInputStream
 
markSupported() - Method in class org.restlet.engine.http.io.SizedInputStream
 
MAX_ATTEMPTS - Static variable in class org.restlet.engine.io.SelectorFactory
The number of attempts to find an available selector.
MAX_SELECTORS - Static variable in class org.restlet.engine.io.SelectorFactory
The maximum number of Selector to create.
MetadataExtension - Class in org.restlet.engine.application
Associates an extension name and a metadata.
MetadataExtension(String, Metadata) - Constructor for class org.restlet.engine.application.MetadataExtension
Constructor.
MetadataWriter<M extends Metadata> - Class in org.restlet.engine.http.header
Metadata header writer.
MetadataWriter() - Constructor for class org.restlet.engine.http.header.MetadataWriter
 
Method - Annotation Type in org.restlet.engine
Meta annotation to declare method annotations.
MethodReader - Class in org.restlet.engine.http.header
Method header reader.
MethodReader(String) - Constructor for class org.restlet.engine.http.header.MethodReader
Constructor.
MethodWriter - Class in org.restlet.engine.http.header
Method header writer.
MethodWriter() - Constructor for class org.restlet.engine.http.header.MethodWriter
 
MINOR_NUMBER - Static variable in class org.restlet.engine.Engine
Minor version number.

N

NbChannelInputStream - Class in org.restlet.engine.io
Input stream connected to a non-blocking readable channel.
NbChannelInputStream(ReadableByteChannel) - Constructor for class org.restlet.engine.io.NbChannelInputStream
Constructor.
NbChannelOutputStream - Class in org.restlet.engine.io
Output stream connected to a non-blocking writable channel.
NbChannelOutputStream(WritableByteChannel) - Constructor for class org.restlet.engine.io.NbChannelOutputStream
Constructor.
newThread(Runnable) - Method in class org.restlet.engine.log.LoggingThreadFactory
Creates a new thread.
NIO_TIMEOUT - Static variable in class org.restlet.engine.io.NioUtils
The number of milliseconds after which NIO operation will time out.
NioUtils - Class in org.restlet.engine.io
Utility methods for NIO processing.
Notifiable - Interface in org.restlet.engine.http.io
Marker class for objects such as Connection that can be notified of stream events.
now() - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the UTC (Z) time zone.
now(TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Returns the current date and time as an RFC 3339 date/time string using the specified time zone.

O

onEndReached() - Method in class org.restlet.engine.http.connector.Connection
Set the inbound busy state to false.
onEndReached() - Method in class org.restlet.engine.http.io.ChunkedInputStream
 
onEndReached() - Method in class org.restlet.engine.http.io.InputEntityStream
To be called when the end of the stream is reached.
onEndReached() - Method in interface org.restlet.engine.http.io.Notifiable
To be called when the end of the stream is reached.
onError() - Method in class org.restlet.engine.http.connector.Connection
Set the inbound busy state to false and the connection state to ConnectionState.CLOSING.
onError() - Method in class org.restlet.engine.http.io.InputEntityStream
To be called when there is an error when handling the stream.
onError() - Method in interface org.restlet.engine.http.io.Notifiable
To be called when there is an error when handling the stream.
open() - Method in class org.restlet.engine.http.connector.Connection
Opens the connection.
org.restlet.engine - package org.restlet.engine
Implementation of Restlet API.
org.restlet.engine.application - package org.restlet.engine.application
Supports Restlet applications.
org.restlet.engine.component - package org.restlet.engine.component
Supports Restlet components.
org.restlet.engine.converter - package org.restlet.engine.converter
Supports the converter service.
org.restlet.engine.http - package org.restlet.engine.http
Supports HTTP connectors.
org.restlet.engine.http.adapter - package org.restlet.engine.http.adapter
Adapters between low-level HTTP calls and high-level Restlet Request and Response objects.
org.restlet.engine.http.connector - package org.restlet.engine.http.connector
New advanced internal HTTP connector.
org.restlet.engine.http.header - package org.restlet.engine.http.header
Supports HTTP header parsing and formatting.
org.restlet.engine.http.io - package org.restlet.engine.http.io
Supports HTTP input and output.
org.restlet.engine.http.security - package org.restlet.engine.http.security
Supports HTTP security.
org.restlet.engine.io - package org.restlet.engine.io
Supports input and output work.
org.restlet.engine.local - package org.restlet.engine.local
Supports local connectors and resources.
org.restlet.engine.log - package org.restlet.engine.log
Supports the log service.
org.restlet.engine.resource - package org.restlet.engine.resource
Supports resources.
org.restlet.engine.riap - package org.restlet.engine.riap
Supports RIAP (Restlet Internal Access Protocol) connectors.
org.restlet.engine.security - package org.restlet.engine.security
Supports security.
org.restlet.engine.util - package org.restlet.engine.util
General utilities.
OutboundStream - Class in org.restlet.engine.http.io
Buffered output stream that prevents the underlying stream from being closed.
OutboundStream(OutputStream) - Constructor for class org.restlet.engine.http.io.OutboundStream
Constructor.
OutboundStream(OutputStream, int) - Constructor for class org.restlet.engine.http.io.OutboundStream
Constructor.

P

ParameterReader - Class in org.restlet.engine.http.header
Parameter header reader.
ParameterReader(String) - Constructor for class org.restlet.engine.http.header.ParameterReader
Constructor.
parse() - Method in class org.restlet.engine.component.ComponentXmlParser
Parse a configuration file and update the component's configuration.
parse(String) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object using the default HTTP format (RFC 1123).
parse(String, List<String>) - Static method in class org.restlet.engine.util.DateUtils
Parses a formatted date into a Date object.
parse(Form, Representation) - Static method in class org.restlet.engine.util.FormUtils
Parses a post into a given form.
parse(Form, String, CharacterSet, boolean, char) - Static method in class org.restlet.engine.util.FormUtils
Parses a parameters string into a given form.
parse(String) - Method in class org.restlet.engine.util.InternetDateFormat
 
parse(String, ParsePosition) - Method in class org.restlet.engine.util.InternetDateFormat
 
parseAuthenticationInfo(String) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses the "Authentication-Info" header.
parseCalendar(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a Calendar object.
parseContentDisposition(String) - Static method in class org.restlet.engine.http.ClientCall
Deprecated. Use DispositionReader instead.
parseDate(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a Date object.
parseRequest(ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
parseRequest(ChallengeRequest, Response, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Parses an authenticate header into a challenge request.
parseRequest(Response, String, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses an authenticate header into a list of challenge request.
parseResponse(ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.http.security.HttpBasicHelper
 
parseResponse(ChallengeResponse, Request, Series<Parameter>) - Method in class org.restlet.engine.security.AuthenticatorHelper
Parses an authorization header into a challenge response.
parseResponse(Request, String, Series<Parameter>) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Parses an authorization header into a challenge response.
parseTime(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Parses an RFC 3339 date/time string to a millisecond time value.
peek() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next character.
PipeStream - Class in org.restlet.engine.io
Pipe stream that pipes output streams into input streams.
PipeStream() - Constructor for class org.restlet.engine.io.PipeStream
Constructor.
Pool<T> - Class in org.restlet.engine.util
Generic object pool.
Pool() - Constructor for class org.restlet.engine.util.Pool
Default constructor.
Pool(int) - Constructor for class org.restlet.engine.util.Pool
Constructor.
preCreate(int) - Method in class org.restlet.engine.util.Pool
Pre-creates the initial objects using the Pool.createObject() method and check them in the pool using the Pool.checkin(Object) method.
PreferenceReader<T extends Metadata> - Class in org.restlet.engine.http.header
Preference header reader.
PreferenceReader(int, String) - Constructor for class org.restlet.engine.http.header.PreferenceReader
Constructor.
PreferenceWriter - Class in org.restlet.engine.http.header
Preference header writer.
PreferenceWriter() - Constructor for class org.restlet.engine.http.header.PreferenceWriter
 
ProductReader - Class in org.restlet.engine.http.header
User agent header reader.
ProductWriter - Class in org.restlet.engine.http.header
User agent header writer.
ProductWriter() - Constructor for class org.restlet.engine.http.header.ProductWriter
 
ProtocolHelper - Class in org.restlet.engine
Protocol helper.
ProtocolHelper() - Constructor for class org.restlet.engine.ProtocolHelper
Constructor.
provider() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
publish(LogRecord) - Method in class org.restlet.engine.log.TraceHandler
 
put(Representation) - Method in class org.restlet.engine.local.DirectoryServerResource
 

R

RangeFilter - Class in org.restlet.engine.application
Filter that is in charge to check the responses to requests for partial content.
RangeFilter(Context) - Constructor for class org.restlet.engine.application.RangeFilter
Constructor.
RangeInputStream - Class in org.restlet.engine.application
Filters an input stream to expose only a given range.
RangeInputStream(InputStream, long, Range) - Constructor for class org.restlet.engine.application.RangeInputStream
Constructs a stream exposing only a range of a given source stream.
RangeReader - Class in org.restlet.engine.http.header
Range header reader.
RangeRepresentation - Class in org.restlet.engine.application
Representation that exposes only a range of the content of a wrapped representation.
RangeRepresentation(Representation) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
RangeRepresentation(Representation, Range) - Constructor for class org.restlet.engine.application.RangeRepresentation
Constructor.
RangeWriter - Class in org.restlet.engine.http.header
Range header writer.
RangeWriter() - Constructor for class org.restlet.engine.http.header.RangeWriter
 
read() - Method in class org.restlet.engine.application.RangeInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.application.RangeInputStream
 
read(String) - Static method in class org.restlet.engine.http.header.CookieReader
Parses the given String to a Cookie
read(String) - Static method in class org.restlet.engine.http.header.CookieSettingReader
Parses the given String to a CookieSetting
read() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next character.
read(String) - Static method in class org.restlet.engine.http.header.ProductReader
Parses the given user agent String to a list of Product instances.
read(String) - Static method in class org.restlet.engine.http.header.RangeReader
Parse the Range header and returns the list of corresponding Range objects.
read() - Method in class org.restlet.engine.http.io.ChunkedInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.http.io.ChunkedInputStream
 
read() - Method in class org.restlet.engine.http.io.ClosingInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.http.io.ClosingInputStream
 
read(ByteBuffer) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
Reads some bytes and put them into the destination buffer.
read() - Method in class org.restlet.engine.http.io.SizedInputStream
Reads a byte from the underlying stream.
read(byte[], int, int) - Method in class org.restlet.engine.http.io.SizedInputStream
 
read() - Method in class org.restlet.engine.io.NbChannelInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelInputStream
 
read() - Method in class org.restlet.engine.io.ReaderInputStream
 
read() - Method in class org.restlet.engine.io.TraceInputStream
 
read(byte[]) - Method in class org.restlet.engine.io.TraceInputStream
 
read(byte[], int, int) - Method in class org.restlet.engine.io.TraceInputStream
 
read() - Method in class org.restlet.engine.util.FormReader
Reads all the parameters.
ReadableEntityChannel - Class in org.restlet.engine.http.io
Readable byte channel based on a source socket channel that must only be partially read.
ReadableEntityChannel(ByteBuffer, SelectableChannel, long) - Constructor for class org.restlet.engine.http.io.ReadableEntityChannel
Constructor.
readCharacterSet(String) - Static method in class org.restlet.engine.http.header.ContentType
Parses the given content type header and returns the character set.
readComment() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next comment.
readDate(String, boolean) - Static method in class org.restlet.engine.http.header.HeaderReader
Parses a date string.
readDigits() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next digits.
ReaderInputStream - Class in org.restlet.engine.io
Input stream based on a reader.
ReaderInputStream(Reader, CharacterSet) - Constructor for class org.restlet.engine.io.ReaderInputStream
Constructor.
readFirstParameter(String) - Method in class org.restlet.engine.util.FormReader
Reads the first parameter with the given name.
readHeader(CharSequence) - Static method in class org.restlet.engine.http.header.HeaderReader
Read a header.
readHeader(InputStream, StringBuilder) - Static method in class org.restlet.engine.http.header.HeaderReader
Read a header.
readMediaType(String) - Static method in class org.restlet.engine.http.header.ContentType
Parses the given content type header and returns the media type.
readMessage() - Method in class org.restlet.engine.http.connector.ClientConnection
 
readMessage() - Method in class org.restlet.engine.http.connector.Connection
Reads the next message received via the inbound stream or channel.
readMessage() - Method in class org.restlet.engine.http.connector.ServerConnection
Reads the next request sent by the client if available.
readMessages() - Method in class org.restlet.engine.http.connector.Connection
Reads inbound messages from the socket.
readNextParameter() - Method in class org.restlet.engine.util.FormReader
Reads the next parameter available or null.
readParameter() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next pair as a parameter.
readParameter(String) - Method in class org.restlet.engine.util.FormReader
Reads the parameters with the given name.
readParameters(Map<String, Object>) - Method in class org.restlet.engine.util.FormReader
Reads the parameters whose name is a key in the given map.
readParameterValue() - Method in class org.restlet.engine.http.header.HeaderReader
Reads a parameter value which is either a token or a quoted string.
readQuality(String) - Static method in class org.restlet.engine.http.header.PreferenceReader
Parses a quality value.
If the quality is invalid, an IllegalArgumentException is thrown.
readQuotedString() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next quoted string.
readRawText() - Method in class org.restlet.engine.http.header.HeaderReader
Read the next text until a space separator is reached.
readRawValue() - Method in class org.restlet.engine.http.header.HeaderReader
Read the next header value of a multi-value header.
readRequestHead(InputStream) - Method in class org.restlet.engine.http.ServerCall
Reads the HTTP request head (request line and headers).
readResponseHeaders(ClientCall, Response) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Reads the response headers of a handled HTTP client call to update the original uniform call.
readToken() - Method in class org.restlet.engine.http.header.HeaderReader
Reads the next token.
readValue() - Method in class org.restlet.engine.http.header.CacheDirectiveReader
 
readValue() - Method in class org.restlet.engine.http.header.ChallengeRequestReader
 
readValue() - Method in class org.restlet.engine.http.header.ContentTypeReader
 
readValue() - Method in class org.restlet.engine.http.header.CookieReader
 
readValue() - Method in class org.restlet.engine.http.header.CookieSettingReader
 
readValue() - Method in class org.restlet.engine.http.header.DimensionReader
 
readValue() - Method in class org.restlet.engine.http.header.DispositionReader
 
readValue() - Method in class org.restlet.engine.http.header.EncodingReader
 
readValue() - Method in class org.restlet.engine.http.header.ExpectationReader
 
readValue() - Method in class org.restlet.engine.http.header.HeaderReader
Read the next value.
readValue() - Method in class org.restlet.engine.http.header.LanguageReader
 
readValue() - Method in class org.restlet.engine.http.header.MethodReader
 
readValue() - Method in class org.restlet.engine.http.header.ParameterReader
 
readValue() - Method in class org.restlet.engine.http.header.PreferenceReader
Read the next preference.
readValue() - Method in class org.restlet.engine.http.header.RecipientInfoReader
 
readValue() - Method in class org.restlet.engine.http.header.TokenReader
 
readValue() - Method in class org.restlet.engine.http.header.WarningReader
 
readValues() - Method in class org.restlet.engine.http.header.HeaderReader
Returns a new list with all values added.
RecipientInfoReader - Class in org.restlet.engine.http.header
Recipient info header reader.
RecipientInfoReader(String) - Constructor for class org.restlet.engine.http.header.RecipientInfoReader
Constructor.
RecipientInfoWriter - Class in org.restlet.engine.http.header
Recipient info header writer.
RecipientInfoWriter() - Constructor for class org.restlet.engine.http.header.RecipientInfoWriter
 
register() - Static method in class org.restlet.engine.Engine
Registers a new Restlet Engine.
register(boolean) - Static method in class org.restlet.engine.Engine
Registers a new Restlet Engine.
register(Selector, int, Object) - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
register() - Static method in class org.restlet.engine.log.TraceHandler
Registers the handler with the root logger.
registerDefaultAuthentications() - Method in class org.restlet.engine.Engine
Registers the default authentication helpers.
registerDefaultConnectors() - Method in class org.restlet.engine.Engine
Registers the default client and server connectors.
registerDefaultConverters() - Method in class org.restlet.engine.Engine
Registers the default converters.
registerDefaultProtocols() - Method in class org.restlet.engine.Engine
Registers the default protocols.
registerHelper(ClassLoader, String, List, Class) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelpers(ClassLoader, URL, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a helper.
registerHelpers(String, List<?>, Class<?>) - Method in class org.restlet.engine.Engine
Registers a list of helpers.
registerMethods() - Method in class org.restlet.engine.http.HttpProtocolHelper
 
registerMethods() - Method in class org.restlet.engine.http.WebDavProtocolHelper
 
registerMethods() - Method in class org.restlet.engine.ProtocolHelper
Register all supported methods.
registerUrlFactory() - Method in class org.restlet.engine.Engine
Registers a factory that is used by the URL class to create the URLConnection instances when the URL.openConnection() or URL.openStream() methods are invoked.
release() - Method in class org.restlet.engine.http.io.ClosingRepresentation
Closes the socket if necessary.
release(Selector, SelectionKey) - Static method in class org.restlet.engine.io.NioUtils
Release the selection key, working around for bug #6403933.
release() - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
RELEASE_NUMBER - Static variable in class org.restlet.engine.Engine
Release number.
reset() - Method in class org.restlet.engine.http.header.HeaderReader
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class org.restlet.engine.http.io.SizedInputStream
 
resolve(String) - Method in class org.restlet.engine.util.CallResolver
 
resolve(String) - Method in class org.restlet.engine.util.MapResolver
 
resolveEntity(String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
resolveResource(String, String, String, String, String) - Method in class org.restlet.engine.util.DefaultSaxHandler
Allow the application to resolve external resources.
RestletHelper<T extends Restlet> - Class in org.restlet.engine
Delegate used by API classes to get support from the implementation classes.
RestletHelper(T) - Constructor for class org.restlet.engine.RestletHelper
Constructor.
returnSelector(Selector) - Static method in class org.restlet.engine.io.SelectorFactory
Returns the Selector to the cache.
RiapClientHelper - Class in org.restlet.engine.riap
Client connector for RIAP calls.
RiapClientHelper(Client) - Constructor for class org.restlet.engine.riap.RiapClientHelper
Constructor.
RiapServerHelper - Class in org.restlet.engine.riap
Server connector handling RIAP calls.
RiapServerHelper(Server) - Constructor for class org.restlet.engine.riap.RiapServerHelper
Constructor.
RoleMapping - Class in org.restlet.engine.security
Mapping from an organization or a user or a group to a role.
RoleMapping() - Constructor for class org.restlet.engine.security.RoleMapping
Default constructor.
RoleMapping(Object, Role) - Constructor for class org.restlet.engine.security.RoleMapping
Constructor.
run() - Method in class org.restlet.engine.http.connector.Acceptor
Listens on the given server socket for incoming connections.
run() - Method in class org.restlet.engine.http.connector.Controller
Listens on the given server socket for incoming connections.

S

score(Request, Response) - Method in class org.restlet.engine.component.ClientRoute
Returns the score for a given call (between 0 and 1.0).
score(Request, Response) - Method in class org.restlet.engine.component.HostRoute
Returns the score for a given call (between 0 and 1.0).
score(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Scores the affinity of this helper with the source class.
score(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Scores the affinity of this helper with the source class.
score(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
score(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
scoreCharacterSet(CharacterSet) - Method in class org.restlet.engine.util.Conneg
Scores a character set relatively to enriched client preferences.
scoreEncodings(List<Encoding>) - Method in class org.restlet.engine.util.Conneg
Scores encodings relatively to enriched client preferences.
scoreLanguages(List<Language>) - Method in class org.restlet.engine.util.Conneg
Scores languages relatively to enriched client preferences.
scoreMediaType(MediaType) - Method in class org.restlet.engine.util.Conneg
Scores a media type relatively to enriched client preferences.
scoreVariant(Variant) - Method in class org.restlet.engine.util.Conneg
Scores a variant relatively to enriched client preferences.
SelectorFactory - Class in org.restlet.engine.io
Factory used to dispatch/share Selector.
SelectorFactory() - Constructor for class org.restlet.engine.io.SelectorFactory
 
sendRequest(Request) - Method in class org.restlet.engine.http.ClientCall
Sends the request to the client.
sendRequest(Request, Response, Uniform) - Method in class org.restlet.engine.http.ClientCall
Sends the request to the client.
sendResponse(Response) - Method in class org.restlet.engine.http.ServerCall
Sends the response back to the client.
ServerAdapter - Class in org.restlet.engine.http.adapter
Converter of low-level HTTP server calls into high-level uniform calls.
ServerAdapter(Context) - Constructor for class org.restlet.engine.http.adapter.ServerAdapter
Constructor.
ServerCall - Class in org.restlet.engine.http
Abstract HTTP server connector call.
ServerCall(Server) - Constructor for class org.restlet.engine.http.ServerCall
Constructor.
ServerCall(String, int) - Constructor for class org.restlet.engine.http.ServerCall
Constructor.
ServerConnection - Class in org.restlet.engine.http.connector
Generic HTTP-like server connection.
ServerConnection(BaseHelper<Server>, Socket, SocketChannel) - Constructor for class org.restlet.engine.http.connector.ServerConnection
Constructor.
ServerHelper - Class in org.restlet.engine
Server connector helper.
ServerHelper(Server) - Constructor for class org.restlet.engine.ServerHelper
Constructor.
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.
setAdapter(ClientAdapter) - Method in class org.restlet.engine.http.HttpClientHelper
Sets the adapter from uniform calls to HTTP calls.
setAdapter(ServerAdapter) - Method in class org.restlet.engine.http.HttpServerHelper
Sets the adapter from HTTP calls to uniform calls.
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.HttpRequest
 
setChallengeScheme(ChallengeScheme) - Method in class org.restlet.engine.security.AuthenticatorHelper
Sets the supported challenge scheme.
setChild(Restlet) - Method in class org.restlet.engine.component.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.http.Call
Sets the client address.
setClientPort(int) - Method in class org.restlet.engine.http.Call
Sets the client port.
setClientSide(boolean) - Method in class org.restlet.engine.security.AuthenticatorHelper
Indicates if client side authentication is supported.
setComponentHelper(ComponentHelper) - Method in class org.restlet.engine.component.ComponentContext
Sets the component helper.
setConfidential(boolean) - Method in class org.restlet.engine.http.Call
Indicates if the confidentiality of the call is ensured (ex: via SSL).
setContactEmail(String) - Method in class org.restlet.engine.application.StatusFilter
Sets the email address of the administrator to contact in case of error.
setContext(Context) - Method in class org.restlet.engine.TemplateDispatcher
Sets the context.
setDecodeRequest(boolean) - Method in class org.restlet.engine.application.Decoder
Deprecated. Use Decoder.setDecodingRequest(boolean) instead.
setDecodeResponse(boolean) - Method in class org.restlet.engine.application.Decoder
Deprecated. Use Decoder.setDecodingResponse(boolean) instead.
setDecodingRequest(boolean) - Method in class org.restlet.engine.application.Decoder
Indicates if the request entity should be decoded.
setDecodingResponse(boolean) - Method in class org.restlet.engine.application.Decoder
Indicates if the response entity should be decoded.
setEncodeRequest(boolean) - Method in class org.restlet.engine.application.Encoder
Deprecated. Use Encoder.setEncodingRequest(boolean) instead.
setEncodeResponse(boolean) - Method in class org.restlet.engine.application.Encoder
Deprecated. Use Encoder.setEncodingResponse(boolean) instead.
setEncodingRequest(boolean) - Method in class org.restlet.engine.application.Encoder
Indicates if the request entity should be encoded.
setEncodingResponse(boolean) - Method in class org.restlet.engine.application.Encoder
Indicates if the response entity should be encoded.
setEntity(Representation) - Method in class org.restlet.engine.http.HttpRequest
 
setEphemeralPort(int) - Method in class org.restlet.engine.http.connector.BaseServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.http.connector.BaseServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(int) - Method in class org.restlet.engine.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
setEphemeralPort(ServerSocket) - Method in class org.restlet.engine.ServerHelper
Sets the ephemeral port in the attributes map if necessary.
setFirst(Restlet) - Method in class org.restlet.engine.ChainHelper
Sets the first Restlet.
setFirstChallengeParameter(boolean) - Method in class org.restlet.engine.http.header.ChallengeWriter
Indicates if the first comma-separated value is written.
setHelped(T) - Method in class org.restlet.engine.RestletHelper
Sets the helped Restlet.
setHomeRef(Reference) - Method in class org.restlet.engine.application.StatusFilter
Sets the home URI to propose in case of error.
setHostDomain(String) - Method in class org.restlet.engine.http.Call
Sets the host domain name.
setHostPort(int) - Method in class org.restlet.engine.http.Call
Sets the host port.
setInboundBusy(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the input of the socket is busy.
setInstance(Engine) - Static method in class org.restlet.engine.Engine
Sets the registered Restlet engine.
setKeyManagerAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the KeyManager algorithm.
setKeyStoreKeyPassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStoreKeyPassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the key in the keystore.
setKeyStorePassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the keystore password.
setKeyStorePath(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the path to the keystore file.
setKeyStoreProvider(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the name of the keystore provider.
setKeyStoreType(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the KeyStore type of the keystore.
setLast(Filter) - Method in class org.restlet.engine.ChainHelper
Sets the last Filter.
setLoggerFacade(LoggerFacade) - Method in class org.restlet.engine.Engine
Sets the logger facade to use.
setMethod(String) - Method in class org.restlet.engine.http.Call
Sets the request method.
setMinimumSize(long) - Method in class org.restlet.engine.application.Encoder
Sets the minimum size a representation must have before compression is done.
setNext(Restlet) - Method in class org.restlet.engine.ChainHelper
Sets the next Restlet after the chain.
setNext(Client) - Method in class org.restlet.engine.component.ClientRoute
Sets the next client.
setNext(VirtualHost) - Method in class org.restlet.engine.component.HostRoute
Sets the next virtual host.
setOutboundBusy(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the output of the socket is busy.
setOverloaded(boolean) - Method in class org.restlet.engine.http.connector.Controller
Indicates if the controller is overloaded.
setOverwrite(boolean) - Method in class org.restlet.engine.application.StatusFilter
Deprecated. Use StatusFilter.setOverwriting(boolean) instead.
setOverwriting(boolean) - Method in class org.restlet.engine.application.StatusFilter
Indicates if existing representations should be overwritten.
setPersistent(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the connection should be persisted across calls.
setPipelining(boolean) - Method in class org.restlet.engine.http.connector.Connection
Indicates if idempotent sequences of requests can be pipelined.
setProtocol(Protocol) - Method in class org.restlet.engine.http.Call
Sets the exact protocol used (HTTP or HTTPS).
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setProxyChallengeResponse(ChallengeResponse) - Method in class org.restlet.engine.http.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.http.Call
Sets the reason phrase.
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.engine.http.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.
setRegularSocketFactory(SocketFactory) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Sets the regular socket factory.
setRequestUri(String) - Method in class org.restlet.engine.http.Call
Sets the full request URI.
setRunning(boolean) - Method in class org.restlet.engine.http.connector.BaseTask
Indicates if the task is running.
setSecureRandomAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the SecureRandom algorithm.
setSecureSocketFactory(SocketFactory) - Method in class org.restlet.engine.http.connector.BaseClientHelper
Sets the secure socket factory.
setSecureSocketProtocol(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the secure socket protocol name, "TLS" by default.
setServerAddress(String) - Method in class org.restlet.engine.http.Call
Sets the response address.
Corresponds to the IP address of the responding server.
setServerPort(int) - Method in class org.restlet.engine.http.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.
setSource(Object) - Method in class org.restlet.engine.security.RoleMapping
 
setState(ConnectionState) - Method in class org.restlet.engine.http.connector.Connection
Sets the state of the connection.
setStatusCode(int) - Method in class org.restlet.engine.http.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).
setTrustManagerAlgorithm(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the TrustManager algorithm.
setTrustStorePassword(char[]) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePassword(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the password of the trust store KeyStore.
setTrustStorePath(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the path to the trust store KeyStore.
setTrustStoreProvider(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the name of the trust store provider.
setTrustStoreType(String) - Method in class org.restlet.engine.security.DefaultSslContextFactory
Sets the KeyStore type of the trust store.
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.http.Call
Sets the user principal.
setVersion(String) - Method in class org.restlet.engine.http.Call
Sets the protocol version used.
setWarnings(List<Warning>) - Method in class org.restlet.engine.http.connector.ConnectedRequest
 
setWarnings(List<Warning>) - Method in class org.restlet.engine.http.HttpRequest
 
shouldBeChunked(Representation) - Method in class org.restlet.engine.http.connector.Connection
Indicates if the entity should be chunked because its length is unknown.
shouldRequestBeChunked(Request) - Method in class org.restlet.engine.http.ClientCall
Indicates if the request entity should be chunked.
shouldResponseBeChunked(Response) - Method in class org.restlet.engine.http.ServerCall
Indicates if the response should be chunked because its length is unknown.
SizedInputStream - Class in org.restlet.engine.http.io
Input stream based on a source stream that must only be partially read.
SizedInputStream(Notifiable, InputStream, long) - Constructor for class org.restlet.engine.http.io.SizedInputStream
Constructor.
skip(long) - Method in class org.restlet.engine.http.io.SizedInputStream
 
skipParameterSeparator() - Method in class org.restlet.engine.http.header.HeaderReader
Skips the next parameter separator (semi-colon) including leading and trailing spaces.
skippedEntity(String) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
skipSpaces() - Method in class org.restlet.engine.http.header.HeaderReader
Skips the next spaces.
skipValueSeparator() - Method in class org.restlet.engine.http.header.HeaderReader
Skips the next value separator (comma) including leading and trailing spaces.
SmtpPlainHelper - Class in org.restlet.engine.security
Implements the SMTP PLAIN authentication.
SmtpPlainHelper() - Constructor for class org.restlet.engine.security.SmtpPlainHelper
Constructor.
SslContextFactory - Class in org.restlet.engine.security
This is an abstract factory that produces configured and initialised instances of SSLContext.
SslContextFactory() - Constructor for class org.restlet.engine.security.SslContextFactory
 
SslUtils - Class in org.restlet.engine.security
Various HTTPS utilities.
start() - Method in class org.restlet.engine.application.ApplicationHelper
Start hook.
start() - Method in class org.restlet.engine.component.ClientRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.component.ComponentHelper
 
start() - Method in class org.restlet.engine.component.ServerRouter
Starts the Restlet.
start() - Method in class org.restlet.engine.ConnectorHelper
 
start() - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
start() - Method in class org.restlet.engine.http.connector.BaseHelper
 
start() - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
start() - Method in class org.restlet.engine.http.connector.HttpClientHelper
 
start() - Method in class org.restlet.engine.http.connector.HttpServerHelper
 
start() - 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.
stop() - Method in class org.restlet.engine.application.ApplicationHelper
 
stop() - Method in class org.restlet.engine.component.ComponentHelper
 
stop() - Method in class org.restlet.engine.component.ServerRouter
 
stop() - Method in class org.restlet.engine.ConnectorHelper
 
stop() - Method in class org.restlet.engine.http.connector.BaseClientHelper
 
stop() - Method in class org.restlet.engine.http.connector.BaseHelper
 
stop() - Method in class org.restlet.engine.http.connector.BaseServerHelper
 
stop() - Method in class org.restlet.engine.http.connector.HttpClientHelper
 
stop() - Method in class org.restlet.engine.http.connector.HttpServerHelper
 
stop() - Method in class org.restlet.engine.RestletHelper
Stop callback.
stop() - Method in class org.restlet.engine.ServerHelper
 
StringUtils - Class in org.restlet.engine.util
String manipulation utilities.
strip(String, char) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from both ends of the source string.
strip(String, char, boolean, boolean) - Static method in class org.restlet.engine.util.StringUtils
Strips a delimiter character from a source string.
SystemUtils - Class in org.restlet.engine.util
System utilities.

T

TagWriter - Class in org.restlet.engine.http.header
Tag header writer.
TagWriter() - Constructor for class org.restlet.engine.http.header.TagWriter
 
TemplateDispatcher - Class in org.restlet.engine
Base call dispatcher capable of resolving target resource URI templates.
TemplateDispatcher(Context) - Constructor for class org.restlet.engine.TemplateDispatcher
Constructor.
TIMEOUT - Static variable in class org.restlet.engine.io.SelectorFactory
The timeout before we exit.
toByteArray(char[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a char array into a byte array using the default character set.
toByteArray(char[], String) - Static method in class org.restlet.engine.io.BioUtils
Converts a char array into a byte array using the default character set.
toCharArray(byte[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into a character array using the default character set.
toCharArray(byte[], String) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into a character array using the default character set.
toHexString(byte[]) - Static method in class org.restlet.engine.io.BioUtils
Converts a byte array into an hexadecimal string.
TokenReader - Class in org.restlet.engine.http.header
Token header reader.
TokenReader(String) - Constructor for class org.restlet.engine.http.header.TokenReader
Constructor.
toObject(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Converts a Representation into a regular Java object.
toObject(Representation, Class<T>, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
toRepresentation(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.ConverterHelper
Converts a regular Java object into a Representation.
toRepresentation(Object, Variant, UniformResource) - Method in class org.restlet.engine.converter.DefaultConverter
 
toRequest(ServerCall) - Method in class org.restlet.engine.http.adapter.ServerAdapter
Converts a low-level HTTP call into a high-level uniform request.
toSpecific(HttpClientHelper, Request) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Converts a low-level HTTP call into a high-level uniform call.
toString(InputStream) - Static method in class org.restlet.engine.io.BioUtils
Converts an input stream to a string.
As this method uses the InputstreamReader class, the default character set is used for decoding the input stream.
toString(InputStream, CharacterSet) - Static method in class org.restlet.engine.io.BioUtils
Converts an input stream to a string using the specified character set for decoding the input stream.
toString(Reader) - Static method in class org.restlet.engine.io.BioUtils
Converts a reader to a string.
toString() - Method in class org.restlet.engine.resource.AnnotationInfo
 
toString(Calendar) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Calendar object to an RFC 3339 date/time string.
toString(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified Date object to an RFC 3339 date/time string using the specified time zone.
toString(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the UTC (Z) time zone.
toString(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Converts the specified millisecond time value to an RFC 3339 date/time string using the specified time zone.
toString() - Method in class org.restlet.engine.util.InternetDateFormat
Converts this InternetDateFormat object to an RFC 3339 date/time string.
TraceHandler - Class in org.restlet.engine.log
Special handler that logs in the console all log message sent through the log manager.
TraceHandler() - Constructor for class org.restlet.engine.log.TraceHandler
 
TraceInputStream - Class in org.restlet.engine.io
Filter input stream that sends a copy of all data on the standard console.
TraceInputStream(InputStream) - Constructor for class org.restlet.engine.io.TraceInputStream
Constructor.
TraceOutputStream - Class in org.restlet.engine.io
Filter output stream that sends a copy of all data on the standard console.
TraceOutputStream(OutputStream) - Constructor for class org.restlet.engine.io.TraceOutputStream
Constructor.
TunnelFilter - Class in org.restlet.engine.application
Filter tunneling browser calls into full REST calls.
TunnelFilter(Context) - Constructor for class org.restlet.engine.application.TunnelFilter
Constructor.
TYPE_CHARACTER_SET - Static variable in class org.restlet.engine.http.header.PreferenceReader
 
TYPE_ENCODING - Static variable in class org.restlet.engine.http.header.PreferenceReader
 
TYPE_LANGUAGE - Static variable in class org.restlet.engine.http.header.PreferenceReader
 
TYPE_MEDIA_TYPE - Static variable in class org.restlet.engine.http.header.PreferenceReader
 

U

UnclosableInputStream - Class in org.restlet.engine.http.io
InputStream decorator to trap close() calls so that the underlying stream is not closed.
UnclosableInputStream(InputStream) - Constructor for class org.restlet.engine.http.io.UnclosableInputStream
Constructor.
UnclosableOutputStream - Class in org.restlet.engine.http.io
OutputStream decorator to trap close() calls so that the decorated stream does not get closed.
UnclosableOutputStream(OutputStream) - Constructor for class org.restlet.engine.http.io.UnclosableOutputStream
Constructor.
unmodifiable(Date) - Static method in class org.restlet.engine.util.DateUtils
Returns an immutable version of a given date.
unread() - Method in class org.restlet.engine.http.header.HeaderReader
Unreads the last character.
update() - Method in class org.restlet.engine.application.ApplicationHelper
 
update() - Method in class org.restlet.engine.component.ComponentHelper
Set the new server router that will compute the new routes when the first request will be received (automatic start).
update() - Method in class org.restlet.engine.ConnectorHelper
 
update(String, Representation) - Static method in class org.restlet.engine.http.header.RangeReader
Parse the Content-Range header value and update the given representation.
update() - Method in class org.restlet.engine.RestletHelper
Update callback with less impact than a RestletHelper.stop() followed by a RestletHelper.start().
update(ChallengeResponse, Request, Response) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Updates a ChallengeResponse object according to given request and response.
update(ChallengeResponse, Request, Response, String, char[], String) - Static method in class org.restlet.engine.security.AuthenticatorUtils
Updates a ChallengeResponse object according to given request and response and compute a new secret according to the response sent by the server.
updateMetadata(String, Variant, boolean, MetadataService) - Static method in class org.restlet.engine.local.Entity
Updates some variant metadata based on a given entry name with extensions.
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, MediaType, float) - Method in class org.restlet.engine.converter.ConverterHelper
Updates the preferences of the given ClientInfo object with conversion capabilities for the given entity class.
updatePreferences(List<Preference<MediaType>>, Class<T>) - Method in class org.restlet.engine.converter.DefaultConverter
 
updateResponse(Response, Status, ClientCall) - Method in class org.restlet.engine.http.adapter.ClientAdapter
Updates the response with information from the lower-level HTTP client call.
UTC - Static variable in class org.restlet.engine.util.InternetDateFormat
A time zone with zero offset and no DST.

V

validOps() - Method in class org.restlet.engine.http.io.ReadableEntityChannel
 
valueOf(String) - Static method in enum org.restlet.engine.Edition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.restlet.engine.http.connector.ConnectionState
Returns the enum constant of this type with the specified name.
valueOf(Date) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the UTC (Z) time zone.
valueOf(Date, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified Date object using the specified time zone.
valueOf(long) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the UTC (Z) time zone.
valueOf(long, TimeZone) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object from the specified millisecond time value using the specified time zone.
valueOf(String) - Static method in class org.restlet.engine.util.InternetDateFormat
Creates a new InternetDateFormat object by parsing an RFC 3339 date/time string.
values() - Static method in enum org.restlet.engine.Edition
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.restlet.engine.http.connector.ConnectionState
Returns an array containing the constants of this enum type, in the order they're declared.
VariantInfo - Class in org.restlet.engine.resource
Variant that is declared by an annotated Java method.
VariantInfo(MediaType) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(MediaType, AnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VariantInfo(Variant, AnnotationInfo) - Constructor for class org.restlet.engine.resource.VariantInfo
Constructor.
VERSION - Static variable in class org.restlet.engine.Engine
Complete version.
VERSION_HEADER - Static variable in class org.restlet.engine.Engine
Complete version header.

W

waitForState(SelectableChannel, int) - Static method in class org.restlet.engine.io.NioUtils
Waits for the given channel to be ready for a specific operation.
warning(SAXParseException) - Method in class org.restlet.engine.util.DefaultSaxHandler
 
WarningReader - Class in org.restlet.engine.http.header
Warning header reader.
WarningReader(String) - Constructor for class org.restlet.engine.http.header.WarningReader
Constructor.
WarningWriter - Class in org.restlet.engine.http.header
Warning header writer.
WarningWriter() - Constructor for class org.restlet.engine.http.header.WarningWriter
 
WebDavProtocolHelper - Class in org.restlet.engine.http
Protocol helper for the WEBDAV protocol.
WebDavProtocolHelper() - Constructor for class org.restlet.engine.http.WebDavProtocolHelper
 
write(OutputStream) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.engine.application.DecodeRepresentation
Writes the representation to a byte channel.
write(OutputStream) - Method in class org.restlet.engine.application.EncodeRepresentation
Writes the representation to a byte stream.
write(WritableByteChannel) - Method in class org.restlet.engine.application.EncodeRepresentation
Writes the representation to a byte channel.
write(Writer) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(OutputStream) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(WritableByteChannel) - Method in class org.restlet.engine.application.RangeRepresentation
 
write(List<CacheDirective>) - Static method in class org.restlet.engine.http.header.CacheDirectiveWriter
Writes a list of cache directives with a comma separator.
write(CookieSetting) - Static method in class org.restlet.engine.http.header.CookieSettingWriter
Writes a cookie setting.
write(List<CookieSetting>) - Static method in class org.restlet.engine.http.header.CookieSettingWriter
Writes a list of cookie settings.
write(Cookie) - Static method in class org.restlet.engine.http.header.CookieWriter
Writes a cookie.
write(List<Cookie>) - Static method in class org.restlet.engine.http.header.CookieWriter
Writes a cookie.
write(Date) - Static method in class org.restlet.engine.http.header.DateWriter
Writes a date header.
write(Date, boolean) - Static method in class org.restlet.engine.http.header.DateWriter
Writes a date header.
write(Collection<Dimension>) - Static method in class org.restlet.engine.http.header.DimensionWriter
Creates a vary header from the given dimensions.
write(Disposition) - Static method in class org.restlet.engine.http.header.DispositionWriter
Formats a disposition.
write(List<Encoding>) - Static method in class org.restlet.engine.http.header.EncodingWriter
Writes a list of encodings.
write(List<Expectation>) - Static method in class org.restlet.engine.http.header.ExpectationWriter
Writes a list of expectations with a comma separator.
write(List<Language>) - Static method in class org.restlet.engine.http.header.LanguageWriter
Writes a list of languages.
write(Set<Method>) - Static method in class org.restlet.engine.http.header.MethodWriter
Writes a set of methods with a comma separator.
write(List) - Static method in class org.restlet.engine.http.header.PreferenceWriter
Writes a list of preferences with a comma separator.
write(List<Product>) - Static method in class org.restlet.engine.http.header.ProductWriter
Formats the given List of Products to a String.
write(List<Range>) - Static method in class org.restlet.engine.http.header.RangeWriter
Format ranges as a Range header value
write(Range, long) - Static method in class org.restlet.engine.http.header.RangeWriter
Format range as a Content-Range header value
write(List<RecipientInfo>) - Static method in class org.restlet.engine.http.header.RecipientInfoWriter
Creates a via header from the given recipients info.
write(List<Tag>) - Static method in class org.restlet.engine.http.header.TagWriter
Writes a list of tags.
write(Tag) - Static method in class org.restlet.engine.http.header.TagWriter
Writes a tag.
write(List<Warning>) - Static method in class org.restlet.engine.http.header.WarningWriter
Writes a warning.
write(int) - Method in class org.restlet.engine.http.io.ChunkedOutputStream
 
write(byte[], int, int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(int) - Method in class org.restlet.engine.io.NbChannelOutputStream
 
write(int) - Method in class org.restlet.engine.io.TraceOutputStream
 
write(int) - Method in class org.restlet.engine.io.WriterOutputStream
 
write(OutputStream) - Method in class org.restlet.engine.local.ZipEntryRepresentation
 
writeCRLF(OutputStream) - Static method in class org.restlet.engine.http.header.HeaderUtils
Writes a new line.
writeHeaderLine(Parameter, OutputStream) - Static method in class org.restlet.engine.http.header.HeaderUtils
Writes a header line.
writeMessage(Response) - Method in class org.restlet.engine.http.connector.ClientConnection
Write the given response on the socket.
writeMessage(Response) - Method in class org.restlet.engine.http.connector.Connection
Write the given message on the socket.
writeMessage(Response, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Writes the message and its headers.
writeMessage(Response) - Method in class org.restlet.engine.http.connector.ServerConnection
Write the given response on the socket.
writeMessageBody(Representation, WritableByteChannel, OutputStream) - Method in class org.restlet.engine.http.connector.Connection
Effectively writes the message body.
writeMessageHead(Response, OutputStream, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Writes the message head to the given output stream.
writeMessageHead(Response, Series<Parameter>) - Method in class org.restlet.engine.http.connector.Connection
Writes the message head.
writeMessageHeadLine(Response, OutputStream) - Method in class org.restlet.engine.http.connector.ClientConnection
 
writeMessageHeadLine(Response, OutputStream) - Method in class org.restlet.engine.http.connector.Connection
Writes the message head line to the given output stream.
writeMessageHeadLine(Response, OutputStream) - Method in class org.restlet.engine.http.connector.ServerConnection
 
writeMessages() - Method in class org.restlet.engine.http.connector.Connection
Writes outbound messages to the socket.
writeResponseBody(Representation, WritableByteChannel, OutputStream) - Method in class org.restlet.engine.http.ServerCall
Effectively writes the response body.
writeResponseHead(Response) - Method in class org.restlet.engine.http.ServerCall
Writes the response status line and headers.
writeResponseHead(Response, OutputStream) - Method in class org.restlet.engine.http.ServerCall
Writes the response head to the given output stream.
WriterOutputStream - Class in org.restlet.engine.io
Outputstream wrapping a character writer.
WriterOutputStream(Writer) - Constructor for class org.restlet.engine.io.WriterOutputStream
Constructor.

Z

ZipClientHelper - Class in org.restlet.engine.local
ZIP and JAR client connector.
ZipClientHelper(Client) - Constructor for class org.restlet.engine.local.ZipClientHelper
Constructor.
ZipEntryEntity - Class in org.restlet.engine.local
Local entity based on an entry in a Zip archive.
ZipEntryEntity(ZipFile, String, MetadataService) - Constructor for class org.restlet.engine.local.ZipEntryEntity
Constructor.
ZipEntryEntity(ZipFile, ZipEntry, MetadataService) - Constructor for class org.restlet.engine.local.ZipEntryEntity
Constructor.
ZipEntryRepresentation - Class in org.restlet.engine.local
An entry in a Zip/JAR file.
ZipEntryRepresentation(MediaType, ZipFile, ZipEntry) - Constructor for class org.restlet.engine.local.ZipEntryRepresentation
Constructor.
zipFile - Variable in class org.restlet.engine.local.ZipEntryEntity
The Zip file.
zipFile - Variable in class org.restlet.engine.local.ZipEntryRepresentation
The Zip file.

A B C D E F G H I K L M N O P R S T U V W Z

Copyright © 2005-2011 Noelios Technologies.