Uses of Class
net.jetrix.config.ChannelConfig

Packages that use ChannelConfig
net.jetrix The main package for Jetrix. 
net.jetrix.config Configuration classes for Jetrix elements (server, channels, filters, etc..). 
 

Uses of ChannelConfig in net.jetrix
 

Methods in net.jetrix that return ChannelConfig
 ChannelConfig Channel.getConfig()
          Returns the channel configuration.
 

Methods in net.jetrix with parameters of type ChannelConfig
 Channel ChannelManager.createChannel(ChannelConfig config)
          Create a channel and start it immediately.
 Channel ChannelManager.createChannel(ChannelConfig config, boolean start)
          Create a channel initialized with the specified configuration.
 

Constructors in net.jetrix with parameters of type ChannelConfig
Channel(ChannelConfig channelConfig)
           
 

Uses of ChannelConfig in net.jetrix.config
 

Methods in net.jetrix.config that return types with arguments of type ChannelConfig
 List<ChannelConfig> ServerConfig.getChannels()
           
 

Methods in net.jetrix.config with parameters of type ChannelConfig
 void ServerConfig.addChannel(ChannelConfig cconf)
           
 



Copyright © 2001-2010. All Rights Reserved.