Class LinuxSocket


  • @UnstableApi
    public final class LinuxSocket
    extends Socket
    A socket which provides access Linux native methods.
    • Method Detail

      • newSocketStream

        public static LinuxSocket newSocketStream​(boolean ipv6)
      • newSocketStream

        public static LinuxSocket newSocketStream()
      • newSocketDgram

        public static LinuxSocket newSocketDgram​(boolean ipv6)
      • newSocketDgram

        public static LinuxSocket newSocketDgram()
      • newSocketDomain

        public static LinuxSocket newSocketDomain()
      • newSocketDomainDgram

        public static LinuxSocket newSocketDomainDgram()