struct XMPP::ResolvedEndpoint

Overview

A resolved endpoint ready to connect to.

Defined in:

xmpp/connection.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(host : String, port : Int32, mode : ConnectionMode) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(host _host = @host, port _port = @port, mode _mode = @mode) #

[View source]
def host : String #

def mode : ConnectionMode #

def port : Int32 #