Uses of Interface
com.slytechs.jnet.jnetpcap.PcapProHandler.OfPacketConsumer
Packages that use PcapProHandler.OfPacketConsumer
-
Uses of PcapProHandler.OfPacketConsumer in com.slytechs.jnet.jnetpcap
Methods in com.slytechs.jnet.jnetpcap with parameters of type PcapProHandler.OfPacketConsumerModifier and TypeMethodDescriptionintNetPcap.dispatch(int count, PcapProHandler.OfPacketConsumer packetConsumer) Dispatch which uses a simple packet consumer.intNetPcap.dispatch(PcapProHandler.OfPacketConsumer packetConsumer) Dispatch which uses a simple packet consumer.intNetPcap.loop(int count, PcapProHandler.OfPacketConsumer packetConsumer) Process packets from a live capture or savefile.intNetPcap.loop(PcapProHandler.OfPacketConsumer packetConsumer) Process packets from a live capture or savefile.