Module org.jnetpcap
Package org.jnetpcap

Interface PcapHandler.NativeCallback

All Superinterfaces:
PcapHandler
All Known Subinterfaces:
PcapDispatcher
All Known Implementing Classes:
StandardPcapDispatcher
Enclosing interface:
PcapHandler
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface PcapHandler.NativeCallback extends PcapHandler
A native pcap callback which is called with packets captured using the Pcap.loop(int, org.jnetpcap.PcapDumper) or Pcap.dispatch(int, org.jnetpcap.PcapDumper) calls.