struct Durian::Record::AAAA

Defined in:

durian/record/aaaa.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from struct Durian::Record

cls : Cls cls, cls=(cls : Cls) cls=, flag : RecordFlag flag, flag=(flag : RecordFlag) flag=, from : String | Nil from, from=(from : String | Nil) from=, ttl : UInt32 ttl, ttl=(ttl : UInt32) ttl=

Constructor methods inherited from struct Durian::Record

new(from : String | Nil = nil, cls : Cls = Cls::Internet, ttl : UInt32 = 0_u32)
new(flag : RecordFlag)
new

Class methods inherited from struct Durian::Record

decode_additional(protocol : Protocol, resource_flag : RecordFlag, io : IO, buffer : IO) decode_additional, decode_answer(protocol : Protocol, resource_flag : RecordFlag, io : IO, buffer : IO) decode_answer, decode_authority(protocol : Protocol, resource_flag : RecordFlag, io : IO, buffer : IO) decode_authority

Constructor Detail

def self.new(ipv6Address : Socket::IPAddress | Nil = nil, cls : Cls = Cls::Internet, ttl : UInt32 = 0_u32, from : String | Nil = nil) #

[View source]

Class Method Detail

def self.additional_from_io?(io : IO, buffer : IO) #

[View source]
def self.answer_from_io?(io : IO, buffer : IO) #

[View source]
def self.authority_from_io?(io : IO, buffer : IO) #

[View source]
def self.decode_additional_ipv6_address(io : IO, buffer : IO, length : Int) #

[View source]
def self.decode_answer_ipv6_address(io : IO, buffer : IO, length : Int) #

[View source]
def self.decode_authority_ipv6_address(io : IO, buffer : IO, length : Int) #

[View source]

Instance Method Detail

def ipv6Address : Socket::IPAddress | Nil #

[View source]
def ipv6Address=(ipv6Address : Socket::IPAddress | Nil) #

[View source]