Uses of Interface
org.newsclub.net.unix.AFSocketExtensions
Packages that use AFSocketExtensions
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 AFSocketExtensions in org.newsclub.net.unix
Subinterfaces of AFSocketExtensions in org.newsclub.net.unixModifier and TypeInterfaceDescriptioninterfaceDefines certain methods that all junixsocket AF_UNIX socket implementations share and extend beyond the standard socket API.Classes in org.newsclub.net.unix that implement AFSocketExtensionsModifier and TypeClassDescriptionclassAFDatagramChannel<A extends AFSocketAddress>ADatagramChannelimplementation that works with junixsocket.classAFDatagramSocket<A extends AFSocketAddress>ADatagramSocketimplementation that works with junixsocket.classAFSocket<A extends AFSocketAddress>junixsocket's base implementation of aSocket.classAFSocketChannel<A extends AFSocketAddress>A selectable channel for stream-oriented connecting sockets.final classADatagramChannelimplementation that works with AF_UNIX Unix domain sockets.final classADatagramSocketimplementation that works with AF_UNIX Unix domain sockets.final classImplementation of an AF_UNIX domain socket.final classA selectable channel for stream-oriented connecting sockets. -
Uses of AFSocketExtensions in org.newsclub.net.unix.darwin.system
Subinterfaces of AFSocketExtensions in org.newsclub.net.unix.darwin.systemModifier and TypeInterfaceDescriptioninterfaceDefines certain methods that all junixsocket AF_SYSTEM socket implementations share and extend beyond the standard socket API.Classes in org.newsclub.net.unix.darwin.system that implement AFSocketExtensionsModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_SYSTEMsockets.final classADatagramSocketimplementation that works withAF_SYSTEMsockets.final classImplementation of anAF_SYSTEMsocket.final classA selectable channel for stream-oriented connecting sockets. -
Uses of AFSocketExtensions in org.newsclub.net.unix.tipc
Subinterfaces of AFSocketExtensions in org.newsclub.net.unix.tipcModifier and TypeInterfaceDescriptioninterfaceDefines certain methods that all junixsocket AF_TIPC socket implementations share and extend beyond the standard socket API.Classes in org.newsclub.net.unix.tipc that implement AFSocketExtensionsModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_TIPCsockets.final classADatagramSocketimplementation that works withAF_TIPCsockets.final classImplementation of anAF_TIPCsocket.final classA selectable channel for stream-oriented connecting sockets. -
Uses of AFSocketExtensions in org.newsclub.net.unix.vsock
Subinterfaces of AFSocketExtensions in org.newsclub.net.unix.vsockModifier and TypeInterfaceDescriptioninterfaceDefines certain methods that all junixsocket AF_VSOCK socket implementations share and extend beyond the standard socket API.Classes in org.newsclub.net.unix.vsock that implement AFSocketExtensionsModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_VSOCKsockets.final classADatagramSocketimplementation that works withAF_VSOCKsockets.final classImplementation of anAF_VSOCKsocket.final classA selectable channel for stream-oriented connecting sockets.