Module org.newsclub.net.unix
Package org.newsclub.net.unix
Interface AFSocketChannel.AFSocketSupplier<A extends AFSocketAddress>
- Type Parameters:
A
- The concreteAFSocketAddress
that is supported by this type.
- Enclosing class:
AFSocketChannel<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
protected static interface AFSocketChannel.AFSocketSupplier<A extends AFSocketAddress>
A reference to a method that provides an
AFSocket
instance.-
Method Summary
-
Method Details
-
newInstance
Returns a newAFSocket
instance.- Returns:
- The instance.
- Throws:
IOException
- on error.
-