class Sqlsync::Driver::FsocketFreeswitchFactory

Defined in:

sqlsync/drivers/fsocket.cr

Instance Method Summary

Instance methods inherited from class Sqlsync::Driver::Fsocket::FsocketFactory

create(host : String, port : Int32, password : String) : FsocketConnection | Nil create

Instance Method Detail

def create(host : String, port : Int32, password : String) : Sqlsync::Driver::Fsocket::FsocketConnection | Nil #

[View source]