org.eclipse.jetty.server.session
public static interface AbstractSessionManager.SessionIf extends javax.servlet.http.HttpSession
Modifier and Type | Method and Description |
---|---|
AbstractSession |
getSession() |
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
AbstractSession getSession()
Copyright © 2016. All Rights Reserved.