org.jnetpcap.packet
Interface PcapPacketHandler<T>

Type Parameters:
T - the generic type
All Known Implementing Classes:
JFlowMap, PcapPacketArrayList, PcapPacketSupport

public interface PcapPacketHandler<T>

The Interface PcapPacketHandler.

Author:
Mark Bednarczyk, Sly Technologies, Inc.

Method Summary
 void nextPacket(PcapPacket packet, T user)
          Next packet.
 

Method Detail

nextPacket

void nextPacket(PcapPacket packet,
                T user)
Next packet.

Parameters:
packet - the packet
user - the user