Uses of Class
com.vaadin.server.ServerRpcMethodInvocation
-
Packages that use ServerRpcMethodInvocation Package Description com.vaadin.server com.vaadin.server.communication -
-
Uses of ServerRpcMethodInvocation in com.vaadin.server
Methods in com.vaadin.server with parameters of type ServerRpcMethodInvocation Modifier and Type Method Description static voidServerRpcManager. applyInvocation(ClientConnector target, ServerRpcMethodInvocation invocation)Invoke a method in a server side RPC target class.voidServerRpcManager. applyInvocation(ServerRpcMethodInvocation invocation)Invoke a method in a server side RPC target class. -
Uses of ServerRpcMethodInvocation in com.vaadin.server.communication
Methods in com.vaadin.server.communication with parameters of type ServerRpcMethodInvocation Modifier and Type Method Description protected voidServerRpcHandler. handleInvocation(UI ui, ClientConnector connector, ServerRpcMethodInvocation invocation)Handles the given RPC method invocation for the given connector
-