Class constants
Class constants
Object
|
+----constants
- public class constants
- extends Object
talk daemon compatible with unix ntalk (udp/ip port 518)
-
ACTION_CHOICES
-
-
AF_INET
- ip family version
-
ANNOUNCE
- announce invitation by caller
-
BADADDR
- request has invalid addr value
-
BADCTLADDR
- request has invalid ctl_addr value
-
BADVERSION
- request has invalid protocol version
-
BUILD
-
-
CTL_MSG_LENGTH
- length of ctl_msg
-
CTL_RESPONSE_LENGTH
- length of ctl_response
-
DEBUG
-
-
DEFAULT_ACTION
-
-
DELETE
- delete invitation by caller
-
FAILED
- operation failed for unexplained reason
-
FORK
-
-
FORTUNE_COOKIE
-
-
JTALK_CHAT_TITLE
-
-
LEAVE_INVITE
- leave invitation with server
-
LOOK_UP
- check for invitation by callee
-
MACHINE_UNKNOWN
- caller's machine name unknown
-
MAX_ID
- MAX_ID = 2^15 so I don't have sign troubles
-
MAX_LIFE
- MAX_LIFE max time daemon saves invitations
-
MAX_TRIES
- MAX_TRIES max number of time to resend the packet before giving up
-
MESSAGE_ANSWER_MACHINE
-
-
MESSAGE_FORTUNE
-
-
MESSAGE_NORMAL
- message that is send every time connection is established
-
NOT_HERE
- callee not logged in
-
PERMISSION_DENIED
- callee's tty doesn't permit announce
-
REQUEST
-
-
RESEND_WAIT
- RESEND_WAIT time to wait for response before resending a udp packet
-
RESPONSE
- debug info
-
RING_WAIT
- RING_WAIT time to wait before resending invitation
-
SUCCESS
- operation completed properly
-
TALK_MODE_ANSWER_MACHINE
-
-
TALK_MODE_FORTUNE
-
-
TALK_MODE_NORMAL
-
-
TALK_PORT
- protocol port
-
TALK_VERSION
- protocol version
-
UNKNOWN_REQUEST
- request has invalid type value
-
constants()
-
ACTION_CHOICES
public static final java.lang.String[] ACTION_CHOICES
AF_INET
public static final char AF_INET
- ip family version
ANNOUNCE
public static final byte ANNOUNCE
- announce invitation by caller
BADADDR
public static final byte BADADDR
- request has invalid addr value
BADCTLADDR
public static final byte BADCTLADDR
- request has invalid ctl_addr value
BADVERSION
public static final byte BADVERSION
- request has invalid protocol version
BUILD
public static int BUILD
CTL_MSG_LENGTH
public static final int CTL_MSG_LENGTH
- length of ctl_msg
CTL_RESPONSE_LENGTH
public static final int CTL_RESPONSE_LENGTH
- length of ctl_response
DEBUG
public static boolean DEBUG
DEFAULT_ACTION
public static final int DEFAULT_ACTION
DELETE
public static final byte DELETE
- delete invitation by caller
FAILED
public static final byte FAILED
- operation failed for unexplained reason
FORK
public static boolean FORK
FORTUNE_COOKIE
public static final java.lang.String FORTUNE_COOKIE
JTALK_CHAT_TITLE
public static final java.lang.String JTALK_CHAT_TITLE
LEAVE_INVITE
public static final byte LEAVE_INVITE
- leave invitation with server
LOOK_UP
public static final byte LOOK_UP
- check for invitation by callee
MACHINE_UNKNOWN
public static final byte MACHINE_UNKNOWN
- caller's machine name unknown
MAX_ID
public static final int MAX_ID
- MAX_ID = 2^15 so I don't have sign troubles
MAX_LIFE
public static final int MAX_LIFE
- MAX_LIFE max time daemon saves invitations
MAX_TRIES
public static final int MAX_TRIES
- MAX_TRIES max number of time to resend the packet before giving up
MESSAGE_ANSWER_MACHINE
public static final java.lang.String MESSAGE_ANSWER_MACHINE
MESSAGE_FORTUNE
public static final java.lang.String MESSAGE_FORTUNE
MESSAGE_NORMAL
public static final java.lang.String MESSAGE_NORMAL
- message that is send every time connection is established
NOT_HERE
public static final byte NOT_HERE
- callee not logged in
PERMISSION_DENIED
public static final byte PERMISSION_DENIED
- callee's tty doesn't permit announce
REQUEST
public static final java.lang.String[] REQUEST
RESEND_WAIT
public static final int RESEND_WAIT
- RESEND_WAIT time to wait for response before resending a udp packet
RESPONSE
public static final java.lang.String[] RESPONSE
- debug info
RING_WAIT
public static final int RING_WAIT
- RING_WAIT time to wait before resending invitation
SUCCESS
public static final byte SUCCESS
- operation completed properly
TALK_MODE_ANSWER_MACHINE
public static final int TALK_MODE_ANSWER_MACHINE
TALK_MODE_FORTUNE
public static final int TALK_MODE_FORTUNE
TALK_MODE_NORMAL
public static final int TALK_MODE_NORMAL
TALK_PORT
public static final int TALK_PORT
- protocol port
TALK_VERSION
public static final byte TALK_VERSION
- protocol version
UNKNOWN_REQUEST
public static final byte UNKNOWN_REQUEST
- request has invalid type value
constants
public constants()