All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class magician.Node.InetPacket

java.lang.Object
   |
   +----magician.Node.InetPacket

public class InetPacket
extends Object

Variable Index

 o IpAddr
 o packetbytes
 o portnum

Constructor Index

 o InetPacket(String, int, byte[])

Method Index

 o getIPAddress()
 o getPacketBytes()
 o getPortNumber()

Variables

 o IpAddr
 String IpAddr
 o portnum
 int portnum
 o packetbytes
 byte packetbytes[]

Constructors

 o InetPacket
 protected InetPacket(String addr,
                      int port,
                      byte pktstream[])

Methods

 o getIPAddress
 protected String getIPAddress()
 o getPortNumber
 protected int getPortNumber()
 o getPacketBytes
 protected byte[] getPacketBytes()

All Packages  Class Hierarchy  This Package  Previous  Next  Index
1