Uses of Class
org.relayirc.core.IRCConnection

Packages that use IRCConnection
org.relayirc.core The org.relayirc.core package provides low level IRC connection functionality such as opening a connection, writing commands to a connection and closing a connection. 
 

Uses of IRCConnection in org.relayirc.core
 

Methods in org.relayirc.core with parameters of type IRCConnection
 void IRCConnection.open(IRCConnection previousConnection)
          Opens socket connection to IRC server.