Class NWPath

    • Constructor Detail

      • NWPath

        public NWPath()
    • Method Detail

      • getStatus

        public NWPathStatus getStatus()
        Since:
        Available in iOS 12.0 and later.
      • enumerateInterfaces

        public void enumerateInterfaces​(org.robovm.objc.block.Block1<NWInterface,​java.lang.Boolean> enumerate_block)
        Since:
        Available in iOS 12.0 and later.
      • isEqual

        public boolean isEqual​(NWPath other_path)
        Since:
        Available in iOS 12.0 and later.
      • isExpensive

        public boolean isExpensive()
        Since:
        Available in iOS 12.0 and later.
      • hasIpv4

        public boolean hasIpv4()
        Since:
        Available in iOS 12.0 and later.
      • hasIpv6

        public boolean hasIpv6()
        Since:
        Available in iOS 12.0 and later.
      • hasDns

        public boolean hasDns()
        Since:
        Available in iOS 12.0 and later.
      • usesInterfaceType

        public boolean usesInterfaceType​(NWInterfaceType interface_type)
        Since:
        Available in iOS 12.0 and later.
      • copyEffectiveLocalEndpoint

        public NWEndpoint copyEffectiveLocalEndpoint()
        Since:
        Available in iOS 12.0 and later.
      • copyEffectiveRemoteEndpoint

        public NWEndpoint copyEffectiveRemoteEndpoint()
        Since:
        Available in iOS 12.0 and later.
      • nwArcRetain

        public void nwArcRetain()
      • nwArcRelease

        public void nwArcRelease()