Uses of Enum Class
org.newsclub.net.unix.AFSocketProtocol
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSocketProtocol in org.newsclub.net.unix
Modifier and TypeMethodDescriptionstatic AFSocketProtocol
Returns the enum constant of this class with the specified name.static AFSocketProtocol[]
AFSocketProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescription@Nullable String
AFSocketAddress.toSocatAddressString
(AFSocketType socketType, AFSocketProtocol socketProtocol) Returns a address string that can be used withsocat
'sSOCKET-CONNECT
,SOCKET-LISTEN
,SOCKET-DATAGRAM
, etc., address types, ornull
if the address type is not natively supported by this platform.