Uses of Interface
org.newsclub.net.unix.AFSomeSocketChannel
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFSomeSocketChannel in org.newsclub.net.unix
Modifier and TypeClassDescriptionclass
AFDatagramChannel<A extends AFSocketAddress>
ADatagramChannel
implementation that works with junixsocket.class
AFServerSocketChannel<A extends AFSocketAddress>
A selectable channel for stream-oriented listening sockets.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
A selectable channel for stream-oriented listening sockets.final class
A selectable channel for stream-oriented connecting sockets. -
Uses of AFSomeSocketChannel in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_SYSTEM
sockets.final class
A selectable channel for stream-oriented listening sockets.final class
A selectable channel for stream-oriented connecting sockets. -
Uses of AFSomeSocketChannel in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_TIPC
sockets.final class
A selectable channel for stream-oriented listening sockets.final class
A selectable channel for stream-oriented connecting sockets. -
Uses of AFSomeSocketChannel in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_VSOCK
sockets.final class
A selectable channel for stream-oriented listening sockets.final class
A selectable channel for stream-oriented connecting sockets.