Package | Description |
---|---|
com.gwtplatform.dispatch.rest.client.gin |
Modifier and Type | Class and Description |
---|---|
static class |
RestDispatchAsyncModule.Builder |
Modifier and Type | Method and Description |
---|---|
RestDispatchAsyncModuleBuilder |
RestDispatchAsyncModuleBuilder.defaultDateFormat(String defaultDateFormat)
Specify the pattern to use to format dates before they are sent to the end-point.
|
RestDispatchAsyncModuleBuilder |
RestDispatchAsyncModuleBuilder.requestTimeout(int timeoutMs)
Specify the number of milliseconds to wait for a request to complete.
|
RestDispatchAsyncModuleBuilder |
RestDispatchAsyncModuleBuilder.serialization(Class<? extends Serialization> serializationClass)
Specify the serialization implementation to use.
|
RestDispatchAsyncModuleBuilder |
RestParameterBuilder.withValue(String value)
Define the value of this parameter.
|
RestDispatchAsyncModuleBuilder |
RestDispatchAsyncModuleBuilder.xcsrfTokenHeaderName(String xsrfTokenHeaderName)
Deprecated.
|
RestDispatchAsyncModuleBuilder |
RestDispatchAsyncModuleBuilder.xsrfTokenHeaderName(String xsrfTokenHeaderName)
Specify the XSRF token header name.
|
Copyright © 2010-2014 ArcBees. All Rights Reserved.