org.walluck.oscar.handlers.icq.tcp
Interface TCPConstants


public interface TCPConstants

TCP constants.

Since:
1.0
Version:
1.0
Author:
David Walluck

Field Summary
static int PEER_INIT
          Packet Constants
static int PEER_INIT2
          Describe constant PEER_INIT2 here.
static int PEER_INITACK
          Describe constant PEER_INITACK here.
static int PEER_MSG
          Describe constant PEER_MSG here.
static int TCP_AUTO_RESPONSE_MASK
          Commands
static int TCP_CMD_ACK
          Describe constant TCP_CMD_ACK here.
static int TCP_CMD_CANCEL
          Describe constant TCP_CMD_CANCEL here.
static int TCP_CMD_GET_AWAY
          Describe constant TCP_CMD_GET_AWAY here.
static int TCP_CMD_GET_DND
          Describe constant TCP_CMD_GET_DND here.
static int TCP_CMD_GET_FFC
          Describe constant TCP_CMD_GET_FFC here.
static int TCP_CMD_GET_NA
          Describe constant TCP_CMD_GET_NA here.
static int TCP_CMD_GET_OCC
          Describe constant TCP_CMD_GET_OCC here.
static int TCP_CMD_MESSAGE
          Describe constant TCP_CMD_MESSAGE here.
static int TCP_MSG_ADDED
          Describe constant TCP_MSG_ADDED here.
static int TCP_MSG_ADDUIN
          Describe constant TCP_MSG_ADDUIN here.
static int TCP_MSG_AUTO
          Message types
static int TCP_MSG_DENY_AUTH
          Describe constant TCP_MSG_DENY_AUTH here.
static int TCP_MSG_EMAIL_PAGER
          Describe constant TCP_MSG_EMAIL_PAGER here.
static int TCP_MSG_FILE
          Describe constant TCP_MSG_FILE here.
static int TCP_MSG_GIVE_AUTH
          Describe constant TCP_MSG_GIVE_AUTH here.
static int TCP_MSG_GREETING
          Describe constant TCP_MSG_GREETING here.
static int TCP_MSG_MESS
          Describe constant TCP_MSG_MESS here.
static int TCP_MSG_REQ_AUTH
          Describe constant TCP_MSG_REQ_AUTH here.
static int TCP_MSG_URL
          Describe constant TCP_MSG_URL here.
static int TCP_MSG_WEB_PAGER
          Describe constant TCP_MSG_WEB_PAGER here.
static int TCP_MSGF_AWAY
          Describe constant TCP_MSGF_AWAY here.
static int TCP_MSGF_DND
          Describe constant TCP_MSGF_DND here.
static int TCP_MSGF_INV
          Describe constant TCP_MSGF_INV here.
static int TCP_MSGF_LIST
          Describe constant TCP_MSGF_LIST here.
static int TCP_MSGF_NA
          Describe constant TCP_MSGF_NA here.
static int TCP_MSGF_NORM
          Status flags
static int TCP_MSGF_OCC
          Describe constant TCP_MSGF_OCC here.
static int TCP_MSGF_REAL
          Describe constant TCP_MSGF_REAL here.
static int TCP_MSGF_URGENT
          Describe constant TCP_MSGF_URGENT here.
static int TCP_OK_FLAG
          Describe constant TCP_OK_FLAG here.
static int TCP_STAT_AWAY
          Describe constant TCP_STAT_AWAY here.
static int TCP_STAT_DND
          Describe constant TCP_STAT_DND here.
static int TCP_STAT_NA
          Describe constant TCP_STAT_NA here.
static int TCP_STAT_OCC
          Describe constant TCP_STAT_OCC here.
static int TCP_STAT_ONLINE
          Message statuses
static int TCP_STAT_REFUSE
          Describe constant TCP_STAT_REFUSE here.
 

Field Detail

PEER_INIT

public static final int PEER_INIT
Packet Constants

See Also:
Constant Field Values

PEER_INITACK

public static final int PEER_INITACK
Describe constant PEER_INITACK here.

See Also:
Constant Field Values

PEER_MSG

public static final int PEER_MSG
Describe constant PEER_MSG here.

See Also:
Constant Field Values

PEER_INIT2

public static final int PEER_INIT2
Describe constant PEER_INIT2 here.

See Also:
Constant Field Values

TCP_OK_FLAG

public static final int TCP_OK_FLAG
Describe constant TCP_OK_FLAG here.

See Also:
Constant Field Values

TCP_AUTO_RESPONSE_MASK

public static final int TCP_AUTO_RESPONSE_MASK
Commands

See Also:
Constant Field Values

TCP_CMD_GET_AWAY

public static final int TCP_CMD_GET_AWAY
Describe constant TCP_CMD_GET_AWAY here.

See Also:
Constant Field Values

TCP_CMD_GET_OCC

public static final int TCP_CMD_GET_OCC
Describe constant TCP_CMD_GET_OCC here.

See Also:
Constant Field Values

TCP_CMD_GET_NA

public static final int TCP_CMD_GET_NA
Describe constant TCP_CMD_GET_NA here.

See Also:
Constant Field Values

TCP_CMD_GET_DND

public static final int TCP_CMD_GET_DND
Describe constant TCP_CMD_GET_DND here.

See Also:
Constant Field Values

TCP_CMD_GET_FFC

public static final int TCP_CMD_GET_FFC
Describe constant TCP_CMD_GET_FFC here.

See Also:
Constant Field Values

TCP_CMD_CANCEL

public static final int TCP_CMD_CANCEL
Describe constant TCP_CMD_CANCEL here.

See Also:
Constant Field Values

TCP_CMD_ACK

public static final int TCP_CMD_ACK
Describe constant TCP_CMD_ACK here.

See Also:
Constant Field Values

TCP_CMD_MESSAGE

public static final int TCP_CMD_MESSAGE
Describe constant TCP_CMD_MESSAGE here.

See Also:
Constant Field Values

TCP_MSG_AUTO

public static final int TCP_MSG_AUTO
Message types

See Also:
Constant Field Values

TCP_MSG_MESS

public static final int TCP_MSG_MESS
Describe constant TCP_MSG_MESS here.

See Also:
Constant Field Values

TCP_MSG_FILE

public static final int TCP_MSG_FILE
Describe constant TCP_MSG_FILE here.

See Also:
Constant Field Values

TCP_MSG_URL

public static final int TCP_MSG_URL
Describe constant TCP_MSG_URL here.

See Also:
Constant Field Values

TCP_MSG_REQ_AUTH

public static final int TCP_MSG_REQ_AUTH
Describe constant TCP_MSG_REQ_AUTH here.

See Also:
Constant Field Values

TCP_MSG_DENY_AUTH

public static final int TCP_MSG_DENY_AUTH
Describe constant TCP_MSG_DENY_AUTH here.

See Also:
Constant Field Values

TCP_MSG_GIVE_AUTH

public static final int TCP_MSG_GIVE_AUTH
Describe constant TCP_MSG_GIVE_AUTH here.

See Also:
Constant Field Values

TCP_MSG_ADDED

public static final int TCP_MSG_ADDED
Describe constant TCP_MSG_ADDED here.

See Also:
Constant Field Values

TCP_MSG_WEB_PAGER

public static final int TCP_MSG_WEB_PAGER
Describe constant TCP_MSG_WEB_PAGER here.

See Also:
Constant Field Values

TCP_MSG_EMAIL_PAGER

public static final int TCP_MSG_EMAIL_PAGER
Describe constant TCP_MSG_EMAIL_PAGER here.

See Also:
Constant Field Values

TCP_MSG_ADDUIN

public static final int TCP_MSG_ADDUIN
Describe constant TCP_MSG_ADDUIN here.

See Also:
Constant Field Values

TCP_MSG_GREETING

public static final int TCP_MSG_GREETING
Describe constant TCP_MSG_GREETING here.

See Also:
Constant Field Values

TCP_MSGF_NORM

public static final int TCP_MSGF_NORM
Status flags

See Also:
Constant Field Values

TCP_MSGF_REAL

public static final int TCP_MSGF_REAL
Describe constant TCP_MSGF_REAL here.

See Also:
Constant Field Values

TCP_MSGF_LIST

public static final int TCP_MSGF_LIST
Describe constant TCP_MSGF_LIST here.

See Also:
Constant Field Values

TCP_MSGF_URGENT

public static final int TCP_MSGF_URGENT
Describe constant TCP_MSGF_URGENT here.

See Also:
Constant Field Values

TCP_MSGF_INV

public static final int TCP_MSGF_INV
Describe constant TCP_MSGF_INV here.

See Also:
Constant Field Values

TCP_MSGF_AWAY

public static final int TCP_MSGF_AWAY
Describe constant TCP_MSGF_AWAY here.

See Also:
Constant Field Values

TCP_MSGF_OCC

public static final int TCP_MSGF_OCC
Describe constant TCP_MSGF_OCC here.

See Also:
Constant Field Values

TCP_MSGF_NA

public static final int TCP_MSGF_NA
Describe constant TCP_MSGF_NA here.

See Also:
Constant Field Values

TCP_MSGF_DND

public static final int TCP_MSGF_DND
Describe constant TCP_MSGF_DND here.

See Also:
Constant Field Values

TCP_STAT_ONLINE

public static final int TCP_STAT_ONLINE
Message statuses

See Also:
Constant Field Values

TCP_STAT_REFUSE

public static final int TCP_STAT_REFUSE
Describe constant TCP_STAT_REFUSE here.

See Also:
Constant Field Values

TCP_STAT_AWAY

public static final int TCP_STAT_AWAY
Describe constant TCP_STAT_AWAY here.

See Also:
Constant Field Values

TCP_STAT_OCC

public static final int TCP_STAT_OCC
Describe constant TCP_STAT_OCC here.

See Also:
Constant Field Values

TCP_STAT_DND

public static final int TCP_STAT_DND
Describe constant TCP_STAT_DND here.

See Also:
Constant Field Values

TCP_STAT_NA

public static final int TCP_STAT_NA
Describe constant TCP_STAT_NA here.

See Also:
Constant Field Values