Sippet.Transactions.Server.Key.new
You're seeing just the function
new
, go back to Sippet.Transactions.Server.Key module for more information.
Specs
new(Sippet.Message.t()) :: t()
Creates a server transaction identifier from an incoming request or an outgoing response. If they are related, they will be equal.
Specs
new(branch(), Sippet.Message.method(), sentby()) :: t()
Creates a server transaction identifier.