SocketFamily
Description:
public enum SocketFamily
The protocol family of a SocketAddress.
(These values are identical to the system defines af_inet,
af_inet6 and af_unix, if available.)
Content:
Enum values:
- INVALID - no address family
- UNIX - the UNIX domain family
- IPV4 - the IPv4 family
- IPV6 - the IPv6 family