Uses of Enum Class
org.newsclub.net.unix.AFSocketCapability
-
Uses of AFSocketCapability in org.newsclub.net.unix
Modifier 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.Modifier and TypeMethodDescriptionstatic final boolean
AFSocket.supports
(AFSocketCapability capability) Checks if the current environment (system platform, native library, etc.) supports a given junixsocket capability.