Enum Class AFSocketCapability

java.lang.Object
java.lang.Enum<AFSocketCapability>
org.newsclub.net.unix.AFSocketCapability
All Implemented Interfaces:
Serializable, Comparable<AFSocketCapability>, Constable

public enum AFSocketCapability extends Enum<AFSocketCapability>
Describes junixsocket capabilities the current environment (system platform, native library, etc.) may or may not support. You can check whether your environment supports a given capability by calling AFSocket.supports(AFSocketCapability). You can also manually disable a given capability by specifying a System property of the form org.newsclub.net.unix.library.disable.CAPABILITY_SOMETHING_SOMETHING=true when invoking the JVM (make sure this property is set before junixsocket is accessed). A simple way to check which capabilities are supported in an environment is to run the `junixsocket-selftest` jar.