Mapbender 3.0.6.0 API documenation
  • Namespace
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Namespaces

  • FOM
    • CoreBundle
      • Component
      • DependencyInjection
      • Doctrine
        • Types
      • Form
        • DataTransformer
        • Type
    • ManagerBundle
      • Component
      • Configuration
      • Controller
      • DependencyInjection
        • Compiler
      • Form
        • Type
      • Routing
    • UserBundle
      • Command
      • Component
      • Controller
      • DependencyInjection
        • Factory
      • Entity
      • EventListener
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Firewall
  • Mapbender
    • Component
    • CoreBundle
      • Asset
      • Command
      • Component
        • Exception
      • Controller
      • DataFixtures
        • ORM
          • Application
      • DependencyInjection
        • Compiler
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • EventListener
      • Extension
      • Form
        • DataTransformer
        • EventListener
        • Type
      • Security
      • Template
      • Tests
        • Controller
      • Utils
      • Validator
        • Constraints
    • DataSourceBundle
      • Component
        • Drivers
          • Interfaces
      • Controller
      • DependencyInjection
      • Element
        • Type
      • Entity
      • Extension
      • Tests
    • DigitizerBundle
      • Component
      • Element
        • Type
      • Entity
      • Utils
    • DrupalIntegrationBundle
      • DependencyInjection
      • Security
        • Authentication
          • Provider
          • Token
        • Authorization
          • Voter
        • Factory
        • Firewall
        • User
      • Session
    • KmlBundle
      • Element
    • ManagerBundle
      • Component
        • Exception
      • Controller
      • Form
        • DataTransformer
        • Type
      • Template
    • MobileBundle
      • DependencyInjection
      • Template
    • PrintBundle
      • Component
      • Element
        • Type
    • WmcBundle
      • Component
        • Exception
      • Element
        • Type
      • Entity
      • Form
        • Type
      • Tests
        • Component
    • WmsBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Element
        • DataTransformer
        • EventListener
        • Type
      • Entity
      • Event
      • Form
        • DataTransformer
        • EventListener
        • Type
  • None
  • OwsProxy3
    • CoreBundle
      • Component
        • Exception
      • Controller
      • DependencyInjection
      • Entity
      • Event
      • EventListener
      • Worker
  • PHP

Classes

  • Clipping
  • CommonProxy
  • ProxyQuery
  • SrsPoint
  • Utils
  • WfsProxy
  • WmsProxy

Class CommonProxy

CommonProxy class for

Direct known subclasses

OwsProxy3\CoreBundle\Component\WfsProxy, OwsProxy3\CoreBundle\Component\WmsProxy

Namespace: OwsProxy3\CoreBundle\Component
Author: Paul Schmidt
Located at OwsProxy3/CoreBundle/Component/CommonProxy.php

Methods summary

public
# __construct( array $proxy_config, OwsProxy3\CoreBundle\Component\ProxyQuery $proxy_query, mixed $logger = null, mixed $headerBlackList = null, mixed $headerWhiteList = null, mixed $userAgent = 'OWSProxy3' )

Creates a common proxy

Creates a common proxy

Parameters

$proxy_config
the proxy configuration
$proxy_query
$container
$logger
$headerBlackList
$headerWhiteList
$userAgent
protected Buzz\Browser
# createBrowser( )

Creates the browser

Creates the browser

Returns

Buzz\Browser
\Buzz\Browser
public Buzz\Message\MessageInterface
# handle( )

Handles the request and returns the response.

Handles the request and returns the response.

Returns

Buzz\Message\MessageInterface
the browser response

Throws

OwsProxy3\CoreBundle\Component\Exception\HTTPStatus502Exception
Exception\HTTPStatus502Exception

Magic methods summary

Properties summary

protected ContainerInterface $proxy_query

the container

the container

#
protected array $proxy_config

the proxy configuration

the proxy configuration

#
protected Logger $logger

the logger

the logger

#
protected array $headerBlackList

headernames

headernames

#array("cookie", "user-agent", "content-length", "referer", "host")
protected array $headerWhiteList

headernames

headernames

#array()
protected String $userAgent

The user-agent to send along with proxy requests

The user-agent to send along with proxy requests

#
Mapbender 3.0.6.0 API documenation API documentation generated by ApiGen 2.8.0