Uses of Interface
org.newsclub.net.unix.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
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. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_SYSTEM
sockets.final class
ADatagramSocket
implementation that works withAF_SYSTEM
sockets.final class
The server part of anAF_SYSTEM
socket.final class
A selectable channel for stream-oriented listening sockets.final class
Implementation of anAF_SYSTEM
socket.final class
A selectable channel for stream-oriented connecting sockets. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.rmi
Modifier and TypeClassDescriptionfinal class
A generic (unspecific)FileDescriptor
reference.class
A wrapper that allows aFileDescriptor
be sent via RMI over AF_UNIX sockets.final class
A specialized subclass ofRemoteFileDescriptorBase
, specifically forFileInputStream
s.final class
A specialized subclass ofRemoteFileDescriptorBase
, specifically forFileOutputStream
s. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_TIPC
sockets.final class
ADatagramSocket
implementation that works withAF_TIPC
sockets.final class
The server part of anAF_TIPC
socket.final class
A selectable channel for stream-oriented listening sockets.final class
Implementation of anAF_TIPC
socket.final class
A selectable channel for stream-oriented connecting sockets. -
Uses of FileDescriptorAccess in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_VSOCK
sockets.final class
ADatagramSocket
implementation that works withAF_VSOCK
sockets.final class
The server part of anAF_VSOCK
socket.final class
A selectable channel for stream-oriented listening sockets.final class
Implementation of anAF_VSOCK
socket.final class
A selectable channel for stream-oriented connecting sockets.