Module org.newsclub.net.unix
Package org.newsclub.net.unix
Interface AFServerSocket.Constructor<A extends AFSocketAddress>
- Type Parameters:
A- The concreteAFSocketAddressthat is supported by this type.
- Enclosing class:
AFServerSocket<A extends AFSocketAddress>
public static interface AFServerSocket.Constructor<A extends AFSocketAddress>
The constructor of the concrete subclass.
-
Method Summary
Modifier and TypeMethodDescription@NonNull AFServerSocket<A> Creates a newAFServerSocketinstance.
-
Method Details
-
newInstance
Creates a newAFServerSocketinstance.- Parameters:
fd- The file descriptor.- Returns:
- The new instance.
- Throws:
IOException- on error.
-