Package org.cipango.ims

Source Code of org.cipango.ims.HSS

package org.cipango.ims;

import org.cipango.diameter.node.Node;

public class HSS
{
  public static void main(String[] args) throws Exception
  {
    Node node = new Node(3868);
    node.setIdentity("hss.cipango.org");
    node.setRealm("cipango.org");
   
    node.start();
  }
}
TOP

Related Classes of org.cipango.ims.HSS

TOP
Copyright © 2018 www.massapi.com. 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.