Package org.robovm.apple.coreservices
Class CFSystemProxySettings
java.lang.Object
org.robovm.apple.corefoundation.CFDictionaryWrapper
org.robovm.apple.coreservices.CFSystemProxySettings
public class CFSystemProxySettings extends CFDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCFSystemProxySettings.AsListMarshalerstatic classCFSystemProxySettings.Keysstatic classCFSystemProxySettings.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
data -
Method Summary
Modifier and Type Method Description <T extends NativeObject>
Tget(CFString key, Class<T> type)StringgetAutoConfigurationJavaScript()StringgetAutoConfigurationURL()StringgetHTTPProxyHost()intgetHTTPProxyPort()booleanhas(CFString key)booleanisAutoConfigurationEnabled()booleanisHTTPProxyEnabled()Methods inherited from class org.robovm.apple.corefoundation.CFDictionaryWrapper
getDictionary, toString
-
Method Details
-
has
-
get
-
isHTTPProxyEnabled
public boolean isHTTPProxyEnabled() -
getHTTPProxyPort
public int getHTTPProxyPort() -
getHTTPProxyHost
-
isAutoConfigurationEnabled
public boolean isAutoConfigurationEnabled() -
getAutoConfigurationURL
-
getAutoConfigurationJavaScript
-