isc.sensor
Class UDPBean

java.lang.Object
  extended by isc.sensor.PacketBean
      extended by isc.sensor.UDPBean
Direct Known Subclasses:
IPT_UDPBean

public class UDPBean
extends PacketBean

Internal structure for holding information about a UDP packet.

Author:
John Casey
Project: DNA_sensor - Aug 12, 2005

Field Summary
 
Fields inherited from class isc.sensor.PacketBean
ipbean, skey
 
Constructor Summary
UDPBean(IPBean obj)
          Create a new UDPBean with the given IPBean
UDPBean(UDPBean bean)
          Make a copy of an existing UDPBean
 
Method Summary
 
Methods inherited from class isc.sensor.PacketBean
setKey, setKey
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPBean

public UDPBean(IPBean obj)
Create a new UDPBean with the given IPBean

Parameters:
obj - The IPBean structure

UDPBean

public UDPBean(UDPBean bean)
Make a copy of an existing UDPBean

Parameters:
bean - The UDPBean to copy