Module stun_types::attribute
source · Expand description
Structs§
- The AlternateDomain
Attribute - The AlternateServer
Attribute - Structure for holding the header of a STUN attribute. Contains the type and the length
- The ErrorCode
Attribute - Builder for an
ErrorCode - The Fingerprint
Attribute - The IceControlled
Attribute - The IceControlling
Attribute - The MessageIntegrity
Attribute - The MessageIntegritySha256
Attribute - The Nonce
Attribute - The PasswordAlgorithm
Attribute - The PasswordAlgorithms
Attribute - The Priority
Attribute - The header and raw bytes of an unparsed
Attribute - The Realm
Attribute - The Software
Attribute - The UnknownAttributes
Attribute - The UseCandidate
Attribute - The Userhash
Attribute - The username
Attribute - The XorMappedAddress
Attribute
Enums§
- The address family of the socket
- The hashing algorithm for the password
Traits§
- A STUN attribute for use in
Messages - Automatically implemented trait for converting to a concrete
Attributefrom aRawAttribute - Automatically implemented trait for converting from a concrete
Attributeto aRawAttribute