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.
Something that has a
FileDescriptor.- Author:
- Christian Kohlschütter
-
Method Summary
-
Method Details
-
getFileDescriptor
Returns the correspondingFileDescriptor.- Returns:
- The corresponding
FileDescriptor. - Throws:
IOException- on error.
-