|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpClientHelper | |
---|---|
com.noelios.restlet.http | Implementation of HTTP Connectors. |
Uses of HttpClientHelper in com.noelios.restlet.http |
---|
Subclasses of HttpClientHelper in com.noelios.restlet.http | |
---|---|
class |
StreamClientHelper
HTTP client helper based on BIO sockets. |
Methods in com.noelios.restlet.http that return HttpClientHelper | |
---|---|
HttpClientHelper |
HttpClientCall.getHelper()
Returns the HTTP client helper. |
Methods in com.noelios.restlet.http with parameters of type HttpClientHelper | |
---|---|
HttpClientCall |
HttpClientConverter.toSpecific(HttpClientHelper client,
Request request)
Converts a low-level HTTP call into a high-level uniform call. |
Constructors in com.noelios.restlet.http with parameters of type HttpClientHelper | |
---|---|
HttpClientCall(HttpClientHelper helper,
java.lang.String method,
java.lang.String requestUri)
Constructor setting the request address to the local host. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |