Uses of Class
com.openfin.desktop.channel.AbstractProtocolHandler
| Package | Description |
|---|---|
| com.openfin.desktop.channel | |
| com.openfin.desktop.channel.webrtc |
-
Uses of AbstractProtocolHandler in com.openfin.desktop.channel
Subclasses of AbstractProtocolHandler in com.openfin.desktop.channel Modifier and Type Class Description classClassicProtocolHandlerMethods in com.openfin.desktop.channel that return AbstractProtocolHandler Modifier and Type Method Description static AbstractProtocolHandlerAbstractProtocolHandler. createProtocolHandler(ProtocolOptions options, Channel channel)Methods in com.openfin.desktop.channel with parameters of type AbstractProtocolHandler Modifier and Type Method Description protected voidChannelBase. dispatch(AbstractProtocolHandler protocolHandler, org.json.JSONObject destinationIdentity, java.lang.String action, org.json.JSONObject actionPayload, AckListener ackListener)Dispatch an action to a specified client.protected java.util.concurrent.CompletableFuture<Ack>ChannelBase. dispatchAsync(AbstractProtocolHandler protocolHandler, org.json.JSONObject destinationIdentity, java.lang.String action, java.lang.Object actionPayload) -
Uses of AbstractProtocolHandler in com.openfin.desktop.channel.webrtc
Subclasses of AbstractProtocolHandler in com.openfin.desktop.channel.webrtc Modifier and Type Class Description classWebRtcProtocolHandler