Uses of Interface
com.slytechs.sdk.jnetpcap.api.PacketHandler.OfPacketConsumer
-
Uses of PacketHandler.OfPacketConsumer in com.slytechs.sdk.jnetpcap.api
Methods in com.slytechs.sdk.jnetpcap.api with parameters of type PacketHandler.OfPacketConsumerModifier and TypeMethodDescriptionintNetPcap.dispatch(int count, PacketHandler.OfPacketConsumer handler) Processes up tocountpackets, passing each to a consumer-style handler.intNetPcap.loop(int count, PacketHandler.OfPacketConsumer handler) Processes packets in a loop with a consumer-style handler.