- 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
public interface FileDescriptorAccess
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.
-