Uses of Enum
org.newsclub.net.unix.AFSocketType
-
Uses of AFSocketType in org.newsclub.net.unix
Methods in org.newsclub.net.unix that return AFSocketTypeModifier and TypeMethodDescriptionstatic AFSocketTypeReturns the enum constant of this type with the specified name.static AFSocketType[]AFSocketType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.newsclub.net.unix with parameters of type AFSocketTypeModifier 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.Constructors in org.newsclub.net.unix with parameters of type AFSocketTypeModifierConstructorDescriptionprotectedAFDatagramSocketImpl(AFAddressFamily<@NonNull A> addressFamily, FileDescriptor fd, AFSocketType socketType) Constructs a newAFDatagramSocketImplusing the givenFileDescriptor(or null to create a new one).