class Sonic::Connection

Defined in:

sonic/connection.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(host : String, port : String | Int32, channel_type : Symbol, password : String | Nil) #

[View source]

Class Method Detail

def self.connect(*args) #

[View source]

Instance Method Detail

def connect #

[View source]
def disconnect #

[View source]
def read #

[View source]
def write(data) #

[View source]