Class NWEndpoint

    • Constructor Detail

      • NWEndpoint

        public NWEndpoint()
    • Method Detail

      • getType

        public NWEndpointType getType()
        Since:
        Available in iOS 12.0 and later.
      • createHost

        public static NWEndpoint createHost​(java.lang.String hostname,
                                            java.lang.String port)
        Since:
        Available in iOS 12.0 and later.
      • getHostName

        public java.lang.String getHostName()
        Since:
        Available in iOS 12.0 and later.
      • copyPortString

        public org.robovm.rt.bro.ptr.BytePtr copyPortString()
        Since:
        Available in iOS 12.0 and later.
      • getPort

        public short getPort()
        Since:
        Available in iOS 12.0 and later.
      • copyAddressString

        public org.robovm.rt.bro.ptr.BytePtr copyAddressString()
        Since:
        Available in iOS 12.0 and later.
      • createBonjourService

        public static NWEndpoint createBonjourService​(java.lang.String name,
                                                      java.lang.String type,
                                                      java.lang.String domain)
        Since:
        Available in iOS 12.0 and later.
      • getBonjourServiceName

        public java.lang.String getBonjourServiceName()
        Since:
        Available in iOS 12.0 and later.
      • getBonjourServiceType

        public java.lang.String getBonjourServiceType()
        Since:
        Available in iOS 12.0 and later.
      • getBonjourServiceDomain

        public java.lang.String getBonjourServiceDomain()
        Since:
        Available in iOS 12.0 and later.
      • nwArcRetain

        public void nwArcRetain()
      • nwArcRelease

        public void nwArcRelease()