Uses of Class
org.newsclub.net.unix.AFSYSTEMSocketAddress
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
-
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
. -
Uses of AFSYSTEMSocketAddress in org.newsclub.net.unix.darwin.system
Modifier and TypeMethodDescriptionprotected AFAddressFamily
<@NonNull AFSYSTEMSocketAddress> AFSYSTEMSelectorProvider.addressFamily()
protected AFServerSocketChannel
<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newChannel()
protected AFDatagramSocket
<AFSYSTEMSocketAddress> AFSYSTEMDatagramSocket.newDatagramSocketInstance()
protected AFSocketImpl
<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newImpl
(FileDescriptor fdObj) protected AFSocket
<AFSYSTEMSocketAddress> AFSYSTEMServerSocket.newSocketInstance()
Modifier and TypeMethodDescriptionstatic AFSYSTEMServerSocket
AFSYSTEMServerSocket.bindOn
(AFSYSTEMSocketAddress addr) Returns a new AF_SYSTEMServerSocket
that is bound to the givenAFSYSTEMSocketAddress
.static AFSYSTEMServerSocket
AFSYSTEMServerSocket.bindOn
(AFSYSTEMSocketAddress addr, boolean deleteOnClose) Returns a new AF_SYSTEMServerSocket
that is bound to the givenAFSocketAddress
.static AFSYSTEMSocket
AFSYSTEMSocket.connectTo
(AFSYSTEMSocketAddress addr) Creates a newAFSocket
and connects it to the givenAFSYSTEMSocketAddress
.protected final AFSYSTEMSocket
AFSYSTEMSocketFactory.connectTo
(AFSYSTEMSocketAddress addr) static AFSYSTEMServerSocket
AFSYSTEMServerSocket.forceBindOn
(AFSYSTEMSocketAddress forceAddr) Returns a new, unbound AF_SYSTEMServerSocket
that will always bind to the given address, regardless of any socket address used in a call tobind
.