| Package | Description |
|---|---|
| org.restlet.client |
Core classes of the API.
|
| org.restlet.client.util |
Various utility classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Client
Connector acting as a generic client.
|
class |
Connector
Restlet enabling communication between Components.
|
| Modifier and Type | Method and Description |
|---|---|
Restlet |
Context.getClientDispatcher()
Returns a request dispatcher to available client connectors.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Context.setClientDispatcher(Restlet clientDispatcher)
Sets the client dispatcher.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WrapperRestlet
Restlet wrapper.
|
| Constructor and Description |
|---|
WrapperRestlet(Restlet wrappedRestlet)
Constructor.
|
Copyright © 2005-2024 Restlet.