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.

Link to this function

new(branch, method, sentby)

View Source

Specs

new(branch(), Sippet.Message.method(), sentby()) :: t()

Creates a server transaction identifier.