HttpServiceFactory
in package
implements
HttpServiceFactoryInterface
Class HttpFactory
Tags
Interfaces, Classes and Traits
- HttpServiceFactoryInterface
- Interface HttpServiceFactoryInterface
Table of Contents
- createService() : HttpServiceInterface
- Creates a new instance of the http service.
- _createAbstractHttpContextFactory() : EnvironmentHttpContextFactory
- Creates and returns a new instance of the environment http context factory.
- _createAbstractHttpViewControllerRegistryFactory() : EnvironmentHttpViewControllerRegistryFactory
- Creates and returns a new instance of the environment http view controller registry factory.
- _createHttpContextReader() : HttpContextReaderInterface
- Creates and returns a new instance of the http context reader.
- _createHttpDispatcher() : HttpDispatcherInterface
- Creates and returns a new instance of the http dispatcher.
- _createHttpResponseProcessor() : HttpResponseProcessorInterface
- Creates and returns a new instance of the http response processor.
- _createHttpViewControllerFactory() : HttpViewControllerFactoryInterface
- Creates and returns a new instance of the http view controller factory.
Methods
createService()
Creates a new instance of the http service.
public
createService() : HttpServiceInterface
Return values
HttpServiceInterface —_createAbstractHttpContextFactory()
Creates and returns a new instance of the environment http context factory.
protected
_createAbstractHttpContextFactory() : EnvironmentHttpContextFactory
Return values
EnvironmentHttpContextFactory —_createAbstractHttpViewControllerRegistryFactory()
Creates and returns a new instance of the environment http view controller registry factory.
protected
_createAbstractHttpViewControllerRegistryFactory() : EnvironmentHttpViewControllerRegistryFactory
Return values
EnvironmentHttpViewControllerRegistryFactory —_createHttpContextReader()
Creates and returns a new instance of the http context reader.
protected
_createHttpContextReader() : HttpContextReaderInterface
Return values
HttpContextReaderInterface —_createHttpDispatcher()
Creates and returns a new instance of the http dispatcher.
protected
_createHttpDispatcher() : HttpDispatcherInterface
Return values
HttpDispatcherInterface —_createHttpResponseProcessor()
Creates and returns a new instance of the http response processor.
protected
_createHttpResponseProcessor() : HttpResponseProcessorInterface
Return values
HttpResponseProcessorInterface —_createHttpViewControllerFactory()
Creates and returns a new instance of the http view controller factory.
protected
_createHttpViewControllerFactory() : HttpViewControllerFactoryInterface