View Source ElvenGard.Network.Endpoint behaviour (ElvenGard.Network v0.1.0)

Wrapper on top of Ranch listeners.

This module provides a wrapper around the Ranch library to define network endpoints. Endpoints are crucial for managing incoming connections and handling network traffic efficiently.

For in-depth information on how to use and configure network endpoints, please refer to the Endpoint documentation.

Link to this section Summary

Callbacks

Called just before starting the ranch listener

Link to this section Callbacks

@callback handle_start(config :: Keyword.t()) :: :ok

Called just before starting the ranch listener