Uses of 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 TypeFieldDescription(package private) final Map<SessionAddress, Session> Keys.sessionsSessions mapprivate Map<SessionAddress, Session> KeysBuilder.sessionsMethods 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 sessionsMethod parameters in it.auties.whatsapp.controller with type arguments of type Session -
Uses of Session in it.auties.whatsapp.model.signal.session
Methods in it.auties.whatsapp.model.signal.session that return SessionModifier and TypeMethodDescriptionSessionBuilder.build()Session.closeCurrentState()static SessionSessionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.signal.session with parameters of type Session