| 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.component |
Supports Restlet components.
|
| org.restlet.engine.connector |
Integration with Java URLConnection class.
|
| org.restlet.engine.local |
Supports local connectors and resources.
|
| org.restlet.util |
Various utility classes.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorHelper<Client> |
Engine.createHelper(Client client,
String helperClass)
Creates a new helper for a given client connector.
|
List<ConnectorHelper<Client>> |
Engine.getRegisteredClients()
Returns the list of available client connectors.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorHelper<Client> |
Engine.createHelper(Client client,
String helperClass)
Creates a new helper for a given client connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Engine.setRegisteredClients(List<ConnectorHelper<Client>> registeredClients)
Sets the list of available client helpers.
|
| Constructor and Description |
|---|
HttpClientHelper(Client client)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientRoute.getClient()
Returns the target client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientRoute.setNext(Client next)
Sets the next client.
|
| Constructor and Description |
|---|
ClientRoute(Router router,
Client target)
Constructor.
|
| Constructor and Description |
|---|
ClientHelper(Client client)
Constructor.
|
FtpClientHelper(Client client)
Constructor.
|
HttpClientHelper(Client client)
Constructor.
|
| Constructor and Description |
|---|
ClapClientHelper(Client client)
Constructor.
|
EntityClientHelper(Client client)
Constructor.
|
FileClientHelper(Client client)
Constructor.
|
LocalClientHelper(Client client)
Constructor.
|
RiapClientHelper(Client client)
Constructor.
|
ZipClientHelper(Client client)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Client |
ClientList.add(Protocol protocol)
Adds a new client connector in the map supporting the given protocol.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ClientList.add(Client client) |
Copyright © 2005–2025. All rights reserved.