Class NEProxyServer

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class NEProxyServer
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 9.0 and later.
  • Constructor Details

    • NEProxyServer

      public NEProxyServer()
    • NEProxyServer

      protected NEProxyServer​(NSObject.Handle h, long handle)
    • NEProxyServer

      protected NEProxyServer​(NSObject.SkipInit skipInit)
    • NEProxyServer

      public NEProxyServer​(String address, long port)
      Since:
      Available in iOS 9.0 and later.
    • NEProxyServer

      public NEProxyServer​(NSCoder coder)
  • Method Details

    • getAddress

      public String getAddress()
      Since:
      Available in iOS 9.0 and later.
    • getPort

      public long getPort()
      Since:
      Available in iOS 9.0 and later.
    • isAuthenticationRequired

      public boolean isAuthenticationRequired()
      Since:
      Available in iOS 9.0 and later.
    • setAuthenticationRequired

      public void setAuthenticationRequired​(boolean v)
      Since:
      Available in iOS 9.0 and later.
    • getUsername

      public String getUsername()
      Since:
      Available in iOS 9.0 and later.
    • setUsername

      public void setUsername​(String v)
      Since:
      Available in iOS 9.0 and later.
    • getPassword

      public String getPassword()
      Since:
      Available in iOS 9.0 and later.
    • setPassword

      public void setPassword​(String v)
      Since:
      Available in iOS 9.0 and later.
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • init

      protected long init​(String address, long port)
      Since:
      Available in iOS 9.0 and later.
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)