Package org.robovm.apple.coreservices
Class CFFTPStreamProperty
java.lang.Object
org.robovm.rt.bro.GlobalValueSupplier<T>
org.robovm.apple.foundation.GlobalValueEnumeration<CFString>
org.robovm.apple.coreservices.CFFTPStreamProperty
public class CFFTPStreamProperty extends GlobalValueEnumeration<CFString>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFFTPStreamProperty.AsListMarshalerstatic classCFFTPStreamProperty.Marshalerstatic classCFFTPStreamProperty.Values -
Field Summary
Fields Modifier and Type Field Description static CFFTPStreamPropertyAttemptPersistentConnectionDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyFetchResourceInfoDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyFileTransferOffsetDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyPasswordDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyProxyDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyProxyHostDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyProxyPasswordDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyProxyPortDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyProxyUserDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyResourceSizeDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyUsePassiveModeDeprecated.Deprecated in iOS 9.0.static CFFTPStreamPropertyUserNameDeprecated.Deprecated in iOS 9.0. -
Method Summary
Modifier and Type Method Description static CFFTPStreamPropertyvalueOf(CFString value)Methods inherited from class org.robovm.apple.foundation.GlobalValueEnumeration
equals, isAvailable, toString, value
-
Field Details
-
UserName
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
Password
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
UsePassiveMode
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
ResourceSize
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
FetchResourceInfo
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
FileTransferOffset
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
AttemptPersistentConnection
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
Proxy
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
ProxyHost
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
ProxyPort
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
ProxyUser
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests -
ProxyPassword
Deprecated.Deprecated in iOS 9.0. Use NSURLSessionAPI for ftp requests
-
-
Method Details
-
valueOf
-