class AllqClient::Connection

Defined in:

lib/connection.cr

Constant Summary

ALLQ_LOCAL_TCP_URL_PORT = ENV["ALLQ_LOCAL_TCP_URL_PORT"]?
UNIX_SOCKET_PATH = ENV["ALLQ_SOCKET"]? || "/tmp/allq_client.sock"

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def reload_socket #

[View source]
def send(data) #

[View source]