- Enclosing interface:
- windows_callback
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@Inclubating
@FunctionalInterface
public static interface windows_callback.pcap_handler
-
Method Summary
| Modifier and Type |
Method |
Description |
void |
gotPacket(java.foreign.memory.Pointer<java.lang.Byte> user,
java.foreign.memory.Pointer<windows_structs.pcap_pkthdr> header,
java.foreign.memory.Pointer<java.lang.Byte> packets) |
|
-
Method Details
-
void gotPacket(
java.foreign.memory.Pointer<java.lang.Byte> user,
java.foreign.memory.Pointer<windows_structs.pcap_pkthdr> header,
java.foreign.memory.Pointer<java.lang.Byte> packets)
throws
java.lang.IllegalAccessException
- Throws:
java.lang.IllegalAccessException