wtanaka.praya.yahoo
Interface Constants

All Known Implementing Classes:
YahooLib, YahooStatusMessage, YahooReadThread, YahooClient

public interface Constants

A list of symbolic named constants used by the rest of the Protocol.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2002/07/08 06:23:17 $
Author:
$Author: wtanaka $

Field Summary
static java.lang.String PROXY_AUTH_HEADER
           
static java.lang.String VERSION
           
static java.lang.String YAHOO_ADDRESS_HOST
          Address book host
static int YAHOO_ADDRESS_PORT
           
static java.lang.String YAHOO_AUTH_HOST
          authentication/login host
static int YAHOO_AUTH_PORT
           
static java.lang.String YAHOO_COLOR_BLACK
           
static java.lang.String YAHOO_COLOR_BLUE
           
static java.lang.String YAHOO_COLOR_GRAY
           
static java.lang.String YAHOO_COLOR_GREEN
           
static java.lang.String YAHOO_COLOR_LIGHTBLUE
           
static java.lang.String YAHOO_COLOR_OLIVE
           
static java.lang.String YAHOO_COLOR_ORANGE
           
static java.lang.String YAHOO_COLOR_PINK
           
static java.lang.String YAHOO_COLOR_PURPLE
           
static java.lang.String YAHOO_COLOR_RED
           
static int YAHOO_CONNECT_HTTP
           
static int YAHOO_CONNECT_HTTPPROXY
           
static int YAHOO_CONNECT_NORMAL
           
static int YAHOO_CONNECT_SOCKS4
           
static int YAHOO_CONNECT_SOCKS5
           
static java.lang.String YAHOO_DATA_HOST
          buddy/identity/config host
static int YAHOO_DATA_PORT
           
static int YAHOO_EVENT_APPOINTMENT
           
static int YAHOO_EVENT_BILLPAY
           
static int YAHOO_EVENT_BIRTHDAY
           
static int YAHOO_EVENT_CALL
           
static int YAHOO_EVENT_CHAT
           
static int YAHOO_EVENT_GRADUATION
           
static int YAHOO_EVENT_HOLIDAY
           
static int YAHOO_EVENT_INTERVIEW
           
static int YAHOO_EVENT_MEETING
           
static int YAHOO_EVENT_NETEVENT
           
static int YAHOO_EVENT_OTHER
           
static int YAHOO_EVENT_TVSHOW
           
static int YAHOO_MSGTYPE_BOUNCE
           
static int YAHOO_MSGTYPE_DENY_BUDDY
           
static int YAHOO_MSGTYPE_ERROR
           
static int YAHOO_MSGTYPE_INVISIBLE
           
static int YAHOO_MSGTYPE_KNOWN_USER
           
static int YAHOO_MSGTYPE_NONE
           
static int YAHOO_MSGTYPE_NORMAL
           
static int YAHOO_MSGTYPE_OFFLINE
           
static int YAHOO_MSGTYPE_SESSION_EXPIRED
           
static int YAHOO_MSGTYPE_STATUS
           
static int YAHOO_MSGTYPE_UNKNOWN_USER
           
static int YAHOO_PACKET_HEADER_SIZE
           
static java.lang.String YAHOO_PAGER_HOST
          pager server host
static java.lang.String YAHOO_PAGER_HTTP_HOST
          pager server host for http connections
static int YAHOO_PAGER_HTTP_PORT
           
static int YAHOO_PAGER_PORT
           
static java.lang.String YAHOO_PROTOCOL_HEADER
           
static int YAHOO_SERVICE_ADDIDENT
           
static int YAHOO_SERVICE_ADDIGNORE
           
static int YAHOO_SERVICE_CALENDAR
           
static int YAHOO_SERVICE_CHATINVITE
           
static int YAHOO_SERVICE_CHATLOGOFF
           
static int YAHOO_SERVICE_CHATLOGON
           
static int YAHOO_SERVICE_CHATMSG
           
static int YAHOO_SERVICE_CONFADDINVITE
           
static int YAHOO_SERVICE_CONFDECLINE
           
static int YAHOO_SERVICE_CONFINVITE
           
static int YAHOO_SERVICE_CONFLOGOFF
           
static int YAHOO_SERVICE_CONFLOGON
           
static int YAHOO_SERVICE_CONFMSG
           
static int YAHOO_SERVICE_FILETRANSFER
           
static int YAHOO_SERVICE_GAMELOGOFF
           
static int YAHOO_SERVICE_GAMELOGON
           
static int YAHOO_SERVICE_GROUPRENAME
           
static int YAHOO_SERVICE_IDACT
           
static int YAHOO_SERVICE_IDDEACT
           
static int YAHOO_SERVICE_IDLE
           
static int YAHOO_SERVICE_ISAWAY
           
static int YAHOO_SERVICE_ISBACK
           
static int YAHOO_SERVICE_LOGOFF
           
static int YAHOO_SERVICE_LOGON
          Service constants
static int YAHOO_SERVICE_MAILSTAT
           
static int YAHOO_SERVICE_MESSAGE
           
static int YAHOO_SERVICE_NEWCONTACT
           
static int YAHOO_SERVICE_NEWMAIL
           
static int YAHOO_SERVICE_NEWPERSONALMAIL
           
static int YAHOO_SERVICE_PASSTHROUGH2
           
static int YAHOO_SERVICE_PING
           
static int YAHOO_SERVICE_SYSMESSAGE
           
static int YAHOO_SERVICE_USERSTAT
           
static int YAHOO_STATUS_AVAILABLE
           
static int YAHOO_STATUS_BRB
           
static int YAHOO_STATUS_BUSY
           
static int YAHOO_STATUS_CUSTOM
           
static int YAHOO_STATUS_DISCONNECTED
           
static int YAHOO_STATUS_IDLE
           
static int YAHOO_STATUS_INVISIBLE
           
static int YAHOO_STATUS_NOTATDESK
           
static int YAHOO_STATUS_NOTATHOME
           
static int YAHOO_STATUS_NOTINOFFICE
           
static int YAHOO_STATUS_ONPHONE
           
static int YAHOO_STATUS_ONVACATION
           
static int YAHOO_STATUS_OUTTOLUNCH
           
static int YAHOO_STATUS_STEPPEDOUT
           
static java.lang.String YAHOO_STYLE_BOLDOFF
           
static java.lang.String YAHOO_STYLE_BOLDON
           
static java.lang.String YAHOO_STYLE_ITALICOFF
           
static java.lang.String YAHOO_STYLE_ITALICON
           
static java.lang.String YAHOO_STYLE_UNDERLINEOFF
           
static java.lang.String YAHOO_STYLE_UNDERLINEON
           
static java.lang.String YAHOO_STYLE_URLOFF
           
static java.lang.String YAHOO_STYLE_URLON
           
static java.lang.String YAHOO_USER_AGENT
           
 

Field Detail

YAHOO_PAGER_HOST

public static final java.lang.String YAHOO_PAGER_HOST
pager server host

YAHOO_PAGER_PORT

public static final int YAHOO_PAGER_PORT

YAHOO_PAGER_HTTP_HOST

public static final java.lang.String YAHOO_PAGER_HTTP_HOST
pager server host for http connections

YAHOO_PAGER_HTTP_PORT

public static final int YAHOO_PAGER_HTTP_PORT

YAHOO_AUTH_HOST

public static final java.lang.String YAHOO_AUTH_HOST
authentication/login host

YAHOO_AUTH_PORT

public static final int YAHOO_AUTH_PORT

YAHOO_DATA_HOST

public static final java.lang.String YAHOO_DATA_HOST
buddy/identity/config host

YAHOO_DATA_PORT

public static final int YAHOO_DATA_PORT

YAHOO_ADDRESS_HOST

public static final java.lang.String YAHOO_ADDRESS_HOST
Address book host

YAHOO_ADDRESS_PORT

public static final int YAHOO_ADDRESS_PORT

PROXY_AUTH_HEADER

public static final java.lang.String PROXY_AUTH_HEADER

VERSION

public static final java.lang.String VERSION

YAHOO_USER_AGENT

public static final java.lang.String YAHOO_USER_AGENT

YAHOO_PROTOCOL_HEADER

public static final java.lang.String YAHOO_PROTOCOL_HEADER

YAHOO_PACKET_HEADER_SIZE

public static final int YAHOO_PACKET_HEADER_SIZE

YAHOO_SERVICE_LOGON

public static final int YAHOO_SERVICE_LOGON
Service constants

YAHOO_SERVICE_LOGOFF

public static final int YAHOO_SERVICE_LOGOFF

YAHOO_SERVICE_ISAWAY

public static final int YAHOO_SERVICE_ISAWAY

YAHOO_SERVICE_ISBACK

public static final int YAHOO_SERVICE_ISBACK

YAHOO_SERVICE_IDLE

public static final int YAHOO_SERVICE_IDLE

YAHOO_SERVICE_MESSAGE

public static final int YAHOO_SERVICE_MESSAGE

YAHOO_SERVICE_IDACT

public static final int YAHOO_SERVICE_IDACT

YAHOO_SERVICE_IDDEACT

public static final int YAHOO_SERVICE_IDDEACT

YAHOO_SERVICE_MAILSTAT

public static final int YAHOO_SERVICE_MAILSTAT

YAHOO_SERVICE_USERSTAT

public static final int YAHOO_SERVICE_USERSTAT

YAHOO_SERVICE_NEWMAIL

public static final int YAHOO_SERVICE_NEWMAIL

YAHOO_SERVICE_CHATINVITE

public static final int YAHOO_SERVICE_CHATINVITE

YAHOO_SERVICE_CALENDAR

public static final int YAHOO_SERVICE_CALENDAR

YAHOO_SERVICE_NEWPERSONALMAIL

public static final int YAHOO_SERVICE_NEWPERSONALMAIL

YAHOO_SERVICE_NEWCONTACT

public static final int YAHOO_SERVICE_NEWCONTACT

YAHOO_SERVICE_ADDIDENT

public static final int YAHOO_SERVICE_ADDIDENT

YAHOO_SERVICE_ADDIGNORE

public static final int YAHOO_SERVICE_ADDIGNORE

YAHOO_SERVICE_PING

public static final int YAHOO_SERVICE_PING

YAHOO_SERVICE_GROUPRENAME

public static final int YAHOO_SERVICE_GROUPRENAME

YAHOO_SERVICE_SYSMESSAGE

public static final int YAHOO_SERVICE_SYSMESSAGE

YAHOO_SERVICE_PASSTHROUGH2

public static final int YAHOO_SERVICE_PASSTHROUGH2

YAHOO_SERVICE_CONFINVITE

public static final int YAHOO_SERVICE_CONFINVITE

YAHOO_SERVICE_CONFLOGON

public static final int YAHOO_SERVICE_CONFLOGON

YAHOO_SERVICE_CONFDECLINE

public static final int YAHOO_SERVICE_CONFDECLINE

YAHOO_SERVICE_CONFLOGOFF

public static final int YAHOO_SERVICE_CONFLOGOFF

YAHOO_SERVICE_CONFADDINVITE

public static final int YAHOO_SERVICE_CONFADDINVITE

YAHOO_SERVICE_CONFMSG

public static final int YAHOO_SERVICE_CONFMSG

YAHOO_SERVICE_CHATLOGON

public static final int YAHOO_SERVICE_CHATLOGON

YAHOO_SERVICE_CHATLOGOFF

public static final int YAHOO_SERVICE_CHATLOGOFF

YAHOO_SERVICE_CHATMSG

public static final int YAHOO_SERVICE_CHATMSG

YAHOO_SERVICE_GAMELOGON

public static final int YAHOO_SERVICE_GAMELOGON

YAHOO_SERVICE_GAMELOGOFF

public static final int YAHOO_SERVICE_GAMELOGOFF

YAHOO_SERVICE_FILETRANSFER

public static final int YAHOO_SERVICE_FILETRANSFER

YAHOO_STATUS_DISCONNECTED

public static final int YAHOO_STATUS_DISCONNECTED

YAHOO_STATUS_AVAILABLE

public static final int YAHOO_STATUS_AVAILABLE

YAHOO_STATUS_BRB

public static final int YAHOO_STATUS_BRB

YAHOO_STATUS_BUSY

public static final int YAHOO_STATUS_BUSY

YAHOO_STATUS_NOTATHOME

public static final int YAHOO_STATUS_NOTATHOME

YAHOO_STATUS_NOTATDESK

public static final int YAHOO_STATUS_NOTATDESK

YAHOO_STATUS_NOTINOFFICE

public static final int YAHOO_STATUS_NOTINOFFICE

YAHOO_STATUS_ONPHONE

public static final int YAHOO_STATUS_ONPHONE

YAHOO_STATUS_ONVACATION

public static final int YAHOO_STATUS_ONVACATION

YAHOO_STATUS_OUTTOLUNCH

public static final int YAHOO_STATUS_OUTTOLUNCH

YAHOO_STATUS_STEPPEDOUT

public static final int YAHOO_STATUS_STEPPEDOUT

YAHOO_STATUS_INVISIBLE

public static final int YAHOO_STATUS_INVISIBLE

YAHOO_STATUS_CUSTOM

public static final int YAHOO_STATUS_CUSTOM

YAHOO_STATUS_IDLE

public static final int YAHOO_STATUS_IDLE

YAHOO_EVENT_APPOINTMENT

public static final int YAHOO_EVENT_APPOINTMENT

YAHOO_EVENT_BILLPAY

public static final int YAHOO_EVENT_BILLPAY

YAHOO_EVENT_BIRTHDAY

public static final int YAHOO_EVENT_BIRTHDAY

YAHOO_EVENT_CALL

public static final int YAHOO_EVENT_CALL

YAHOO_EVENT_GRADUATION

public static final int YAHOO_EVENT_GRADUATION

YAHOO_EVENT_HOLIDAY

public static final int YAHOO_EVENT_HOLIDAY

YAHOO_EVENT_INTERVIEW

public static final int YAHOO_EVENT_INTERVIEW

YAHOO_EVENT_MEETING

public static final int YAHOO_EVENT_MEETING

YAHOO_EVENT_CHAT

public static final int YAHOO_EVENT_CHAT

YAHOO_EVENT_NETEVENT

public static final int YAHOO_EVENT_NETEVENT

YAHOO_EVENT_TVSHOW

public static final int YAHOO_EVENT_TVSHOW

YAHOO_EVENT_OTHER

public static final int YAHOO_EVENT_OTHER

YAHOO_COLOR_BLACK

public static final java.lang.String YAHOO_COLOR_BLACK

YAHOO_COLOR_BLUE

public static final java.lang.String YAHOO_COLOR_BLUE

YAHOO_COLOR_LIGHTBLUE

public static final java.lang.String YAHOO_COLOR_LIGHTBLUE

YAHOO_COLOR_GRAY

public static final java.lang.String YAHOO_COLOR_GRAY

YAHOO_COLOR_GREEN

public static final java.lang.String YAHOO_COLOR_GREEN

YAHOO_COLOR_PINK

public static final java.lang.String YAHOO_COLOR_PINK

YAHOO_COLOR_PURPLE

public static final java.lang.String YAHOO_COLOR_PURPLE

YAHOO_COLOR_ORANGE

public static final java.lang.String YAHOO_COLOR_ORANGE

YAHOO_COLOR_RED

public static final java.lang.String YAHOO_COLOR_RED

YAHOO_COLOR_OLIVE

public static final java.lang.String YAHOO_COLOR_OLIVE

YAHOO_STYLE_ITALICON

public static final java.lang.String YAHOO_STYLE_ITALICON

YAHOO_STYLE_ITALICOFF

public static final java.lang.String YAHOO_STYLE_ITALICOFF

YAHOO_STYLE_BOLDON

public static final java.lang.String YAHOO_STYLE_BOLDON

YAHOO_STYLE_BOLDOFF

public static final java.lang.String YAHOO_STYLE_BOLDOFF

YAHOO_STYLE_UNDERLINEON

public static final java.lang.String YAHOO_STYLE_UNDERLINEON

YAHOO_STYLE_UNDERLINEOFF

public static final java.lang.String YAHOO_STYLE_UNDERLINEOFF

YAHOO_STYLE_URLON

public static final java.lang.String YAHOO_STYLE_URLON

YAHOO_STYLE_URLOFF

public static final java.lang.String YAHOO_STYLE_URLOFF

YAHOO_MSGTYPE_ERROR

public static final int YAHOO_MSGTYPE_ERROR

YAHOO_MSGTYPE_NONE

public static final int YAHOO_MSGTYPE_NONE

YAHOO_MSGTYPE_NORMAL

public static final int YAHOO_MSGTYPE_NORMAL

YAHOO_MSGTYPE_BOUNCE

public static final int YAHOO_MSGTYPE_BOUNCE

YAHOO_MSGTYPE_STATUS

public static final int YAHOO_MSGTYPE_STATUS

YAHOO_MSGTYPE_OFFLINE

public static final int YAHOO_MSGTYPE_OFFLINE

YAHOO_MSGTYPE_SESSION_EXPIRED

public static final int YAHOO_MSGTYPE_SESSION_EXPIRED

YAHOO_MSGTYPE_DENY_BUDDY

public static final int YAHOO_MSGTYPE_DENY_BUDDY

YAHOO_MSGTYPE_INVISIBLE

public static final int YAHOO_MSGTYPE_INVISIBLE

YAHOO_MSGTYPE_KNOWN_USER

public static final int YAHOO_MSGTYPE_KNOWN_USER

YAHOO_MSGTYPE_UNKNOWN_USER

public static final int YAHOO_MSGTYPE_UNKNOWN_USER

YAHOO_CONNECT_NORMAL

public static final int YAHOO_CONNECT_NORMAL

YAHOO_CONNECT_HTTP

public static final int YAHOO_CONNECT_HTTP

YAHOO_CONNECT_HTTPPROXY

public static final int YAHOO_CONNECT_HTTPPROXY

YAHOO_CONNECT_SOCKS4

public static final int YAHOO_CONNECT_SOCKS4

YAHOO_CONNECT_SOCKS5

public static final int YAHOO_CONNECT_SOCKS5