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 class
ClassicProtocolHandler
Methods in com.openfin.desktop.channel that return AbstractProtocolHandler Modifier and Type Method Description static AbstractProtocolHandler
AbstractProtocolHandler. createProtocolHandler(ProtocolOptions options, Channel channel)
Methods in com.openfin.desktop.channel with parameters of type AbstractProtocolHandler Modifier and Type Method Description protected void
ChannelBase. 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 class
WebRtcProtocolHandler