Package | Description |
---|---|
org.restlet.engine.adapter | |
org.restlet.ext.httpclient |
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 HttpMethodCall and Apache HTTP Client
project.
|
Copyright © 2005–2013. All rights reserved.