We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
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 TypeClassDescriptionclass
RPC 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()
Gets
RpcInvocationHandler
s 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 TypeClassDescriptionclass
Abstract invocation handler implementation with common methods.
class
RPC handler for a client-side response on attach existing element request.
class
RPC handler for a client-side response on attach existing element by id request.
class
RPC handler for events.
class
Model map synchronization RPC handler.
class
RPC handler for Navigation.
class
RPC handler for events triggered through
element.$server
or simply$server
in template event handlers.