Transport layer¶
- class sipua.TransportLayer¶
SIP transport layer which handles the transmission of requests and responses over network transports.
See RFC 3261 Section 18.
- async listen(address: TransportAddress) None¶
Start listening on the given transport address.
- request_handler: Callable[[Request], Coroutine[None, None, None]] | None¶
A coroutine which will be called whenever a request is received.