Modifier and Type | Class and Description |
---|---|
class |
ClientHelper
Client connector helper.
|
class |
CompositeHelper<T extends Restlet>
Chain helper serving as base class for Application and Component helpers.
|
class |
ConnectorHelper<T extends Connector>
Base connector helper.
|
class |
HttpProtocolHelper
Protocol helper for the HTTP protocol.
|
class |
ProtocolHelper
Protocol helper.
|
class |
RestletHelper<T extends Restlet>
Delegate used by API classes to get support from the implementation classes.
|
class |
ServerHelper
Server connector helper.
|
class |
WebDavProtocolHelper
Protocol helper for the WEBDAV protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationHelper
Application implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
ComponentHelper
Component helper.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseHelper<T extends Connector>
Base connector helper.
|
class |
ClientConnectionHelper
Base client helper based on NIO non blocking sockets.
|
class |
ConnectionHelper<T extends Connector>
Connector helper using network connections.
|
class |
HttpClientHelper
HTTP client helper based on NIO blocking sockets.
|
class |
HttpServerHelper
HTTP server helper based on NIO blocking sockets.
|
class |
ServerConnectionHelper
Base server helper based on NIO non blocking sockets.
|
Modifier and Type | Class and Description |
---|---|
class |
ConverterHelper
Converter between Representations and regular Java objects.
|
class |
DefaultConverter
Converter for the built-in Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
ClapClientHelper
Connector to the resources accessed via class loaders.
|
class |
EntityClientHelper
Connector to the local entities.
|
class |
FileClientHelper
Connector to the file resources accessible.
|
class |
LocalClientHelper
Connector to the local resources accessible via file system, class loaders
and similar mechanisms.
|
class |
RiapClientHelper
Client connector for RIAP calls.
|
class |
RiapServerHelper
Server connector handling RIAP calls.
|
class |
ZipClientHelper
ZIP and JAR client connector.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatorHelper
Base class for authentication helpers.
|
class |
HttpBasicHelper
Implements the HTTP BASIC authentication.
|
class |
SmtpPlainHelper
Implements the SMTP PLAIN authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
AtomConverter
Converter between the Atom API and Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpAwsQueryHelper
Implements the HTTP authentication for the Amazon Web Services.
|
class |
HttpAwsS3Helper
Implements the HTTP authentication for the Amazon S3 service.
|
class |
HttpAzureSharedKeyHelper
Implements the Shared Key authentication for Azure services.
|
class |
HttpAzureSharedKeyLiteHelper
Implements the Shared Key Lite authentication for Azure services.
|
class |
HttpDigestHelper
Implements the HTTP DIGEST authentication.
|
Modifier and Type | Class and Description |
---|---|
class |
FreemarkerConverter
Converter between the Freemarker Template objects and Representations.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlConverter
Converter between the HTML API and Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
JacksonConverter
Converter between the JSON and Representation classes based on Jackson.
|
Modifier and Type | Class and Description |
---|---|
class |
JavaMailClientHelper
Client connector to a mail server.
|
class |
JavaMailConverter
A JavaMail converter helper to convert from Message objects to
MessageRepresentation.
|
Modifier and Type | Class and Description |
---|---|
class |
JaxbConverter
A JAXB Converter Helper to convert from JAXB objects to JaxbRepresentations
and vice versa.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcClientHelper
Client connector to a JDBC database.
|
class |
JdbcConverter
|
Modifier and Type | Class and Description |
---|---|
class |
JibxConverter
A JiBX converter helper to convert from JiBX objects to JibxRepresentation
and vice versa.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpClientHelper
FTP client connector using the
URLConnection . |
Modifier and Type | Class and Description |
---|---|
class |
RdfConverter
Converter between the Graph and RDF Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
RomeConverter
Converter of SyndFeed objects into Representation instances.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletWarClientHelper
Client connector based on a Servlet context (JEE Web application context).
|
Modifier and Type | Class and Description |
---|---|
class |
SipClientHelper
Standalone SIP client helper.
|
class |
SipProtocolHelper
Protocol helper for the SIP protocol.
|
class |
SipServerHelper
Standalone SIP server helper.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsClientHelper
HTTPS client helper based on NIO blocking sockets.
|
class |
HttpsServerHelper
HTTPS server helper based on NIO blocking sockets.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityConverter
Converter between the Velocity Template objects and Representations.
|
Modifier and Type | Class and Description |
---|---|
class |
WadlConverter
A converter helper to convert between
ApplicationInfo objects and
WadlRepresentation ones. |
Modifier and Type | Class and Description |
---|---|
class |
XdbServletWarClientHelper
Local client connector based on a XMLDB repository.
|
Modifier and Type | Class and Description |
---|---|
class |
XmlConverter
Converter between the XML APIs and XML Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
XstreamConverter
Converter between the XML/JSON and Representation classes based on XStream.
|
Copyright © 2005–2013. All rights reserved.