public class ConvergedSessionManager.Session
extends org.eclipse.jetty.server.session.HashedSession
implements javax.servlet.sip.ConvergedHttpSession
| Modifier | Constructor and Description |
|---|---|
protected |
Session(javax.servlet.http.HttpServletRequest httpServletRequest) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
access(long time) |
protected void |
doInvalidate() |
java.lang.String |
encodeURL(java.lang.String url) |
java.lang.String |
encodeURL(java.lang.String relativePath,
java.lang.String scheme) |
javax.servlet.sip.SipApplicationSession |
getApplicationSession() |
void |
updateSession(javax.servlet.http.HttpServletRequest request) |
checkValid, deIdle, deIdleFailed, idle, isDeIdleFailed, isIdled, isSaveFailed, save, saveFailed, setMaxInactiveIntervaladdAttributes, bindValue, callSessionAttributeListeners, changeAttribute, clearAttributes, complete, cookieSet, didActivate, doGet, doPutOrRemove, getAccessed, getAttribute, getAttributeMap, getAttributeNames, getAttributes, getClusterId, getCookieSetTime, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getNames, getNodeId, getRequests, getServletContext, getSession, getSessionContext, getSessionManager, getValue, getValueNames, invalidate, isIdChanged, isNew, isValid, putValue, removeAttribute, removeValue, renewId, setAttribute, setClusterId, setIdChanged, setLastAccessedTime, setNodeId, setRequests, timeout, toString, unbindValue, updateAttribute, willPassivateclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveIntervalprotected Session(javax.servlet.http.HttpServletRequest httpServletRequest)
public void updateSession(javax.servlet.http.HttpServletRequest request)
public java.lang.String encodeURL(java.lang.String url)
encodeURL in interface javax.servlet.sip.ConvergedHttpSessionpublic java.lang.String encodeURL(java.lang.String relativePath,
java.lang.String scheme)
encodeURL in interface javax.servlet.sip.ConvergedHttpSessionpublic javax.servlet.sip.SipApplicationSession getApplicationSession()
getApplicationSession in interface javax.servlet.sip.ConvergedHttpSessionprotected boolean access(long time)
access in class org.eclipse.jetty.server.session.AbstractSessionprotected void doInvalidate()
throws java.lang.IllegalStateException
doInvalidate in class org.eclipse.jetty.server.session.HashedSessionjava.lang.IllegalStateExceptionCopyright © 2015. All Rights Reserved.