Uses of Interface
org.newsclub.net.unix.AFProtocolFamily
Packages that use AFProtocolFamily
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 AFProtocolFamily in org.newsclub.net.unix
Classes in org.newsclub.net.unix that implement AFProtocolFamilyModifier and TypeClassDescriptionenum
Describes the protocol family supported byAFUNIXSocketAddress
etc. -
Uses of AFProtocolFamily in org.newsclub.net.unix.darwin.system
Classes in org.newsclub.net.unix.darwin.system that implement AFProtocolFamilyModifier and TypeClassDescriptionenum
Describes the protocol families supported by junixsocket-afsystem. -
Uses of AFProtocolFamily in org.newsclub.net.unix.tipc
Classes in org.newsclub.net.unix.tipc that implement AFProtocolFamilyModifier and TypeClassDescriptionenum
Describes the protocol families supported by junixsocket-tipc. -
Uses of AFProtocolFamily in org.newsclub.net.unix.vsock
Classes in org.newsclub.net.unix.vsock that implement AFProtocolFamilyModifier and TypeClassDescriptionenum
Describes the protocol families supported by junixsocket-vsock.