Package | Description |
---|---|
com.vaadin.flow.server.communication | |
com.vaadin.flow.server.communication.rpc |
Modifier and Type | Class and Description |
---|---|
class |
ReturnChannelHandler
RPC handler for return channel messages.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,RpcInvocationHandler> |
ServerRpcHandler.getInvocationHandlers()
Gets
RpcInvocationHandler s map where the key is the type of the
handler gotten via getRpcType() . |
Modifier and Type | Class and 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 through
element.$server or
simply $server in template event handlers. |
Copyright © 2025. All rights reserved.