Overview
  • Package
  • Class
  • Tree
  • Todo

Packages

  • AddonValue
    • Interfaces
  • ApiV2Controllers
  • Category
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • Customer
    • Address
    • Country
    • CountryZone
    • Interfaces
    • Validation
    • ValueObjects
  • Email
    • Collections
    • Entities
    • Exceptions
    • Interfaces
    • Repository
    • ValueObjects
  • Http
    • Collections
    • Exceptions
    • Factories
    • Interfaces
    • ValueObjects
  • Loaders
    • CrossCuttingLoader
    • GXCoreLoader
    • Interfaces
  • None
  • Order
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Repositories
    • Storages
    • ValueObjects
  • Product
    • Collections
    • Entities
    • Factories
    • Interfaces
    • Providers
    • Repositories
    • Storages
  • ProductModule
    • Collections
    • Deleter
    • Entities
    • Factories
    • Interface
    • Interfaces
    • Reader
    • Repositories
    • Writer
  • Shared
    • Exceptions
    • FileSystem
    • Interfaces
    • Storage
    • Types
  • Statistics
    • Interfaces
  • UserConfiguration
    • Interfaces
    • Repository

Classes

  • AbstractHttpContextFactory
  • AbstractHttpViewControllerRegistryFactory
  • EnvironmentHttpContextFactory
  • EnvironmentHttpViewControllerRegistryFactory
  • HttpServiceFactory
  • HttpViewControllerFactory

Class HttpServiceFactory

Class HttpFactory

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

Methods summary

public HttpServiceInterface
# createService( )

Creates a new instance of the http service.

Creates a new instance of the http service.

Returns

HttpServiceInterface

Implementation of

HttpServiceFactoryInterface::createService()
protected EnvironmentHttpViewControllerRegistryFactory
# _createAbstractHttpViewControllerRegistryFactory( )

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

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

Returns

EnvironmentHttpViewControllerRegistryFactory
protected EnvironmentHttpContextFactory
# _createAbstractHttpContextFactory( )

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

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

Returns

EnvironmentHttpContextFactory
protected HttpDispatcherInterface
# _createHttpDispatcher( )

Creates and returns a new instance of the http dispatcher.

Creates and returns a new instance of the http dispatcher.

Returns

HttpDispatcherInterface
protected HttpContextReaderInterface
# _createHttpContextReader( )

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

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

Returns

HttpContextReaderInterface
protected HttpResponseProcessorInterface
# _createHttpResponseProcessor( )

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

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

Returns

HttpResponseProcessorInterface
protected HttpViewControllerFactoryInterface
# _createHttpViewControllerFactory( )

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

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

Returns

HttpViewControllerFactoryInterface
API documentation generated by ApiGen