Class NWHostEndpoint

    • Constructor Detail

      • NWHostEndpoint

        public NWHostEndpoint()
      • NWHostEndpoint

        protected NWHostEndpoint​(NSObject.Handle h,
                                 long handle)
    • Method Detail

      • getHostname

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

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

        public static NWHostEndpoint create​(java.lang.String hostname,
                                            java.lang.String port)
        Since:
        Available in iOS 9.0 and later.