Uses of Class
org.newsclub.net.unix.AFSYSTEMSocketAddress.SysAddr
Packages that use AFSYSTEMSocketAddress.SysAddr
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSYSTEMSocketAddress.SysAddr in org.newsclub.net.unix
Fields in org.newsclub.net.unix declared as AFSYSTEMSocketAddress.SysAddrModifier and TypeFieldDescriptionstatic final AFSYSTEMSocketAddress.SysAddrAFSYSTEMSocketAddress.SysAddr.AF_SYS_CONTROLThe sysaddr AF_SYS_CONTROL, also known as AF_SYS_KERN_CONTROL.Methods in org.newsclub.net.unix that return AFSYSTEMSocketAddress.SysAddrModifier and TypeMethodDescription@NonNull AFSYSTEMSocketAddress.SysAddrAFSYSTEMSocketAddress.getSysAddr()Returns the "SysAddr" part of the address.AFSYSTEMSocketAddress.SysAddr.ofValue(int v) Returns aAFSYSTEMSocketAddress.SysAddrfor the given custom value.Methods in org.newsclub.net.unix with parameters of type AFSYSTEMSocketAddress.SysAddrModifier and TypeMethodDescriptionstatic AFSYSTEMSocketAddressAFSYSTEMSocketAddress.ofSysAddrIdUnit(int javaPort, AFSYSTEMSocketAddress.SysAddr sysAddr, int id, int unit) Returns anAFSYSTEMSocketAddressthat refers to a given AF_SYSTEM socket address (i.e., referring to a particular socket instance instead of a service address).static AFSYSTEMSocketAddressAFSYSTEMSocketAddress.ofSysAddrIdUnit(AFSYSTEMSocketAddress.SysAddr sysAddr, int id, int unit) Returns anAFSYSTEMSocketAddressthat refers to a given AF_SYSTEM socket address (i.e., referring to a particular socket instance instead of a service address).