- 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
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.
-