# Functions
NewHTTP2Session creates new TCPSession struct.
NewRedisStore returns RedisStore struct.
NewRegistry initializes a new Registry struct.
NewSSHSession creates new SshSession struct.
NewTCPSession creates new TCPSession struct.
# Structs
HTTP2Session extends information about connected client stored in Session.
HTTP2SessionArgs defines the arguments to be passed to NewHTTP2Session.
RedisStore is session persistence using Redis.
Registry holds references to all active sessions.
SSHSession extends information about connected client stored in Session.
TCPSession extends information about connected client stored in Session.