Uses of Enum Class
org.newsclub.net.unix.AFUNIXProtocolFamily
Packages that use AFUNIXProtocolFamily
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFUNIXProtocolFamily in org.newsclub.net.unix
Subclasses with type arguments of type AFUNIXProtocolFamily in org.newsclub.net.unixModifier and TypeClassDescriptionenumDescribes the protocol family supported byAFUNIXSocketAddressetc.Methods in org.newsclub.net.unix that return AFUNIXProtocolFamilyModifier and TypeMethodDescriptionstatic AFUNIXProtocolFamilyReturns the enum constant of this class with the specified name.static AFUNIXProtocolFamily[]AFUNIXProtocolFamily.values()Returns an array containing the constants of this enum class, in the order they are declared.