Uses of Interface
org.newsclub.net.unix.FileDescriptorAccess
-
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.