java.lang.Object
org.newsclub.net.unix.NamedInteger
org.newsclub.net.unix.AFTIPCSocketAddress.AddressType
- All Implemented Interfaces:
Serializable
- Enclosing class:
AFTIPCSocketAddress
The TIPC address type.
- 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 AFTIPCSocketAddress.AddressType
Describes a TIPC "service" address.static final AFTIPCSocketAddress.AddressType
Describes a TIPC "service range" address.static final AFTIPCSocketAddress.AddressType
Describes a TIPC "socket" address. -
Method Summary
Modifier and TypeMethodDescriptionstatic String
formatTIPCInt
(int i) Formats an integer as an unsigned, zero-padded 32-bit hexadecimal number.
-
Field Details
-
SERVICE_RANGE
Describes a TIPC "service range" address. -
SERVICE_ADDR
Describes a TIPC "service" address. -
SOCKET_ADDR
Describes a TIPC "socket" address.
-
-
Method Details
-
formatTIPCInt
Formats an integer as an unsigned, zero-padded 32-bit hexadecimal number.- Parameters:
i
- The number.- Returns:
- The string.
-