Overview

Namespaces

  • Net
    • Bazzline
      • Component
        • ApacheServerStatusParser
          • DomainModel
          • Service
            • Builder
            • Content
              • Fetcher
              • Parser
              • Processor
              • Storage
            • StateMachine

Classes

  • AbstractFetcher
  • FileFetcher
  • HttpFetcher

Interfaces

  • FetcherInterface
  • Overview
  • Namespace
  • Class

Class HttpFetcher

Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Fetcher\AbstractFetcher implements Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Fetcher\FetcherInterface
Extended by Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Fetcher\HttpFetcher
Namespace: Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Fetcher
Located at Service/Content/Fetcher/HttpFetcher.php
Methods summary
public
# __construct( Net\Bazzline\Component\Curl\Builder\Builder $builder, integer $highestAllowedStatusCode = 400 )

HttpFetcher constructor.

HttpFetcher constructor.

Parameters

$builder
$highestAllowedStatusCode
public
# setUrl( string $url )

Parameters

$url
protected string
# fetchContentAsStringOrThrowRuntimeException( )

Returns

string

Throws

RuntimeException
Exception
Methods inherited from Net\Bazzline\Component\ApacheServerStatusParser\Service\Content\Fetcher\AbstractFetcher
fetch()
Constants summary
string STATUS_CODE_HIGHER_THAN_ALLOWED_EXCEPTION_MESSAGE
# 'Returned response code >>%d<< is above the limit of >>%d<<. Dumping the response >>%s<<.'
PHP Apache Status Parser by bazzline.net API documentation generated by ApiGen