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

E

EMPTY_BLOCK - Static variable in class net.kano.joscar.ByteBlock
A ByteBlock with a length of 0.
ENCODING_ASCII - Static variable in class net.kano.joscar.MinimalEncoder
US-ASCII encoding.
ENCODING_ISO - Static variable in class net.kano.joscar.MinimalEncoder
ISO-8859-1 encoding.
ENCODING_UTF16 - Static variable in class net.kano.joscar.MinimalEncoder
UTF-16BE encoding.
ENCODING_UTF8 - Static variable in class net.kano.joscar.MinimalEncoder
UTF-8 encoding.
ENCRYPTIONCODE_DEFAULT - Static variable in class InstantMessage
A default encryption code used by the offiical AIM clients.
ENCRYPTION_NONE - Static variable in class FileTransferHeader
An encryption code indicating that no encryption is being used.
ERRORCODE_CANNOT_DISPLAY_INFO - Static variable in class AcctResponse
An error code indicating that, for some reason, account information cannot be displayed.
ERRORCODE_CANT_CHANGE_TWICE - Static variable in class AcctModAck
An error code indicating that the registered email address cannot be changed while another address change is pending authorization.
ERRORCODE_DIFFERENT_SN - Static variable in class AcctModAck
An error code indicating that the user attempted to reformat his or her screenname in a way that made it a different screenname.
ERRORCODE_EMAIL_HAS_TOO_MANY_SCREENNAMES - Static variable in class AcctModAck
An error code indicating that the attempted change in this user's registered email address would result in that email address having too many screennames registered under it.
ERRORCODE_INVALID_EMAIL - Static variable in class AcctModAck
An error code indicating that the new registered email address is not a valid email address.
ERRORCODE_NO_EMAIL - Static variable in class AcctResponse
An error code indicating that this account has no associated email address.
ERRORCODE_SN_ENDS_WITH_SPACE - Static variable in class AcctModAck
An error code indicating that the newly formatted screenname ends with a space and is thus an invalid screenname.
ERRORCODE_SN_TOO_LONG - Static variable in class AcctModAck
An error code indicating that the newly formatted screenname is too long (try removing some spaces).
ERRORCODE_TIMEOUT - Static variable in class RvProxyErrorCmd
An error code sent upon connecting to an AOL Proxy Server and not sending any initialization commands.
ERRORMARGIN_DEFAULT - Static variable in class RateMonitor
A default rate average error margin.
ERROR_ACCOUNT_SUSPENDED - Static variable in class AuthResponse
An error code indicating that the user's account has been suspended.
ERROR_CLIENT_TOO_OLD - Static variable in class AuthResponse
An error code indicating that the client software is too old to connect to AIM anymore.
ERROR_CONNECTING_TOO_MUCH - Static variable in class AuthResponse
An error code indicating that the user has been connecting too frequently.
ERROR_INVALID_SN_OR_PASS - Static variable in class AuthResponse
An error code indicating that the screenname and/or password provided is not valid.
ERROR_TEMP_UNAVAILABLE - Static variable in class AuthResponse
An error code indicating that AIM is currently unavailable.
ERRTYPE_CMD_GEN - Static variable in class ConnProcessorExceptionEvent
An exception type indicating that an exception was thrown while converting a raw packet to a command object in a command factory.
ERRTYPE_CMD_WRITE - Static variable in class ConnProcessorExceptionEvent
An exception type indicating that an exception was thrown while writing a command to a stream.
ERRTYPE_CONNECTION_ERROR - Static variable in class ConnProcessorExceptionEvent
An exception type indicating that an exception was thrown while attempting to read from the attached input stream.
ERRTYPE_PACKET_LISTENER - Static variable in class ConnProcessorExceptionEvent
An exception type indicating that an exception was thrown while passing a packet event to a packet listener.
ERRTYPE_RATE_LISTENER - Static variable in class RateMonitor
An error type indicating that an exception occurred when calling a rate listener method.
ERRTYPE_RV_CMD_GEN - Static variable in class RvProcessor
A FLAP exception handler error type indicating that an exception was thrown when generating a RvCommand with an attached RvCommandFactory.
ERRTYPE_RV_LISTENER - Static variable in class RvProcessor
A FLAP exception handler error type indicating that an exception was thrown when calling a method of an attached RvProcessorListener.
ERRTYPE_RV_SESSION_LISTENER - Static variable in class RvProcessor
A FLAP exception handler error type indicating that an exception was thrown when calling a method of an RvSessionListener attached to an RvSession.
ERRTYPE_SNAC_PACKET_LISTENER - Static variable in class AbstractSnacProcessor
An error type indicating that an exception was thrown while calling a registered SNAC packet listener or vetoable packet listener to handle an incoming SNAC packet.
ERRTYPE_SNAC_PACKET_PREPROCESSOR - Static variable in class AbstractSnacProcessor
An error type indicating that an exception was thrown while calling a registered SNAC preprocessor to process an incoming SNAC packet.
ERRTYPE_SNAC_REQUEST_LISTENER - Static variable in class ClientSnacProcessor
An error type indicating that an exception was thrown while calling a SNAC request response listener to handle a response to a SNAC request or another request-related event.
ERRTYPE_SNAC_RESPONSE_LISTENER - Static variable in class ClientSnacProcessor
An error type indicating that an exception was thrown while calling a global SNAC response listener to handle a response to a SNAC request.
ERRTYPE_SNAC_RESPONSE_LISTENER - Static variable in class SnacRequest
An error type indicating that an exception was thrown during the processing of a SNAC request listener.
EXTRABLOCK_DEFAULT - Static variable in class GetFileReqRvCmd
An "extra data block" used by WinAIM 5.2.
EncodedStringInfo - class net.kano.joscar.EncodedStringInfo.
A simple structure containing a block of data and the name of the charset that was used to encode that block of data from a text string.
EncodedStringInfo(String, byte[]) - Constructor for class net.kano.joscar.EncodedStringInfo
Creates a new EncodedStringInfo with the given properties.
EncryptionInfoAck - class EncryptionInfoAck.
A SNAC command sent in response to a SetEncryptionInfoCmd to acknowledge that the client has set its encryption information.
EncryptionInfoAck(SnacPacket) - Constructor for class EncryptionInfoAck
Creates a new encryption information acknowledgement command from the given incoming encryption info ack SNAC packet.
EncryptionInfoAck(ExtraInfoBlockHolder[]) - Constructor for class EncryptionInfoAck
Creates a new outgoing encryption information acknowledgement packet with the given list of extra info block holder objects.
ExchangeInfo - class ExchangeInfo.
Represents information about a given chat "exchange."
ExchangeInfoReq - class ExchangeInfoReq.
A SNAC command sent to request information about a particular chat "exchange."
ExchangeInfoReq(SnacPacket) - Constructor for class ExchangeInfoReq
Generates a new exchange information request from the given incoming SNAC packet.
ExchangeInfoReq(int) - Constructor for class ExchangeInfoReq
Creates a new exchange information request for the given exchange.
ExtraInfoAck - class ExtraInfoAck.
A SNAC command sent to tell the client what his or her current "extra information" is (such as a buddy icon and iChat availability message).
ExtraInfoAck(SnacPacket) - Constructor for class ExtraInfoAck
Generates a new extra info acknowledgement command from the given incoming SNAC packet.
ExtraInfoAck(ExtraInfoBlock[]) - Constructor for class ExtraInfoAck
Creates a new outgoing extra info acknowledgement command with the given list of extra information blocks.
ExtraInfoBlock - class ExtraInfoBlock.
Represents an "extra information block," as I call it, which contains a single result code and an ExtraInfoData.
ExtraInfoBlock(int, ExtraInfoData, int) - Constructor for class ExtraInfoBlock
Creates a new extra info block object with the given properties.
ExtraInfoBlock(int, ExtraInfoData) - Constructor for class ExtraInfoBlock
Creates an extra info block object with the given type code and data.
ExtraInfoBlockHolder - class ExtraInfoBlockHolder.
A data structure used to hold ExtraInfoBlocks and some sort of code.
ExtraInfoBlockHolder(ExtraInfoBlock, int, ExtraInfoBlock, int) - Constructor for class ExtraInfoBlockHolder
Creates a new ExtraInfoBlockHolder with the given properties.
ExtraInfoBlockHolder(ExtraInfoBlock) - Constructor for class ExtraInfoBlockHolder
Creates an extra info block holder whose blocks are both set to the given block and with a code value of ExtraInfoBlockHolder.CODE_DEFAULT.
ExtraInfoBlockHolder(ExtraInfoBlock, int, ExtraInfoBlock) - Constructor for class ExtraInfoBlockHolder
Creates a new ExtraInfoBlockHolder with the given properties.
ExtraInfoData - class ExtraInfoData.
A data structure used to hold data in ExtraInfoBlocks, containing a set of flags and a block of data.
ExtraInfoData(int, ByteBlock) - Constructor for class ExtraInfoData
Creates a new extra info block object with the given flags and given data block.
encode(String) - Method in class net.kano.joscar.MinimalEncoder
Encodes the given string using the minimal encoding computed from previous calls to update.
encodeMinimally(String) - Static method in class net.kano.joscar.MinimalEncoder
Encodes a string minimally.
encodeString(String) - Static method in class net.kano.joscar.ImEncodedString
Returns an object representing the given string encoded with IM encoding as well as the encoding parameters used.
equals(Object) - Method in class net.kano.joscar.ByteBlock
Returns true if this and the given object represent the same data, byte for byte; false otherwise.
equals(Object) - Method in class net.kano.joscar.CopyOnWriteArrayList
Compares the specified Object with this List for equality.
equals(Object) - Method in class InvitationMessage
 
equals(Object) - Method in class SegmentedFilename
 
equals(Object) - Method in class CmdType
Returns true if these two objects represent the same set of SNAC commands; false otherwise.
equals(Object) - Method in class CapabilityBlock
Returns true if this and the given CapabilityBlock represent the same capability.
equals(Object) - Method in class ShortCapabilityBlock
Returns whether this object is equal to the given object.
expectedArray - Variable in class net.kano.joscar.CopyOnWriteArrayList.COWSubList
 

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