java.lang.Object
org.newsclub.net.unix.NamedInteger
org.newsclub.net.unix.AFSYSTEMSocketAddress.SysAddr
- All Implemented Interfaces:
Serializable
- Enclosing class:
AFSYSTEMSocketAddress
The AF_SYSTEM system address.
- Author:
- Christian Kohlschütter
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.newsclub.net.unix.NamedInteger
NamedInteger.HasOfValue, NamedInteger.UndefinedValueConstructor<T extends NamedInteger>
-
Field Summary
Modifier and TypeFieldDescriptionstatic final AFSYSTEMSocketAddress.SysAddr
The sysaddr AF_SYS_CONTROL, also known as AF_SYS_KERN_CONTROL. -
Method Summary
Modifier and TypeMethodDescriptionofValue
(int v) Returns aAFSYSTEMSocketAddress.SysAddr
for the given custom value.
-
Field Details
-
AF_SYS_CONTROL
The sysaddr AF_SYS_CONTROL, also known as AF_SYS_KERN_CONTROL.
-
-
Method Details
-
ofValue
Returns aAFSYSTEMSocketAddress.SysAddr
for the given custom value.- Parameters:
v
- The value.- Returns:
- The
AFSYSTEMSocketAddress.SysAddr
object.
-