Class constants

Class constants

Object
   |
   +----constants

public class constants
extends Object
talk daemon compatible with unix ntalk (udp/ip port 518)


Variable Index

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

Constructor Index

 o constants()

Variables

 o ACTION_CHOICES
public static final java.lang.String[] ACTION_CHOICES
 o AF_INET
public static final char AF_INET
ip family version

 o ANNOUNCE
public static final byte ANNOUNCE
announce invitation by caller

 o BADADDR
public static final byte BADADDR
request has invalid addr value

 o BADCTLADDR
public static final byte BADCTLADDR
request has invalid ctl_addr value

 o BADVERSION
public static final byte BADVERSION
request has invalid protocol version

 o BUILD
public static int BUILD
 o CTL_MSG_LENGTH
public static final int CTL_MSG_LENGTH
length of ctl_msg

 o CTL_RESPONSE_LENGTH
public static final int CTL_RESPONSE_LENGTH
length of ctl_response

 o DEBUG
public static boolean DEBUG
 o DEFAULT_ACTION
public static final int DEFAULT_ACTION
 o DELETE
public static final byte DELETE
delete invitation by caller

 o FAILED
public static final byte FAILED
operation failed for unexplained reason

 o FORK
public static boolean FORK
 o FORTUNE_COOKIE
public static final java.lang.String FORTUNE_COOKIE
 o JTALK_CHAT_TITLE
public static final java.lang.String JTALK_CHAT_TITLE
 o LEAVE_INVITE
public static final byte LEAVE_INVITE
leave invitation with server

 o LOOK_UP
public static final byte LOOK_UP
check for invitation by callee

 o MACHINE_UNKNOWN
public static final byte MACHINE_UNKNOWN
caller's machine name unknown

 o MAX_ID
public static final int MAX_ID
MAX_ID = 2^15 so I don't have sign troubles

 o MAX_LIFE
public static final int MAX_LIFE
MAX_LIFE max time daemon saves invitations

 o MAX_TRIES
public static final int MAX_TRIES
MAX_TRIES max number of time to resend the packet before giving up

 o MESSAGE_ANSWER_MACHINE
public static final java.lang.String MESSAGE_ANSWER_MACHINE
 o MESSAGE_FORTUNE
public static final java.lang.String MESSAGE_FORTUNE
 o MESSAGE_NORMAL
public static final java.lang.String MESSAGE_NORMAL
message that is send every time connection is established

 o NOT_HERE
public static final byte NOT_HERE
callee not logged in

 o PERMISSION_DENIED
public static final byte PERMISSION_DENIED
callee's tty doesn't permit announce

 o REQUEST
public static final java.lang.String[] REQUEST
 o RESEND_WAIT
public static final int RESEND_WAIT
RESEND_WAIT time to wait for response before resending a udp packet

 o RESPONSE
public static final java.lang.String[] RESPONSE
debug info

 o RING_WAIT
public static final int RING_WAIT
RING_WAIT time to wait before resending invitation

 o SUCCESS
public static final byte SUCCESS
operation completed properly

 o TALK_MODE_ANSWER_MACHINE
public static final int TALK_MODE_ANSWER_MACHINE
 o TALK_MODE_FORTUNE
public static final int TALK_MODE_FORTUNE
 o TALK_MODE_NORMAL
public static final int TALK_MODE_NORMAL
 o TALK_PORT
public static final int TALK_PORT
protocol port

 o TALK_VERSION
public static final byte TALK_VERSION
protocol version

 o UNKNOWN_REQUEST
public static final byte UNKNOWN_REQUEST
request has invalid type value

Constructors

 o constants
public constants()