Part of twisted.protocols.sip View Source View In Hierarchy
Known subclasses: twisted.protocols.sip.Proxy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 638 | Method | __init__ | Undocumented |
| 642 | Method | addMessage | Undocumented |
| 645 | Method | datagramReceived | Called when a datagram is received. |
| 671 | Method | deliverResponse | Deliver response. |
| 682 | Method | responseFromRequest | Create a response to a request message. |
| 690 | Method | sendMessage | Send a message. |
| 702 | Method | handle_request | Override to define behavior for requests received |
| 710 | Method | handle_response | Override to define behavior for responses received. |
| 658 | Method | _fixupNAT | Undocumented |
Inherited from DatagramProtocol:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 575 | Method | connectionRefused | Called due to error from write in connected mode. |
Inherited from AbstractDatagramProtocol (via DatagramProtocol):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 506 | Method | __getstate__ | Undocumented |
| 511 | Method | doStart | Make sure startProtocol is called. |
| 522 | Method | doStop | Make sure stopProtocol is called. |
| 535 | Method | startProtocol | Called when a transport is connected to this protocol. |
| 541 | Method | stopProtocol | Called when the transport is disconnected. |
| 547 | Method | makeConnection | Make a connection to a transport and a server. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 506 | Method | __getstate__ | Undocumented |
| 638 | Method | __init__ | Undocumented |
| 642 | Method | addMessage | Undocumented |
| 575 | Method | connectionRefused | Called due to error from write in connected mode. |
| 645 | Method | datagramReceived | Called when a datagram is received. |
| 671 | Method | deliverResponse | Deliver response. |
| 511 | Method | doStart | Make sure startProtocol is called. |
| 522 | Method | doStop | Make sure stopProtocol is called. |
| 702 | Method | handle_request | Override to define behavior for requests received |
| 710 | Method | handle_response | Override to define behavior for responses received. |
| 547 | Method | makeConnection | Make a connection to a transport and a server. |
| 682 | Method | responseFromRequest | Create a response to a request message. |
| 690 | Method | sendMessage | Send a message. |
| 535 | Method | startProtocol | Called when a transport is connected to this protocol. |
| 541 | Method | stopProtocol | Called when the transport is disconnected. |
| 658 | Method | _fixupNAT | Undocumented |
| Parameters | datagram | the string received from the transport. |
| addr | tuple of source of datagram. |
Deliver response.
Destination is based on topmost Via header.| Parameters | destURL | URL. This should be a *physical* URL, not a logical
one.
|
| message | The message to send. |
| Parameters | message | (type: Message
) |
| addr | (type: tuple
) |
| Parameters | message | (type: Message
) |
| addr | (type: tuple
) |