Uses of Class
org.robovm.apple.security.SSLSessionOption
| Package | Description |
|---|---|
| org.robovm.apple.security |
-
Uses of SSLSessionOption in org.robovm.apple.security
Methods in org.robovm.apple.security that return SSLSessionOption Modifier and Type Method Description static SSLSessionOptionSSLSessionOption. valueOf(long n)Returns the enum constant of this type with the specified name.static SSLSessionOptionSSLSessionOption. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLSessionOption[]SSLSessionOption. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.security with parameters of type SSLSessionOption Modifier and Type Method Description booleanSSLContext. getSessionOption(SSLSessionOption option)protected OSStatusSSLContext. getSessionOption0(SSLSessionOption option, BooleanPtr value)Deprecated.Deprecated in iOS 13.0.voidSSLContext. setSessionOption(SSLSessionOption option, boolean value)protected OSStatusSSLContext. setSessionOption0(SSLSessionOption option, boolean value)Deprecated.Deprecated in iOS 13.0.