| Package | Description |
|---|---|
| com.vaadin.server | |
| com.vaadin.server.communication |
| Modifier and Type | Method and Description |
|---|---|
static void |
ServerRpcManager.applyInvocation(ClientConnector target,
ServerRpcMethodInvocation invocation)
Invoke a method in a server side RPC target class.
|
void |
ServerRpcManager.applyInvocation(ServerRpcMethodInvocation invocation)
Invoke a method in a server side RPC target class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerRpcHandler.handleInvocation(UI ui,
ClientConnector connector,
ServerRpcMethodInvocation invocation)
Handles the given RPC method invocation for the given connector
|
Copyright © 2017 Vaadin Ltd. All rights reserved.