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

T

TYPE_AIMEXPINFO - Static variable in class ExtraInfoBlock
An extra info block type indicating that the block contains AIM Expression information.
TYPE_AVAILMSG - Static variable in class ExtraInfoBlock
An extra info block type indicating that it contains iChat availability message information.
TYPE_AWAYMSG - Static variable in class OldGetInfoCmd
An information request type indicating a request for the user's away message.
TYPE_BUDDY - Static variable in class SsiItem
An SSI item type for a buddy.
TYPE_BY_DIRINFO - Static variable in class SearchBuddiesCmd
A search type indicating a search based on directory information.
TYPE_BY_EMAIL_OR_INTEREST - Static variable in class SearchBuddiesCmd
A search type indicating a search based on email address or a chat interests.
TYPE_CAPS - Static variable in class OldGetInfoCmd
An information request type indicating a request for a list of the user's capabilities.
TYPE_CERTINFO_HASHA - Static variable in class ExtraInfoBlock
An extra info block type indicating that the block contains a security-related MD5 hash whose significance is unknown at the time of this writing.
TYPE_CERTINFO_HASHB - Static variable in class ExtraInfoBlock
An extra info block type indicating that the block contains a security-related MD5 hash whose significance is unknown at the time of this writing.
TYPE_CHILD - Static variable in class InterestInfo
An interest type indicating that the interest has no sub-interests.
TYPE_DEFAULT - Static variable in class AcctResponse
The only response type seen as of this writing.
TYPE_DENY - Static variable in class SsiItem
An SSI item type for a "blocked" user, or "deny."
TYPE_EMAIL - Static variable in class AcctInfoRequest
A type code indicating that this is a request for the user's registered email address.
TYPE_FULL - Static variable in class AbstractChatInfo
A value indicating that this block is a "full" information block.
TYPE_GROUP - Static variable in class SsiItem
An SSI item type for a buddy group.
TYPE_ICONHASH - Static variable in class ExtraInfoBlock
An extra info block type indicating that it contains buddy icon information.
TYPE_ICON_INFO - Static variable in class SsiItem
An SSI item type for a buddy icon hash.
TYPE_INCOMING - Static variable in class NewRvSessionEvent
An event type indicating that a rendezvous session was created "remotely," via an RV command with a new rendezvous session ID being received.
TYPE_INFO - Static variable in class OldGetInfoCmd
An information request type indicating a request for the user's "info."
TYPE_INSTANCE_INFO - Static variable in class AbstractChatInfo
A value indicating that this block consists of information about an "instance" of a chat room.
TYPE_MANDATORY_UPDATE - Static variable in class UpdateAdvisory
An update advisory type indicating that the given update is "mandatory," and that the client cannot connect until he or she updates.
TYPE_NAV_INSTANCE_INFO - Static variable in class AbstractChatInfo
At the time of this writing, I am unsure of what this value means.
TYPE_NAV_SHORT_DESC - Static variable in class AbstractChatInfo
At the time of this writing, I am unsure of what this value means.
TYPE_OKAY - Static variable in class UpdateAdvisory
An update advisory type indicating that there is nothing to upgrade.
TYPE_OUTGOING - Static variable in class NewRvSessionEvent
An event type indicating that a rendezvous session was created locally before sending an initial RV request on that session to another user.
TYPE_PARENT - Static variable in class InterestInfo
An interest type indicating that the interest has sub-interests.
TYPE_PERMIT - Static variable in class SsiItem
An SSI item type for an "allowed" user, or "permit."
TYPE_PRIVACY - Static variable in class SsiItem
An SSI item type for various privacy-related settings.
TYPE_RECOMMENDED_UPDATE - Static variable in class UpdateAdvisory
An update advisory type indicating that the given update is recommended, but not (yet) necessary.
TYPE_RESPONSE - Static variable in class RecvRvEvent
An event type indicating that a RV response was received.
TYPE_RV - Static variable in class RecvRvEvent
An event type indicating that a rendezvous command was received.
TYPE_SHORT - Static variable in class AbstractChatInfo
A value indicating that this block is a "short" information block.
TYPE_SN - Static variable in class AcctInfoRequest
A type code indicating that this is a request for the user's screenname in the correct format (that is, with the "official" spacing and capitalization seen by other users).
TYPE_SYSTEM_BULLETIN - Static variable in class UpdateAdvisory
An update advisory type indicating that this is not an update advisory but in fact contains a "message of the day."
TYPE_VISIBILITY - Static variable in class SsiItem
An SSI item type for various "visiblity-related" settings.
Tlv - class Tlv.
Represents a "Type-Length-Value" block, a very popular data structure in the OSCAR protocol.
Tlv(int) - Constructor for class Tlv
Creates a TLV of the given type with no data block.
Tlv(int, Writable) - Constructor for class Tlv
Creates a TLV of the given type with the given data block.
Tlv(ByteBlock) - Constructor for class Tlv
Creates a new TLV from the beginning of the given data block.
TlvChain - interface TlvChain.
Represents a "chain," or block, or sequence, of Tlvs.
TlvTools - class TlvTools.
Provides a set of utilites for working with TLV chains.
TrillianCryptAcceptRvCmd - class TrillianCryptAcceptRvCmd.
A rendezvous command used to accept a Trillian Encryption session.
TrillianCryptAcceptRvCmd(RecvRvIcbm) - Constructor for class TrillianCryptAcceptRvCmd
Creates a new Trillian Encryption session acceptance command from the given incoming session acceptance RV ICBM.
TrillianCryptAcceptRvCmd(BigInteger) - Constructor for class TrillianCryptAcceptRvCmd
Creates a new outgoing Trillian Encryption session acceptance command with the given Diffie-Hellman public value.
TrillianCryptBeginRvCmd - class TrillianCryptBeginRvCmd.
A rendezvous command used to "begin" a Trillian Encryption session.
TrillianCryptBeginRvCmd(RecvRvIcbm) - Constructor for class TrillianCryptBeginRvCmd
Creates a new Trillian Encryption session start command from the given incoming session start RV ICBM.
TrillianCryptBeginRvCmd() - Constructor for class TrillianCryptBeginRvCmd
Creates a new outgoing Trillian Encryption session start command.
TrillianCryptCloseRvCmd - class TrillianCryptCloseRvCmd.
A rendezvous command used to end a Trillian Encryption session.
TrillianCryptCloseRvCmd(RecvRvIcbm) - Constructor for class TrillianCryptCloseRvCmd
Creates a new Trillian Encryption session close command from the given incoming session close RV ICBM.
TrillianCryptCloseRvCmd() - Constructor for class TrillianCryptCloseRvCmd
Creates a new outgoing Trillian Encryption session close command.
TrillianCryptMsgRvCmd - class TrillianCryptMsgRvCmd.
A rendezvous command used to send an encrypted message over a Trillian Secure IM connection.
TrillianCryptMsgRvCmd(RecvRvIcbm) - Constructor for class TrillianCryptMsgRvCmd
Creates a new Trillian Encrypted message command from the given incoming encrypted message RV ICBM.
TrillianCryptMsgRvCmd(ByteBlock) - Constructor for class TrillianCryptMsgRvCmd
Creates a new outgoing Trillian Encrypted message command with the given encrypted message data.
TrillianCryptReqRvCmd - class TrillianCryptReqRvCmd.
A rendezvous command used to initiate a Trillian Secure IM session.
TrillianCryptReqRvCmd(RecvRvIcbm) - Constructor for class TrillianCryptReqRvCmd
Creatse a new Trillian Encryption session request from the given incoming Trillian Encryption session request RV ICBM.
TrillianCryptReqRvCmd(BigInteger, BigInteger) - Constructor for class TrillianCryptReqRvCmd
Creates a new outgoing Trillian Encryption session request with the given Diffie-Hellman modulus and public value.
TypingCmd - class TypingCmd.
A base class for the two typing-notification commands in this package.
TypingCmd(int, SnacPacket) - Constructor for class TypingCmd
Generates a new typing-notification command from the given incoming SNAC packet and with the given SNAC command subtype.
TypingCmd(int, String, int) - Constructor for class TypingCmd
Creates a new typing notification command with the given SNAC command subtype to/from the given screenname with the given typing state.
TypingCmd(int, long, int, String, int) - Constructor for class TypingCmd
Creates a new typing notification command with the given properties.
toArray() - Method in class net.kano.joscar.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray(Object[]) - Method in class net.kano.joscar.CopyOnWriteArrayList
Returns an array containing all of the elements in this list in the correct order.
toArray() - Method in class net.kano.joscar.CopyOnWriteArraySet
 
toArray(Object[]) - Method in class net.kano.joscar.CopyOnWriteArraySet
 
toByteArray() - Method in class net.kano.joscar.ByteBlock
Allocates a new byte array containing a copy of the contents of this byte block.
toCapabilityBlock() - Method in class ShortCapabilityBlock
Returns the CapabilityBlock that this short capability block represents.
toCharsetName() - Method in class net.kano.joscar.ImEncodingParams
Attempts to produce the name of a charset (like "US-ASCII") from this set of encoding parameters.
toFTFilename() - Method in class SegmentedFilename
Converts this segmented filename to a string, separating segments in the returned string with the "file transfer filename" separator (character \001).
toNativeFilename() - Method in class SegmentedFilename
Converts this segmented filename to a string, separating segments in the returned string with the system's native file separator.
toSnacPacket() - Method in class MutableSnacPacket
Returns a SNAC packet object with the same properties as this object.
toSsiItem() - Method in class BuddyItem
 
toSsiItem() - Method in class GroupItem
 
toSsiItem() - Method in class IconItem
 
toSsiItem() - Method in class PrivacyItem
 
toSsiItem() - Method in class RootItem
 
toSsiItem() - Method in class SimpleNamedItem
 
toSsiItem() - Method in interface SsiItemObj
Returns an SsiItem that represents this item object.
toSsiItem() - Method in class VisibilityItem
 
toString() - Method in class net.kano.joscar.ByteBlock
 
toString() - Method in class net.kano.joscar.CopyOnWriteArrayList
Returns a string representation of this Collection, containing the String representation of each element.
toString() - Method in class net.kano.joscar.ImEncodingParams
 
toString() - Method in class FlapPacket
 
toString() - Method in class CloseFlapCmd
 
toString() - Method in class FlapErrorCmd
 
toString() - Method in class SnacFlapCmd
 
toString() - Method in class SnacPacket
 
toString() - Method in class ClientConn.State
 
toString() - Method in class ConnProcessorExceptionEvent
 
toString() - Method in class RecvRvEvent
 
toString() - Method in class AbstractAcceptRvCmd
 
toString() - Method in class AbstractRejectRvCmd
 
toString() - Method in class InvitationMessage
 
toString() - Method in class RvConnectionInfo
 
toString() - Method in class SegmentedFilename
 
toString() - Method in class AddinsReqRvCmd
 
toString() - Method in class ChatInvitationRvCmd
 
toString() - Method in class DirectIMReqRvCmd
 
toString() - Method in class GetFileReqRvCmd
 
toString() - Method in class SendBuddyIconRvCmd
 
toString() - Method in class SendBuddyListGroup
 
toString() - Method in class SendBuddyListRvCmd
 
toString() - Method in class FileSendBlock
 
toString() - Method in class FileSendReqRvCmd
 
toString() - Method in class TrillianCryptAcceptRvCmd
 
toString() - Method in class TrillianCryptBeginRvCmd
 
toString() - Method in class TrillianCryptCloseRvCmd
 
toString() - Method in class TrillianCryptMsgRvCmd
 
toString() - Method in class TrillianCryptReqRvCmd
 
toString() - Method in class VoiceReqRvCmd
 
toString() - Method in class DirectImHeader
 
toString() - Method in class FileTransferHeader
 
toString() - Method in class GetFileEntry
 
toString() - Method in class GetFileList
 
toString() - Method in class RvProxyAckCmd
 
toString() - Method in class RvProxyErrorCmd
 
toString() - Method in class RvProxyInitRecvCmd
 
toString() - Method in class RvProxyInitSendCmd
 
toString() - Method in class RvProxyPacket
 
toString() - Method in class RvProxyReadyCmd
 
toString() - Method in class CmdType
 
toString() - Method in class MutableSnacPacket
 
toString() - Method in class SnacRequest
 
toString() - Method in class AbstractChatInfo
 
toString() - Method in class AbstractIcbm
 
toString() - Method in class CapabilityBlock
 
toString() - Method in class CertificateInfo
 
toString() - Method in class DirInfo
 
toString() - Method in class ExchangeInfo
 
toString() - Method in class ExtraInfoBlock
 
toString() - Method in class ExtraInfoBlockHolder
 
toString() - Method in class ExtraInfoData
 
toString() - Method in class FullRoomInfo
 
toString() - Method in class FullUserInfo
 
toString() - Method in class InfoData
 
toString() - Method in class MiniRoomInfo
 
toString() - Method in class MiniUserInfo
 
toString() - Method in class ShortCapabilityBlock
 
toString() - Method in class AcctInfoRequest
 
toString() - Method in class AcctModCmd
 
toString() - Method in class AcctResponse
 
toString() - Method in class ConfirmAcctCmd
 
toString() - Method in class ConfirmAck
 
toString() - Method in class AuthRequest
 
toString() - Method in class AuthResponse
 
toString() - Method in class ClientVersionInfo
 
toString() - Method in class KeyRequest
 
toString() - Method in class KeyResponse
 
toString() - Method in class BuddyOfflineCmd
 
toString() - Method in class BuddyStatusCmd
 
toString() - Method in class ChatMsg
 
toString() - Method in class RecvChatMsgIcbm
 
toString() - Method in class RoomInfoUpdate
 
toString() - Method in class UsersCmd
 
toString() - Method in class AbstractExtraInfoCmd
 
toString() - Method in class EncryptionInfoAck
 
toString() - Method in class FamilyVersionsCmd
 
toString() - Method in class MigrationNotice
 
toString() - Method in class MyInfoRequest
 
toString() - Method in class Noop
 
toString() - Method in class PauseCmd
 
toString() - Method in class RateAck
 
toString() - Method in class RateChange
 
toString() - Method in class RateClassInfo
 
toString() - Method in class RateInfoCmd
 
toString() - Method in class RateInfoRequest
 
toString() - Method in class ResumeCmd
 
toString() - Method in class ServiceRedirect
 
toString() - Method in class ServiceRequest
 
toString() - Method in class SetExtraInfoCmd
 
toString() - Method in class SetIdleCmd
 
toString() - Method in class SnacFamilyInfo
 
toString() - Method in class SnacFamilyListCmd
 
toString() - Method in class UpdateAdvisory
 
toString() - Method in class WarningNotification
 
toString() - Method in class YourInfoCmd
 
toString() - Method in class SnacError
 
toString() - Method in class AbstractRvIcbm
 
toString() - Method in class InstantMessage
 
toString() - Method in class MessageAck
 
toString() - Method in class MissedMessagesCmd
 
toString() - Method in class MissedMsgInfo
 
toString() - Method in class OldIconHashInfo
 
toString() - Method in class ParamInfo
 
toString() - Method in class ParamInfoCmd
 
toString() - Method in class ParamInfoRequest
 
toString() - Method in class RecvImIcbm
 
toString() - Method in class RecvRvIcbm
 
toString() - Method in class RvResponse
 
toString() - Method in class SetParamInfoCmd
 
toString() - Method in class TypingCmd
 
toString() - Method in class WarnCmd
 
toString() - Method in class IconDataCmd
 
toString() - Method in class IconRequest
 
toString() - Method in class UploadIconAck
 
toString() - Method in class UploadIconCmd
 
toString() - Method in class InviteFriendAck
 
toString() - Method in class InviteFriendCmd
 
toString() - Method in class DirInfoCmd
 
toString() - Method in class GetDirInfoCmd
 
toString() - Method in class GetInfoCmd
 
toString() - Method in class LocRightsCmd
 
toString() - Method in class LocRightsRequest
 
toString() - Method in class OldGetInfoCmd
 
toString() - Method in class SetDirAck
 
toString() - Method in class SetDirInfoCmd
 
toString() - Method in class SetInfoCmd
 
toString() - Method in class SetInterestsAck
 
toString() - Method in class SetInterestsCmd
 
toString() - Method in class UserInfoCmd
 
toString() - Method in class PopupMsg
 
toString() - Method in class ExchangeInfoReq
 
toString() - Method in class JoinRoomCmd
 
toString() - Method in class RoomInfoReq
 
toString() - Method in class RoomResponse
 
toString() - Method in class RoomRightsRequest
 
toString() - Method in class InterestInfo
 
toString() - Method in class InterestListCmd
 
toString() - Method in class InterestListReq
 
toString() - Method in class SearchBuddiesCmd
 
toString() - Method in class SearchResultsCmd
 
toString() - Method in class ActivateSsiCmd
 
toString() - Method in class ItemsCmd
 
toString() - Method in class PostModCmd
 
toString() - Method in class PreModCmd
 
toString() - Method in class SsiDataCheck
 
toString() - Method in class SsiDataCmd
 
toString() - Method in class SsiDataModResponse
 
toString() - Method in class SsiDataRequest
 
toString() - Method in class SsiItem
 
toString() - Method in class SsiRightsCmd
 
toString() - Method in class SsiRightsRequest
 
toString() - Method in class SsiUnchangedCmd
 
toString() - Method in class BuddyItem
 
toString() - Method in class GroupItem
 
toString() - Method in class IconItem
 
toString() - Method in class PrivacyItem
 
toString() - Method in class RootItem
 
toString() - Method in class SimpleNamedItem
 
toString() - Method in class VisibilityItem
 
toString() - Method in class AbstractTlvChain
 
toString() - Method in class Tlv
 

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