Uses of Class
org.robovm.apple.corefoundation.CFStreamSocketSecurityLevel
| Package | Description |
|---|---|
| org.robovm.apple.corefoundation | |
| org.robovm.apple.coreservices |
-
Uses of CFStreamSocketSecurityLevel in org.robovm.apple.corefoundation
Fields in org.robovm.apple.corefoundation declared as CFStreamSocketSecurityLevel Modifier and Type Field Description static CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel. NegotiatedSSLstatic CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel. Nonestatic CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel. SSLv2Deprecated.Deprecated in iOS 10.0.static CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel. SSLv3Deprecated.Deprecated in iOS 10.0.static CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel. TLSv1Methods in org.robovm.apple.corefoundation that return CFStreamSocketSecurityLevel Modifier and Type Method Description static CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel.Marshaler. toObject(Class<CFStreamSocketSecurityLevel> cls, long handle, long flags)static CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel. valueOf(CFString value)Methods in org.robovm.apple.corefoundation that return types with arguments of type CFStreamSocketSecurityLevel Modifier and Type Method Description static List<CFStreamSocketSecurityLevel>CFStreamSocketSecurityLevel.AsListMarshaler. toObject(Class<? extends CFType> cls, long handle, long flags)Methods in org.robovm.apple.corefoundation with parameters of type CFStreamSocketSecurityLevel Modifier and Type Method Description static longCFStreamSocketSecurityLevel.Marshaler. toNative(CFStreamSocketSecurityLevel o, long flags)Method parameters in org.robovm.apple.corefoundation with type arguments of type CFStreamSocketSecurityLevel Modifier and Type Method Description static longCFStreamSocketSecurityLevel.AsListMarshaler. toNative(List<CFStreamSocketSecurityLevel> l, long flags)static CFStreamSocketSecurityLevelCFStreamSocketSecurityLevel.Marshaler. toObject(Class<CFStreamSocketSecurityLevel> cls, long handle, long flags) -
Uses of CFStreamSocketSecurityLevel in org.robovm.apple.coreservices
Methods in org.robovm.apple.coreservices that return CFStreamSocketSecurityLevel Modifier and Type Method Description CFStreamSocketSecurityLevelCFStreamSSLSettings. getSecurityLevel()Methods in org.robovm.apple.coreservices with parameters of type CFStreamSocketSecurityLevel Modifier and Type Method Description CFStreamSSLSettingsCFStreamSSLSettings. setSecurityLevel(CFStreamSocketSecurityLevel securityLevel)