We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.client.communication.
Class RpcProxy
- java.lang.Object
-
- com.vaadin.client.communication.RpcProxy
-
public class RpcProxy extends Object
Class for creating proxy instances for Client to Server RPC.
Since:
7.0
-
-
Constructor Summary
Constructors Constructor Description RpcProxy()
-
-
-
Method Detail
-
create
public static <T extends ServerRpc> T create(Class<T> rpcInterface, ServerConnector connector)
-
-