Uses of Interface
com.vaadin.flow.server.communication.rpc.RpcInvocationHandler
Packages that use RpcInvocationHandler
-
Uses of RpcInvocationHandler in com.vaadin.flow.server.communication
Classes in com.vaadin.flow.server.communication that implement RpcInvocationHandlerModifier and TypeClassDescriptionclassRPC handler for return channel messages.Methods in com.vaadin.flow.server.communication that return types with arguments of type RpcInvocationHandlerModifier and TypeMethodDescriptionprotected 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 RpcInvocationHandlerModifier and TypeClassDescriptionclassAbstract invocation handler implementation with common methods.classRPC handler for a client-side response on attach existing element request.classRPC handler for a client-side response on attach existing element by id request.classRPC handler for events.classModel map synchronization RPC handler.classRPC handler for Navigation.classRPC handler for events triggered throughelement.$serveror simply$serverin template event handlers.