se.sics.jipv6.core
Class ICMP6PacketHandler

java.lang.Object
  extended by se.sics.jipv6.core.ICMP6PacketHandler

public class ICMP6PacketHandler
extends Object


Field Summary
static boolean DEBUG
           
 
Constructor Summary
ICMP6PacketHandler(IPStack stack)
           
 
Method Summary
 void handlePacket(IPv6Packet packet)
           
 void setICMP6Listener(ICMP6Listener l)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEBUG

public static final boolean DEBUG
See Also:
Constant Field Values
Constructor Detail

ICMP6PacketHandler

public ICMP6PacketHandler(IPStack stack)
Method Detail

setICMP6Listener

public void setICMP6Listener(ICMP6Listener l)

handlePacket

public void handlePacket(IPv6Packet packet)