Home | Trees | Index | Help |
|
---|
Package twisted :: Package protocols :: Module sip :: Class Base |
|
AbstractDatagramProtocol
--+ |DatagramProtocol
--+ | Base
Proxy
Method Summary | |
---|---|
__init__(self)
| |
datagramReceived(self,
data,
addr)
| |
handle_request_default(self,
message,
addr)
| |
handle_response(self,
message,
addr)
| |
Send a message. | |
Inherited from AbstractDatagramProtocol | |
| |
Make sure startProtocol is called. | |
Make sure stopProtocol is called. | |
Make a connection to a transport and a server. | |
Called when a transport is connected to this protocol. | |
Called when the transport is disconnected. |
Class Variable Summary | |
---|---|
Inherited from AbstractDatagramProtocol | |
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
NoneType |
transport = None |
Method Details |
---|
sendMessage(self, destURL, message)Send a message.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:41 2003 | http://epydoc.sf.net |