struct XMPP::DnsSrv::SRVRecord

Overview

A single SRV resource record.

Defined in:

xmpp/dns_srv.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(priority : UInt16, weight : UInt16, port : UInt16, target : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(priority _priority = @priority, weight _weight = @weight, port _port = @port, target _target = @target) #

[View source]
def port : UInt16 #

def priority : UInt16 #

def target : String #

def weight : UInt16 #