Package org.robovm.apple.coreservices
Class CFNetDiagnostic
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.apple.corefoundation.CFType
org.robovm.apple.coreservices.CFNetDiagnostic
- All Implemented Interfaces:
AutoCloseable
public class CFNetDiagnostic extends CFType
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFNetDiagnostic.CFNetDiagnosticPtrNested classes/interfaces inherited from class org.robovm.apple.corefoundation.CFType
CFType.AsListMarshaler, CFType.CFTypePtr, CFType.Marshaler, CFType.NoRetainMarshaler -
Constructor Summary
Constructors Modifier Constructor Description protectedCFNetDiagnostic() -
Method Summary
Modifier and Type Method Description static CFNetDiagnosticcreate(CFAllocator alloc, NSInputStream readStream, NSOutputStream writeStream)Deprecated.Deprecated in iOS 11.0.static CFNetDiagnosticcreate(CFAllocator alloc, NSURL url)Deprecated.Deprecated in iOS 11.0.static CFNetDiagnosticcreate(NSInputStream readStream, NSOutputStream writeStream)static CFNetDiagnosticcreate(NSURL url)CFNetDiagnosticStatusdiagnoseProblemInteractively()Deprecated.Deprecated in iOS 11.0.StringgetNetworkStatusDescriptionPassively()CFNetDiagnosticStatusgetNetworkStatusPassively()voidsetName(String name)Deprecated.Deprecated in iOS 11.0.Methods inherited from class org.robovm.apple.corefoundation.CFType
autorelease, close, dispose, dispose, doDispose, equalsTo, finalize, getAllocator, getDescription, getRetainCount, getTypeID, getTypeIDDescription, hash, makeCollectable, release, release, retain, retain, show, toString
-
Constructor Details
-
CFNetDiagnostic
protected CFNetDiagnostic()
-
-
Method Details
-
create
- Since:
- Available in iOS 2.0 and later.
-
create
- Since:
- Available in iOS 2.0 and later.
-
getNetworkStatusPassively
- Since:
- Available in iOS 2.0 and later.
-
getNetworkStatusDescriptionPassively
- Since:
- Available in iOS 2.0 and later.
-
create
@Deprecated public static CFNetDiagnostic create(CFAllocator alloc, NSInputStream readStream, NSOutputStream writeStream)Deprecated.Deprecated in iOS 11.0. -
create
Deprecated.Deprecated in iOS 11.0. -
setName
Deprecated.Deprecated in iOS 11.0. -
diagnoseProblemInteractively
Deprecated.Deprecated in iOS 11.0.
-