Uses of Class
org.newsclub.net.unix.AFUNIXSocketCapability
-
-
Uses of AFUNIXSocketCapability in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXSocketCapability Modifier and Type Method Description static AFUNIXSocketCapabilityAFUNIXSocketCapability. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AFUNIXSocketCapability[]AFUNIXSocketCapability. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.newsclub.net.unix with parameters of type AFUNIXSocketCapability Modifier and Type Method Description static booleanAFUNIXSocket. supports(AFUNIXSocketCapability capability)Checks if the current environment (system platform, native library, etc.) supports a given junixsocket capability.
-