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