Uses of Class
org.newsclub.net.unix.AFUNIXSocketAddress
-
-
Uses of AFUNIXSocketAddress in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFUNIXSocketAddress Modifier and Type Method Description protected abstract AFUNIXSocketAddressAFUNIXSocketFactory. addressFromHost(java.lang.String host, int port)Translates a "host" string (and port) to anAFUNIXSocketAddress.protected AFUNIXSocketAddressAFUNIXSocketFactory.FactoryArg. addressFromHost(java.lang.String host, int port)protected AFUNIXSocketAddressAFUNIXSocketFactory.SystemProperty. addressFromHost(java.lang.String host, int port)protected AFUNIXSocketAddressAFUNIXSocketFactory.URIScheme. addressFromHost(java.lang.String host, int port)static AFUNIXSocketAddressAFUNIXSocketAddress. inAbstractNamespace(java.lang.String name)Convenience method to create anAFUNIXSocketAddressin the abstract namespace.static AFUNIXSocketAddressAFUNIXSocketAddress. inAbstractNamespace(java.lang.String name, int port)Convenience method to create anAFUNIXSocketAddressin the abstract namespace.Methods in org.newsclub.net.unix with parameters of type AFUNIXSocketAddress Modifier and Type Method Description static AFUNIXServerSocketAFUNIXServerSocket. bindOn(AFUNIXSocketAddress addr)Returns a new AF_UNIXServerSocketthat is bound to the givenAFUNIXSocketAddress.static AFUNIXSocketAFUNIXSocket. connectTo(AFUNIXSocketAddress addr)Creates a newAFUNIXSocketand connects it to the givenAFUNIXSocketAddress.static AFUNIXServerSocketAFUNIXServerSocket. forceBindOn(AFUNIXSocketAddress forceAddr)Returns a new, unbound AF_UNIXServerSocketthat will always bind to the given address, regardless of any socket address used in a call tobind.
-