com.vaadin.flow.server.communication.rpc.
Package com.vaadin.flow.server.communication.rpc
-
Interface Summary Interface Description RpcDecoder Decoder of RPC method arguments (server-side methods invoked from the client-side).
RpcInvocationHandler RPC invocation handler interface.
-
Class Summary Class Description AbstractRpcInvocationHandler Abstract invocation handler implementation with common methods.
AttachExistingElementRpcHandler RPC handler for a client-side response on attach existing element request.
AttachTemplateChildRpcHandler RPC handler for a client-side response on attach existing element by id request.
DefaultRpcDecoder Decodes the standard basic types from their JSON representation.
EventRpcHandler RPC handler for events.
MapSyncRpcHandler Model map synchronization RPC handler.
NavigationRpcHandler RPC handler for Navigation.
PublishedServerEventHandlerRpcHandler RPC handler for events triggered through
element.$server
or simply$server
in template event handlers.StringToEnumDecoder Decodes a
JsonValue
withJsonType.STRING
type toEnum
subclass type.StringToNumberDecoder Decodes a
JsonValue
withJsonType.STRING
type toNumber
subclass type. -
Exception Summary Exception Description RpcDecodeException Thrown if RPC method argument cannot be decoded to the required type.