Package org.cipango.http.servlet

Examples of org.cipango.http.servlet.ConvergedSessionManager


    private SipMetaData _sipMetaData = new SipMetaData();
   
  public SipAppContext()
  {
    super();
    setSessionHandler(new SessionHandler(new ConvergedSessionManager()));
    setServletHandler(new SipServletHandler());
    setConfigurationClasses((String[]) LazyList.addToArray(
        getConfigurationClasses(),
        SIP_CONFIGURATION_CLASS,
        String.class));
View Full Code Here

TOP

Related Classes of org.cipango.http.servlet.ConvergedSessionManager

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.