Uses of Interface
org.newsclub.net.unix.FileDescriptorAccess
-
Uses of FileDescriptorAccess in org.newsclub.net.unix
Modifier and TypeInterfaceDescriptioninterface
Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s.interface
Marker interface that combines junixsocket-basedSocketChannel
s,DatagramChannel
s orServerSocketChannel
s.interface
Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s, as well asServerSocket
s andServerSocketChannel
s.Modifier and TypeClassDescriptionclass
AFDatagramChannel<A extends AFSocketAddress>
ADatagramChannel
implementation that works with junixsocket.class
AFDatagramSocket<A extends AFSocketAddress>
ADatagramSocket
implementation that works with junixsocket.class
AnInputStream
forAFSocket
, etc.class
AnOutputStream
forAFSocket
, etc.final class
A channel representing the writable end of aPipe
, with access to theFileDescriptor
.final class
A channel representing the readable end of aPipe
, with access to theFileDescriptor
.class
AFServerSocket<A extends AFSocketAddress>
The server part of a junixsocket socket.class
AFServerSocketChannel<A extends AFSocketAddress>
A selectable channel for stream-oriented listening sockets.class
AFSocket<A extends AFSocketAddress>
junixsocket's base implementation of aSocket
.class
AFSocketChannel<A extends AFSocketAddress>
A selectable channel for stream-oriented connecting sockets.final class
ADatagramChannel
implementation that works with AF_UNIX Unix domain sockets.final class
ADatagramSocket
implementation that works with AF_UNIX Unix domain sockets.final class
The server part of an AF_UNIX domain socket.final class
A selectable channel for stream-oriented listening sockets.final class
Implementation of an AF_UNIX domain socket.final class
A selectable channel for stream-oriented connecting sockets.final class
Provides object-oriented access to file descriptors viaInputStream
,Socket
, etc., depending on the file descriptor type.