Package org.cipango.server.log

Examples of org.cipango.server.log.AccessLog.messageReceived()


    if (responseB.getTo().getParameter(SipParams.TAG) == null)
      responseB.setToTag(ID.newTag());
   
    AccessLog accessLog = getServer().getConnectorManager().getAccessLog();
    if (accessLog != null)
      accessLog.messageReceived(responseB, new TimeoutConnection());
   
    return responseB;
  }
 
  class TimeoutConnection implements SipConnection
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.