Package | Description |
---|---|
org.restlet.engine.http |
Supports HTTP connectors.
|
org.restlet.engine.http.adapter |
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
|
Modifier and Type | Method and Description |
---|---|
HttpClientHelper |
ClientCall.getHelper()
Returns the HTTP client helper.
|
Constructor and Description |
---|
ClientCall(HttpClientHelper helper,
String method,
String requestUri)
Constructor setting the request address to the local host.
|
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.
|
Copyright © 2005–2016. All rights reserved.