Enum Class AFUNIXSocketCapability

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

@Deprecated public enum AFUNIXSocketCapability extends Enum<AFUNIXSocketCapability>
Deprecated.
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(AFUNIXSocketCapability). This enum is deprecated. Use AFSocketCapability instead.
See Also: