Uses of Class
org.newsclub.net.unix.AFSocketOption
Packages that use AFSocketOption
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSocketOption in org.newsclub.net.unix
Methods in org.newsclub.net.unix with parameters of type AFSocketOptionModifier and TypeMethodDescription<T> TAFDatagramSocket.getOption(AFSocketOption<T> name) Returns the value of a junixsocket socket option.<T> DatagramSocketAFDatagramSocket.setOption(AFSocketOption<T> name, T value) Sets the value of a socket option.