struct Contract::Connection
- Contract::Connection
- Contract::Interface
- Struct
- Value
- Object
Defined in:
contract/connection.crConstructors
Instance Method Summary
- #auth_mechanism : String
- #auth_mechanism=(auth_mechanism : String)
- #channel_closed : Int64 | Nil
- #channel_closed=(channel_closed : Int64 | Nil)
- #channel_closed_details : Details | Nil
- #channel_closed_details=(channel_closed_details : Details | Nil)
- #channel_created : Int64 | Nil
- #channel_created=(channel_created : Int64 | Nil)
- #channel_created_details : Details | Nil
- #channel_created_details=(channel_created_details : Details | Nil)
- #channel_max : Int64
- #channel_max=(channel_max : Int64)
- #channels : Int64
- #channels=(channels : Int64)
- #cipher : String | Nil
- #cipher=(cipher : String | Nil)
- #client_properties : ClientProperties
- #client_properties=(client_properties : ClientProperties)
- #connected_at : Int64
- #connected_at=(connected_at : Int64)
- #host : String
- #host=(host : String)
- #name : String
- #name=(name : String)
- #peer_host : String
- #peer_host=(peer_host : String)
- #peer_port : Int64
- #peer_port=(peer_port : Int64)
- #port : Int64
- #port=(port : Int64)
- #protocol : String
- #protocol=(protocol : String)
- #recv_oct : Int64
- #recv_oct=(recv_oct : Int64)
- #recv_oct_details : Details
- #recv_oct_details=(recv_oct_details : Details)
- #send_oct : Int64
- #send_oct=(send_oct : Int64)
- #send_oct_details : Details
- #send_oct_details=(send_oct_details : Details)
- #ssl=(ssl : Bool)
- #ssl? : Bool
- #state : String
- #state=(state : String)
- #timeout : Int64
- #timeout=(timeout : Int64)
- #tls_version : String | Nil
- #tls_version=(tls_version : String | Nil)
- #type : String
- #type=(type : String)
- #user : String
- #user=(user : String)
- #vhost : String
- #vhost=(vhost : String)