interface CurlMultiInterface

Interface for sending a pool of {

Hierarchy

Expanded class hierarchy of CurlMultiInterface

All classes that implement CurlMultiInterface

See also

RequestInterface} objects in parallel

2 files declare their use of CurlMultiInterface

File

drupal/core/vendor/guzzle/http/Guzzle/Http/Curl/CurlMultiInterface.php, line 12

Namespace

Guzzle\Http\Curl
View source

Members

Namesort descending Modifiers Type Description Overrides
CurlMultiInterface::add public function Add a request to the pool. 1
CurlMultiInterface::ADD_REQUEST constant
CurlMultiInterface::all public function Get an array of attached { 1
CurlMultiInterface::BEFORE_SEND constant
CurlMultiInterface::BLOCKING constant
CurlMultiInterface::COMPLETE constant
CurlMultiInterface::getState public function Get the current state of the Pool 1
CurlMultiInterface::MULTI_EXCEPTION constant
CurlMultiInterface::POLLING_REQUEST constant
CurlMultiInterface::remove public function Remove a request from the pool. 1
CurlMultiInterface::REMOVE_REQUEST constant
CurlMultiInterface::reset public function Reset the state and remove any attached RequestInterface objects 1
CurlMultiInterface::send public function Send a pool of { 1
CurlMultiInterface::STATE_COMPLETE constant
CurlMultiInterface::STATE_IDLE constant
CurlMultiInterface::STATE_SENDING constant
HasDispatcherInterface::addSubscriber public function Add an event subscriber to the dispatcher 3
HasDispatcherInterface::dispatch public function Helper to dispatch Guzzle events and set the event name on the event 3
HasDispatcherInterface::getAllEvents public static function Get a list of all of the events emitted from the class 3
HasDispatcherInterface::getEventDispatcher public function Get the EventDispatcher of the request 3
HasDispatcherInterface::setEventDispatcher public function Set the EventDispatcher of the request 3