Uses of Interface
org.newsclub.net.unix.AFSomeSocketChannel
Packages that use 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
Classes in org.newsclub.net.unix that implement AFSomeSocketChannelModifier 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
Classes in org.newsclub.net.unix.darwin.system that implement AFSomeSocketChannelModifier 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
Classes in org.newsclub.net.unix.tipc that implement AFSomeSocketChannelModifier 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
Classes in org.newsclub.net.unix.vsock that implement AFSomeSocketChannelModifier 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.