Interface AFServerSocket.Constructor<A extends AFSocketAddress>
- Type Parameters:
A- The concreteAFSocketAddressthat is supported by this type.
- Enclosing class:
AFServerSocket<A extends AFSocketAddress>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The constructor of the concrete subclass.
- Author:
- Christian Kohlschütter
-
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.
-