SessionIdGenerator

A session id generator for new connections. By default, a secure random implementation is used. This session id is further passed back in the login block, and the library will verify to make sure the session id matches.

Inheritors

Functions

Link copied to clipboard
abstract fun generate(address: InetAddress): Long

Generates a new session id