Interface FileDescriptorAccess

All Known Subinterfaces:
AFSomeSocket, AFSomeSocketChannel, AFSomeSocketThing
All Known Implementing Classes:
AFDatagramChannel, AFDatagramSocket, AFInputStream, AFOutputStream, AFPipe.SinkChannel, AFPipe.SourceChannel, AFServerSocket, AFServerSocketChannel, AFSocket, AFSocketChannel, AFUNIXDatagramChannel, AFUNIXDatagramSocket, AFUNIXServerSocket, AFUNIXServerSocketChannel, AFUNIXSocket, AFUNIXSocketChannel, FileDescriptorCast
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 interface FileDescriptorAccess
Something that has a FileDescriptor.
Author:
Christian Kohlschütter