Uses of Class
com.openfin.desktop.channel.ChannelClient
Package | Description |
---|---|
com.openfin.desktop.channel | |
com.openfin.desktop.platform |
-
Uses of ChannelClient in com.openfin.desktop.channel
Fields in com.openfin.desktop.channel declared as ChannelClient Modifier and Type Field Description protected ChannelClient
AbstractServiceClient. channelClient
Methods in com.openfin.desktop.channel that return types with arguments of type ChannelClient Modifier and Type Method Description java.util.concurrent.CompletionStage<ChannelClient>
Channel. connectAsync()
Connect to a channel providerjava.util.concurrent.CompletionStage<ChannelClient>
Channel. connectAsync(java.lang.Boolean noWait, java.lang.Object connectPayload, ProtocolOptions protocolType)
Connect to a channel providerjava.util.concurrent.CompletionStage<ChannelClient>
Channel. connectAsync(java.lang.Object connectPayload)
Connect to a channel providerjava.util.concurrent.CompletionStage<ChannelClient>
Channel. connectAsync(java.lang.Object connectPayload, ProtocolOptions protocolType)
Connect to a channel providerMethod parameters in com.openfin.desktop.channel with type arguments of type ChannelClient Modifier and Type Method Description void
Channel. connect(AsyncCallback<ChannelClient> callback)
Deprecated.useChannel.connectAsync(Object)
insteadvoid
Channel. connect(ProtocolOptions protocolType, AsyncCallback<ChannelClient> callback)
Deprecated.useChannel.connectAsync(Object, ProtocolOptions)
} instead -
Uses of ChannelClient in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform that return types with arguments of type ChannelClient Modifier and Type Method Description java.util.concurrent.CompletionStage<ChannelClient>
Platform. getChannelClient()