类分层结构
- java.lang.Object
- com.sinosoftgz.simpleSession.user.CurrentUser
- com.sinosoftgz.simpleSession.HttpSessionWrapper (implements javax.servlet.http.HttpSession)
- com.sinosoftgz.simpleSession.data.redis.JedisClusterFactory (implements org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean)
- com.sinosoftgz.simpleSession.MapSession (implements java.io.Serializable)
- com.sinosoftgz.simpleSession.data.memcached.MemcachedPool (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
- com.sinosoftgz.simpleSession.data.memcached.MemcachedSessionCache (implements com.sinosoftgz.simpleSession.data.SessionCache)
- com.sinosoftgz.simpleSession.data.redis.RedisSentinelPool (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
- com.sinosoftgz.simpleSession.data.redis.RedisSessionCache (implements com.sinosoftgz.simpleSession.data.SessionCache)
- com.sinosoftgz.simpleSession.data.redis.RedisSessionSentinelCache (implements com.sinosoftgz.simpleSession.data.SessionCache)
- com.sinosoftgz.simpleSession.data.SerializeUtil
- javax.servlet.ServletRequestWrapper (implements javax.servlet.ServletRequest)
- javax.servlet.http.HttpServletRequestWrapper (implements javax.servlet.http.HttpServletRequest)
- com.sinosoftgz.simpleSession.data.SessionCacheManager (implements org.springframework.context.ApplicationContextAware)
- com.sinosoftgz.simpleSession.SessionListener (implements javax.servlet.http.HttpSessionListener)
- com.sinosoftgz.simpleSession.data.SessionMap (implements java.io.Serializable)
- com.sinosoftgz.simpleSession.SessionSharingFilter (implements javax.servlet.Filter)
- com.sinosoftgz.simpleSession.user.UserSessionFilter (implements javax.servlet.Filter)
接口分层结构
Copyright © 2016. All rights reserved.