Uses of Record Class
it.auties.whatsapp.model.signal.auth.DNSSource
Packages that use DNSSource
-
Uses of DNSSource in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as DNSSourceModifier and TypeFieldDescriptionprivate final DNSSourceClientPayload.dnsSourceThe field for thednsSourcerecord component.private DNSSourceClientPayloadBuilder.dnsSourceMethods in it.auties.whatsapp.model.signal.auth that return DNSSourceModifier and TypeMethodDescriptionDNSSourceBuilder.build()static DNSSourceDNSSourceSpec.decode(byte[] input) ClientPayload.dnsSource()Returns the value of thednsSourcerecord component.Methods in it.auties.whatsapp.model.signal.auth with parameters of type DNSSourceModifier and TypeMethodDescriptionstatic byte[]Constructors in it.auties.whatsapp.model.signal.auth with parameters of type DNSSourceModifierConstructorDescriptionClientPayload(Long username, Boolean passive, UserAgent userAgent, WebInfo webInfo, String pushName, Integer sessionId, Boolean shortConnect, ClientPayload.ClientPayloadConnectType connectType, ClientPayload.ClientPayloadConnectReason connectReason, List<Integer> shards, DNSSource dnsSource, Integer connectAttemptCount, Integer device, CompanionRegistrationData regData, ClientPayload.ClientPayloadProduct product, byte[] fbCat, byte[] fbUserAgent, Boolean oc, Integer lc, ClientPayload.ClientPayloadIOSAppExtension iosAppExtension, Long fbAppId, byte[] fbDeviceId, Boolean pull) Creates an instance of aClientPayloadrecord class.