ranch:get_addr(3)

Name

ranch:get_addr - Get the listening port and IP

Description

get_addr(Ref :: ranch:ref())
    -> {IP   :: inet:ip_address(),
        Port :: inet:port_number()}

Get the listening port and IP.

Arguments

Ref

The listener name.

Return value

The address of the listener is returned as a tuple.

The IP address is the IP of the network interface the socket is bound to.

Examples

Get the listening port and IP
{IP, Port} = ranch:get_addr(example).

See also

ranch:start_listener(3), ranch:get_port(3), ranch:info(3), ranch(3)

Ranch 1.6 Function Reference

Navigation

Version select

Like my work? Donate!

Donate to Loïc Hoguin because his work on Cowboy, Ranch, Gun and Erlang.mk is fantastic:

Recurring payment options are also available via GitHub Sponsors. These funds are used to cover the recurring expenses like food, dedicated servers or domain names.