Class NEProxyServer

    • Constructor Detail

      • NEProxyServer

        public NEProxyServer()
      • NEProxyServer

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

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

        public NEProxyServer​(NSCoder decoder)
    • Method Detail

      • getAddress

        public java.lang.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 java.lang.String getUsername()
        Since:
        Available in iOS 9.0 and later.
      • setUsername

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

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

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

        public static boolean supportsSecureCoding()
      • init

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

        protected long init​(NSCoder decoder)