Uses of Interface
com.vaadin.flow.server.communication.rpc.RpcInvocationHandler
-
Packages that use RpcInvocationHandler Package Description com.vaadin.flow.server.communication com.vaadin.flow.server.communication.rpc -
-
Uses of RpcInvocationHandler in com.vaadin.flow.server.communication
Classes in com.vaadin.flow.server.communication that implement RpcInvocationHandler Modifier and Type Class Description classReturnChannelHandlerRPC handler for return channel messages.Methods in com.vaadin.flow.server.communication that return types with arguments of type RpcInvocationHandler Modifier and Type Method Description protected Map<String,RpcInvocationHandler>ServerRpcHandler. getInvocationHandlers()GetsRpcInvocationHandlers map where the key is the type of the handler gotten viagetRpcType(). -
Uses of RpcInvocationHandler in com.vaadin.flow.server.communication.rpc
Classes in com.vaadin.flow.server.communication.rpc that implement RpcInvocationHandler Modifier and Type Class Description classAbstractRpcInvocationHandlerAbstract invocation handler implementation with common methods.classAttachExistingElementRpcHandlerRPC handler for a client-side response on attach existing element request.classAttachTemplateChildRpcHandlerRPC handler for a client-side response on attach existing element by id request.classEventRpcHandlerRPC handler for events.classMapSyncRpcHandlerModel map synchronization RPC handler.classNavigationRpcHandlerRPC handler for Navigation.classPublishedServerEventHandlerRpcHandlerRPC handler for events triggered throughelement.$serveror simply$serverin template event handlers.
-