Package twisted :: Package coil :: Package plugins :: Module web :: Class ReverseProxyConfigurator
[frames | no frames]

Class ReverseProxyConfigurator

Configurator --+
               |
              ReverseProxyConfigurator


Method Summary
    Inherited from Configurator
  __init__(self, instance)
Initialize this configurator with the instance it will be configuring.
  configDispensers(self)
Return list of dispensers.
  configure(self, dict)
Set a list of configuration variables.
  getConfiguration(self)
Return a mapping of key/value tuples describing my configuration.
  getInstance(self)
Return the instance being configured.
  getType(self, name)
Get the type of a configuration variable.

Class Variable Summary
str configName = 'HTTP Reverse Proxy'
dict configTypes = {'path': [<type 'str'>, 'Remote Path', "Th...
class configurableClass = twisted.web.proxy.ReverseProxyResource

Class Variable Details

configName

Type:
str
Value:
'HTTP Reverse Proxy'                                                   

configTypes

Type:
dict
Value:
{'host': [<type 'str'>,
          'Remote Host',
          "The remote host, e.g. 'www.yahoo.com'"],
 'path': [<type 'str'>,
          'Remote Path',
          "The path on the remote server, e.g. '/foo'."],
 'port': [<type 'int'>, 'Remote Port', 'The remote port, typically 80.\
']}                                                                    

Generated by Epydoc 2.0 on Sat Sep 13 04:20:51 2003 http://epydoc.sf.net