Uses of Record Class
it.auties.whatsapp.model.signal.session.SessionAddress
Packages that use SessionAddress
Package
Description
-
Uses of SessionAddress in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type SessionAddressModifier 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 SessionAddressMethods in it.auties.whatsapp.controller with parameters of type SessionAddressModifier and TypeMethodDescriptionKeys.findSessionByAddress(SessionAddress address) Queries theSessionthat matchesaddressbooleanKeys.hasSession(SessionAddress address) Checks whether a session already whatsappOldEligible for the given addressbooleanKeys.hasTrust(SessionAddress address, byte[] identityKey) Checks whetheridentityKeyis trusted foraddressKeys.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 SessionAddress -
Uses of SessionAddress in it.auties.whatsapp.model.jid
Methods in it.auties.whatsapp.model.jid that return SessionAddress -
Uses of SessionAddress in it.auties.whatsapp.model.signal.sender
Fields in it.auties.whatsapp.model.signal.sender declared as SessionAddressModifier and TypeFieldDescriptionprivate final SessionAddressSenderKeyName.senderThe field for thesenderrecord component.Methods in it.auties.whatsapp.model.signal.sender that return SessionAddressModifier and TypeMethodDescriptionSenderKeyName.sender()Returns the value of thesenderrecord component.Constructors in it.auties.whatsapp.model.signal.sender with parameters of type SessionAddressModifierConstructorDescriptionSenderKeyName(String groupId, SessionAddress sender) Creates an instance of aSenderKeyNamerecord class. -
Uses of SessionAddress in it.auties.whatsapp.model.signal.session
Methods in it.auties.whatsapp.model.signal.session that return SessionAddress