Uses of Interface
org.newsclub.net.unix.FileDescriptorAccess
Packages that use FileDescriptorAccess
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
Provides code that allows RMI communication over AF_UNIX sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of FileDescriptorAccess in org.newsclub.net.unix
Subinterfaces of FileDescriptorAccess in org.newsclub.net.unixModifier and TypeInterfaceDescriptioninterfaceMarker interface that combines junixsocket-basedSocketChannels,Sockets,DatagramChannels andDatagramSockets.interfaceMarker interface that combines junixsocket-basedSocketChannels,DatagramChannels orServerSocketChannels.interfaceMarker interface that combines junixsocket-basedSocketChannels,Sockets,DatagramChannels andDatagramSockets, as well asServerSockets andServerSocketChannels.Classes in org.newsclub.net.unix that implement FileDescriptorAccessModifier and TypeClassDescriptionclassAFDatagramChannel<A extends AFSocketAddress>ADatagramChannelimplementation that works with junixsocket.classAFDatagramSocket<A extends AFSocketAddress>ADatagramSocketimplementation that works with junixsocket.classAnInputStreamforAFSocket, etc.classAnOutputStreamforAFSocket, etc.final classA channel representing the writable end of aPipe, with access to theFileDescriptor.final classA channel representing the readable end of aPipe, with access to theFileDescriptor.classAFServerSocket<A extends AFSocketAddress>The server part of a junixsocket socket.classAFServerSocketChannel<A extends AFSocketAddress>A selectable channel for stream-oriented listening sockets.classAFSocket<A extends AFSocketAddress>junixsocket's base implementation of aSocket.classAFSocketChannel<A extends AFSocketAddress>A selectable channel for stream-oriented connecting sockets.final classADatagramChannelimplementation that works with AF_UNIX Unix domain sockets.final classADatagramSocketimplementation that works with AF_UNIX Unix domain sockets.final classThe server part of an AF_UNIX domain socket.final classA selectable channel for stream-oriented listening sockets.final classImplementation of an AF_UNIX domain socket.final classA selectable channel for stream-oriented connecting sockets.final classProvides object-oriented access to file descriptors viaInputStream,Socket, etc., depending on the file descriptor type. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.darwin.system
Classes in org.newsclub.net.unix.darwin.system that implement FileDescriptorAccessModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_SYSTEMsockets.final classADatagramSocketimplementation that works withAF_SYSTEMsockets.final classThe server part of anAF_SYSTEMsocket.final classA selectable channel for stream-oriented listening sockets.final classImplementation of anAF_SYSTEMsocket.final classA selectable channel for stream-oriented connecting sockets. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.rmi
Classes in org.newsclub.net.unix.rmi that implement FileDescriptorAccessModifier and TypeClassDescriptionfinal classA generic (unspecific)FileDescriptorreference.classA wrapper that allows aFileDescriptorbe sent via RMI over AF_UNIX sockets.final classA specialized subclass ofRemoteFileDescriptorBase, specifically forFileInputStreams.final classA specialized subclass ofRemoteFileDescriptorBase, specifically forFileOutputStreams. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.tipc
Classes in org.newsclub.net.unix.tipc that implement FileDescriptorAccessModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_TIPCsockets.final classADatagramSocketimplementation that works withAF_TIPCsockets.final classThe server part of anAF_TIPCsocket.final classA selectable channel for stream-oriented listening sockets.final classImplementation of anAF_TIPCsocket.final classA selectable channel for stream-oriented connecting sockets. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.vsock
Classes in org.newsclub.net.unix.vsock that implement FileDescriptorAccessModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_VSOCKsockets.final classADatagramSocketimplementation that works withAF_VSOCKsockets.final classThe server part of anAF_VSOCKsocket.final classA selectable channel for stream-oriented listening sockets.final classImplementation of anAF_VSOCKsocket.final classA selectable channel for stream-oriented connecting sockets.