Class NEProxySettings
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.networkextension.NEProxySettings
- All Implemented Interfaces:
NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public class NEProxySettings extends NSObject implements NSSecureCoding
- Since:
- Available in iOS 9.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNEProxySettings.NEProxySettingsPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description NEProxySettings()NEProxySettings(NSCoder coder)protectedNEProxySettings(NSObject.Handle h, long handle)protectedNEProxySettings(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description voidencode(NSCoder coder)NSArray<NSString>getExceptionList()NEProxyServergetHTTPServer()NEProxyServergetHTTPSServer()NSArray<NSString>getMatchDomains()StringgetProxyAutoConfigurationJavaScript()NSURLgetProxyAutoConfigurationURL()protected longinit(NSCoder coder)booleanisAutoProxyConfigurationEnabled()booleanisExcludeSimpleHostnames()booleanisHTTPEnabled()booleanisHTTPSEnabled()voidsetAutoProxyConfigurationEnabled(boolean v)voidsetExceptionList(NSArray<NSString> v)voidsetExcludeSimpleHostnames(boolean v)voidsetHTTPEnabled(boolean v)voidsetHTTPSEnabled(boolean v)voidsetHTTPServer(NEProxyServer v)voidsetHTTPSServer(NEProxyServer v)voidsetMatchDomains(NSArray<NSString> v)voidsetProxyAutoConfigurationJavaScript(String v)voidsetProxyAutoConfigurationURL(NSURL v)static booleansupportsSecureCoding()Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRef
-
Constructor Details
-
NEProxySettings
public NEProxySettings() -
NEProxySettings
-
NEProxySettings
-
NEProxySettings
-
-
Method Details
-
isAutoProxyConfigurationEnabled
public boolean isAutoProxyConfigurationEnabled()- Since:
- Available in iOS 9.0 and later.
-
setAutoProxyConfigurationEnabled
public void setAutoProxyConfigurationEnabled(boolean v)- Since:
- Available in iOS 9.0 and later.
-
getProxyAutoConfigurationURL
- Since:
- Available in iOS 9.0 and later.
-
setProxyAutoConfigurationURL
- Since:
- Available in iOS 9.0 and later.
-
getProxyAutoConfigurationJavaScript
- Since:
- Available in iOS 9.0 and later.
-
setProxyAutoConfigurationJavaScript
- Since:
- Available in iOS 9.0 and later.
-
isHTTPEnabled
public boolean isHTTPEnabled()- Since:
- Available in iOS 9.0 and later.
-
setHTTPEnabled
public void setHTTPEnabled(boolean v)- Since:
- Available in iOS 9.0 and later.
-
getHTTPServer
- Since:
- Available in iOS 9.0 and later.
-
setHTTPServer
- Since:
- Available in iOS 9.0 and later.
-
isHTTPSEnabled
public boolean isHTTPSEnabled()- Since:
- Available in iOS 9.0 and later.
-
setHTTPSEnabled
public void setHTTPSEnabled(boolean v)- Since:
- Available in iOS 9.0 and later.
-
getHTTPSServer
- Since:
- Available in iOS 9.0 and later.
-
setHTTPSServer
- Since:
- Available in iOS 9.0 and later.
-
isExcludeSimpleHostnames
public boolean isExcludeSimpleHostnames()- Since:
- Available in iOS 9.0 and later.
-
setExcludeSimpleHostnames
public void setExcludeSimpleHostnames(boolean v)- Since:
- Available in iOS 9.0 and later.
-
getExceptionList
- Since:
- Available in iOS 9.0 and later.
-
setExceptionList
- Since:
- Available in iOS 9.0 and later.
-
getMatchDomains
- Since:
- Available in iOS 9.0 and later.
-
setMatchDomains
- Since:
- Available in iOS 9.0 and later.
-
supportsSecureCoding
public static boolean supportsSecureCoding() -
encode
-
init
-