Uses of Package
com.vaadin.flow.server.communication
Packages that use com.vaadin.flow.server.communication
Package
Description
-
Classes in com.vaadin.flow.server.communication used by com.vaadin.flow.component
-
Classes in com.vaadin.flow.server.communication used by com.vaadin.flow.component.internalClassDescriptionRepresents a bidirectional ("push") connection between a single UI and its client-side.
-
Classes in com.vaadin.flow.server.communication used by com.vaadin.flow.diClassDescriptionThis event listener is notified when the Single Page Application's HTML page is about to be generated and sent to the client.
-
Classes in com.vaadin.flow.server.communication used by com.vaadin.flow.internalClassDescriptionManages fragmented messages during Atmosphere push communication.
-
Classes in com.vaadin.flow.server.communication used by com.vaadin.flow.internal.nodefeature
-
Classes in com.vaadin.flow.server.communication used by com.vaadin.flow.serverClassDescriptionThis event listener is notified when the Single Page Application's HTML page is about to be generated and sent to the client.This represents the state of a Index HTML response being generated.Deprecated, for removal: This API element is subject to removal in a future version.
-
Classes in com.vaadin.flow.server.communication used by com.vaadin.flow.server.communicationClassDescriptionDescribes which client-to-server RPC invocation (a DOM event, a synchronized property update, a
@ClientCallable/template event handler, a server-side navigation, a return channel message, and so on) an event fired through theservice event busis about.Represents a message that can arrive as multiple fragments.Manages fragmented messages during Atmosphere push communication.This represents the state of a Index HTML response being generated.Processes a 'start' request type from the client to initialize server session and UI.Represents a bidirectional ("push") connection between a single UI and its client-side.Handles incoming push connections and messages and dispatches them to the correctUI/AtmospherePushConnection.Deprecated, for removal: This API element is subject to removal in a future version.useRpcInvocationStartedEvent,RpcInvocationFailedEventandRpcInvocationEndedEventon theservice event businsteadHandles a client-to-server message containing serialized RPC invocations.Exception thrown then the security key sent by the client does not match the expected one.Exception thrown when the client sends a message with an unexpected message ID, indicating that the client and server are out of sync.A data transfer object representing an RPC request sent by the client side.HandlesStreamReceiverinstances registered inVaadinSession.
RpcInvocationStartedEvent,RpcInvocationFailedEventandRpcInvocationEndedEventon theservice event businstead.