C G R S 
All Classes All Packages

C

Config() - Constructor for class ratpack.session.store.RedisSessionModule.Config
 
Config(String, String, Integer) - Constructor for class ratpack.session.store.RedisSessionModule.Config
Convenience constructor most of the time not used if you are using Ratpack Config.
configure() - Method in class ratpack.session.store.RedisSessionModule
 

G

getHost() - Method in class ratpack.session.store.RedisSessionModule.Config
Get the address for Redis.
getPassword() - Method in class ratpack.session.store.RedisSessionModule.Config
Get the password for Redis.
getPort() - Method in class ratpack.session.store.RedisSessionModule.Config
The Redis port.

R

ratpack.session.store - package ratpack.session.store
Provide a SessionStore implementation backed by Redis.
RedisSessionModule - Class in ratpack.session.store
An extension module that provides a redis backed session store.
RedisSessionModule() - Constructor for class ratpack.session.store.RedisSessionModule
 
RedisSessionModule.Config - Class in ratpack.session.store
Configuration for Redis Session Storage.

S

setHost(String) - Method in class ratpack.session.store.RedisSessionModule.Config
Set the address for Redis.
setPassword(String) - Method in class ratpack.session.store.RedisSessionModule.Config
Set the password for Redis.
setPort(Integer) - Method in class ratpack.session.store.RedisSessionModule.Config
Set the redis port.
C G R S 
All Classes All Packages