Package org.cipango.server.session.Session

Examples of org.cipango.server.session.Session.UA


      printAttr(sb, "region", session._region, 5);
      printAttr(sb, "Call-ID", session._callId, 5);
      printAttr(sb, "linkedSessionId", session._linkedSessionId, 5);
      printAttr(sb, "subscriberURI", session._subscriberURI, 5);
      printAttr(sb, "handler", session.getHandler(), 5);
      UA ua = session._ua;
      if (ua != null)
      {
        sb.append("\t\t\t\t\t+ [ua]\n");
        printAttr(sb, "local CSeq", ua._localCSeq, 6);
        printAttr(sb, "Remote CSeq", ua._remoteCSeq, 6);
View Full Code Here

TOP

Related Classes of org.cipango.server.session.Session.UA

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.