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

F

FAMILY_ACCT - Static variable in class AcctCommand
This family's SNAC family code.
FAMILY_AUTH - Static variable in class AuthCommand
This family's SNAC family code.
FAMILY_BUDDY - Static variable in class BuddyCommand
The SNAC family code of this family.
FAMILY_CHAT - Static variable in class ChatCommand
The family code for this SNAC family.
FAMILY_CONN - Static variable in class ConnCommand
The family code of this SNAC family.
FAMILY_ICBM - Static variable in class IcbmCommand
The SNAC family for ICBM's.
FAMILY_ICON - Static variable in class IconCommand
The SNAC family code for the icon family.
FAMILY_INFO - Static variable in class AcctCommand
A set of SNAC family info for this family.
FAMILY_INFO - Static variable in class AuthCommand
A SNAC family information object for this family.
FAMILY_INFO - Static variable in class BuddyCommand
A SNAC family info block for this family.
FAMILY_INFO - Static variable in class ChatCommand
A set of SNAC family information for this family.
FAMILY_INFO - Static variable in class ConnCommand
A set of SNAC family information for this family.
FAMILY_INFO - Static variable in class IcbmCommand
A set of SNAC family information for the ICBM family.
FAMILY_INFO - Static variable in class IconCommand
A set of SNAC family information for this family.
FAMILY_INFO - Static variable in class InviteCommand
A set of SNAC family information for this family.
FAMILY_INFO - Static variable in class LocCommand
A set of SNAC family information for this family.
FAMILY_INFO - Static variable in class PopupCommand
A set of SNAC family information about this family.
FAMILY_INFO - Static variable in class RoomCommand
A set of SNAC family information for this family.
FAMILY_INFO - Static variable in class SearchCommand
A set of SNAC family information for this family.
FAMILY_INFO - Static variable in class SsiCommand
A set of SNAC family information for this family.
FAMILY_INVITE - Static variable in class InviteCommand
The invite-a-friend SNAC family code.
FAMILY_LOC - Static variable in class LocCommand
The SNAC family code for the location family.
FAMILY_POPUP - Static variable in class PopupCommand
The SNAC family code for this family.
FAMILY_ROOM - Static variable in class RoomCommand
The SNAC family code for this family.
FAMILY_SEARCH - Static variable in class SearchCommand
The SNAC family code for this family.
FAMILY_SSI - Static variable in class SsiCommand
The SNAC family code for the SSI family.
FLAGS_DEFAULT - Static variable in class AddinsReqRvCmd
The "flags" value that is always sent by WinAIM.
FLAGS_DEFAULT_FROM_CLIENT - Static variable in class RvProxyPacket
The set of flags normally sent by a client connected to an AOL Proxy Server.
FLAGS_DEFAULT_FROM_SERVER - Static variable in class RvProxyPacket
The set of flags normally sent by the AOL Proxy Server.
FLAG_ALREADY_HAVE_ICON - Static variable in class ExtraInfoData
A flag indicating that the server already has a copy of your buddy icon.
FLAG_AUTORESPONSE - Static variable in class DirectImHeader
A flag indicating that a message is an "auto-response."
FLAG_AVAILMSG_PRESENT - Static variable in class ExtraInfoData
A flag indicating that an iChat availability message is present.
FLAG_AWAYMSG - Static variable in class GetInfoCmd
A flag indicating that the user's away message is being requested.
FLAG_CERT - Static variable in class GetInfoCmd
A flag indicating that the user's security information is being requested.
FLAG_CHANMSGS_ALLOWED - Static variable in class ParamInfo
A bit mask indicating something.
FLAG_DEFAULT - Static variable in class FileTransferHeader
A flag that is always sent by WinAIM.
FLAG_DEFAULT - Static variable in class ExtraInfoData
A flagset with no flags on (0x00).
FLAG_DIR - Static variable in class GetFileEntry
A flag indicating that a file entry is a directory.
FLAG_DONE - Static variable in class FileTransferHeader
A flag sent in a FileTransferHeader.HEADERTYPE_RECEIVED header.
FLAG_EXPAND_DYNAMIC - Static variable in class GetFileReqRvCmd
A flag used to indicate that the user's entire shared file list should not be listed recursively on connect but rather only a single directory, with subdirectories being listed dynamically as they are viewed by the user.
FLAG_FILELIST - Static variable in class FileTransferHeader
A flag sent in a FileTransferHeader.HEADERTYPE_FILELIST_SENDLIST header.
FLAG_HASH_PRESENT - Static variable in class ExtraInfoData
A flag indicating that a hash (for example, an MD5 hash of the user's buddy icon) is present.
FLAG_INFO - Static variable in class GetInfoCmd
A flag indicating that the user's user profile ("info") is being requested.
FLAG_MISSEDCALLS_ALLOWED - Static variable in class ParamInfo
A bit mask indicating that receiving MissedMessagesCmds is supported.
FLAG_TYPED - Static variable in class DirectImHeader
A flag indicating, when combined with DirectImHeader.FLAG_TYPINGPACKET, that the user has typed a message, but has momentarily stopped typing.
FLAG_TYPING - Static variable in class DirectImHeader
A flag indicating, when combined with DirectImHeader.FLAG_TYPINGPACKET, that the user is typing a message.
FLAG_TYPINGPACKET - Static variable in class DirectImHeader
A flag indicating that a packet is a typing-notification packet.
FLAG_TYPING_NOTIFICATION - Static variable in class ParamInfo
A bit mask indicating that receiving RecvTypingNotifications is supported.
FLAG_UPLOAD_ICON - Static variable in class ExtraInfoData
A flag indicating that the client should upload its buddy icon.
FPRESENT_DEFAULT - Static variable in class AbstractRequestRvCmd
The default value of the fPresent field.
FTVERSION_DEFAULT - Static variable in class FileTransferHeader
The file transfer protocol version used by WinAIM.
FamilyVersionPreprocessor - class FamilyVersionPreprocessor.
A SNAC preprocessor to filter out some recent strangeness in the protocol.
FamilyVersionPreprocessor() - Constructor for class FamilyVersionPreprocessor
 
FamilyVersionsCmd - class FamilyVersionsCmd.
A base class for the two SNAC-family-version-based commands in this family.
FamilyVersionsCmd(int, SnacPacket) - Constructor for class FamilyVersionsCmd
Creates a new family-version-based command read from the given incoming SNAC packet.
FamilyVersionsCmd(int, SnacFamilyInfo[]) - Constructor for class FamilyVersionsCmd
Creates a new outgoing family-version-based command with the given SNAC command type and the given list of family version information blocks.
FileSendAcceptRvCmd - class FileSendAcceptRvCmd.
A rendezvous command used to indicate that a file transfer request has been accepted and a connection is being made.
FileSendAcceptRvCmd(RecvRvIcbm) - Constructor for class FileSendAcceptRvCmd
Creates a new file transfer acceptance command from the given incoming file transfer acceptance RV ICBM.
FileSendAcceptRvCmd() - Constructor for class FileSendAcceptRvCmd
Creates a new outgoing file transfer acceptance command.
FileSendAcceptRvCmd(boolean) - Constructor for class FileSendAcceptRvCmd
Creates a new outgoing acceptance command for either an encrypted or a normal file transfer request.
FileSendBlock - class FileSendBlock.
A data structure containing information about a file or directory of files being sent in a file transfer request.
FileSendBlock(String, long) - Constructor for class FileSendBlock
Creates a file send block describing a single file with the given size.
FileSendBlock(int, String, int, long) - Constructor for class FileSendBlock
Creates a new outgoing file send block with the given properties.
FileSendRejectRvCmd - class FileSendRejectRvCmd.
A rendezvous command sent to indicate that a file send request has been denied.
FileSendRejectRvCmd(RecvRvIcbm) - Constructor for class FileSendRejectRvCmd
Creates a new file transfer denial command from the given incoming file transfer denial RV ICBM.
FileSendRejectRvCmd(int) - Constructor for class FileSendRejectRvCmd
Creates a new outgoing file transfer denial command with the given denial code.
FileSendReqRvCmd - class FileSendReqRvCmd.
A rendezvous command used to attempt to send one or more files to another user.
FileSendReqRvCmd(RecvRvIcbm) - Constructor for class FileSendReqRvCmd
Creates a new file send request from the given incoming file send request RV ICBM.
FileSendReqRvCmd(InvitationMessage, RvConnectionInfo, FileSendBlock) - Constructor for class FileSendReqRvCmd
Creates a new outgoing initial file send request with the given message, connection information, and file transfer information block.
FileSendReqRvCmd(RvConnectionInfo) - Constructor for class FileSendReqRvCmd
Creates a new outgoing file send connection redirection command with the given connection information.
FileSendReqRvCmd(int, InvitationMessage, RvConnectionInfo, FileSendBlock) - Constructor for class FileSendReqRvCmd
Creates a new outgoing file send request command with the given properties.
FileTransferChecksum - class FileTransferChecksum.
An implementation of the checksumming method used by AOL Instant Messenger's file transfer protocol.
FileTransferChecksum() - Constructor for class FileTransferChecksum
Creates a new file transfer checksum computer object.
FileTransferHeader - class FileTransferHeader.
A data structure used to transfer information over a file transfer connection.
FileTransferHeader() - Constructor for class FileTransferHeader
Creates a new file transfer header with all values initialized to either null or -1, depending on type.
FileTransferHeader(FileTransferHeader) - Constructor for class FileTransferHeader
Creates a new file transfer header with the same properties as the given header.
FileWritable - class net.kano.joscar.FileWritable.
Provides an efficient means of using the contents of a file as a LiveWritable.
FileWritable(String) - Constructor for class net.kano.joscar.FileWritable
Creates a new Writable that will write the contents of the given file on command.
FlapCommand - class FlapCommand.
Provides an interface to a FLAP command that contains FLAP data on a specific channel of a FLAP connection.
FlapCommand(int) - Constructor for class FlapCommand
Creates a FLAP command on the given FLAP channel.
FlapCommandFactory - interface FlapCommandFactory.
Provides an interface for deriving high-level FlapCommands from low-level FlapPackets.
FlapDataLengthException - exception FlapDataLengthException.
An exception thrown when the length of a FlapCommand's FLAP data is too long to send over the FLAP protocol.
FlapDataLengthException() - Constructor for class FlapDataLengthException
Creates a new FlapDataLengthException with no message.
FlapDataLengthException(String) - Constructor for class FlapDataLengthException
Creates a new FlapDataLengthException with the given message.
FlapDataLengthException(String, Throwable) - Constructor for class FlapDataLengthException
Creates a new FlapDataLengthException with the given message and cause.
FlapDataLengthException(Throwable) - Constructor for class FlapDataLengthException
Creates a new FlapDataLengthException with no message and the given cause.
FlapErrorCmd - class FlapErrorCmd.
A FLAP command sent when a FLAP-level error occurs.
FlapErrorCmd(FlapPacket) - Constructor for class FlapErrorCmd
Generates a new FLAP error command from the given incoming FLAP packet.
FlapErrorCmd(int) - Constructor for class FlapErrorCmd
Creates a new outgoing FLAP error command with the given error code.
FlapExceptionEvent - class FlapExceptionEvent.
An event fired when an exception occurs during the FLAP processing process.
FlapExceptionEvent(Object, FlapProcessor, Throwable, Object) - Constructor for class FlapExceptionEvent
Creates a new exception event with the given properties.
FlapExceptionHandler - interface FlapExceptionHandler.
Provides an interface for handling exceptions thrown during a FLAP connection.
FlapPacket - class FlapPacket.
Represents a FLAP packet, containing a sequence number, channel, and FLAP data.
FlapPacketEvent - class FlapPacketEvent.
An event fired when a FLAP packet is received on a FLAP connection.
FlapPacketEvent(FlapPacketEvent) - Constructor for class FlapPacketEvent
Creates a new FLAP packet event object, a copy of the given event object.
FlapPacketEvent(FlapProcessor, FlapPacket, FlapCommand) - Constructor for class FlapPacketEvent
Creates a new FLAP packet event representing the receival of the given packet by the given FLAP processor, along with the given FLAP command generated from that packet.
FlapPacketListener - interface FlapPacketListener.
Provides an interface for listening for incoming FLAP packets on a FlapProcessor.
FlapProcessor - class FlapProcessor.
Represents a FLAP connection that manages an outgoing FLAP queue as well as parsing and processing incoming FLAP packets.
FlapProcessor() - Constructor for class FlapProcessor
Creates a FLAP processor with the default FLAP command factory and not yet attached to an input or output stream.
FlapProcessor(Socket) - Constructor for class FlapProcessor
Creates a FLAP processor with the default FLAP command factory and attaches it to the given socket.
FullRoomInfo - class FullRoomInfo.
A data structure containing details about an OSCAR chat room.
FullRoomInfo(ByteBlock) - Constructor for class FullRoomInfo
Generates a room info object from the given block.
FullRoomInfo(int, String) - Constructor for class FullRoomInfo
Creates a chat room information object with the given properties.
FullRoomInfo(int, String, String, String) - Constructor for class FullRoomInfo
Creates a chat room information object with the given properties.
FullRoomInfo(int, String, String, String, String) - Constructor for class FullRoomInfo
Creates a chat room information object with the given properties.
FullUserInfo - class FullUserInfo.
A very widely used structure that represents a single screen name and various flags and values associated with it.
FullUserInfo(String, int, int, Date, Date, long, long, Date, int, CapabilityBlock[], Boolean, ExtraInfoBlock[], ByteBlock, ShortCapabilityBlock[]) - Constructor for class FullUserInfo
Creates a new user info block with the given properties.
FullUserInfo(String, int, int, Date, Date, long, long, Date, int, CapabilityBlock[], Boolean, ExtraInfoBlock[], ByteBlock, ShortCapabilityBlock[], ImmutableTlvChain) - Constructor for class FullUserInfo
Creates a new user info block with the given properties.
fromFTFilename(String) - Static method in class SegmentedFilename
Creates a SegmentedFilename from the given "file transfer filename."
fromNativeFilename(String) - Static method in class SegmentedFilename
Creates a SegmentedFilename from the given native filename.

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