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, Vladimir Ralev

Field Summary
protected  ConvergedSession httpSession
           
protected  SipManager sipManager
           
 
Constructor Summary
ConvergedSessionDelegate(SipManager manager, ConvergedSession httpSession)
           
 
Method Summary
 java.lang.String encodeURL(java.lang.String url)
           
 java.lang.String encodeURL(java.lang.String relativePath, java.lang.String scheme)
           
 MobicentsSipApplicationSession getApplicationSession(boolean create)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sipManager

protected SipManager sipManager

httpSession

protected ConvergedSession httpSession
Constructor Detail

ConvergedSessionDelegate

public ConvergedSessionDelegate(SipManager manager,
                                ConvergedSession 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 MobicentsSipApplicationSession getApplicationSession(boolean create)


Copyright © 2011. All Rights Reserved.