Uses of Class
com.vaadin.client.communication.ServerRpcQueue
-
Packages that use ServerRpcQueue Package Description com.vaadin.client com.vaadin.client.communication -
-
Uses of ServerRpcQueue in com.vaadin.client
Fields in com.vaadin.client declared as ServerRpcQueue Modifier and Type Field Description protected ServerRpcQueue
ApplicationConnection. serverRpcQueue
Methods in com.vaadin.client that return ServerRpcQueue Modifier and Type Method Description ServerRpcQueue
ApplicationConnection. getServerRpcQueue()
Gets the server RPC queue for this application -
Uses of ServerRpcQueue in com.vaadin.client.communication
Methods in com.vaadin.client.communication that return ServerRpcQueue Modifier and Type Method Description static ServerRpcQueue
ServerRpcQueue. get(ApplicationConnection connection)
Returns the server RPC queue for the given application
-