Uses of Class
org.newsclub.net.unix.AFSYSTEMSocketAddress
Packages that use 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
Methods in org.newsclub.net.unix that return AFSYSTEMSocketAddressModifier and TypeMethodDescriptionstatic AFSYSTEMSocketAddressReturns anAFSYSTEMSocketAddressfor the given URI, if possible.static AFSYSTEMSocketAddressReturns anAFSYSTEMSocketAddressfor the given URI, if possible.static AFSYSTEMSocketAddressAFSYSTEMSocketAddress.ofSysAddrIdUnit(int javaPort, AFSYSTEMSocketAddress.SysAddr sysAddr, int id, int unit) Returns anAFSYSTEMSocketAddressthat refers to a given AF_SYSTEM socket address (i.e., referring to a particular socket instance instead of a service address).static AFSYSTEMSocketAddressAFSYSTEMSocketAddress.ofSysAddrIdUnit(AFSYSTEMSocketAddress.SysAddr sysAddr, int id, int unit) Returns anAFSYSTEMSocketAddressthat refers to a given AF_SYSTEM socket address (i.e., referring to a particular socket instance instead of a service address).static AFSYSTEMSocketAddressReturns anAFSYSTEMSocketAddressgiven a specialInetAddresshostname that encodes the byte sequence of an AF_SYSTEM socket address, like those returned byAFSocketAddress.wrapAddress().static AFSYSTEMSocketAddressAFSYSTEMSocketAddress.unwrap(InetAddress address, int port) Returns anAFSYSTEMSocketAddressgiven a specialInetAddressthat encodes the byte sequence of an AF_SYSTEM socket address, like those returned byAFSocketAddress.wrapAddress().static AFSYSTEMSocketAddressAFSYSTEMSocketAddress.unwrap(SocketAddress address) Returns anAFSYSTEMSocketAddressgiven a genericSocketAddress.Methods in org.newsclub.net.unix that return types with arguments of type AFSYSTEMSocketAddressModifier and TypeMethodDescriptionstatic AFAddressFamily<AFSYSTEMSocketAddress> AFSYSTEMSocketAddress.addressFamily()Returns the correspondingAFAddressFamily. -
Uses of AFSYSTEMSocketAddress in org.newsclub.net.unix.darwin.system
Methods in org.newsclub.net.unix.darwin.system that return types with arguments of type AFSYSTEMSocketAddressModifier 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()Methods in org.newsclub.net.unix.darwin.system with parameters of type AFSYSTEMSocketAddressModifier and TypeMethodDescriptionstatic AFSYSTEMServerSocketAFSYSTEMServerSocket.bindOn(AFSYSTEMSocketAddress addr) Returns a new AF_SYSTEMServerSocketthat is bound to the givenAFSYSTEMSocketAddress.static AFSYSTEMServerSocketAFSYSTEMServerSocket.bindOn(AFSYSTEMSocketAddress addr, boolean deleteOnClose) Returns a new AF_SYSTEMServerSocketthat is bound to the givenAFSocketAddress.static AFSYSTEMSocketAFSYSTEMSocket.connectTo(AFSYSTEMSocketAddress addr) Creates a newAFSocketand connects it to the givenAFSYSTEMSocketAddress.protected final AFSYSTEMSocketAFSYSTEMSocketFactory.connectTo(AFSYSTEMSocketAddress addr) static AFSYSTEMServerSocketAFSYSTEMServerSocket.forceBindOn(AFSYSTEMSocketAddress forceAddr) Returns a new, unbound AF_SYSTEMServerSocketthat will always bind to the given address, regardless of any socket address used in a call tobind.