struct Contract::Connection

Defined in:

contract/connection.cr

Constructors

Instance Method Summary

Constructor methods inherited from struct Contract::Interface

new(pull : JSON::PullParser) new

Constructor Detail

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

[View source]

Instance Method Detail

def auth_mechanism : String #

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

[View source]
def channel_closed : Int64 | Nil #

[View source]
def channel_closed=(channel_closed : Int64 | Nil) #

[View source]
def channel_closed_details : Details | Nil #

[View source]
def channel_closed_details=(channel_closed_details : Details | Nil) #

[View source]
def channel_created : Int64 | Nil #

[View source]
def channel_created=(channel_created : Int64 | Nil) #

[View source]
def channel_created_details : Details | Nil #

[View source]
def channel_created_details=(channel_created_details : Details | Nil) #

[View source]
def channel_max : Int64 #

[View source]
def channel_max=(channel_max : Int64) #

[View source]
def channels : Int64 #

[View source]
def channels=(channels : Int64) #

[View source]
def cipher : String | Nil #

[View source]
def cipher=(cipher : String | Nil) #

[View source]
def client_properties : ClientProperties #

[View source]
def client_properties=(client_properties : ClientProperties) #

[View source]
def connected_at : Int64 #

[View source]
def connected_at=(connected_at : Int64) #

[View source]
def host : String #

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

[View source]
def name : String #

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

[View source]
def peer_host : String #

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

[View source]
def peer_port : Int64 #

[View source]
def peer_port=(peer_port : Int64) #

[View source]
def port : Int64 #

[View source]
def port=(port : Int64) #

[View source]
def protocol : String #

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

[View source]
def recv_oct : Int64 #

[View source]
def recv_oct=(recv_oct : Int64) #

[View source]
def recv_oct_details : Details #

[View source]
def recv_oct_details=(recv_oct_details : Details) #

[View source]
def send_oct : Int64 #

[View source]
def send_oct=(send_oct : Int64) #

[View source]
def send_oct_details : Details #

[View source]
def send_oct_details=(send_oct_details : Details) #

[View source]
def ssl=(ssl : Bool) #

[View source]
def ssl? : Bool #

[View source]
def state : String #

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

[View source]
def timeout : Int64 #

[View source]
def timeout=(timeout : Int64) #

[View source]
def tls_version : String | Nil #

[View source]
def tls_version=(tls_version : String | Nil) #

[View source]
def type : String #

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

[View source]
def user : String #

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

[View source]
def vhost : String #

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

[View source]