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

I

ICONIDSTRING_DEFAULT - Static variable in class SendBuddyIconRvCmd
An "icon ID string" used by WinAIM by default.
IDLETIME_NOT_IDLE - Static variable in class SetIdleCmd
An idle time value (0l) indicating that the user is not idle.
INSTANCE_LAST - Static variable in class FullRoomInfo
Represents the "last instance" of a given room.
IcbmCommand - class IcbmCommand.
A base class for all SNAC commands in the ICBM 0x04 family.
IcbmCommand(int) - Constructor for class IcbmCommand
Creates a new SNAC command in the ICBM family with the given command subtype.
IconCommand - class IconCommand.
A base class for SNAC commands in the "buddy icon" 0x10 SNAC family.
IconCommand(int) - Constructor for class IconCommand
Creates a new SNAC command in the buddy icon family.
IconDataCmd - class IconDataCmd.
A SNAC command containing a buddy's icon.
IconDataCmd(SnacPacket) - Constructor for class IconDataCmd
Generates a new icon data command from the given incoming SNAC packet.
IconDataCmd(String, ExtraInfoBlock, ByteBlock) - Constructor for class IconDataCmd
Creates a new client-bound outgoing buddy icon data command with the given properties.
IconItem - class IconItem.
An SSI item object holding information about a buddy icon.
IconItem(SsiItem) - Constructor for class IconItem
Creates a new buddy icon item object from the data in the given SSI item.
IconItem(IconItem) - Constructor for class IconItem
Creates a new buddy icon item object with the same properties as the given icon item object.
IconItem(String, int, ExtraInfoData) - Constructor for class IconItem
Creates a new buddy icon item object with the given icon name (try IconItem.NAME_DEFAULT), unique icon item ID number, and icon hash block.
IconItem(String, int, ExtraInfoData, String, TlvChain) - Constructor for class IconItem
Creates a new buddy icon item object with the given icon name (try IconItem.NAME_DEFAULT), unique icon item ID number, and icon hash block.
IconRequest - class IconRequest.
A SNAC command sent to request another user's buddy icon.
IconRequest(SnacPacket) - Constructor for class IconRequest
Generates a new icon request command from the given incoming SNAC packet.
IconRequest(String, ExtraInfoBlock) - Constructor for class IconRequest
Creates a new outgoing (server-bound) icon request for the icon corresponding to the given icon information block from the given user.
IconRequest(String, int, ExtraInfoBlock) - Constructor for class IconRequest
Creates a new outgoing (server-bound) icon request for the icon corresponding to the given icon information block from the given user.
ImEncodedString - class net.kano.joscar.ImEncodedString.
A class representing a string encoded using "IM encoding," or the method of unicode encoding used when sending instant messages.
ImEncodingParams - class net.kano.joscar.ImEncodingParams.
Represents a set of IM encoding parameters that define the way an IM-encoded string is encoded and decoded.
ImEncodingParams(int) - Constructor for class net.kano.joscar.ImEncodingParams
Creates a new IM encoding parameters object with the given charset code and a "charsubset" code of ImEncodingParams.CHARSUBSET_DEFAULT.
ImEncodingParams(int, int) - Constructor for class net.kano.joscar.ImEncodingParams
Creates a new IM encoding parameters object with the given charset and "charsubset" codes.
ImmediateSnacQueueManager - class ImmediateSnacQueueManager.
A SNAC queue manager that sends all SNACs immediately, only queueing SNACs during a pause.
ImmediateSnacQueueManager() - Constructor for class ImmediateSnacQueueManager
 
ImmutableTlvChain - class ImmutableTlvChain.
An immutable TLV chain, a TLV chain that cannot be modified after its creation.
InfoData - class InfoData.
A data structure used to transmit one's "info" ("profile"), away message, and capability blocks.
InfoData(String) - Constructor for class InfoData
Creates a new InfoData structure containing only an away message.
InfoData(String, String, CapabilityBlock[], CertificateInfo) - Constructor for class InfoData
Creates a new info data object with the given properties.
InstantMessage - class InstantMessage.
Represents a single instant message, either plain or encrypted.
InstantMessage(String) - Constructor for class InstantMessage
Creates a new plaintext (unencrypted) instant message object with the given message text.
InstantMessage(ByteBlock) - Constructor for class InstantMessage
Creates a new encrypted instant message with the given encrypted data and an encryption code of InstantMessage.ENCRYPTIONCODE_DEFAULT.
InstantMessage(int, ByteBlock) - Constructor for class InstantMessage
Creates a new encrypted instant message with the given encryption code and the given encrypted message data block.
InterestInfo - class InterestInfo.
A data structure containing information about a "chat interest."
InterestInfo(int, int, String, int) - Constructor for class InterestInfo
Creates a new chat interest information block with the given properties.
InterestInfo(int, int, String) - Constructor for class InterestInfo
Creates a new chat interest information block with the given properties.
InterestListCmd - class InterestListCmd.
A SNAC command containing a "tree" of valid "chat interests."
InterestListCmd(SnacPacket) - Constructor for class InterestListCmd
Generates a new interest list command from the given incoming SNAC packet.
InterestListCmd(int) - Constructor for class InterestListCmd
Creates a new outgoing interest list command with no interest list and with the given result code.
InterestListCmd(InterestInfo[]) - Constructor for class InterestListCmd
Creates a new outgoing interest list command with the given interest list.
InterestListCmd(int, InterestInfo[]) - Constructor for class InterestListCmd
Creates a new outgoing interest list command with the given result code and the given interest list.
InterestListReq - class InterestListReq.
A SNAC command used to request a list of valid chat interests.
InterestListReq(SnacPacket) - Constructor for class InterestListReq
Generates a new interest list request command from the given incoming SNAC command.
InterestListReq() - Constructor for class InterestListReq
Creates a new outgoing interest list request.
InvalidFlapHeaderException - exception InvalidFlapHeaderException.
An exception thrown when an invalid FLAP header is read.
InvalidFlapHeaderException() - Constructor for class InvalidFlapHeaderException
Creates a new InvalidFlapHeaderException with no message.
InvalidFlapHeaderException(String) - Constructor for class InvalidFlapHeaderException
Creates a new InvalidFlapHeaderException with the given message.
InvalidFlapHeaderException(String, Throwable) - Constructor for class InvalidFlapHeaderException
Creates a new InvalidFlapHeaderException with the given message and cause.
InvalidFlapHeaderException(Throwable) - Constructor for class InvalidFlapHeaderException
Creates a new InvalidFlapHeaderException with no message and the given cause.
InvitationMessage - class InvitationMessage.
A data structure containing an invitation message string and a language in which that message was written.
InvitationMessage(String) - Constructor for class InvitationMessage
Creates a new invitation message with the given message body and with the JVM's current language.
InvitationMessage(String, Locale) - Constructor for class InvitationMessage
Creates a new invitation message object with the given message body and the language code of the given Locale.
InviteCommand - class InviteCommand.
A base class for all SNAC commands in the "invite-a-friend" 0x06 SNAC family.
InviteCommand(int) - Constructor for class InviteCommand
Creates a new SNAC command in the invite-a-friend family.
InviteFriendAck - class InviteFriendAck.
A SNAC command sent to acknowledge that an invitation email has been sent.
InviteFriendAck(SnacPacket) - Constructor for class InviteFriendAck
Generates a new invitation acknowledgement command from the given incoming SNAC packet.
InviteFriendAck() - Constructor for class InviteFriendAck
Creates a new outgoing invitation acknowledgement command.
InviteFriendCmd - class InviteFriendCmd.
A SNAC command used to request that AOL send an email to someone to invite him or her to join AIM.
InviteFriendCmd(SnacPacket) - Constructor for class InviteFriendCmd
Generates a new invite-a-friend command from the given incoming SNAC packet.
InviteFriendCmd(String, String) - Constructor for class InviteFriendCmd
Creates a new outgoing invite-a-friend request to the given email address and with the given invitation message.
ItemsCmd - class ItemsCmd.
A base class for the three item-based commands in this package.
ItemsCmd(int, SnacPacket) - Constructor for class ItemsCmd
Generates a new item-based command from the given incoming SNAC packet.
ItemsCmd(int, SsiItemObj[]) - Constructor for class ItemsCmd
Creates a new item-based command with a list of SsiItems generated from the given list of item objects.
ItemsCmd(int, SsiItem[]) - Constructor for class ItemsCmd
Creates a new outgoing item-based command with the given list of items.
i - Variable in class net.kano.joscar.CopyOnWriteArrayList.COWSubList.COWSubListIterator
 
index - Variable in class net.kano.joscar.CopyOnWriteArrayList.COWSubList.COWSubListIterator
 
indexOf(Object) - Method in class net.kano.joscar.CopyOnWriteArrayList
Searches for the first occurence of the given argument, testing for equality using the equals method.
indexOf(Object, Object[], int) - Static method in class net.kano.joscar.CopyOnWriteArrayList
static version allows repeated call without needed to grab lock for array each time
indexOf(Object, int) - Method in class net.kano.joscar.CopyOnWriteArrayList
Searches for the first occurence of the given argument, beginning the search at index, and testing for equality using the equals method.
initFromBlock(ByteBlock, int) - Method in class AbstractTlvChain
Copies the given number of TLV's from the given block of TLV's into this chain.
isAckRequested() - Method in class SendImIcbm
Returns whether or not a MessageAck was requested.
isAnonymous() - Method in class WarnCmd
Returns whether this warning was intended to be "anonymous."
isAttached() - Method in class ConnProcessor
Returns whether this connection processor is currently attached to a stream (input, output, or both).
isAttached() - Method in class AbstractSnacProcessor
Returns whether this SNAC processor is attached to its FLAP processor.
isAutoResponse() - Method in class AbstractImIcbm
Returns whether this message was an "auto-response."
isChanged() - Method in class MutableSnacPacket
Returns true if this object has been modified since its creation (via one of the set methods).
isCommon() - Method in class CertificateInfo
Returns whether this certificate information block contains a "common certificate," or a certificate used for both encrypting and signing.
isCompleteTlvChain(ByteBlock) - Static method in class TlvTools
Returns whether the given block might be a valid, complete TLV chain.
isEmpty() - Method in class net.kano.joscar.CopyOnWriteArrayList
Tests if this list has no components.
isEmpty() - Method in class net.kano.joscar.CopyOnWriteArraySet
 
isEncrypted() - Method in class AbstractAcceptRvCmd
Returns whether the rendezvous being accepted is encrypted ("secure").
isEncrypted() - Method in class RvConnectionInfo
Returns whether or not the associated connection is to be encrypted via SSL.
isEncrypted() - Method in class InstantMessage
Returns whether or not this message is encrypted.
isFPresent() - Method in class AbstractRequestRvCmd
Returns whether this RV command contains the mysteroius 0x000f TLV.
isLimited() - Method in class RateClassMonitor
Returns whether this rate monitor's associated rate class is currently rate-limited.
isPassHashed() - Method in class AuthRequest
Returns whether the password was encoded as its MD5 hash.
isPaused() - Method in class ConnectionQueueMgr
Returns whether the SNAC queue for the associated connection is currently paused.
isPaused() - Method in class ClientSnacProcessor
Returns whether this SNAC processor is currently paused.
isProxied() - Method in class RvConnectionInfo
Returns whether this connection block describes a connection over an AOL Proxy Server.
isStoringResponses() - Method in class SnacRequest
Returns whether this request object is currently set to store responses received for this request.
isToBeReflected() - Method in class SendChatMsgIcbm
Returns whether or not this message is marked to be "reflected" back to the client as normal chat text.
isValidTLV(ByteBlock) - Static method in class Tlv
Returns true if there is a valid TLV at the beginning of the given data block.
iterator() - Method in class net.kano.joscar.CopyOnWriteArrayList.COWSubList
 
iterator() - Method in class net.kano.joscar.CopyOnWriteArrayList
Returns an Iterator over the elements contained in this collection.
iterator() - Method in class net.kano.joscar.CopyOnWriteArraySet
 
iterator() - Method in class AbstractTlvChain
 
iterator() - Method in interface TlvChain
Returns an iterator over the TLV's in this TLV chain.

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