Uses of Class
org.newsclub.net.unix.AFSYSTEMSocketAddress
-
Uses of AFSYSTEMSocketAddress in org.newsclub.net.unix
Modifier and TypeMethodDescriptionstatic AFSYSTEMSocketAddress
Returns anAFSYSTEMSocketAddress
for the given URI, if possible.static AFSYSTEMSocketAddress
Returns anAFSYSTEMSocketAddress
for the given URI, if possible.static 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).static AFSYSTEMSocketAddress
Returns anAFSYSTEMSocketAddress
given a specialInetAddress
hostname that encodes the byte sequence of an AF_SYSTEM socket address, like those returned byAFSocketAddress.wrapAddress()
.static AFSYSTEMSocketAddress
AFSYSTEMSocketAddress.unwrap
(InetAddress address, int port) Returns anAFSYSTEMSocketAddress
given a specialInetAddress
that encodes the byte sequence of an AF_SYSTEM socket address, like those returned byAFSocketAddress.wrapAddress()
.static AFSYSTEMSocketAddress
AFSYSTEMSocketAddress.unwrap
(SocketAddress address) Returns anAFSYSTEMSocketAddress
given a genericSocketAddress
.Modifier and TypeMethodDescriptionstatic AFAddressFamily
<AFSYSTEMSocketAddress> AFSYSTEMSocketAddress.addressFamily()
Returns the correspondingAFAddressFamily
.