Sha256: dc7491b872f87ff333d56ccf515d9deca7bcccb45a97296feb8f2b2846bb2ba5

Contents?: true

Size: 298 Bytes

Versions: 7

Compression:

Stored size: 298 Bytes

Contents

<?php

namespace Predis\Protocol;

interface IComposableProtocolProcessor extends IProtocolProcessor {
    public function setSerializer(ICommandSerializer $serializer);
    public function getSerializer();
    public function setReader(IResponseReader $reader);
    public function getReader();
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appstats-0.25.1 doc/benchmarks/Predis/Protocol/IComposableProtocolProcessor.php
appstats-0.25.0 doc/benchmarks/Predis/Protocol/IComposableProtocolProcessor.php
appstats-0.24.0 doc/benchmarks/Predis/Protocol/IComposableProtocolProcessor.php
appstats-0.23.5 doc/benchmarks/Predis/Protocol/IComposableProtocolProcessor.php
appstats-0.23.4 doc/benchmarks/Predis/Protocol/IComposableProtocolProcessor.php
appstats-0.23.3 doc/benchmarks/Predis/Protocol/IComposableProtocolProcessor.php
appstats-0.23.2 doc/benchmarks/Predis/Protocol/IComposableProtocolProcessor.php