org.mobicents.servlet.sip.core.session
Class ConvergedSessionDelegate

java.lang.Object
  extended by org.mobicents.servlet.sip.core.session.ConvergedSessionDelegate

public class ConvergedSessionDelegate
extends java.lang.Object

This class handles the additionnal sip features of a converged session It is a delegate since it is used by many http session implementations classes (Standard and clustered ones)

Author:
Jean Deruelle

Field Summary
protected  javax.servlet.http.HttpSession httpSession
           
protected  SipManager sipManager
           
protected  SipNetworkInterfaceManager sipNetworkInterfaceManager
           
 
Constructor Summary
ConvergedSessionDelegate(SipManager manager, SipNetworkInterfaceManager sipNetworkInterfaceManager, javax.servlet.http.HttpSession httpSession)
           
 
Method Summary
 java.lang.String encodeURL(java.lang.String url)
           
 java.lang.String encodeURL(java.lang.String relativePath, java.lang.String scheme)
           
 SipApplicationSession getApplicationSession()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sipNetworkInterfaceManager

protected SipNetworkInterfaceManager sipNetworkInterfaceManager

sipManager

protected SipManager sipManager

httpSession

protected javax.servlet.http.HttpSession httpSession
Constructor Detail

ConvergedSessionDelegate

public ConvergedSessionDelegate(SipManager manager,
                                SipNetworkInterfaceManager sipNetworkInterfaceManager,
                                javax.servlet.http.HttpSession httpSession)
Parameters:
sessionManager -
Method Detail

encodeURL

public java.lang.String encodeURL(java.lang.String url)

encodeURL

public java.lang.String encodeURL(java.lang.String relativePath,
                                  java.lang.String scheme)

getApplicationSession

public SipApplicationSession getApplicationSession()


Copyright © 2009. All Rights Reserved.