Uses of Enum Class
org.newsclub.net.unix.AFSocketProtocol
-
Uses of AFSocketProtocol in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFSocketProtocolModifier and TypeMethodDescriptionstatic AFSocketProtocolReturns 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.Methods in org.newsclub.net.unix with parameters of type AFSocketProtocolModifier and TypeMethodDescription@Nullable StringAFSocketAddress.toSocatAddressString(AFSocketType socketType, AFSocketProtocol socketProtocol) Returns a address string that can be used withsocat'sSOCKET-CONNECT,SOCKET-LISTEN,SOCKET-DATAGRAM, etc., address types, ornullif the address type is not natively supported by this platform.