|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.client.engine.Helper
org.restlet.client.engine.RestletHelper<T>
org.restlet.client.engine.ConnectorHelper<Client>
org.restlet.client.engine.ClientHelper
org.restlet.client.engine.http.HttpClientHelper
org.restlet.client.engine.http.GwtHttpClientHelper
public class GwtHttpClientHelper
HTTP client connector using the GWT's HTTP module. Here is the list of parameters that are supported:
Parameter name | Value type | Default value | Description |
---|---|---|---|
timeout | int | 0 | Sets the request timeout to a specified timeout, in milliseconds. A timeout of zero is interpreted as an infinite timeout. |
Constructor Summary | |
---|---|
GwtHttpClientHelper(Client client)
Constructor. |
Method Summary | |
---|---|
ClientCall |
create(Request request)
Creates a low-level HTTP client call from a high-level uniform call. |
Methods inherited from class org.restlet.client.engine.http.HttpClientHelper |
---|
getAdapter, handle, setAdapter |
Methods inherited from class org.restlet.client.engine.ClientHelper |
---|
getConnectTimeout |
Methods inherited from class org.restlet.client.engine.ConnectorHelper |
---|
getContext, getProtocols, start, stop, update |
Methods inherited from class org.restlet.client.engine.RestletHelper |
---|
getAttributes, getHelped, getHelpedParameters, getLogger, getMetadataService, setHelped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GwtHttpClientHelper(Client client)
client
- The client to help.Method Detail |
---|
public ClientCall create(Request request)
create
in class HttpClientHelper
request
- The high-level request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |