Uses of Class
net.jetrix.Channel

Packages that use Channel
net.jetrix The main package for Jetrix. 
net.jetrix.clients Contains concrete Client implementations. 
net.jetrix.commands Contains concrete Command implementations. 
net.jetrix.filter Contains concrete MessageFilter implementations. 
net.jetrix.messages.channel Message implementations related to the game channel. 
net.jetrix.winlist   
 

Uses of Channel in net.jetrix
 

Methods in net.jetrix that return Channel
 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.
 Channel Client.getChannel()
          Return the channel this client subscribed to.
 Channel ChannelManager.getChannel(int num)
          Get a channel by number in the list.
 Channel ChannelManager.getChannel(String name)
          Return the channel with the specified name.
 Channel ChannelManager.getChannel(String name, boolean partial)
          Returns the channel with the specified name.
 Channel ChannelManager.getHomeChannel(int level, String protocol)
          Return the most suitable home channel for a player newly connected, that's the first accessible channel with players to play with.
 Channel ChannelManager.getOpenedChannel()
          Deprecated.  
 

Methods in net.jetrix that return types with arguments of type Channel
 Collection<Channel> ChannelManager.channels()
          Returns an iterator over the channels available.
 

Methods in net.jetrix with parameters of type Channel
 void ChannelManager.removeChannel(Channel channel)
          Remove a channel.
 void Client.setChannel(Channel channel)
          Set the channel.
 

Uses of Channel in net.jetrix.clients
 

Methods in net.jetrix.clients that return Channel
 Channel ConsoleClient.getChannel()
           
 Channel TetrinetClient.getChannel()
           
 

Methods in net.jetrix.clients with parameters of type Channel
 void ConsoleClient.setChannel(Channel channel)
           
 void TetrinetClient.setChannel(Channel channel)
           
 

Uses of Channel in net.jetrix.commands
 

Constructors in net.jetrix.commands with parameters of type Channel
StartCommand.CountDown(Channel channel, int delay)
          Construct a new game countdown.
 

Uses of Channel in net.jetrix.filter
 

Methods in net.jetrix.filter that return Channel
 Channel MessageFilter.getChannel()
          Returns the channel this filter applies on.
 

Methods in net.jetrix.filter with parameters of type Channel
 void MessageFilter.setChannel(Channel channel)
          Sets the channel this filter applies on.
 

Uses of Channel in net.jetrix.messages.channel
 

Methods in net.jetrix.messages.channel that return Channel
 Channel CommandMessage.getChannelParameter(int i)
          Returns the channel associated to the i-th parameter of the command.
 

Uses of Channel in net.jetrix.winlist
 

Methods in net.jetrix.winlist that return Channel
 Channel GameResult.getChannel()
          Return the channel associated to this result.
 

Methods in net.jetrix.winlist with parameters of type Channel
 void GameResult.setChannel(Channel channel)
           
 



Copyright © 2001-2010. All Rights Reserved.