| Interface | Description |
|---|---|
| ConnectionStateHandler |
Interface for handling problems and other events which occur during
communication with the server.
|
| DiffJSONSerializer<T> | |
| HasJavaScriptConnectorHelper | |
| JSONSerializer<T> |
Implementors of this interface knows how to serialize an Object of a given
type to JSON and how to deserialize the JSON back into an object.
|
| PushConnection |
Represents the client-side endpoint of a bidirectional ("push") communication
channel.
|
| ReconnectDialog |
Interface which must be implemented by the reconnect dialog.
|
| StateChangeEvent.StateChangeHandler |
Event handler that gets notified whenever any part of the state has been
updated by the server.
|
| Class | Description |
|---|---|
| AbstractServerConnectorEvent<H extends com.google.gwt.event.shared.EventHandler> | |
| AtmospherePushConnection |
The default
PushConnection implementation that uses Atmosphere for
handling the communication channel. |
| AtmospherePushConnection.AbstractJSO | |
| AtmospherePushConnection.AtmosphereConfiguration | |
| AtmospherePushConnection.AtmosphereResponse | |
| AtmospherePushConnection.FragmentedMessage |
Represents a message that should be sent as multiple fragments.
|
| Date_Serializer |
Client side serializer/deserializer for java.util.Date.
|
| DefaultConnectionStateHandler |
Default implementation of the connection state handler.
|
| DefaultReconnectDialog |
The default implementation of the reconnect dialog.
|
| Heartbeat |
Handles sending of heartbeats to the server and reacting to the response.
|
| JavaScriptMethodInvocation |
A
MethodInvocation that originates from JavaScript. |
| JsonDecoder |
Client side decoder for decodeing shared state and other values from JSON
received from the server.
|
| JsonEncoder |
Encoder for converting RPC parameters and other values to JSON for transfer
between the client and the server.
|
| MessageHandler |
A MessageHandler is responsible for handling all incoming messages (JSON)
from the server (state changes, RPCs and other updates) and ensuring that the
connectors are updated accordingly.
|
| MessageSender |
MessageSender is responsible for sending messages to the server.
|
| RpcManager |
Client side RPC manager that can invoke methods based on RPC calls received
from the server.
|
| RpcProxy |
Class for creating proxy instances for Client to Server RPC.
|
| ServerRpcQueue |
Manages the queue of server invocations (RPC) which are waiting to be sent to
the server.
|
| StateChangeEvent | |
| TranslatedURLReference |
A URLReference implementation which does late URL translation to be able to
re-translate URLs if e.g.
|
| URLReference_Serializer | |
| XhrConnection |
Provides a connection to the /UIDL url on the server and knows how to send
messages to that end point.
|
| XhrConnectionError |
XhrConnectionError provides detail about an error which occurred during an
XHR request to the server.
|
| Enum | Description |
|---|---|
| AtmospherePushConnection.State | |
| DefaultConnectionStateHandler.Type |
Copyright © 2023 Vaadin Ltd. All rights reserved.