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

U

UBYTE_MAX - Static variable in class net.kano.joscar.BinaryTools
Represents the largest value a one-byte unsigned integer can have.
UINT_MAX - Static variable in class net.kano.joscar.BinaryTools
Represents the largest value a four-byte unsigned integer can have.
USHORT_MAX - Static variable in class net.kano.joscar.BinaryTools
Represents the largest value a two-byte unsigned integer can have.
UpdateAdvisory - class UpdateAdvisory.
A SNAC command sent to alert the user that he or she should upgrade to a newer version of AOL Instant Messenger.
UpdateAdvisory(SnacPacket) - Constructor for class UpdateAdvisory
Generates a new update advisory command from the given incoming SNAC packet.
UpdateAdvisory(int) - Constructor for class UpdateAdvisory
Creates a new outgoing update advisory command of the given type and with no message.
UpdateAdvisory(int, String) - Constructor for class UpdateAdvisory
Creates a new outgoing update advisory command with the given type and message.
UploadIconAck - class UploadIconAck.
A SNAC command sent to acknowledge that a buddy icon has successfully been uploaded.
UploadIconAck(SnacPacket) - Constructor for class UploadIconAck
Generates an icon upload acknowledgement command from the given incoming SNAC packet.
UploadIconAck(ExtraInfoBlock) - Constructor for class UploadIconAck
Creates a new outgoing icon upload acknowledgement command with the given icon information block and a code of UploadIconAck.CODE_DEFAULT.
UploadIconAck(int, ExtraInfoBlock) - Constructor for class UploadIconAck
Creates a new outgoing icon upload acknowledgement command with the given icon information block and the given code.
UploadIconCmd - class UploadIconCmd.
A SNAC command sent to upload one's buddy icon to the buddy icon server.
UploadIconCmd(SnacPacket) - Constructor for class UploadIconCmd
Generates an upload icon command from the given incoming SNAC packet.
UploadIconCmd(Writable) - Constructor for class UploadIconCmd
Creates a new icon upload command with the given icon data writer.
UserInfoCmd - class UserInfoCmd.
A SNAC command containing a certain type of information about another user.
UserInfoCmd(SnacPacket) - Constructor for class UserInfoCmd
Generates a new user information command from the given incoming SNAC packet.
UserInfoCmd(FullUserInfo, InfoData) - Constructor for class UserInfoCmd
Creates a new outgoing user information command with the given user information block and, well, user information block.
UsersCmd - class UsersCmd.
A base class for the two member-list-based commands in this package, UsersJoinedCmd and UsersLeftCmd.
UsersCmd(int, SnacPacket) - Constructor for class UsersCmd
Creates a new user-based command from the given incoming SNAC packet.
UsersCmd(int, FullUserInfo[]) - Constructor for class UsersCmd
Creates a new outgoing user-based command with the given SNAC command subtype and list of users.
UsersJoinedCmd - class UsersJoinedCmd.
A SNAC command sent to indicate that one or more users have joined a chat room.
UsersJoinedCmd(SnacPacket) - Constructor for class UsersJoinedCmd
Creates a new user join command from the given incoming SNAC packet.
UsersJoinedCmd(FullUserInfo[]) - Constructor for class UsersJoinedCmd
Creates a new outgoing uesr join command with the given list of users.
UsersLeftCmd - class UsersLeftCmd.
A SNAC command sent to indicate that one or more users have left a chat room.
UsersLeftCmd(SnacPacket) - Constructor for class UsersLeftCmd
Creates a new user exit command from the given incoming SNAC packet.
UsersLeftCmd(FullUserInfo[]) - Constructor for class UsersLeftCmd
Creates a new outgoing uesr exit command with the given list of users.
unpause(ClientSnacProcessor) - Method in class RateLimitingQueueMgr
 
unpause() - Method in class ClientSnacProcessor
Unpauses this SNAC processor if previously paused with a call to ClientSnacProcessor.pause().
unpause(ClientSnacProcessor) - Method in class ImmediateSnacQueueManager
 
unpause(ClientSnacProcessor) - Method in interface SnacQueueManager
A method called to indicate that the queue for the given SNAC processor can once again send SNACs.
unregister(CmdType, SnacCmdFactory) - Method in class SnacCmdFactoryList
Unregisters the given factory for the given SNAC command type.
unregisterAll(SnacCmdFactory) - Method in class SnacCmdFactoryList
Unregisters the given factory for all types for which it is currently registered.
unregisterAll() - Method in class SnacCmdFactoryList
Unregisters all SNAC factories from all registered command types.
unregisterRvCmdFactory(RvCommandFactory) - Method in class RvProcessor
Unregisters the given RV command factory for all RV types for which it is currently registered.
unregisterRvCmdFactory(CapabilityBlock, RvCommandFactory) - Method in class RvProcessor
Unregisters the given RV command factory for the given RV type (capability).
unsetSnacQueueManager(SnacQueueManager) - Method in class ClientSnacProcessor
Calls setSnacQueueManager(null) if and only if the given mgr is the current SNAC queue manager.
update(String) - Method in class net.kano.joscar.MinimalEncoder
Updates the current minimum charset to accommodate the given string.
update(int) - Method in class FileTransferChecksum
 
update(byte[], int, int) - Method in class FileTransferChecksum
 
updateAll(String[]) - Method in class net.kano.joscar.MinimalEncoder
Simply a utility method for calling update on an entire array of strings.
updateRateClass(int, RateClassInfo) - Method in class RateMonitor
Updates rate class information in this rate monitor with the given rate class information block.

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