Uses of Interface
com.leafdigital.irc.api.Server

Packages that use Server
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. 
 

Uses of Server in com.leafdigital.irc.api
 

Methods in com.leafdigital.irc.api that return Server
 Server[] Connections.getConnected()
          Returns array of connected servers.
 Server Connections.getNumbered(int index)
          Obtains the currently-connected server of the given index.
 Server WatchMsg.getServer()
           
 Server UserCommandMsg.getServer()
           
 Server UserCommandListMsg.getServer()
           
 Server ServerMsg.getServer()
           
 Server IRCMsg.getServer()
           
 Server Connections.newServer()
          Creates a new Server object.
 

Methods in com.leafdigital.irc.api with parameters of type Server
 void WatchList.addTemporaryMask(Server s, IRCUserAddress mask)
          Adds a mask to the temporary watch list (doesn't show in UI).
 void Commands.doCommand(java.lang.String command, Server contextServer, IRCUserAddress contextNick, java.lang.String contextChan, MessageDisplay md, boolean variables)
          Carries out an IRC command.
 IRCEncoding.EncodingInfo IRCEncoding.getEncoding(Server s, java.lang.String chan, IRCUserAddress user)
          Obtains the character encoding for a given situation.
 MessageDisplay DefaultMessageDisplay.getMessageDisplay(Server s)
          Obtains a default MessageDisplay for the given server.
 void IRCMsg.init(Server s, byte[] line, byte[] prefix, byte[] command, byte[][] params, boolean includesPostfix)
          Init with actual parameters
 boolean WatchList.isKnown(Server s, java.lang.String nick)
          Checks whether we know the online status of a user.
 boolean WatchList.isOnline(Server s, java.lang.String nick)
          Checks whether a user on the watch list is online.
 void WatchList.removeTemporaryMask(Server s, IRCUserAddress mask)
          Removes a mask from the temporary watch list.
 

Constructors in com.leafdigital.irc.api with parameters of type Server
ChanAndServerFilter(Server s, java.lang.String chan)
           
NickAndServerFilter(Server s, java.lang.String nick)
           
OffWatchMsg(Server s, IRCUserAddress ua, boolean realChange)
           
OnWatchMsg(Server s, IRCUserAddress ua, boolean realChange)
           
ServerConnectedMsg(Server s, int sequence)
           
ServerConnectionFinishedMsg(Server s, int sequence)
           
ServerDisconnectedMsg(Server s, NetworkException ne, int sequence, boolean requested)
           
ServerFilter(Server s)
           
ServerLineMsg(Server s, byte[] line, int sequence)
           
ServerMsg(Server s, int sequence)
           
ServerRearrangeMsg(Server s, java.lang.String host, java.lang.String network)
          Constructor called if server would be added to existing network
ServerRearrangeMsg(Server s, java.lang.String host, java.lang.String network, java.lang.String other)
          Constructor called if a new network would be created.
ServerSendMsg(Server s, byte[] line)
           
UserCommandListMsg(Server server)
          Used to retrieve commands that are appropriate for current server.
UserCommandMsg(Server server, java.lang.String command, java.lang.String params, java.lang.String contextChan, IRCUserAddress contextUser, MessageDisplay md)
           
WatchMsg(Server s, IRCUserAddress ua, boolean realChange)
           
 

Uses of Server in com.leafdigital.ircui.api
 

Methods in com.leafdigital.ircui.api that return Server
 Server IRCActionListMsg.getServer()
           
 

Methods in com.leafdigital.ircui.api with parameters of type Server
 MessageDisplay IRCUI.getMessageDisplay(Server s)
          Obtains a MessageDisplay object which can be used to add text to the current window for a given server.
 void NickAction.run(Server s, java.lang.String contextChannel, java.lang.String contextNick, java.lang.String selectedChannel, java.lang.String[] selectedNicks, MessageDisplay caller)
           
 void IRCAction.run(Server s, java.lang.String contextChannel, java.lang.String contextNick, java.lang.String selectedChannel, java.lang.String[] selectedNicks, MessageDisplay caller)
          Called when the action should actually run.
 

Constructors in com.leafdigital.ircui.api with parameters of type Server
IRCActionListMsg(Server server, java.lang.String contextChannel, java.lang.String contextNick, java.lang.String selectedChannel, java.lang.String[] selectedNicks)
           
 



Copyright © 2011 Samuel Marshall. All rights reserved.