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 ServerRpcQueueApplicationConnection. serverRpcQueueMethods in com.vaadin.client that return ServerRpcQueue Modifier and Type Method Description ServerRpcQueueApplicationConnection. 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 ServerRpcQueueServerRpcQueue. get(ApplicationConnection connection)Returns the server RPC queue for the given application.
-