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.SysAddr
AFSYSTEMSocketAddress.SysAddr.AF_SYS_CONTROL
The 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.SysAddr
AFSYSTEMSocketAddress.getSysAddr()
Returns the "SysAddr" part of the address.AFSYSTEMSocketAddress.SysAddr.ofValue
(int v) Returns aAFSYSTEMSocketAddress.SysAddr
for the given custom value.Methods in org.newsclub.net.unix with parameters of type AFSYSTEMSocketAddress.SysAddrModifier 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).