Package | Description |
---|---|
org.restlet.engine |
Implementation of Restlet API.
|
org.restlet.engine.application |
Supports Restlet applications.
|
org.restlet.engine.component |
Supports Restlet components.
|
org.restlet.engine.converter |
Supports the converter service.
|
org.restlet.engine.http |
Supports HTTP connectors.
|
org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
org.restlet.engine.http.security |
Supports HTTP security.
|
org.restlet.engine.local |
Supports local connectors and resources.
|
org.restlet.engine.riap |
Supports RIAP (Restlet Internal Access Protocol) connectors.
|
org.restlet.engine.security |
Supports security.
|
org.restlet.ext.jackson |
Integration with Jackson 1.4.
|
org.restlet.ext.netty |
Integration with Netty 3.1.
|
org.restlet.ext.simple |
Integration with Simple framework 4.1.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainHelper<T extends Restlet>
Chain helper serving as base class for Application and Component helpers.
|
class |
ClientHelper
Client connector helper.
|
class |
ConnectorHelper<T extends Connector>
Base connector helper.
|
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.
|
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 |
ConverterHelper
Converter between Representations and regular Java objects.
|
class |
DefaultConverter
Converter for the built-in Representation classes.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpProtocolHelper
Protocol helper for the HTTP protocol.
|
class |
WebDavProtocolHelper
Protocol helper for the WEBDAV protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseClientHelper
Base client helper based on NIO blocking sockets.
|
class |
BaseHelper<T extends Connector>
Base connector helper.
|
class |
BaseServerHelper
Base server helper based on NIO blocking sockets.
|
class |
HttpClientHelper
HTTP client helper based on NIO blocking sockets.
|
class |
HttpServerHelper
HTTP server helper based on NIO blocking sockets.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpBasicHelper
Implements the HTTP BASIC authentication.
|
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 |
ZipClientHelper
ZIP and JAR client connector.
|
Modifier and Type | Class and Description |
---|---|
class |
RiapClientHelper
Client connector for RIAP calls.
|
class |
RiapServerHelper
Server connector handling RIAP calls.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthenticatorHelper
Base class for authentication helpers.
|
class |
SmtpPlainHelper
Implements the SMTP PLAIN authentication.
|
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 |
HttpsServerHelper
Netty HTTPS server connector.
|
class |
NettyServerHelper
Abstract Netty Web server connector.
|
Modifier and Type | Class and Description |
---|---|
class |
SimpleServerHelper
Abstract Simple Web server connector.
|
Copyright © 2005–2016. All rights reserved.