Uses of Package
com.leafdigital.irc.api

Packages that use com.leafdigital.irc.api
com.leafdigital.irc.api The IRC api provides low-level support for the events and communication involved in connection with an IRC server. 
com.leafdigital.ircui.api The IRC UI plugin API allows plugins to add actions that are available in a particular context so that these can appear on right-click menus. 
 

Classes in com.leafdigital.irc.api used by com.leafdigital.irc.api
ChanCTCPRequestIRCMsg
          Notice sent to a channel
ChanIRCMsg
          IRC message sent to a channel
ChanModeIRCMsg.ModeChange
          Represents a single mode change
DefaultMessageDisplay
          Interface for obtaining a default MessageDisplay for a given server.
IRCEncoding.EncodingInfo
          Information about encoding in a different context
IRCMsg
          Represents a parsed message received from an IRC server, parsed
IRCUserAddress
          Address of a user in "nick (exclamation) user (at) host" format.
MessageDisplay
          Interface implemented by things that can display error messages from commands.
NetworkException
          Exception that occurs due to networking error
Server
          Represents a low-level server connection.
Server.ConnectionProgress
          Interface used to report on progress of connection.
Server.StatusPrefix
          Mapping from mode letter to status prefix symbol
ServerFilter
          Filters messages based on their source server
ServerIRCMsg
          IRC message that has a server as prefix
ServerMsg
          Any communication from or to an IRC server
UserCTCPRequestIRCMsg
          CTCP request sent to a user
UserIRCMsg
          IRC message sent to a user
UserSourceIRCMsg
          IRC message that has a user as prefix
WatchMsg
          Represents a parsed message received from an IRC server, parsed
 

Classes in com.leafdigital.irc.api used by com.leafdigital.ircui.api
Commands
          Singleton that runs IRC /-commands.
MessageDisplay
          Interface implemented by things that can display error messages from commands.
Server
          Represents a low-level server connection.
 



Copyright © 2011 Samuel Marshall. All rights reserved.