Uses of Class
com.openfin.desktop.channel.Channel
| Package | Description |
|---|---|
| com.openfin.desktop | |
| com.openfin.desktop.channel | |
| com.openfin.desktop.channel.webrtc |
-
Uses of Channel in com.openfin.desktop
Methods in com.openfin.desktop that return Channel Modifier and Type Method Description ChannelDesktopConnection. getChannel(java.lang.String name)Gets specified channel. -
Uses of Channel in com.openfin.desktop.channel
Fields in com.openfin.desktop.channel declared as Channel Modifier and Type Field Description protected ChannelAbstractProtocolHandler. channelMethods in com.openfin.desktop.channel that return Channel Modifier and Type Method Description ChannelAbstractProtocolHandler. getChannel()Methods in com.openfin.desktop.channel with parameters of type Channel Modifier and Type Method Description static AbstractProtocolHandlerAbstractProtocolHandler. createProtocolHandler(ProtocolOptions options, Channel channel)Constructors in com.openfin.desktop.channel with parameters of type Channel Constructor Description AbstractProtocolHandler(Channel channel)ClassicProtocolHandler(Channel channel) -
Uses of Channel in com.openfin.desktop.channel.webrtc
Constructors in com.openfin.desktop.channel.webrtc with parameters of type Channel Constructor Description WebRtcProtocolHandler(Channel channel)