Modifier and Type | Class and Description |
---|---|
class |
CompositeHelper<T extends Restlet>
Chain helper serving as base class for Application and Component helpers.
|
class |
RestletHelper<T extends Restlet>
Delegate used by API classes to get support from the implementation classes.
|
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 |
ClientHelper
Client connector helper.
|
class |
ConnectorHelper<T extends Connector>
Base connector helper.
|
class |
FtpClientHelper
FTP client connector using the
URLConnection . |
class |
HttpProtocolHelper
Protocol helper for the HTTP protocol.
|
class |
NetServerHelper
Abstract Internal web server connector based on com.sun.net.httpserver
package.
|
class |
ProtocolHelper
Protocol helper.
|
class |
ServerHelper
Server connector helper.
|
class |
WebDavProtocolHelper
Protocol helper for the WEBDAV protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
ConverterHelper
Converter between Representations and regular Java objects.
|
class |
DefaultConverter
Converter for the built-in Representation classes.
|
class |
StatusInfoHtmlConverter
Converter for the
StatusInfo class. |
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 |
GsonConverter
Converter between the JSON and Representation classe based on Gson library.
|
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, JSON Smile, CSV, XML, YAML 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
Deprecated.
Use a persistence technology such as Mybatis or Hibernate instead.
|
class |
JdbcConverter
Deprecated.
Use a persistence technology such as Mybatis or Hibernate instead.
|
Modifier and Type | Class and Description |
---|---|
class |
JibxConverter
Deprecated.
Use an XML serialization technology such as Jackson instead.
|
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 |
HttpsClientHelper
HTTPS client helper based on NIO blocking sockets.
|
class |
HttpServerHelper
HTTP server helper based on NIO blocking sockets.
|
class |
HttpsServerHelper
HTTPS 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 |
RdfConverter
Converter between the Graph and RDF Representation classes.
|
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
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipProtocolHelper
Deprecated.
Will be removed to focus on Web APIs.
|
class |
SipServerHelper
Deprecated.
Will be removed to focus on Web APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
ThymeleafConverter
Converter between the Thymeleaf Template objects and Representations.
|
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
Deprecated.
Not actively developed anymore.
|
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
Deprecated.
Use an XML serialization technology such as Jackson instead.
|
Copyright © 2005–2016. All rights reserved.