Package com.orbus.mahalo

Examples of com.orbus.mahalo.ServiceInfo


    }
  }

  public boolean advertise() {
    if(mDNS == null) return false;
    mService = new ServiceInfo("_auction._tcp.local.", hostName, servicePort, serviceURL);
    try {
      mDNS.registerService(mService);
    } catch(IOException ioe) {
      return false;
    }
View Full Code Here

TOP

Related Classes of com.orbus.mahalo.ServiceInfo

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.