class Clamd::Connection
- Clamd::Connection
- Reference
- Object
Defined in:
clamd/connection.crConstructors
Class Method Summary
- .connect_tcp(host, port)
- .connect_unix(socket_path)
- .open_tcp(host, port, &)
- .open_unix(socket_path, &)
Instance Method Summary
- #close
- #closed?
- #ping
- #scan(file_path)
- #scan_stream(io)
- #send(command, detect_error = true)
- #send(command, detect_error = true, &)
- #stats
- #version