Package org.cipango.diameter.node

Examples of org.cipango.diameter.node.DiameterRequest.send()


    userIdentity.getValue().add(Cx.PUBLIC_IDENTITY, "sip:thomas@cipango.org");
    request.getAVPs().add(userIdentity);
   
    request.getAVPs().add(Sh.DATA_REFERENCE, Sh.DataReference.IMSUserState);
   
    request.send();
  }

  public void handle(DiameterMessage message) throws IOException
  {
    try
View Full Code Here

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.