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.http.connector |
New advanced internal HTTP connector.
|
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.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 |
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 |
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 |
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 | Method and Description |
---|---|
static String[] |
SslUtils.getDisabledCipherSuites(RestletHelper<?> helper)
Returns the list of disabled cipher suites.
|
static String[] |
SslUtils.getEnabledCipherSuites(RestletHelper<?> helper)
Returns the list of enabled cipher suites.
|
static SslContextFactory |
SslUtils.getSslContextFactory(RestletHelper<?> helper)
Returns the SSL context factory.
|
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.