Part of lp.services.webapp.servers View In Hierarchy
This factory only accepts XML-RPC method calls.
Method | __init__ | Creates a new factory. |
Method | checkRequest | See VirtualHostRequestPublicationFactory . |
Inherited from VirtualHostRequestPublicationFactory:
Method | canHandle | See IRequestPublicationFactory . |
Method | __call__ | See IRequestPublicationFactory . |
Method | getRequestAndPublicationFactories | Return the request and publication factories to use. |
Method | getAcceptableMethods | Return the HTTP methods acceptable in this particular environment. |
Parameters | vhost_name | The config section defining the virtual host handled by this factory. |
request_factory | The request factory to use for this virtual host's requests. | |
publication_factory | The publication factory to use for this virtual host's requests. | |
port | The port which is handled by this factory. If this is None, this factory will handle requests that originate on any port. | |
methods | A sequence of HTTP methods that this factory handles. | |
handle_default_host | Whether or not this factory is capable of handling requests that specify no hostname. |