A B C D E F G H I J K L M N O P Q R S T U V W Y

G

getAction() - Method in class jerklib.events.modes.ModeAdjustment
Indicates if the mode is being applied or removed
getActualHostName() - Method in interface jerklib.events.ConnectionCompleteEvent
Gets the actual hostname
getActualHostName() - Method in class jerklib.events.impl.ConnectionCompleteEventImpl
 
getActualNick() - Method in class jerklib.Profile
Get the nick currently being used.
getArgument() - Method in class jerklib.events.modes.ModeAdjustment
This will return the argument for this mode if any.
getAwayMessage() - Method in interface jerklib.events.AwayEvent
Returns the away message or an empty String if it was user of lib who caused the event to fire.
getAwayMessage() - Method in class jerklib.events.impl.AwayEventImpl
 
getCaseMapping() - Method in class jerklib.ServerInformation
Get the case mapping used by this server.
Will be one of the following: ascii, rfc1459, or strict-rfc1459
getChannel() - Method in class jerklib.events.impl.CtcpEventImpl
 
getChannel() - Method in class jerklib.events.impl.JoinCompleteEventImpl
 
getChannel() - Method in class jerklib.events.impl.JoinEventImpl
 
getChannel() - Method in class jerklib.events.impl.KickEventImpl
 
getChannel() - Method in class jerklib.events.impl.MessageEventImpl
 
getChannel() - Method in class jerklib.events.impl.ModeEventImpl
 
getChannel() - Method in class jerklib.events.impl.NickListEventImpl
 
getChannel() - Method in class jerklib.events.impl.NoticeEventImpl
 
getChannel() - Method in class jerklib.events.impl.PartEventImpl
 
getChannel() - Method in class jerklib.events.impl.TopicEventImpl
 
getChannel() - Method in class jerklib.events.impl.WhoEventImpl
Retrieve the channel (for when you WHO a channel)
getChannel() - Method in interface jerklib.events.JoinCompleteEvent
getChannel() returns Channel object for event
getChannel() - Method in interface jerklib.events.JoinEvent
returns the Channel object joined
getChannel() - Method in interface jerklib.events.KickEvent
Gets the channel object someone was kicked from
getChannel() - Method in interface jerklib.events.MessageEvent
returns IRCChannel object the PrivMsg occured in
getChannel() - Method in interface jerklib.events.modes.ModeEvent
If mode event adjusted a Channel mode then the Channel effected will be returned
getChannel() - Method in interface jerklib.events.NickListEvent
Gets the channel the nick list came from
getChannel() - Method in interface jerklib.events.NoticeEvent
If this is a Channel notice this will return the Channel
getChannel() - Method in interface jerklib.events.PartEvent
returns IRCChannel object for channel parted
getChannel() - Method in interface jerklib.events.TopicEvent
Gets Channel
getChannel() - Method in interface jerklib.events.WhoEvent
Retrieve the channel (for when you WHO a channel)
getChannel(String) - Method in class jerklib.Session
Gets a Channel by name
getChannel() - Method in class jerklib.WriteRequest
Get Channel associated with the request.
getChannelJoinLimitForPrefix(String) - Method in class jerklib.ServerInformation
Used to indicate the maximum amount of channels that a client may join of a given prefix.
getChannelList() - Method in class jerklib.events.impl.QuitEventImpl
 
getChannelList() - Method in interface jerklib.events.QuitEvent
returns a list of Channel objects the nick who quit was in
getChannelModes() - Method in class jerklib.Channel
Returns a list of modes that apply to the channel but dont apply to users in the channel.
getChannelName() - Method in interface jerklib.events.ChannelListEvent
Gets the channel name
getChannelName() - Method in class jerklib.events.impl.ChannelListEventImpl
 
getChannelName() - Method in class jerklib.events.impl.InviteEventImpl
Gets the channel to which we were invited to
getChannelName() - Method in class jerklib.events.impl.JoinEventImpl
 
getChannelName() - Method in class jerklib.events.impl.PartEventImpl
 
getChannelName() - Method in interface jerklib.events.InviteEvent
Gets the channel name to which we were invited to
getChannelName() - Method in interface jerklib.events.JoinEvent
returns the name of the channel joined to cause this event
getChannelName() - Method in interface jerklib.events.PartEvent
returns the name of the channel parted
getChannelNames() - Method in class jerklib.events.impl.WhoisEventImpl
 
getChannelNames() - Method in interface jerklib.events.WhoisEvent
A list of channel names the user is joined to
getChannelPrefixes() - Method in class jerklib.ServerInformation
Get the channel prefixes
getChannels() - Method in class jerklib.Session
Get a List of Channels Session is currently in
getColorsList() - Static method in class jerklib.util.Colors
Returns the list of all available colors.
getComment() - Method in class jerklib.events.impl.ServerVersionEventImpl
 
getComment() - Method in interface jerklib.events.ServerVersionEvent
Gets the server version comment
getConnectedHostName() - Method in class jerklib.Session
Returns host name this Session is connected to.
getCtcpString() - Method in interface jerklib.events.CtcpEvent
Returns the CTCP query
getCtcpString() - Method in class jerklib.events.impl.CtcpEventImpl
 
getDccType() - Method in interface jerklib.events.dcc.DccEvent
Used to find out the exact type of event the DccEvent object is.
getDccType() - Method in class jerklib.events.impl.dcc.DccAcceptEventImpl
 
getDccType() - Method in class jerklib.events.impl.dcc.DccChatEventImpl
 
getDccType() - Method in class jerklib.events.impl.dcc.DccResumeEventImpl
 
getDccType() - Method in class jerklib.events.impl.dcc.DccSendEventImpl
 
getDccType() - Method in class jerklib.events.impl.dcc.DccUnknownEventImpl
 
getdebugLevel() - Method in class jerklib.events.impl.ServerVersionEventImpl
 
getdebugLevel() - Method in interface jerklib.events.ServerVersionEvent
Not impled
getDefaultEventHandler() - Method in class jerklib.ConnectionManager
Gets the InternalEventHandler to use for this Session.
getDefaultInternalEventParser() - Method in class jerklib.ConnectionManager
Get the InternalEventParser used for this Session.
getDefaultParser() - Method in class jerklib.parsers.DefaultInternalEventParser
 
getDefaultProfile() - Method in class jerklib.ConnectionManager
gets the default profile used for new connections
getErrorMsg() - Method in class jerklib.events.impl.NumericEventImpl
 
getErrorMsg() - Method in interface jerklib.events.NumericErrorEvent
gets error message
getErrorType() - Method in interface jerklib.events.ErrorEvent
Get the error type
getErrorType() - Method in class jerklib.events.impl.NumericEventImpl
 
getErrorType() - Method in class jerklib.events.impl.UnresolvedHostnameErrorEventImpl
 
getEventHandler(IRCEvent.Type) - Method in class jerklib.DefaultInternalEventHandler
Returns the event handler registerd to the Type given.
getEventType() - Method in interface jerklib.events.AwayEvent
Return the event type that was fired
getEventType() - Method in class jerklib.events.impl.AwayEventImpl
 
getException() - Method in class jerklib.events.impl.UnresolvedHostnameErrorEventImpl
 
getException() - Method in interface jerklib.events.UnresolvedHostnameErrorEvent
Gets the wrapped UnresolvedAddressException
getFilename() - Method in interface jerklib.events.dcc.DccAcceptEvent
 
getFilename() - Method in interface jerklib.events.dcc.DccResumeEvent
 
getFilename() - Method in interface jerklib.events.dcc.DccSendEvent
 
getFilename() - Method in class jerklib.events.impl.dcc.DccAcceptEventImpl
 
getFilename() - Method in class jerklib.events.impl.dcc.DccResumeEventImpl
 
getFilename() - Method in class jerklib.events.impl.dcc.DccSendEventImpl
 
getFileSize() - Method in interface jerklib.events.dcc.DccSendEvent
 
getFileSize() - Method in class jerklib.events.impl.dcc.DccSendEventImpl
 
getFirstNick() - Method in class jerklib.Profile
Rreturn the first nick
getHopCount() - Method in class jerklib.events.impl.WhoEventImpl
 
getHopCount() - Method in interface jerklib.events.WhoEvent
Returns the number of hops between you and the user.
getHost() - Method in class jerklib.events.impl.WhoisEventImpl
 
getHost() - Method in interface jerklib.events.WhoisEvent
the hostname of the whoised user
getHostName() - Method in class jerklib.events.impl.CtcpEventImpl
 
getHostName() - Method in class jerklib.events.impl.InviteEventImpl
 
getHostName() - Method in class jerklib.events.impl.JoinEventImpl
 
getHostName() - Method in class jerklib.events.impl.KickEventImpl
 
getHostName() - Method in class jerklib.events.impl.MessageEventImpl
 
getHostName() - Method in class jerklib.events.impl.MotdEventImpl
 
getHostName() - Method in class jerklib.events.impl.NickChangeEventImpl
 
getHostName() - Method in class jerklib.events.impl.PartEventImpl
 
getHostName() - Method in class jerklib.events.impl.QuitEventImpl
 
getHostName() - Method in class jerklib.events.impl.ServerVersionEventImpl
 
getHostName() - Method in class jerklib.events.impl.TopicEventImpl
 
getHostName() - Method in class jerklib.events.impl.UnresolvedHostnameErrorEventImpl
 
getHostName() - Method in class jerklib.events.impl.WhoEventImpl
Get the hostname of the user
getHostName() - Method in class jerklib.events.impl.WhowasEventImpl
 
getHostName() - Method in interface jerklib.events.InviteEvent
Gets the hostname of the user who invited us.
getHostName() - Method in interface jerklib.events.JoinEvent
returns the hostname of the person who joined the channel
getHostName() - Method in interface jerklib.events.KickEvent
get the host name of the kicker (the person doing the kicking)
getHostName() - Method in interface jerklib.events.MessageEvent
getHostName() returns a string that represents the host of the creator of this event
getHostName() - Method in interface jerklib.events.MotdEvent
returns name of host this event originated from
getHostName() - Method in interface jerklib.events.NickChangeEvent
Get the hostname of the user who changed their nick
getHostName() - Method in interface jerklib.events.PartEvent
get the hostname of the parted
getHostName() - Method in interface jerklib.events.QuitEvent
get the host name of the user.
getHostName() - Method in interface jerklib.events.ServerVersionEvent
Gets the host name
getHostName() - Method in interface jerklib.events.UnresolvedHostnameErrorEvent
Gets the unresolvable hostname
getHostName() - Method in interface jerklib.events.WhoEvent
Get the hostname of the user
getHostName() - Method in interface jerklib.events.WhowasEvent
get hostname of whoised user
getHostName() - Method in class jerklib.RequestedConnection
Get hostname
getInternalEventHandler() - Method in class jerklib.Session
Returns the internal event handler this Session is using
getInternalEventParser() - Method in class jerklib.Session
Gets the InternalEventParser this Session uses for event parsing
getInUseNick() - Method in class jerklib.events.impl.NickInUseEventImpl
 
getInUseNick() - Method in interface jerklib.events.NickInUseEvent
returns nick that was in use
getIp() - Method in interface jerklib.events.dcc.DccChatEvent
 
getIp() - Method in interface jerklib.events.dcc.DccSendEvent
 
getIp() - Method in class jerklib.events.impl.dcc.DccChatEventImpl
 
getIp() - Method in class jerklib.events.impl.dcc.DccSendEventImpl
 
getIrcdString() - Method in class jerklib.ServerInformation
Get the IRCD String (this will usually be the name of the ircd.
getIRCEventListeners() - Method in class jerklib.Session
Get a collection of all IRCEventListeners attached to Session
getMaxAwayLength() - Method in class jerklib.ServerInformation
Get the maximum away message length
getMaxChannelNameLength() - Method in class jerklib.ServerInformation
Get the max channel Name Lengt
getMaxHostLength() - Method in class jerklib.ServerInformation
Get the maximum Hostname length
getMaxKeyLength() - Method in class jerklib.ServerInformation
Get the max channel key length
getMaxKickLength() - Method in class jerklib.ServerInformation
Get max kick message length
getMaxModesPerCommnad() - Method in class jerklib.ServerInformation
Get the maximum number of modes per command
getMaxNickLength() - Method in class jerklib.ServerInformation
Get the max nick length.
getMaxSilenceListSize() - Method in class jerklib.ServerInformation
Get the maximum silence list length
getMaxTopicLength() - Method in class jerklib.ServerInformation
Get the max topic length
getMaxUserLength() - Method in class jerklib.ServerInformation
Get the max username length
getMessage() - Method in class jerklib.events.impl.CtcpEventImpl
 
getMessage() - Method in class jerklib.events.impl.KickEventImpl
 
getMessage() - Method in class jerklib.events.impl.MessageEventImpl
 
getMessage() - Method in interface jerklib.events.KickEvent
Gets the kick message
getMessage() - Method in interface jerklib.events.MessageEvent
getMessage() returns the message part of the event
getMessage() - Method in class jerklib.WriteRequest
Get message part of request
getMode() - Method in class jerklib.events.modes.ModeAdjustment
Get the mode for this adjustment
getModeAdjustments() - Method in class jerklib.events.impl.ModeEventImpl
 
getModeAdjustments() - Method in interface jerklib.events.modes.ModeEvent
Gets the list of mode adjustments generated
getModes(ServerInformation.ModeType) - Method in class jerklib.ServerInformation
Get all modes of the given ServerInformation.ModeType.
getModeType() - Method in class jerklib.events.impl.ModeEventImpl
 
getModeType() - Method in interface jerklib.events.modes.ModeEvent
Indicates if this is a user mode or channel mode event
getMotdLine() - Method in class jerklib.events.impl.MotdEventImpl
 
getMotdLine() - Method in interface jerklib.events.MotdEvent
Gets a line of the MOTD
getName() - Method in class jerklib.Channel
Gets the Channel name.
getName() - Method in class jerklib.Profile
return the name
getName() - Method in interface jerklib.tasks.Task
Gets the name of a task
getName() - Method in class jerklib.tasks.TaskImpl
 
getNewNick() - Method in class jerklib.events.impl.NickChangeEventImpl
 
getNewNick() - Method in interface jerklib.events.NickChangeEvent
getNewNick() returns the new nick of the user
getNick() - Method in interface jerklib.events.AwayEvent
Get the nick who fired the event.
getNick() - Method in class jerklib.events.impl.AwayEventImpl
 
getNick() - Method in class jerklib.events.impl.CtcpEventImpl
 
getNick() - Method in class jerklib.events.impl.InviteEventImpl
Gets the nick of the person who invited us
getNick() - Method in class jerklib.events.impl.JoinEventImpl
 
getNick() - Method in class jerklib.events.impl.MessageEventImpl
 
getNick() - Method in class jerklib.events.impl.QuitEventImpl
 
getNick() - Method in class jerklib.events.impl.WhoEventImpl
Get the nick of the user
getNick() - Method in class jerklib.events.impl.WhoisEventImpl
 
getNick() - Method in class jerklib.events.impl.WhowasEventImpl
 
getNick() - Method in interface jerklib.events.InviteEvent
Gets the nick of the person who invited us
getNick() - Method in interface jerklib.events.JoinEvent
returns the nick of who joined the channel
getNick() - Method in interface jerklib.events.MessageEvent
returns the nick of the person who created the PrivMsgIRCEvent
getNick() - Method in interface jerklib.events.QuitEvent
returns the nick of who quit
getNick() - Method in interface jerklib.events.WhoEvent
Get the nick of the user
getNick() - Method in interface jerklib.events.WhoisEvent
Gets the nick the whois event is about
getNick() - Method in interface jerklib.events.WhowasEvent
get nick who was event is about
getNick() - Method in class jerklib.Session
Nick used for Session
getNick() - Method in class jerklib.WriteRequest
Get the nick used for this request
getNickPrefixes() - Method in class jerklib.ServerInformation
Get the nickPrefixes.
getNickPrefixMap() - Method in class jerklib.ServerInformation
Get The nickprefixes supported
getNicks() - Method in class jerklib.Channel
Gets a list of nicks for Channel.
getNicks() - Method in class jerklib.events.impl.NickListEventImpl
 
getNicks() - Method in interface jerklib.events.NickListEvent
Gets the nick list for the Channel
getNicksForMode(ModeAdjustment.Action, char) - Method in class jerklib.Channel
Gets a list of user in channel with a given mode set.
getNoticeMessage() - Method in class jerklib.events.impl.NoticeEventImpl
 
getNoticeMessage() - Method in interface jerklib.events.NoticeEvent
returns notice message
getNumberOfUser() - Method in interface jerklib.events.ChannelListEvent
Egts the number of users in the channel
getNumberOfUser() - Method in class jerklib.events.impl.ChannelListEventImpl
 
getNumeric() - Method in class jerklib.events.impl.NumericEventImpl
 
getNumeric() - Method in interface jerklib.events.NumericErrorEvent
Gets numeric error code
getOldHostName() - Method in interface jerklib.events.ConnectionCompleteEvent
Get the hostname used for the requested connection
getOldHostName() - Method in class jerklib.events.impl.ConnectionCompleteEventImpl
 
getOldNick() - Method in class jerklib.events.impl.NickChangeEventImpl
 
getOldNick() - Method in interface jerklib.events.NickChangeEvent
Returns the previous nick of the user before the change
getParser(String) - Method in class jerklib.parsers.DefaultInternalEventParser
 
getPartMessage() - Method in class jerklib.events.impl.PartEventImpl
 
getPartMessage() - Method in interface jerklib.events.PartEvent
returns part message if there is one
getPort() - Method in interface jerklib.events.dcc.DccAcceptEvent
 
getPort() - Method in interface jerklib.events.dcc.DccChatEvent
 
getPort() - Method in interface jerklib.events.dcc.DccResumeEvent
 
getPort() - Method in interface jerklib.events.dcc.DccSendEvent
 
getPort() - Method in class jerklib.events.impl.dcc.DccAcceptEventImpl
 
getPort() - Method in class jerklib.events.impl.dcc.DccChatEventImpl
 
getPort() - Method in class jerklib.events.impl.dcc.DccResumeEventImpl
 
getPort() - Method in class jerklib.events.impl.dcc.DccSendEventImpl
 
getPort() - Method in class jerklib.RequestedConnection
Get port
getPosition() - Method in interface jerklib.events.dcc.DccAcceptEvent
 
getPosition() - Method in interface jerklib.events.dcc.DccResumeEvent
 
getPosition() - Method in class jerklib.events.impl.dcc.DccAcceptEventImpl
 
getPosition() - Method in class jerklib.events.impl.dcc.DccResumeEventImpl
 
getProfile() - Method in class jerklib.RequestedConnection
Get profile
getProtocol() - Method in interface jerklib.events.dcc.DccChatEvent
 
getProtocol() - Method in class jerklib.events.impl.dcc.DccChatEventImpl
 
getQuitMessage() - Method in class jerklib.events.impl.QuitEventImpl
 
getQuitMessage() - Method in interface jerklib.events.QuitEvent
getQuitMessage get the quit message
getRawEventData() - Method in class jerklib.events.impl.AwayEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.ChannelListEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.ConnectionCompleteEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.ConnectionLostEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.CtcpEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.InviteEventImpl
getRawEventData() returns the raw IRC data that makes up this event
getRawEventData() - Method in class jerklib.events.impl.JoinCompleteEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.JoinEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.KickEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.MessageEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.ModeEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.MotdEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.NickChangeEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.NickInUseEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.NickListEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.NoticeEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.NumericEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.PartEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.QuitEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.ServerInformationEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.ServerVersionEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.TopicEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.UnresolvedHostnameErrorEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.WhoEventImpl
Returns the raw IRC data that makes up this event
getRawEventData() - Method in class jerklib.events.impl.WhoisEventImpl
 
getRawEventData() - Method in class jerklib.events.impl.WhowasEventImpl
 
getRawEventData() - Method in interface jerklib.events.IRCEvent
Returns the raw IRC data that makes up this event
getRealName() - Method in class jerklib.events.impl.WhoEventImpl
Get the real name of the user.
getRealName() - Method in class jerklib.events.impl.WhoisEventImpl
 
getRealName() - Method in class jerklib.events.impl.WhowasEventImpl
 
getRealName() - Method in interface jerklib.events.WhoEvent
Get the real name of the user.
getRealName() - Method in interface jerklib.events.WhoisEvent
gets real name of whoised user
getRealName() - Method in interface jerklib.events.WhowasEvent
get users realname
getRequestedConnection() - Method in class jerklib.Session
Get RequestedConnection for Session
getSecondNick() - Method in class jerklib.Profile
Get the second nick
getServerInformation() - Method in class jerklib.events.impl.ServerInformationEventImpl
 
getServerInformation() - Method in interface jerklib.events.ServerInformationEvent
Gets the server information object
getServerInformation() - Method in class jerklib.Session
Get ServerInformation for Session
getServerName() - Method in class jerklib.events.impl.WhoEventImpl
 
getServerName() - Method in interface jerklib.events.WhoEvent
Get the server the user is on.
getServerName() - Method in class jerklib.ServerInformation
Get the server name
getSession() - Method in class jerklib.Channel
Return the Session this Channel belongs to
getSession(String) - Method in class jerklib.ConnectionManager
gets a session by name
getSession() - Method in class jerklib.events.impl.AwayEventImpl
 
getSession() - Method in class jerklib.events.impl.ChannelListEventImpl
 
getSession() - Method in class jerklib.events.impl.ConnectionCompleteEventImpl
 
getSession() - Method in class jerklib.events.impl.ConnectionLostEventImpl
 
getSession() - Method in class jerklib.events.impl.CtcpEventImpl
 
getSession() - Method in class jerklib.events.impl.InviteEventImpl
 
getSession() - Method in class jerklib.events.impl.JoinCompleteEventImpl
 
getSession() - Method in class jerklib.events.impl.JoinEventImpl
 
getSession() - Method in class jerklib.events.impl.KickEventImpl
 
getSession() - Method in class jerklib.events.impl.MessageEventImpl
 
getSession() - Method in class jerklib.events.impl.ModeEventImpl
 
getSession() - Method in class jerklib.events.impl.MotdEventImpl
 
getSession() - Method in class jerklib.events.impl.NickChangeEventImpl
 
getSession() - Method in class jerklib.events.impl.NickInUseEventImpl
 
getSession() - Method in class jerklib.events.impl.NickListEventImpl
 
getSession() - Method in class jerklib.events.impl.NoticeEventImpl
 
getSession() - Method in class jerklib.events.impl.NumericEventImpl
 
getSession() - Method in class jerklib.events.impl.PartEventImpl
 
getSession() - Method in class jerklib.events.impl.QuitEventImpl
 
getSession() - Method in class jerklib.events.impl.ServerInformationEventImpl
 
getSession() - Method in class jerklib.events.impl.ServerVersionEventImpl
 
getSession() - Method in class jerklib.events.impl.TopicEventImpl
 
getSession() - Method in class jerklib.events.impl.UnresolvedHostnameErrorEventImpl
 
getSession() - Method in class jerklib.events.impl.WhoEventImpl
Gets session for connection
getSession() - Method in class jerklib.events.impl.WhoisEventImpl
 
getSession() - Method in class jerklib.events.impl.WhowasEventImpl
 
getSession() - Method in interface jerklib.events.IRCEvent
Gets session for connection
getSession() - Method in class jerklib.WriteRequest
Return the Session
getSessions() - Method in class jerklib.ConnectionManager
get a list of Sessions
getSetBy() - Method in class jerklib.events.impl.TopicEventImpl
 
getSetBy() - Method in interface jerklib.events.TopicEvent
Gets who set the topic
getSetWhen() - Method in class jerklib.events.impl.TopicEventImpl
 
getSetWhen() - Method in interface jerklib.events.TopicEvent
Gets when topic was set
getShouldUseAltNicks() - Method in class jerklib.Session
Returns if Session should try alternate nicks on connection if a nick in use event is received.
getStatusPrefixes() - Method in class jerklib.ServerInformation
The status prefixes supported
getSupportedChannelModes() - Method in class jerklib.ServerInformation
Retrieve all supported channel modes.
getTaskListeners() - Method in class jerklib.tasks.TaskImpl
get a list of TaskCompletionListeners
getThirdNick() - Method in class jerklib.Profile
Get the third nick
getTimeRequested() - Method in class jerklib.RequestedConnection
Get the time this RequestedConnection was created.
getTopic() - Method in class jerklib.Channel
Gets the topic for the channel or an empty string is the topic is not set.
getTopic() - Method in interface jerklib.events.ChannelListEvent
Gets the topic of the channel
getTopic() - Method in class jerklib.events.impl.ChannelListEventImpl
 
getTopic() - Method in class jerklib.events.impl.TopicEventImpl
 
getTopic() - Method in interface jerklib.events.TopicEvent
Gets the topic
getTopicSetter() - Method in class jerklib.Channel
Gets the nick of who set the topic or an empty string if the topic is not set.
getTopicSetTime() - Method in class jerklib.Channel
Returns the Date the topic was set or null if the topic is unset.
getType() - Method in class jerklib.events.impl.AwayEventImpl
 
getType() - Method in class jerklib.events.impl.ChannelListEventImpl
 
getType() - Method in class jerklib.events.impl.ConnectionCompleteEventImpl
 
getType() - Method in class jerklib.events.impl.ConnectionLostEventImpl
 
getType() - Method in class jerklib.events.impl.CtcpEventImpl
 
getType() - Method in class jerklib.events.impl.InviteEventImpl
getType() is used to find out the exact type of event the IRCEvent object is.
getType() - Method in class jerklib.events.impl.JoinCompleteEventImpl
 
getType() - Method in class jerklib.events.impl.JoinEventImpl
 
getType() - Method in class jerklib.events.impl.KickEventImpl
 
getType() - Method in class jerklib.events.impl.MessageEventImpl
 
getType() - Method in class jerklib.events.impl.ModeEventImpl
 
getType() - Method in class jerklib.events.impl.MotdEventImpl
 
getType() - Method in class jerklib.events.impl.NickChangeEventImpl
 
getType() - Method in class jerklib.events.impl.NickInUseEventImpl
 
getType() - Method in class jerklib.events.impl.NickListEventImpl
 
getType() - Method in class jerklib.events.impl.NoticeEventImpl
 
getType() - Method in class jerklib.events.impl.NumericEventImpl
 
getType() - Method in class jerklib.events.impl.PartEventImpl
 
getType() - Method in class jerklib.events.impl.QuitEventImpl
 
getType() - Method in class jerklib.events.impl.ServerInformationEventImpl
 
getType() - Method in class jerklib.events.impl.ServerVersionEventImpl
 
getType() - Method in class jerklib.events.impl.TopicEventImpl
 
getType() - Method in class jerklib.events.impl.UnresolvedHostnameErrorEventImpl
 
getType() - Method in class jerklib.events.impl.WhoEventImpl
Used to find out the exact type of event the IRCEvent object is.
getType() - Method in class jerklib.events.impl.WhoisEventImpl
 
getType() - Method in class jerklib.events.impl.WhowasEventImpl
 
getType() - Method in interface jerklib.events.IRCEvent
Used to find out the exact type of event the IRCEvent object is.
getType() - Method in class jerklib.WriteRequest
Type of request
getTypeForMode(String) - Method in class jerklib.ServerInformation
Get the ServerInformation.ModeType for the given mode.
getUser() - Method in class jerklib.events.impl.WhoisEventImpl
 
getUser() - Method in interface jerklib.events.WhoisEvent
gets username of whoised user
getUserModes() - Method in class jerklib.Session
returns a List of UserModes for this Session
getUserName() - Method in class jerklib.events.impl.CtcpEventImpl
 
getUserName() - Method in class jerklib.events.impl.InviteEventImpl
 
getUserName() - Method in class jerklib.events.impl.JoinEventImpl
 
getUserName() - Method in class jerklib.events.impl.KickEventImpl
 
getUserName() - Method in class jerklib.events.impl.MessageEventImpl
 
getUserName() - Method in class jerklib.events.impl.NickChangeEventImpl
 
getUserName() - Method in class jerklib.events.impl.PartEventImpl
 
getUserName() - Method in class jerklib.events.impl.QuitEventImpl
 
getUserName() - Method in class jerklib.events.impl.WhoEventImpl
Get the username of the user
getUserName() - Method in class jerklib.events.impl.WhowasEventImpl
 
getUserName() - Method in interface jerklib.events.InviteEvent
Gets the username from the user's hostmask
getUserName() - Method in interface jerklib.events.JoinEvent
return the username in the user's hostmask
getUserName() - Method in interface jerklib.events.KickEvent
Get the username from the hostmask of the kicker (the person doing the kicking)
getUserName() - Method in interface jerklib.events.MessageEvent
This will return the username field of the user's hostmask nick!username@host
getUserName() - Method in interface jerklib.events.NickChangeEvent
Get the username of the user who changed their nick
getUserName() - Method in interface jerklib.events.PartEvent
get the username of the nick who parted the channel.
getUserName() - Method in interface jerklib.events.QuitEvent
Get the username from the hostmask of the quitted
getUserName() - Method in interface jerklib.events.WhoEvent
Get the username of the user
getUserName() - Method in interface jerklib.events.WhowasEvent
get username
getUsersModes(String) - Method in class jerklib.Channel
Get a list of user's channel modes Returns an empty list if the nick does not exist.
getVersion() - Method in class jerklib.events.impl.ServerVersionEventImpl
 
getVersion() - Method in interface jerklib.events.ServerVersionEvent
Gets the version string the server sent
getWho() - Method in class jerklib.events.impl.KickEventImpl
 
getWho() - Method in class jerklib.events.impl.PartEventImpl
 
getWho() - Method in interface jerklib.events.KickEvent
Gets the nick of who was kicked
getWho() - Method in interface jerklib.events.PartEvent
returns the nick of who parted
getWriteListeners() - Method in class jerklib.ConnectionManager
gets an unmodifiable list of WriteListeners
GREEN - Static variable in class jerklib.util.Colors
Green colored text.

A B C D E F G H I J K L M N O P Q R S T U V W Y