Package one.nio.os.bpf
Class Handle
- java.lang.Object
-
- one.nio.os.bpf.Handle
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable
- Direct Known Subclasses:
BpfObj
public class Handle extends java.lang.Object implements java.io.Closeable
-
-
Constructor Summary
Constructors Constructor Description Handle(int fd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()intfd()
-
-
-
Field Detail
-
fd
private volatile int fd
-
fdUpdater
static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<Handle> fdUpdater
-
-