| Package | Description |
|---|---|
| org.restlet.engine.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
| org.restlet.engine.connector |
Integration with Java URLConnection class.
|
| Modifier and Type | Method and Description |
|---|---|
HttpClientHelper |
ClientCall.getHelper()
Returns the HTTP client helper.
|
| Modifier and Type | Method and Description |
|---|---|
ClientCall |
ClientAdapter.toSpecific(HttpClientHelper client,
Request request)
Converts a low-level HTTP call into a high-level uniform call.
|
| Constructor and Description |
|---|
ClientCall(HttpClientHelper helper,
String method,
String requestUri)
Constructor setting the request address to the local host.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HttpClientHelper
HTTP client connector using the
HttpUrlConnectionCall. |
Copyright © 2005–2025. All rights reserved.