| Home | Trees | Indices | Help |
|
|---|
|
|
Twisted server implementation.
This gateway allows you to expose functions in Twisted to AMF clients and servers.
See Also: Twisted homepage
Since: 0.1.0
|
|||
|
AMF0RequestProcessor A Twisted friendly implementation of amf0.RequestProcessor |
|||
|
AMF3RequestProcessor A Twisted friendly implementation of amf3.RequestProcessor |
|||
|
TwistedGateway Twisted Remoting gateway for twisted.web.
|
|||
|
|||
twisted = __import__('twisted')
|
|||
defer = twisted.internet.defer
|
|||
threads = twisted.internet.threads
|
|||
resource = twisted.web.resource
|
|||
server = twisted.web.server
|
|||
Imports: sys, os, remoting, gateway, amf0, amf3
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Jul 18 11:43:56 2011 | http://epydoc.sourceforge.net |