Class ctl_msg
Class ctl_msg
Object
|
+----ctl_msg
- public class ctl_msg
- extends Object
Client->Server request message format.
-
NAME_SIZE
-
-
TTY_SIZE
-
-
addr
- tcp/ip address
-
ctl_addr
- upd/ip address
-
id_num
- message id
-
l_name
- caller's name
-
localPort
-
-
pad
- padding
-
pid
- caller's process id
-
r_name
- callee's name
-
r_tty
- callee's tty name
-
type
- request type, see below
-
vers
- protocol version
-
getCalleeName()
-
-
getCalleePortTCP()
-
-
getCalleePortUDP()
-
-
getCallerName()
-
-
getLocalDNS()
-
-
getRemoteDNS()
-
-
toBytes()
-
-
toString()
-
NAME_SIZE
public final int NAME_SIZE
TTY_SIZE
public final int TTY_SIZE
addr
public osockaddr addr
- tcp/ip address
ctl_addr
public osockaddr ctl_addr
- upd/ip address
id_num
public int id_num
- message id
l_name
public byte[] l_name
- caller's name
localPort
public int localPort
pad
public final char pad
- padding
pid
public int pid
- caller's process id
r_name
public byte[] r_name
- callee's name
r_tty
public byte[] r_tty
- callee's tty name
type
public byte type
- request type, see below
vers
public final byte vers
- protocol version
getCalleeName
public java.lang.String getCalleeName()
getCalleePortTCP
public int getCalleePortTCP()
getCalleePortUDP
public int getCalleePortUDP()
getCallerName
public java.lang.String getCallerName()
getLocalDNS
public java.lang.String getLocalDNS()
getRemoteDNS
public java.lang.String getRemoteDNS()
toBytes
public byte[] toBytes()
toString
public java.lang.String toString()
- Overrides:
- toString in class Object