Interface AFServerSocket.Constructor<A extends AFSocketAddress>

Type Parameters:
A - The concrete AFSocketAddress that 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.

@FunctionalInterface public static interface AFServerSocket.Constructor<A extends AFSocketAddress>
The constructor of the concrete subclass.
Author:
Christian Kohlschütter