Home | Trees | Index | Help |
|
---|
Package twisted :: Package protocols :: Module sip :: Class RegisterProxy |
|
AbstractDatagramProtocol
--+ |DatagramProtocol
--+ |Base
--+ |Proxy
--+ | RegisterProxy
A proxy that allows registration for a specific domain.
Unregistered users won't be handled.Method Summary | |
---|---|
_registeredResult(self,
(expirySeconds,
contactURL),
message)
| |
_registerError(self,
error)
| |
Handle a registration request. | |
Inherited from Proxy | |
Create new instance. | |
| |
Deliver response. | |
Return value of Via header for this proxy. | |
Called with responses that are addressed at this server. | |
Default request handler. | |
Default response handler. | |
Create a response to a request message. | |
Inherited from Base | |
| |
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 | |
---|---|
NoneType |
registry = None |
Inherited from Proxy | |
NoneType |
locator = None |
Inherited from AbstractDatagramProtocol | |
str |
noisy = 'sure, why not'
|
int |
numPorts = 0 |
NoneType |
transport = None |
Method Details |
---|
handle_REGISTER_request(self, message, (host, port))Handle a registration request. Currently registration is not proxied. |
Class Variable Details |
---|
registry
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:53 2003 | http://epydoc.sf.net |