Uses of Class
com.openfin.desktop.Ack
Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.channel | |
com.openfin.desktop.channel.webrtc | |
com.openfin.desktop.snapshot |
-
Uses of Ack in com.openfin.desktop
Methods in com.openfin.desktop that return Ack Modifier and Type Method Description static Ack
DesktopUtils. getNack(java.lang.Object source, java.lang.Exception ex)
static Ack
DesktopUtils. getNack(java.lang.Object source, java.lang.String reason)
Methods in com.openfin.desktop that return types with arguments of type Ack Modifier and Type Method Description java.util.concurrent.CompletionStage<Ack>
DesktopConnection. addEventCallbackAsync(org.json.JSONObject subscriptionObject, EventListener listener, java.lang.Object source)
java.util.concurrent.CompletionStage<Ack>
WebContent. addEventListener(java.lang.String type, EventListener listener)
java.util.concurrent.CompletableFuture<Ack>
Window. closeAsync(java.lang.Boolean force)
java.util.concurrent.CompletionStage<Ack>
DesktopConnection. removeEventCallbackAsync(org.json.JSONObject subscriptionObject, EventListener listener, java.lang.Object source)
java.util.concurrent.CompletionStage<Ack>
WebContent. removeEventListener(java.lang.String type, EventListener listener)
java.util.concurrent.CompletableFuture<Ack>
DesktopConnection. sendActionAsync(java.lang.String action, org.json.JSONObject payload, java.lang.Object source)
Methods in com.openfin.desktop with parameters of type Ack Modifier and Type Method Description static void
DesktopUtils. errorAck(AckListener callback, Ack ack)
void
AckListener. onError(Ack ack)
Invoked when the request to AppDesktop has errorsvoid
AckListener. onSuccess(Ack ack)
Invoked when the request to AppDesktop is successfulstatic void
DesktopUtils. successAck(AckListener ackListener, Ack ack)
Call onSuccess of an AckListenConstructors in com.openfin.desktop with parameters of type Ack Constructor Description WindowGroupChangeEvent(Ack payload, DesktopConnection desktopConnection)
Constructor -
Uses of Ack in com.openfin.desktop.channel
Methods in com.openfin.desktop.channel that return types with arguments of type Ack Modifier and Type Method Description java.util.concurrent.CompletableFuture<Ack>
ChannelClient. disconnect()
Disconnect from the channel.protected java.util.concurrent.CompletableFuture<Ack>
ChannelBase. dispatchAsync(AbstractProtocolHandler protocolHandler, org.json.JSONObject destinationIdentity, java.lang.String action, java.lang.Object actionPayload)
java.util.concurrent.CompletableFuture<Ack>
ChannelClient. dispatchAsync(java.lang.String action, java.lang.Object actionPayload)
Dispatch an action to a specified client.java.util.concurrent.CompletableFuture<Ack>
ChannelProvider. dispatchAsync(org.json.JSONObject destinationIdentity, java.lang.String action, org.json.JSONObject actionPayload)
Dispatch an action to a specified client.java.util.List<java.util.concurrent.CompletableFuture<Ack>>
ChannelProvider. publishAsync(java.lang.String action, org.json.JSONObject actionPayload)
Publish an action and payload to every connected client.java.util.concurrent.CompletableFuture<Ack>
Channel. raiseEvent(java.lang.String type, org.json.JSONObject eventObject)
Raise a channel event to Runtimejava.util.concurrent.CompletableFuture<Ack>
AbstractProtocolHandler. sendChannelMessageAsync(java.lang.String action, org.json.JSONObject destionationIdentity, org.json.JSONObject providerIdentity, java.lang.Object actionPayload)
java.util.concurrent.CompletableFuture<Ack>
ClassicProtocolHandler. sendChannelMessageAsync(java.lang.String action, org.json.JSONObject destionationIdentity, org.json.JSONObject providerIdentity, java.lang.Object actionPayload)
-
Uses of Ack in com.openfin.desktop.channel.webrtc
Methods in com.openfin.desktop.channel.webrtc that return types with arguments of type Ack Modifier and Type Method Description java.util.concurrent.CompletableFuture<Ack>
WebRtcProtocolHandler. sendChannelMessageAsync(java.lang.String action, org.json.JSONObject destionationIdentity, org.json.JSONObject providerIdentity, java.lang.Object actionPayload)
-
Uses of Ack in com.openfin.desktop.snapshot
Methods in com.openfin.desktop.snapshot that return types with arguments of type Ack Modifier and Type Method Description java.util.concurrent.CompletableFuture<Ack>
SnapshotSourceClient. applySnapshotAsync(org.json.JSONObject snapshot)
Applies specified snapshot object to the snapshot provider.