Uses of Class
org.robovm.apple.network.NWInterface
| Package | Description |
|---|---|
| org.robovm.apple.network | |
| org.robovm.apple.networkextension |
-
Uses of NWInterface in org.robovm.apple.network
Methods in org.robovm.apple.network that return NWInterface Modifier and Type Method Description NWInterfaceNWDataTransferReport. copyPathInterface(int path_index)NWInterfaceNWParameters. copyRequiredInterface()Methods in org.robovm.apple.network with parameters of type NWInterface Modifier and Type Method Description voidNWParameters. prohibitInterface(NWInterface inf)voidNWParameters. requireInterface(NWInterface inf)Method parameters in org.robovm.apple.network with type arguments of type NWInterface Modifier and Type Method Description voidNWBrowseResult. enumerateInterfaces(Block1<NWInterface,Boolean> enumerator)voidNWPath. enumerateInterfaces(Block1<NWInterface,Boolean> enumerate_block)voidNWParameters. iterateProhibitedInterfaces(Block1<NWInterface,Boolean> iterate_block) -
Uses of NWInterface in org.robovm.apple.networkextension
Methods in org.robovm.apple.networkextension that return NWInterface Modifier and Type Method Description NWInterfaceNEAppProxyFlow. getNetworkInterface()Methods in org.robovm.apple.networkextension with parameters of type NWInterface Modifier and Type Method Description voidNEAppProxyFlow. setNetworkInterface(NWInterface v)