reagent v0.1.13 Reagent.Connection

Summary

Functions

Get the environment for the connection

Set the environment for the connection

Get the Connection id

Get the Connection listener

Get the SSL next negotiated protocol

Check if the connection is secure or not

Types

t()
t

Functions

env(self)
env(t) :: term

Get the environment for the connection.

env(self, value)
env(t, term) :: term

Set the environment for the connection.

id(connection)
id(t) :: reference

Get the Connection id.

listener(connection)
listener(t) :: Reagent.Listener.t

Get the Connection listener.

negotiated_protocol(arg1)
negotiated_protocol(t) :: nil | String.t

Get the SSL next negotiated protocol.

secure?(connection)
secure?(t) :: boolean

Check if the connection is secure or not.