Module org.newsclub.net.unix
Package org.newsclub.net.unix
Interface AFServerSocket.Constructor<A extends AFSocketAddress>
- Type Parameters:
A
- The concreteAFSocketAddress
that 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 newAFServerSocket
instance.
-
Method Details
-
newInstance
Creates a newAFServerSocket
instance.- Parameters:
fd
- The file descriptor.- Returns:
- The new instance.
- Throws:
IOException
- on error.
-