Uses of Interface
com.vaadin.classic.v8.shared.communication.ServerRpc
-
Packages that use ServerRpc Package Description com.vaadin.classic.v8.server -
-
Uses of ServerRpc in com.vaadin.classic.v8.server
Methods in com.vaadin.classic.v8.server with type parameters of type ServerRpc Modifier and Type Method Description protected <T extends ServerRpc>
voidAbstractClientConnector. registerRpc(T implementation)Deprecated.not supported - calling this does nothing but logs a warning in development modeprotected <T extends ServerRpc>
voidAbstractClientConnector. registerRpc(T implementation, java.lang.Class<T> rpcInterfaceType)Deprecated.not supported - calling this does nothing but logs a warning in development mode
-