Package apple.networkextension.c
Class NetworkExtension
- java.lang.Object
-
- apple.networkextension.c.NetworkExtension
-
public final class NetworkExtension extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringkNEHotspotHelperOptionDisplayName()[@const] kNEHotspotHelperOptionDisplayName The string displayed in Wi-Fi Settings for a network handled by the application.static java.lang.StringNEAppProxyErrorDomain()[@const] NEAppProxyErrorDomain The NEAppProxyFlow error domainstatic java.lang.StringNEAppPushErrorDomain()[@const] NEAppPushErrorDomain The app push manager error domainstatic java.lang.StringNEDNSProxyConfigurationDidChangeNotification()[@const] NEDNSProxyConfigurationDidChangeNotification Name of the NSNotification that is posted when the DNS proxy configuration changes.static java.lang.StringNEDNSProxyErrorDomain()[@const] NEDNSProxyManagerErrorDomain The DNS proxy error domainstatic java.lang.StringNEDNSSettingsConfigurationDidChangeNotification()[@const] NEDNSSettingsConfigurationDidChangeNotification Name of the NSNotification that is posted when the DNS settings configuration changes.static java.lang.StringNEDNSSettingsErrorDomain()[@const] NEDNSSettingsManagerErrorDomain The DNS settings error domainstatic java.lang.StringNEFilterConfigurationDidChangeNotification()[@const] NEFilterConfigurationDidChangeNotification Name of the NSNotification that is posted when the filter configuration changes.static java.lang.StringNEFilterErrorDomain()[@const] NEFilterErrorDomain The filter error domainstatic java.lang.StringNEFilterProviderRemediationMapRemediationButtonTexts()Key for Remediation button textstatic java.lang.StringNEFilterProviderRemediationMapRemediationURLs()Key for RemediationURLstatic java.lang.StringNEHotspotConfigurationErrorDomain()[@const] NEHotspotConfigurationErrorDomain The Hotspot Configuration error domainstatic java.lang.StringNETunnelProviderErrorDomain()[@const] NETunnelProviderErrorDomain The tunnel provider error domainstatic java.lang.StringNEVPNConfigurationChangeNotification()[@const] NEVPNConfigurationChangeNotification Name of the NSNotification that is posted when the VPN configuration changes.static java.lang.StringNEVPNConnectionStartOptionPassword()[@const] NEVPNConnectionStartOptionPassword Specify this key in the options dictionary passed to startVPNTunnelWithOptions:returningError: to override the password saved in the configuration.static java.lang.StringNEVPNConnectionStartOptionUsername()[@const] NEVPNConnectionStartOptionUsername Specify this key in the options dictionary passed to startVPNTunnelWithOptions:returningError: to override the username saved in the configuration.static java.lang.StringNEVPNErrorDomain()[@const] NEVPNErrorDomain The VPN error domainstatic java.lang.StringNEVPNStatusDidChangeNotification()[@const] NEVPNStatusDidChangeNotification Name of the NSNotification that is posted when the VPN status changes.
-
-
-
Method Detail
-
NEAppProxyErrorDomain
public static java.lang.String NEAppProxyErrorDomain()
[@const] NEAppProxyErrorDomain The NEAppProxyFlow error domain
-
NETunnelProviderErrorDomain
public static java.lang.String NETunnelProviderErrorDomain()
[@const] NETunnelProviderErrorDomain The tunnel provider error domain
-
NEVPNErrorDomain
public static java.lang.String NEVPNErrorDomain()
[@const] NEVPNErrorDomain The VPN error domain
-
NEVPNConfigurationChangeNotification
public static java.lang.String NEVPNConfigurationChangeNotification()
[@const] NEVPNConfigurationChangeNotification Name of the NSNotification that is posted when the VPN configuration changes.
-
NEFilterProviderRemediationMapRemediationURLs
public static java.lang.String NEFilterProviderRemediationMapRemediationURLs()
Key for RemediationURL
-
NEFilterProviderRemediationMapRemediationButtonTexts
public static java.lang.String NEFilterProviderRemediationMapRemediationButtonTexts()
Key for Remediation button text
-
NEFilterErrorDomain
public static java.lang.String NEFilterErrorDomain()
[@const] NEFilterErrorDomain The filter error domain
-
NEFilterConfigurationDidChangeNotification
public static java.lang.String NEFilterConfigurationDidChangeNotification()
[@const] NEFilterConfigurationDidChangeNotification Name of the NSNotification that is posted when the filter configuration changes.
-
kNEHotspotHelperOptionDisplayName
public static java.lang.String kNEHotspotHelperOptionDisplayName()
[@const] kNEHotspotHelperOptionDisplayName The string displayed in Wi-Fi Settings for a network handled by the application. This key specifies the display name for the application, if an alternate name is desired. If this property is not specified, the application's name is used. This name appears in Settings -> Wi-Fi underneath the Wi-Fi network name if the helper indicated that it was able to handle the network.
-
NEVPNStatusDidChangeNotification
public static java.lang.String NEVPNStatusDidChangeNotification()
[@const] NEVPNStatusDidChangeNotification Name of the NSNotification that is posted when the VPN status changes.
-
NEVPNConnectionStartOptionUsername
public static java.lang.String NEVPNConnectionStartOptionUsername()
[@const] NEVPNConnectionStartOptionUsername Specify this key in the options dictionary passed to startVPNTunnelWithOptions:returningError: to override the username saved in the configuration. The value is a string
-
NEVPNConnectionStartOptionPassword
public static java.lang.String NEVPNConnectionStartOptionPassword()
[@const] NEVPNConnectionStartOptionPassword Specify this key in the options dictionary passed to startVPNTunnelWithOptions:returningError: to override the password saved in the configuration. The value is a string
-
NEDNSProxyErrorDomain
public static java.lang.String NEDNSProxyErrorDomain()
[@const] NEDNSProxyManagerErrorDomain The DNS proxy error domain
-
NEDNSProxyConfigurationDidChangeNotification
public static java.lang.String NEDNSProxyConfigurationDidChangeNotification()
[@const] NEDNSProxyConfigurationDidChangeNotification Name of the NSNotification that is posted when the DNS proxy configuration changes.
-
NEHotspotConfigurationErrorDomain
public static java.lang.String NEHotspotConfigurationErrorDomain()
[@const] NEHotspotConfigurationErrorDomain The Hotspot Configuration error domain
-
NEDNSSettingsErrorDomain
public static java.lang.String NEDNSSettingsErrorDomain()
[@const] NEDNSSettingsManagerErrorDomain The DNS settings error domain
-
NEDNSSettingsConfigurationDidChangeNotification
public static java.lang.String NEDNSSettingsConfigurationDidChangeNotification()
[@const] NEDNSSettingsConfigurationDidChangeNotification Name of the NSNotification that is posted when the DNS settings configuration changes.
-
NEAppPushErrorDomain
public static java.lang.String NEAppPushErrorDomain()
[@const] NEAppPushErrorDomain The app push manager error domain
-
-