Uses of Class
com.openfin.desktop.channel.ChannelProvider
Package | Description |
---|---|
com.openfin.desktop.channel |
-
Uses of ChannelProvider in com.openfin.desktop.channel
Methods in com.openfin.desktop.channel that return types with arguments of type ChannelProvider Modifier and Type Method Description java.util.concurrent.CompletionStage<ChannelProvider>
Channel. createAsync()
java.util.concurrent.CompletionStage<ChannelProvider>
Channel. createAsync(java.util.List<ProtocolOptions> protocolList)
Method parameters in com.openfin.desktop.channel with type arguments of type ChannelProvider Modifier and Type Method Description void
Channel. create(AsyncCallback<ChannelProvider> callback)
void
Channel. create(AsyncCallback<ChannelProvider> callback, ProtocolOptions protocolType)
Deprecated.useChannel.createAsync()
instead