class Neo4j::Connection
Defined in:
neo4j/connection.cr
Constant Summary
-
ACTIONS =
["get", "post", "put", "delete"]
-
USER_AGENT =
"Neo4j/#{Neo4j::VERSION}"
Constructors
Instance Method Summary
Constructor Detail
def self.
new(options = {}
of Symbol | String => Number | String)
#
Instance Method Detail
def
authentication=(authentication)
#
def
cypher_path=(cypher_path)
#
def
directory=(directory)
#
def
gremlin_path=(gremlin_path)
#
def
http_receive_timeout
#
def
http_receive_timeout=(http_receive_timeout)
#
def
http_send_timeout=(http_send_timeout)
#
def
log_enabled=(log_enabled)
#
def
log_file=(log_file)
#
def
max_threads=(max_threads)
#
def
password=(password)
#
def
protocol=(protocol)
#
def
slow_log_threshold=(slow_log_threshold)
#
def
username=(username)
#