Uses of Enum
org.newsclub.net.unix.AFSocketCapability
-
Uses of AFSocketCapability in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFSocketCapabilityModifier and TypeMethodDescriptionstatic AFSocketCapabilityReturns the enum constant of this type with the specified name.static AFSocketCapability[]AFSocketCapability.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 AFSocketCapabilityModifier and TypeMethodDescriptionstatic final booleanAFSocket.supports(AFSocketCapability capability) Checks if the current environment (system platform, native library, etc.) supports a given junixsocket capability.