Uses of Record Class
it.auties.whatsapp.model.signal.session.Session
Packages that use Session
-
Uses of Session in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type SessionModifier and TypeFieldDescriptionprivate final Map<SessionAddress, Session> Keys.sessionsSessions mapMethods in it.auties.whatsapp.controller that return types with arguments of type SessionModifier and TypeMethodDescriptionKeys.findSessionByAddress(SessionAddress address) Queries theSessionthat matchesaddressKeys.sessions()Methods in it.auties.whatsapp.controller with parameters of type SessionModifier and TypeMethodDescriptionKeys.putSession(SessionAddress address, Session record) Adds the provided address and record to the known sessions -
Uses of Session in it.auties.whatsapp.model.signal.session
Methods in it.auties.whatsapp.model.signal.session that return Session