org.codehaus.wadi
Interface WADIHttpSession

All Superinterfaces:
Context, Evictable, Motable, SerializableContent, Session
All Known Implementing Classes:
StandardSession

public interface WADIHttpSession
extends Session


Method Summary
 HttpSessionEvent getHttpSessionEvent()
           
 HttpSession getWrapper()
           
 
Methods inherited from interface org.codehaus.wadi.Session
getAttribute, getAttributeNameEnumeration, getAttributeNameSet, getAttributeNameStringArray, getConfig, getId, removeAttribute, setAttribute
 
Methods inherited from interface org.codehaus.wadi.Context
getExclusiveLock, getSharedLock
 
Methods inherited from interface org.codehaus.wadi.Motable
copy, getBodyAsByteArray, getBodyAsByteBuffer, getName, init, mote, setBodyAsByteArray, setBodyAsByteBuffer
 
Methods inherited from interface org.codehaus.wadi.Evictable
checkTimeframe, copy, destroy, getCreationTime, getLastAccessedTime, getMaxInactiveInterval, getTimedOut, getTimeToLive, init, isNew, mote, setLastAccessedTime, setMaxInactiveInterval
 
Methods inherited from interface org.codehaus.wadi.SerializableContent
readContent, writeContent
 

Method Detail

getWrapper

public HttpSession getWrapper()

getHttpSessionEvent

public HttpSessionEvent getHttpSessionEvent()


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.