Package | Description |
---|---|
org.restlet.engine |
Implementation of Restlet API.
|
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.ext.netty |
Integration with Netty 3.1.
|
org.restlet.ext.simple |
Integration with Simple framework 4.1.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientHelper
Client connector helper.
|
class |
ServerHelper
Server connector helper.
|
Modifier and Type | Method and Description |
---|---|
ConnectorHelper<Client> |
Engine.createHelper(Client client,
String helperClass)
Creates a new helper for a given client connector.
|
ConnectorHelper<Server> |
Engine.createHelper(Server server,
String helperClass)
Creates a new helper for a given server connector.
|
Modifier and Type | Method and Description |
---|---|
List<ConnectorHelper<Client>> |
Engine.getRegisteredClients()
Returns the list of available client connectors.
|
List<ConnectorHelper<Server>> |
Engine.getRegisteredServers()
Returns the list of available server connectors.
|
Modifier and Type | Method and Description |
---|---|
void |
Engine.setRegisteredClients(List<ConnectorHelper<Client>> registeredClients)
Sets the list of available client helpers.
|
void |
Engine.setRegisteredServers(List<ConnectorHelper<Server>> registeredServers)
Sets the list of available server helpers.
|
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 | 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.