jist.swans.net
Class NetMessage

java.lang.Object
  extended by jist.swans.net.NetMessage
All Implemented Interfaces:
java.lang.Cloneable, JistAPI.Timeless, Message
Direct Known Subclasses:
NetMessage.Ip

public abstract class NetMessage
extends java.lang.Object
implements Message, java.lang.Cloneable

Network packet.

Since:
SWANS1.0
Version:
$Id: NetMessage.java,v 1.17 2005/03/13 16:11:55 barr Exp $
Author:
Rimon Barr <barr+jist@cs.cornell.edu>

Nested Class Summary
static class NetMessage.Ip
          IPv4 network packet.
static class NetMessage.IpOption
          A generic IP packet option.
static class NetMessage.IpOptionSourceRoute
          An IP packet source route option.
 
Field Summary
 
Fields inherited from interface jist.swans.misc.Message
NULL
 
Constructor Summary
NetMessage()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface jist.swans.misc.Message
getBytes, getSize
 

Constructor Detail

NetMessage

public NetMessage()