Class ctl_msg

Class ctl_msg

Object
   |
   +----ctl_msg

public class ctl_msg
extends Object
Client->Server request message format.


Variable Index

 o NAME_SIZE
 o TTY_SIZE
 o addr
tcp/ip address
 o ctl_addr
upd/ip address
 o id_num
message id
 o l_name
caller's name
 o localPort
 o pad
padding
 o pid
caller's process id
 o r_name
callee's name
 o r_tty
callee's tty name
 o type
request type, see below
 o vers
protocol version

Method Index

 o getCalleeName()
 o getCalleePortTCP()
 o getCalleePortUDP()
 o getCallerName()
 o getLocalDNS()
 o getRemoteDNS()
 o toBytes()
 o toString()

Variables

 o NAME_SIZE
public final int NAME_SIZE
 o TTY_SIZE
public final int TTY_SIZE
 o addr
public osockaddr addr
tcp/ip address

 o ctl_addr
public osockaddr ctl_addr
upd/ip address

 o id_num
public int id_num
message id

 o l_name
public byte[] l_name
caller's name

 o localPort
public int localPort
 o pad
public final char pad
padding

 o pid
public int pid
caller's process id

 o r_name
public byte[] r_name
callee's name

 o r_tty
public byte[] r_tty
callee's tty name

 o type
public byte type
request type, see below

 o vers
public final byte vers
protocol version

Methods

 o getCalleeName
public java.lang.String getCalleeName()
 o getCalleePortTCP
public int getCalleePortTCP()
 o getCalleePortUDP
public int getCalleePortUDP()
 o getCallerName
public java.lang.String getCallerName()
 o getLocalDNS
public java.lang.String getLocalDNS()
 o getRemoteDNS
public java.lang.String getRemoteDNS()
 o toBytes
public byte[] toBytes()
 o toString
public java.lang.String toString()
Overrides:
toString in class Object