Uses of Interface
org.jnetpcap.internal.ForeignInitializer.DowncallSupplier
Packages that use ForeignInitializer.DowncallSupplier
-
Uses of ForeignInitializer.DowncallSupplier in org.jnetpcap.internal
Constructors in org.jnetpcap.internal with parameters of type ForeignInitializer.DowncallSupplierModifierConstructorDescriptionprotected
ForeignInitializer
(String name, ForeignInitializer.DowncallSupplier<T> newFunctionSupplier, BiFunction<String, Throwable, T> exceptionSupplier, MethodHandles.Lookup lookup) Instantiates a new foreign initializer.