Uses of Class
one.nio.os.bpf.ProgType
-
Packages that use ProgType Package Description one.nio.os.bpf -
-
Uses of ProgType in one.nio.os.bpf
Fields in one.nio.os.bpf declared as ProgType Modifier and Type Field Description ProgTypeBpfProg. typeMethods in one.nio.os.bpf that return ProgType Modifier and Type Method Description static ProgTypeProgType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProgType[]ProgType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.nio.os.bpf with parameters of type ProgType Modifier and Type Method Description static BpfProgBpfProg. load(String path, ProgType type)
-