Uses of Class
org.apache.camel.component.irc.IrcChannel

Uses of IrcChannel in org.apache.camel.component.irc
 

Methods in org.apache.camel.component.irc that return IrcChannel
 IrcChannel IrcConfiguration.findChannel(String name)
           
 

Methods in org.apache.camel.component.irc that return types with arguments of type IrcChannel
 List<IrcChannel> IrcConfiguration.getChannels()
           
 

Methods in org.apache.camel.component.irc with parameters of type IrcChannel
 void IrcEndpoint.joinChannel(IrcChannel channel)
           
 

Constructor parameters in org.apache.camel.component.irc with type arguments of type IrcChannel
IrcConfiguration(String hostname, String nickname, String displayname, List<IrcChannel> channels)
           
IrcConfiguration(String hostname, String username, String password, String nickname, String displayname, List<IrcChannel> channels)
           
 



Apache CAMEL