public class RpcDispatchAsyncModule extends AbstractDispatchAsyncModule
AbstractDispatchAsyncModule that uses Remote Procedure Calls (RPC).
This gin module provides provides access to the DispatchAsync singleton, which is used to make calls to the
server over RPC.
If you want to prevent XSRF attack (you use secured Actions) the empty
DefaultSecurityCookieAccessor could leave your application vulnerable to XSRF attacks.| Modifier and Type | Class and Description |
|---|---|
static class |
RpcDispatchAsyncModule.Builder
A
RpcDispatchAsyncModule builder. |
| Modifier | Constructor and Description |
|---|---|
|
RpcDispatchAsyncModule() |
protected |
RpcDispatchAsyncModule(RpcDispatchAsyncModule.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureDispatch() |
configurepublic RpcDispatchAsyncModule()
protected RpcDispatchAsyncModule(RpcDispatchAsyncModule.Builder builder)
protected void configureDispatch()
configureDispatch in class AbstractDispatchAsyncModuleCopyright © 2010–2017 Arcbees. All rights reserved.