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 class
ReturnChannelHandler
RPC 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()
GetsRpcInvocationHandler
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 RpcInvocationHandler Modifier and Type Class Description class
AbstractRpcInvocationHandler
Abstract invocation handler implementation with common methods.class
AttachExistingElementRpcHandler
RPC handler for a client-side response on attach existing element request.class
AttachTemplateChildRpcHandler
RPC handler for a client-side response on attach existing element by id request.class
EventRpcHandler
RPC handler for events.class
MapSyncRpcHandler
Model map synchronization RPC handler.class
NavigationRpcHandler
RPC handler for Navigation.class
PublishedServerEventHandlerRpcHandler
RPC handler for events triggered throughelement.$server
or simply$server
in template event handlers.
-