Interface FileDescriptorAccess
- All Known Subinterfaces:
AFSomeSocket, AFSomeSocketChannel, AFSomeSocketThing
- All Known Implementing Classes:
AFDatagramChannel, AFDatagramSocket, AFInputStream, AFOutputStream, AFPipe.SinkChannel, AFPipe.SourceChannel, AFServerSocket, AFServerSocketChannel, AFSocket, AFSocketChannel, AFSYSTEMDatagramChannel, AFSYSTEMDatagramSocket, AFSYSTEMServerSocket, AFSYSTEMServerSocketChannel, AFSYSTEMSocket, AFSYSTEMSocketChannel, AFTIPCDatagramChannel, AFTIPCDatagramSocket, AFTIPCServerSocket, AFTIPCServerSocketChannel, AFTIPCSocket, AFTIPCSocketChannel, AFUNIXDatagramChannel, AFUNIXDatagramSocket, AFUNIXServerSocket, AFUNIXServerSocketChannel, AFUNIXSocket, AFUNIXSocketChannel, AFVSOCKDatagramChannel, AFVSOCKDatagramSocket, AFVSOCKServerSocket, AFVSOCKServerSocketChannel, AFVSOCKSocket, AFVSOCKSocketChannel, FileDescriptorCast, RemoteFileDescriptor, RemoteFileDescriptorBase, RemoteFileInput, RemoteFileOutput
- 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.
-