Uses of Class
org.newsclub.net.unix.darwin.system.AFSYSTEMDatagramSocket
Package
Description
The junixsocket implementation for Darwin AF_SYSTEM sockets.
-
Uses of AFSYSTEMDatagramSocket in org.newsclub.net.unix.darwin.system
Modifier and TypeMethodDescriptionstatic AFSYSTEMDatagramSocket
AFSYSTEMDatagramSocket.newInstance()
Returns a newAFSYSTEMDatagramSocket
instance, using the defaultAFSocketType.SOCK_DGRAM
socket type.static AFSYSTEMDatagramSocket
AFSYSTEMDatagramSocket.newInstance
(AFSocketType socketType) Returns a newAFSYSTEMDatagramSocket
instance for the given socket type.