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