jar

com.github.x-hansong : redis-http-session

Maven & Gradle

May 10, 2016
82 stars

redis-http-session · RedisHttpSession provides an way to transparently store http session in redis, which allows multi-clients to share the session.

Table Of Contents

Latest Version

Download com.github.x-hansong : redis-http-session JAR file - Latest Versions:

All Versions

Download com.github.x-hansong : redis-http-session JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window redis-http-session-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.hansong.session.utils

├─ com.hansong.session.utils.JsonUtils.class - [JAR]

com.hansong.session

├─ com.hansong.session.RedisHttpSession.class - [JAR]

├─ com.hansong.session.RedisHttpSessionFilter.class - [JAR]

├─ com.hansong.session.RedisHttpSessionProxy.class - [JAR]

├─ com.hansong.session.RedisHttpSessionRepository.class - [JAR]

com.hansong.session.redis

├─ com.hansong.session.redis.RedisConfig.class - [JAR]

├─ com.hansong.session.redis.RedisConnection.class - [JAR]

├─ com.hansong.session.redis.RedisManager.class - [JAR]

├─ com.hansong.session.redis.SingleRedisConnection.class - [JAR]