Uses of Interface
org.newsclub.net.unix.AFServerSocket.Constructor
Packages that use AFServerSocket.Constructor
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFServerSocket.Constructor in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFServerSocket.ConstructorModifier and TypeMethodDescriptionprotected abstract AFServerSocket.Constructor<A> AFAddressFamilyConfig.serverSocketConstructor()Returns the implementation'sServerSocketconstructor.Methods in org.newsclub.net.unix with parameters of type AFServerSocket.ConstructorModifier and TypeMethodDescriptionprotected static <A extends AFSocketAddress>
AFServerSocket<A> AFServerSocket.bindOn(AFServerSocket.Constructor<A> instanceSupplier, A addr, boolean deleteOnClose) Returns a newServerSocketthat is bound to the givenAFSocketAddress.protected static <A extends AFSocketAddress>
AFServerSocket<A> AFServerSocket.bindOn(AFServerSocket.Constructor<A> instanceSupplier, AFSocketAddress addr) Returns a newServerSocketthat is bound to the givenAFSocketAddress.protected static <A extends AFSocketAddress>
AFServerSocket<A> AFServerSocket.forceBindOn(AFServerSocket.Constructor<A> instanceSupplier, A forceAddr) Returns a new, unboundServerSocketthat will always bind to the given address, regardless of any socket address used in a call tobind.protected static <A extends AFSocketAddress>
AFServerSocket<A> AFServerSocket.newInstance(AFServerSocket.Constructor<A> instanceSupplier) Creates a new AFServerSocket instance, using the given subclass constructor.protected static <A extends AFSocketAddress>
AFServerSocket<A> AFServerSocket.newInstance(AFServerSocket.Constructor<A> instanceSupplier, FileDescriptor fdObj, int localPort, int remotePort) Creates a new AFServerSocket instance, using the given subclass constructor.