reagent v0.1.13 Reagent.Listener

Summary

Functions

Get the certificate of the listener

Get the environment for the listener

Set the environment for the listener

Get the id

Get the port

Check if the connection is secure or not

Types

t()
t

Functions

cert(listener)
cert(t) :: String.t

Get the certificate of the listener.

env(self)
env(pid | t) :: term

Get the environment for the listener.

env(self, value)
env(pid | t, reference | term) :: term

Set the environment for the listener.

id(listener)
id(t) :: reference

Get the id.

port(listener)
port(t) :: term

Get the port.

secure?(listener)
secure?(t) :: boolean

Check if the connection is secure or not.