Sippet.Message.known_protocols
You're seeing just the function
known_protocols
, go back to Sippet.Message module for more information.
Specs
known_protocols() :: [String.t()]
Returns a list of all known transport protocols, as a list of uppercase strings.
Example:
iex> Sippet.Message.known_protocols()
["AMQP", "DCCP", "DTLS", "SCTP", "STOMP", "TCP", "TLS", "UDP", "WS", "WSS"]