class Durian::Record::SOA

Defined in:

durian/record/soa.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class 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 class Durian::Record

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

Constructor Detail

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

[View source]

Class Method Detail

def self.additional_from_io?(resource_record : SOA, io : IO, buffer : IO, maximum_length : Int32 = 512) #

[View source]
def self.answer_from_io?(resource_record : SOA, io : IO, buffer : IO, maximum_length : Int32 = 512) #

[View source]
def self.authority_from_io?(resource_record : SOA, io : IO, buffer : IO, maximum_length : Int32 = 512) #

[View source]

Instance Method Detail

def authorityMailBox : String #

[View source]
def authorityMailBox=(authorityMailBox : String) #

[View source]
def expireLimit : UInt32 #

[View source]
def expireLimit=(expireLimit : UInt32) #

[View source]
def minimiumTimeToLive : UInt32 #

[View source]
def minimiumTimeToLive=(minimiumTimeToLive : UInt32) #

[View source]
def primaryNameServer : String #

[View source]
def primaryNameServer=(primaryNameServer : String) #

[View source]
def refreshInterval : UInt32 #

[View source]
def refreshInterval=(refreshInterval : UInt32) #

[View source]
def retryInterval : UInt32 #

[View source]
def retryInterval=(retryInterval : UInt32) #

[View source]
def serialNumber : UInt32 #

[View source]
def serialNumber=(serialNumber : UInt32) #

[View source]