Uses of Class
org.robovm.apple.foundation.NSURLRequestNetworkServiceType
| Package | Description |
|---|---|
| org.robovm.apple.foundation |
-
Uses of NSURLRequestNetworkServiceType in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return NSURLRequestNetworkServiceType Modifier and Type Method Description NSURLRequestNetworkServiceTypeNSMutableURLRequest. getNetworkServiceType()NSURLRequestNetworkServiceTypeNSURLRequest. getNetworkServiceType()NSURLRequestNetworkServiceTypeNSURLSessionConfiguration. getNetworkServiceType()static NSURLRequestNetworkServiceTypeNSURLRequestNetworkServiceType. valueOf(long n)Returns the enum constant of this type with the specified name.static NSURLRequestNetworkServiceTypeNSURLRequestNetworkServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static NSURLRequestNetworkServiceType[]NSURLRequestNetworkServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.foundation with parameters of type NSURLRequestNetworkServiceType Modifier and Type Method Description voidNSMutableURLRequest. setNetworkServiceType(NSURLRequestNetworkServiceType v)voidNSURLRequest. setNetworkServiceType(NSURLRequestNetworkServiceType v)voidNSURLSessionConfiguration. setNetworkServiceType(NSURLRequestNetworkServiceType v)