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 TypeClassDescriptionclassAFDatagramChannel<A extends AFSocketAddress>ADatagramChannelimplementation that works with junixsocket.classAFServerSocketChannel<A extends AFSocketAddress>A selectable channel for stream-oriented listening sockets.classAFSocketChannel<A extends AFSocketAddress>A selectable channel for stream-oriented connecting sockets.final classADatagramChannelimplementation that works with AF_UNIX Unix domain sockets.final classA selectable channel for stream-oriented listening sockets.final classA 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 classADatagramChannelimplementation that works withAF_SYSTEMsockets.final classA selectable channel for stream-oriented listening sockets.final classA 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 classADatagramChannelimplementation that works withAF_TIPCsockets.final classA selectable channel for stream-oriented listening sockets.final classA 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 classADatagramChannelimplementation that works withAF_VSOCKsockets.final classA selectable channel for stream-oriented listening sockets.final classA selectable channel for stream-oriented connecting sockets.