Uses of Class
com.openfin.desktop.channel.ProtocolOptions
Package | Description |
---|---|
com.openfin.desktop.channel | |
com.openfin.desktop.channel.webrtc |
-
Uses of ProtocolOptions in com.openfin.desktop.channel
Fields in com.openfin.desktop.channel declared as ProtocolOptions Modifier and Type Field Description static ProtocolOptions
Channel. CLASSIC_PROTOCOL
static ProtocolOptions
Channel. RTC_PROTOCOL
Methods in com.openfin.desktop.channel that return ProtocolOptions Modifier and Type Method Description ProtocolOptions
AbstractProtocolHandler. getProtocolOptions()
ProtocolOptions
ClassicProtocolHandler. getProtocolOptions()
Methods in com.openfin.desktop.channel with parameters of type ProtocolOptions Modifier and Type Method Description void
Channel. connect(ProtocolOptions protocolType, AsyncCallback<ChannelClient> callback)
Deprecated.useChannel.connectAsync(Object, ProtocolOptions)
} insteadjava.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, ProtocolOptions protocolType)
Connect to a channel providervoid
Channel. create(AsyncCallback<ChannelProvider> callback, ProtocolOptions protocolType)
Deprecated.useChannel.createAsync()
insteadstatic AbstractProtocolHandler
AbstractProtocolHandler. createProtocolHandler(ProtocolOptions options, Channel channel)
static org.json.JSONObject
AbstractProtocolHandler. getOfferProtocolByType(org.json.JSONObject offer, ProtocolOptions options)
Method parameters in com.openfin.desktop.channel with type arguments of type ProtocolOptions Modifier and Type Method Description java.util.concurrent.CompletionStage<ChannelProvider>
Channel. createAsync(java.util.List<ProtocolOptions> protocolList)
-
Uses of ProtocolOptions in com.openfin.desktop.channel.webrtc
Methods in com.openfin.desktop.channel.webrtc that return ProtocolOptions Modifier and Type Method Description ProtocolOptions
WebRtcProtocolHandler. getProtocolOptions()