Trees | Index | Help |
---|
Package flumotion :: Package twisted :: Module rtsp :: Class RTSPSite |
|
Factory
--+ |ServerFactory
--+ |HTTPFactory
--+ |Site
--+ | RTSPSite
twisted.internet.interfaces.IReactorTCP.listenTCP
Create me
with an RTSPSiteResource
object.
Method Summary | |
---|---|
logReply(self,
code,
message,
headerLines,
body)
| |
logRequest(self,
ip,
requestLine,
headerLines)
| |
Inherited from Site | |
Initialize. | |
| |
Generate a channel attached to this site. | |
Emulate a resource's getChild method. | |
Get a resource for a request. | |
Get a previously generated session, by its unique ID. | |
Generate a new Session instance, and store it for future reference. | |
Redirect because a Site is always a directory. | |
Inherited from HTTPFactory | |
Log a request's result to the logfile, by default in combined log format. | |
This will be called before I begin listening on a Port or Connector. | |
This will be called before I stop listening on all Ports/Connectors. | |
Inherited from Factory | |
Make sure startFactory is called. | |
Make sure stopFactory is called. |
Class Variable Summary | |
---|---|
classobj |
protocol = flumotion.twisted.rtsp.RTSPChannel |
classobj |
requestFactory = flumotion.twisted.rtsp.RTSPRequest |
Inherited from Site | |
int |
counter = 0 |
bool |
displayTracebacks = True
|
int |
isLeaf = 0 |
Inherited from HTTPFactory | |
NoneType |
logPath = None |
int |
timeOut = 43200 |
Inherited from Factory | |
Implements |
__implemented__ = <implementedBy twisted.internet.protoc...
|
ClassProvides |
__providedBy__ = <zope.interface.declarations.ClassProvi...
|
ClassProvides |
__provides__ = <zope.interface.declarations.ClassProvide...
|
bool |
noisy = True
|
int |
numPorts = 0 |
Trees | Index | Help |
---|
Generated by Epydoc 2.1 on Fri Apr 6 10:13:41 2007 | http://epydoc.sf.net |