Class HttpServiceFactory

Class HttpFactory

HttpServiceFactory implements HttpServiceFactoryInterface
Package: Http\Factories
Category: System
Implements: HttpServiceFactoryInterface
Located at Services/System/Http/Factories/HttpServiceFactory.php

Methods summary

public createService( void ) : HttpServiceInterface

Creates a new instance of the http service.

protected _createAbstractHttpViewControllerRegistryFactory( void ) : EnvironmentHttpViewControllerRegistryFactory

Creates and returns a new instance of the environment http view controller registry factory.

protected _createAbstractHttpContextFactory( void ) : EnvironmentHttpContextFactory

Creates and returns a new instance of the environment http context factory.

protected _createHttpDispatcher( void ) : HttpDispatcherInterface

Creates and returns a new instance of the http dispatcher.

protected _createHttpContextReader( void ) : HttpContextReaderInterface

Creates and returns a new instance of the http context reader.

protected _createHttpResponseProcessor( void ) : HttpResponseProcessorInterface

Creates and returns a new instance of the http response processor.

protected _createHttpViewControllerFactory( void ) : HttpViewControllerFactoryInterface

Creates and returns a new instance of the http view controller factory.