struct NATS::ServerInfo

Included Modules

Defined in:

nats.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def auth_required? : Bool #

[View source]
def client_id : Int64 #

[View source]
def client_ip : String #

[View source]
def cluster : String | Nil #

[View source]
def connect_urls : Array(String) #

[View source]
def headers? : Bool #

[View source]
def host : String #

[View source]
def lame_duck_mode? : Bool #

[View source]
def max_payload : Int64 #

[View source]
def nonce : String | Nil #

[View source]
def port : Int32 #

[View source]
def proto : Int32 #

[View source]
def server_id : String #

[View source]
def server_name : String #

[View source]
def tls_required? : Bool #

[View source]
def tls_verify? : Bool #

[View source]
def version : String #

[View source]