public interface ConvergedHttpSession
extends javax.servlet.http.HttpSession
| Modifier and Type | Method and Description |
|---|---|
String |
encodeURL(String url)
This method encodes the HTTP URL with the jsessionid.
|
String |
encodeURL(String relativePath,
String scheme)
Converts the given relative path to an absolute URL by prepending the contextPath for the current ServletContext, the given scheme ("http" or "https"), and the host:port, and then encoding the resulting URL with the jsessionid.
|
SipApplicationSession |
getApplicationSession()
Returns the parent SipApplicationSession if it exists, if none exists then a new one is created and returned after associating it with the converged http session.
|
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveIntervalString encodeURL(String url)
String encodeURL(String relativePath, String scheme)
SipApplicationSession getApplicationSession()
Copyright © 2016. All rights reserved.