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 ProtocolOptionsChannel. CLASSIC_PROTOCOLstatic ProtocolOptionsChannel. RTC_PROTOCOLMethods in com.openfin.desktop.channel that return ProtocolOptions Modifier and Type Method Description ProtocolOptionsAbstractProtocolHandler. getProtocolOptions()ProtocolOptionsClassicProtocolHandler. getProtocolOptions()Methods in com.openfin.desktop.channel with parameters of type ProtocolOptions Modifier and Type Method Description voidChannel. 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 providervoidChannel. create(AsyncCallback<ChannelProvider> callback, ProtocolOptions protocolType)Deprecated.useChannel.createAsync()insteadstatic AbstractProtocolHandlerAbstractProtocolHandler. createProtocolHandler(ProtocolOptions options, Channel channel)static org.json.JSONObjectAbstractProtocolHandler. 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 ProtocolOptionsWebRtcProtocolHandler. getProtocolOptions()