clj-odbp.network.sessions
has-session?
(has-session? service)Check if there is at least one session for the specified service.
put-session!
(put-session! session service)Insert a session for the specific service into the sessions atom.
read-session
(read-session service)Read the session for the specified service. TO BE IMPROVED!
read-sessions
(read-sessions)Read all the sessions.
reset-session!
(reset-session! service)Reset the sessions of the specified service.
reset-sessions!
(reset-sessions!)Reset the sessions atom.