Package | Description |
---|---|
org.restlet.engine |
Implementation of Restlet API.
|
org.restlet.engine.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
org.restlet.engine.application |
Supports Restlet applications.
|
org.restlet.engine.component |
Supports Restlet components.
|
org.restlet.engine.connector |
Integration with Java URLConnection class.
|
org.restlet.engine.converter |
Supports the converter service.
|
org.restlet.engine.local |
Supports local connectors and resources.
|
org.restlet.engine.security |
Supports security.
|
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 |
HttpClientHelper
Base HTTP client connector.
|
class |
HttpServerHelper
Base HTTP server connector.
|
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 |
HttpsServerHelper
Internal HTTPS server connector.
|
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.
|
Copyright © 2005-2024 Restlet.