Interface AbstractPcapDispatcher.PcapDispatcherFactory

Enclosing class:
AbstractPcapDispatcher

public static interface AbstractPcapDispatcher.PcapDispatcherFactory
A factory for creating PcapDispatcher objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jnetpcap.internal.PcapDispatcher
    newInstance(org.jnetpcap.internal.PcapDispatcher source, Object config, NetPcap.PcapProContext context)
    New instance.
  • Method Details

    • newInstance

      org.jnetpcap.internal.PcapDispatcher newInstance(org.jnetpcap.internal.PcapDispatcher source, Object config, NetPcap.PcapProContext context)
      New instance.
      Parameters:
      source - the source
      config - the config
      context - the context
      Returns:
      the pcap dispatcher