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 Channel
DesktopConnection. 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 Channel
AbstractProtocolHandler. channel
Methods in com.openfin.desktop.channel that return Channel Modifier and Type Method Description Channel
AbstractProtocolHandler. getChannel()
Methods in com.openfin.desktop.channel with parameters of type Channel Modifier and Type Method Description static AbstractProtocolHandler
AbstractProtocolHandler. 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)