SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.net.PacketFactory

Packages that use PacketFactory
net.sourceforge.jpcap.net Provides a hierarchical inheritance-based library of network packet types and protocols. 
 

Uses of PacketFactory in net.sourceforge.jpcap.net
 

Subclasses of PacketFactory in net.sourceforge.jpcap.net
static class LLC.PacketFactory
           
static class SNAP.PacketFactory
          Packet factory
 

Methods in net.sourceforge.jpcap.net that return PacketFactory
static PacketFactory PacketFactory.getInstance()
          Get the installed PacketFactory instance.
 

Methods in net.sourceforge.jpcap.net with parameters of type PacketFactory
static void PacketFactory.setDefault(PacketFactory defaultFactory)
          Set the default packet factory.
 


Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.