Class NEProxySettings

  • All Implemented Interfaces:
    NSCoding, NSCopying, NSSecureCoding, NSObject

    public class NEProxySettings
    extends NSObject
    implements NSSecureCoding, NSCopying
    [@interface] NEProxySettings The NEProxySettings class declares the programmatic interface for an object that contains proxy settings. NEProxySettings is used in the context of a Network Extension configuration to specify the proxy that should be used for network traffic when the Network Extension is active.
    • Constructor Detail

      • NEProxySettings

        protected NEProxySettings​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • version_static

        public static long version_static()
      • HTTPEnabled

        public boolean HTTPEnabled()
        [@property] HTTPEnabled A boolean indicating if the static HTTP proxy is enabled.
      • HTTPSEnabled

        public boolean HTTPSEnabled()
        [@property] HTTPSEnabled A boolean indicating if the static HTTPS proxy is enabled.
      • HTTPSServer

        public NEProxyServer HTTPSServer()
        [@property] HTTPSServer A NEProxyServer object containing the HTTPS proxy server settings.
      • HTTPServer

        public NEProxyServer HTTPServer()
        [@property] HTTPServer A NEProxyServer object containing the HTTP proxy server settings.
      • autoProxyConfigurationEnabled

        public boolean autoProxyConfigurationEnabled()
        [@property] autoProxyConfigurationEnabled A boolean indicating if proxy auto-configuration is enabled.
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • exceptionList

        public NSArray<java.lang.String> exceptionList()
        [@property] exceptionList An array of domain strings. If the destination host name of a connection shares a suffix with one of these strings then the proxy settings will not be used for the connection.
      • excludeSimpleHostnames

        public boolean excludeSimpleHostnames()
        [@property] excludeSimpleHostnames A flag indicating if the proxy settings should not be used for network destinations specified using single-label host names.
      • matchDomains

        public NSArray<java.lang.String> matchDomains()
        [@property] matchDomains An array of domain strings. If the destination host name of a connection shares a suffix with one of these strings then the proxy settings will be used for the connection. Otherwise the proxy settings will not be used. If this property is nil then all connections to which the Network Extension applies will use the proxy settings.
      • proxyAutoConfigurationJavaScript

        public java.lang.String proxyAutoConfigurationJavaScript()
        [@property] proxyAutoConfigurationJavaScript A string containing the PAC JavaScript source code.
      • proxyAutoConfigurationURL

        public NSURL proxyAutoConfigurationURL()
        [@property] proxyAutoConfigurationURL A URL specifying where the PAC script is located.
      • setAutoProxyConfigurationEnabled

        public void setAutoProxyConfigurationEnabled​(boolean value)
        [@property] autoProxyConfigurationEnabled A boolean indicating if proxy auto-configuration is enabled.
      • setExceptionList

        public void setExceptionList​(NSArray<java.lang.String> value)
        [@property] exceptionList An array of domain strings. If the destination host name of a connection shares a suffix with one of these strings then the proxy settings will not be used for the connection.
      • setExcludeSimpleHostnames

        public void setExcludeSimpleHostnames​(boolean value)
        [@property] excludeSimpleHostnames A flag indicating if the proxy settings should not be used for network destinations specified using single-label host names.
      • setHTTPEnabled

        public void setHTTPEnabled​(boolean value)
        [@property] HTTPEnabled A boolean indicating if the static HTTP proxy is enabled.
      • setHTTPSEnabled

        public void setHTTPSEnabled​(boolean value)
        [@property] HTTPSEnabled A boolean indicating if the static HTTPS proxy is enabled.
      • setHTTPSServer

        public void setHTTPSServer​(NEProxyServer value)
        [@property] HTTPSServer A NEProxyServer object containing the HTTPS proxy server settings.
      • setHTTPServer

        public void setHTTPServer​(NEProxyServer value)
        [@property] HTTPServer A NEProxyServer object containing the HTTP proxy server settings.
      • setMatchDomains

        public void setMatchDomains​(NSArray<java.lang.String> value)
        [@property] matchDomains An array of domain strings. If the destination host name of a connection shares a suffix with one of these strings then the proxy settings will be used for the connection. Otherwise the proxy settings will not be used. If this property is nil then all connections to which the Network Extension applies will use the proxy settings.
      • setProxyAutoConfigurationJavaScript

        public void setProxyAutoConfigurationJavaScript​(java.lang.String value)
        [@property] proxyAutoConfigurationJavaScript A string containing the PAC JavaScript source code.
      • setProxyAutoConfigurationURL

        public void setProxyAutoConfigurationURL​(NSURL value)
        [@property] proxyAutoConfigurationURL A URL specifying where the PAC script is located.
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding