Uses of Enum Class
org.newsclub.net.unix.AFSocketCapability
Packages that use AFSocketCapability
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSocketCapability in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFSocketCapabilityModifier and TypeMethodDescriptionstatic AFSocketCapability
Returns the enum constant of this class with the specified name.static AFSocketCapability[]
AFSocketCapability.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.newsclub.net.unix with parameters of type AFSocketCapabilityModifier and TypeMethodDescriptionstatic final boolean
AFSocket.supports
(AFSocketCapability capability) Checks if the current environment (system platform, native library, etc.) supports a given junixsocket capability.